diff options
Diffstat (limited to 'src/frontends/android/res/values')
-rw-r--r-- | src/frontends/android/res/values/arrays.xml | 1 | ||||
-rw-r--r-- | src/frontends/android/res/values/strings.xml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/frontends/android/res/values/arrays.xml b/src/frontends/android/res/values/arrays.xml index 62164f7c2..21576f22c 100644 --- a/src/frontends/android/res/values/arrays.xml +++ b/src/frontends/android/res/values/arrays.xml @@ -17,5 +17,6 @@ <!-- the order here must match the enum entries in VpnType.java --> <string-array name="vpn_types"> <item>IKEv2 EAP (Username/Password)</item> + <item>IKEv2 Certificate</item> </string-array> </resources>
\ No newline at end of file diff --git a/src/frontends/android/res/values/strings.xml b/src/frontends/android/res/values/strings.xml index 29cd6430b..3e4b746fd 100644 --- a/src/frontends/android/res/values/strings.xml +++ b/src/frontends/android/res/values/strings.xml @@ -25,6 +25,7 @@ <string name="search">Search</string> <string name="vpn_not_supported_title">VPN not supported</string> <string name="vpn_not_supported">Your device does not support VPN applications.\nPlease contact the manufacturer.</string> + <string name="loading">Loading…</string> <!-- Log view --> <string name="log_title">Log</string> @@ -53,6 +54,9 @@ <string name="profile_username_label">Username:</string> <string name="profile_password_label">Password:</string> <string name="profile_password_hint">(prompt when needed)</string> + <string name="profile_user_certificate_label">User certificate:</string> + <string name="profile_user_select_certificate_label">Select user certificate</string> + <string name="profile_user_select_certificate">Select a specific user certificate</string> <string name="profile_ca_label">CA certificate:</string> <string name="profile_ca_auto_label">Select automatically</string> <string name="profile_ca_select_certificate_label">Select CA certificate</string> |