diff options
| author | Kalle Lindström <karl.lindstrom@mullvad.net> | 2025-07-15 11:23:07 +0200 |
|---|---|---|
| committer | Kalle Lindström <karl.lindstrom@mullvad.net> | 2025-07-22 14:04:11 +0200 |
| commit | 6611bab5d849471fe09e42c27797c55459134e6e (patch) | |
| tree | 0cbf2caeaa89dfa85801205eac53104f2d93f8df /android/lib/resource/src | |
| parent | 75501a665b1bb7257cacd79f1eca84c839929725 (diff) | |
| download | mullvadvpn-6611bab5d849471fe09e42c27797c55459134e6e.tar.xz mullvadvpn-6611bab5d849471fe09e42c27797c55459134e6e.zip | |
Implement select location recents ui
Diffstat (limited to 'android/lib/resource/src')
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 6 |
1 files changed, 6 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 fd01cfbcd6..abff8ca10c 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -427,4 +427,10 @@ <string name="app_is_blocking_internet">The app is blocking internet, please disconnect first</string> <string name="in_app_products_unavailable">In-app products unavailable, please make sure you have the latest version of Google Play.</string> <string name="relayitem_is_inactive">%s is unavailable</string> + <string name="recents">Recents</string> + <string name="enable_recents">Enable recents</string> + <string name="disable_recents">Disable recents</string> + <string name="no_recent_selection">No recent selection history</string> + <string name="recents_disabled">Recents disabled and history cleared</string> + <string name="more_actions">More actions</string> </resources> |
