summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rwxr-xr-xres/values/strings.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a101d024..6e406b8b 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -126,7 +126,8 @@
<string name="no_vpn_support_image">Your image does not support the VPNService API, sorry :(</string>
<string name="encryption">Encryption</string>
<string name="cipher_dialog_title">Enter encryption method</string>
- <string name="chipher_dialog_message">Enter the cipher key for OpenVPN. Leave empty to use default cipher</string>
+ <string name="chipher_dialog_message">Enter the encryption cipher alogithm used by OpenVPN. Leave empty to use default cipher.</string>
+ <string name="auth_dialog_message">Enter the authentication digest used for OpenVPN. Leave empty to use default digest.</string>
<string name="settings_auth">Authentication/Encryption</string>
<string name="file_explorer_tab">File Explorer</string>
<string name="inline_file_tab">Inline File</string>
@@ -246,6 +247,7 @@
<string name="state_assign_ip">Assigning IP addresses</string>
<string name="state_add_routes">Adding routes</string>
<string name="state_connected">Connected</string>
+ <string name="state_disconnected">Disconnect</string>
<string name="state_reconnecting">Reconnecting</string>
<string name="state_exiting">Exiting</string>
<string name="state_noprocess">Not running</string>
@@ -253,5 +255,14 @@
<string name="state_tcp_connect">Connecting (TCP)</string>
<string name="state_auth_failed">Authentication failed</string>
<string name="state_nonetwork">Waiting for usable network</string>
+ <string name="statusline_bytecount">↓%2$s/s %1$s - ↑%4$s/s %3$s</string>
+ <string name="notifcation_title_notconnect">Not connected</string>
+ <string name="start_vpn_title">Connecting to VPN %s</string>
+ <string name="start_vpn_ticker">Connecting to VPN %s</string>
-</resources>
+ <string name="jelly_keystore_alphanumeric_bug">Some versions of Android 4.1 have problems if the name of the keystore certificate contains non alphanumeric characters (like spaces, underscores or dashes). Try to reimport the certificate without special characters</string>
+ <string name="encryption_cipher">Encryption cipher</string>
+ <string name="packet_auth">Packets authentication</string>
+ <string name="auth_dialog_title">Enter packet authentication method</string>
+
+</resources> \ No newline at end of file