mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-18 14:39:09 +00:00
parent
c9db4dc0ca
commit
50157e0480
@ -46,7 +46,7 @@
|
||||
"organizer.cells.uninstall.caption" = "Remove VPN configuration";
|
||||
"organizer.alerts.exhausted_providers.message" = "You have created profiles for any available network.";
|
||||
"organizer.alerts.add_host.message" = "Open an URL to an .ovpn configuration file from Safari, Mail or another app to set up a host profile.\n\nYou can also import an .ovpn with iTunes File Sharing.";
|
||||
"organizer.alerts.delete_vpn_profile.message" = "Do you really want to erase the VPN configuration from your device settings? This will not affect your network and host profiles.";
|
||||
"organizer.alerts.delete_vpn_profile.message" = "Do you really want to erase the VPN configuration from your device settings? This may fix some broken VPN states and will not affect your network and host profiles.";
|
||||
|
||||
"account.suggestion_footer.infrastructure.pia" = "Use your website credentials. Your username is usually numeric with a \"p\" prefix.";
|
||||
|
||||
|
@ -311,7 +311,7 @@ internal enum L10n {
|
||||
internal static let message = L10n.tr("Localizable", "organizer.alerts.add_host.message")
|
||||
}
|
||||
internal enum DeleteVpnProfile {
|
||||
/// Do you really want to erase the VPN configuration from your device settings? This will not affect your network and host profiles.
|
||||
/// Do you really want to erase the VPN configuration from your device settings? This may fix some broken VPN states and will not affect your network and host profiles.
|
||||
internal static let message = L10n.tr("Localizable", "organizer.alerts.delete_vpn_profile.message")
|
||||
}
|
||||
internal enum ExhaustedProviders {
|
||||
|
Loading…
Reference in New Issue
Block a user