summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-03-13 20:30:35 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-03-15 19:18:52 +0000
commit1237c74702d8a0a65bf85dce574718ca466e4737 (patch)
tree83793f373592caae383547220fef69ea667bb45c /android/src/main/res
parent71cd3876cfc4018c73c9813334d64bf87801e944 (diff)
downloadmullvadvpn-1237c74702d8a0a65bf85dce574718ca466e4737.tar.xz
mullvadvpn-1237c74702d8a0a65bf85dce574718ca466e4737.zip
Implement Connected screen
Diffstat (limited to 'android/src/main/res')
-rw-r--r--android/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index 18da2803c8..b8d1cdb654 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -12,9 +12,11 @@
<string name="unsecured_connection">Unsecured connection</string>
<string name="creating_secure_connection">Creating secure connection</string>
+ <string name="secure_connection">Secure connection</string>
<string name="blocking_internet">Blocking internet</string>
<string name="country">Country</string>
<string name="connect">Secure my connection</string>
<string name="cancel">Cancel</string>
+ <string name="disconnect">Disconnect</string>
<string name="switch_location">Switch location</string>
</resources>