diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-03-13 20:30:35 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-03-15 19:18:52 +0000 |
| commit | 1237c74702d8a0a65bf85dce574718ca466e4737 (patch) | |
| tree | 83793f373592caae383547220fef69ea667bb45c /android/src/main/res/values | |
| parent | 71cd3876cfc4018c73c9813334d64bf87801e944 (diff) | |
| download | mullvadvpn-1237c74702d8a0a65bf85dce574718ca466e4737.tar.xz mullvadvpn-1237c74702d8a0a65bf85dce574718ca466e4737.zip | |
Implement Connected screen
Diffstat (limited to 'android/src/main/res/values')
| -rw-r--r-- | android/src/main/res/values/strings.xml | 2 |
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> |
