diff options
author | cyBerta <cyberta@riseup.net> | 2019-10-20 18:35:33 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-10-20 18:35:33 +0200 |
commit | 3440d95fbb00a530a7e4d977bbef553135232f70 (patch) | |
tree | d2c8583862c04fb4ec166b02553b143056031b68 /app/src/main/res | |
parent | 30b3f419c1c0f9c5d74453e51d5300c8c108872b (diff) |
show dialog if end of provider's gateway list is reached (#8964)
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1e4840c2..06aeeacf 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -122,4 +122,9 @@ <item quantity="one">%d unprotected app</item> <item quantity="other">%d unprotected apps</item> </plurals> + <string name="warning_no_more_gateways_use_pt">%s could not connect. It might be that vpn connections get blocked. Do you want to try to connect using obfuscated connections?</string> + <string name="warning_no_more_gateways_no_pt">%s could not connect. Do you want to retry?</string> + <string name="warning_no_more_gateways_use_ovpn">%s could not connect using obfuscated vpn connections. Do you want to try to connect using a standard vpn?</string> + <string name="warning_option_try_pt">Try obfuscated connection</string> + <string name="warning_option_try_ovpn">Try standard connection</string> </resources> |