summaryrefslogtreecommitdiffhomepage
path: root/android/lib/resource/src
diff options
context:
space:
mode:
authorKalle Lindström <karl.lindstrom@mullvad.net>2025-04-15 15:59:12 +0200
committerKalle Lindström <karl.lindstrom@mullvad.net>2025-04-22 12:12:12 +0200
commit926468949b2facb49182c1a5a7597b720f9e5cc7 (patch)
tree30950262e3f6adb784a12d89f8c8def37a604356 /android/lib/resource/src
parent3a58848059a1fb8c429a49acff9e2f57b1d91fd2 (diff)
downloadmullvadvpn-926468949b2facb49182c1a5a7597b720f9e5cc7.tar.xz
mullvadvpn-926468949b2facb49182c1a5a7597b720f9e5cc7.zip
Implement manage devices screen
Diffstat (limited to 'android/lib/resource/src')
-rw-r--r--android/lib/resource/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml
index 6c7f7da319..401e57e566 100644
--- a/android/lib/resource/src/main/res/values/strings.xml
+++ b/android/lib/resource/src/main/res/values/strings.xml
@@ -148,6 +148,10 @@
<string name="max_devices_confirm_removal_description">
<![CDATA[Are you sure you want to log <b>%s</b> out?]]>
</string>
+ <string name="manage_devices">Manage devices</string>
+ <string name="manage_devices_confirm_removal_description_line1">Remove %s?</string>
+ <string name="manage_devices_confirm_removal_description_line2">The device will be removed from the list and logged out.</string>
+ <string name="manage_devices_description">View and manage all your logged in devices. You can have up to 5 devices on one account at a time. Each device gets a name when logged in to help you tell them apart easily.</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>
@@ -305,6 +309,7 @@
<string name="add">Add</string>
<string name="api_access_description">Manage and add custom methods to access the Mullvad API.</string>
<string name="current_method">Current: %s</string>
+ <string name="current_device">Current device</string>
<string name="api_access_method_info_first_line">The app needs to communicate with a Mullvad API server to log you in, fetch server lists, and other critical operations.</string>
<string name="api_access_method_info_second_line">On some networks, where various types of censorship are being used, the API servers might not be directly reachable.</string>
<string name="api_access_method_info_third_line">This feature allows you to circumvent that censorship by adding custom ways to access the API via proxies and similar methods.</string>