diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-09-29 13:02:38 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-09-29 13:28:11 +0200 |
| commit | 90376660700a2d9a37282b28f11bd58814985a00 (patch) | |
| tree | a1029bde6125cf6103b2dacf321b97f1621d2c45 | |
| parent | 7646bb79389af39133293710dd26c78fb05a6c5c (diff) | |
| download | mullvadvpn-90376660700a2d9a37282b28f11bd58814985a00.tar.xz mullvadvpn-90376660700a2d9a37282b28f11bd58814985a00.zip | |
TunnelManager: update translations
| -rw-r--r-- | ios/MullvadVPN/en.lproj/TunnelManager.strings | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ios/MullvadVPN/en.lproj/TunnelManager.strings b/ios/MullvadVPN/en.lproj/TunnelManager.strings index 93ce286a33..a6a08c78b8 100644 --- a/ios/MullvadVPN/en.lproj/TunnelManager.strings +++ b/ios/MullvadVPN/en.lproj/TunnelManager.strings @@ -2,6 +2,9 @@ "ADD_TUNNEL_SETTINGS_ERROR" = "Failed to add tunnel settings"; /* No comment provided by engineer. */ +"CANNOT_SATISFY_RELAY_CONSTRAINTS_ERROR" = "Failed to satisfy relay constraints."; + +/* No comment provided by engineer. */ "LOAD_ALL_VPN_CONFIGURATIONS_ERROR" = "Failed to load system VPN configurations: %@"; /* No comment provided by engineer. */ @@ -20,6 +23,9 @@ "PUSH_WIREGUARD_KEY_RECOVERY_SUGGESTION" = "Remove unused WireGuard keys and try again"; /* No comment provided by engineer. */ +"READ_RELAYS_ERROR" = "Failed to read relays."; + +/* No comment provided by engineer. */ "READ_TUNNEL_SETTINGS_ERROR" = "Failed to read tunnel settings"; /* No comment provided by engineer. */ @@ -48,6 +54,3 @@ /* No comment provided by engineer. */ "UPDATE_TUNNEL_SETTINGS_ERROR" = "Failed to update tunnel settings"; - -/* No comment provided by engineer. */ -"VERIFY_WIREGUARD_KEY_ERROR" = "Failed to verify the WireGuard key on server: %@"; |
