diff options
| author | Albin <albin@mullvad.net> | 2022-06-15 14:55:49 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-06-22 11:57:30 +0200 |
| commit | 7a2ca30772c10cfdf4ecd35ed6c3bfa2c240b9aa (patch) | |
| tree | 2a656dfb15cc39e58b6e93bf63c8a1176c736d9d | |
| parent | 7a768a8609a8b6f1dd683399c1e4d31040e2f28a (diff) | |
| download | mullvadvpn-7a2ca30772c10cfdf4ecd35ed6c3bfa2c240b9aa.tar.xz mullvadvpn-7a2ca30772c10cfdf4ecd35ed6c3bfa2c240b9aa.zip | |
Add Android device strings
| -rw-r--r-- | android/app/src/main/res/values/strings.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index bcdee0d5c8..8a04ad5bb9 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -180,4 +180,19 @@ will need to log back in.</string> <string name="device_inactive_unblock_warning">Going to login will unblock the internet on this device.</string> + <string name="max_devices_warning_title">Too many devices</string> + <string name="max_devices_resolved_title">Super!</string> + <string name="max_devices_warning_description">You have too many active devices. Please log out + of at least one by removing it from the list below. You can find the corresponding nickname + under the device\'s Account settings.</string> + <string name="max_devices_resolved_description">You can now continue logging in on this + device.</string> + <string name="max_devices_confirm_removal_description"> +<![CDATA[Are you sure you want to log out of <b>%s</b>?]]> + </string> + <string name="confirm_removal">Yes, log out device</string> + <string name="continue_login">Continue with login</string> + <string name="failed_to_fetch_devices">Failed to fetch list of devices</string> + <string name="port_removal_notice">This will delete all forwarded ports. Local settings will be + saved.</string> </resources> |
