diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-21 19:36:46 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-21 19:39:52 +0100 |
commit | a6cd31ae8624f830454adc627ac3a6be323a5333 (patch) | |
tree | eadd921ce162958c35b7fc0be1b5fc21b359c2cb /app/src/main/res/values | |
parent | 4ebcedd733efce56c91ef21c9b5b167a7820db12 (diff) |
implement new gateway selection UI, using same UX principles as for desktop
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7c0c46f0..9d62cc3b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -153,11 +153,10 @@ <string name="gateway_selection_title">Select location</string> <string name="gateway_selection_warning">%s will find the best connection for you.</string> <string name="gateway_selection_recommended_location">Use recommended location</string> + <string name="gateway_selection_recommended">Recommended</string> + <string name="gateway_selection_manually">Manually select</string> + <string name="gateway_selection_automatic_location">Automatically use best connection.</string> <string name="gateway_selection_automatic">Automatic</string> - <string name="gateway_selection_manual_location">Your traffic is currently routed through: </string> - <string name="gateway_selection_manual_not_connected">Your traffic will be routed through: </string> - <string name="gateway_selection_automatic_location">Your traffic is automatically routed through the best location:</string> - <string name="gateway_selection_automatic_not_connected">Your traffic will be automatically routed through the best location.</string> <string name="finding_best_connection">Finding best connection…</string> <string name="reconnecting">Reconnecting…</string> <string name="tor_starting">Starting bridges for censorship circumvention…</string> |