From f00cd03f5aa1f8042b55ebee5050d297cef6bb8a Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sat, 2 Feb 2013 16:37:43 +0100 Subject: Add the --auth option to the auth/enc dialog --- res/values/strings.xml | 9 +++++++-- res/xml/vpn_authentification.xml | 8 +++++++- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index ff9db139..f1bd9bd9 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -126,7 +126,8 @@ Your image does not support the VPNService API, sorry :( Encryption Enter encryption method - Enter the cipher key for OpenVPN. Leave empty to use default cipher + Enter the encryption cipher alogithm used by OpenVPN. Leave empty to use default cipher. + Enter the authentication digest used for OpenVPN. Leave empty to use default digest. Authentication/Encryption File Explorer Inline File @@ -256,4 +257,8 @@ In: %8$1s %8$2s/s Out: %8$3s %8$4s/s Not connected Some versions of Android 4.1 have problem if the name of the keystore certificate contains non alphanumeric character (like spaces or dashes) - + Encryption cipher + Packets authentication + Enter packet authentication method + + \ No newline at end of file diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml index 99e0f3e8..619890c7 100644 --- a/res/xml/vpn_authentification.xml +++ b/res/xml/vpn_authentification.xml @@ -41,7 +41,13 @@ android:dialogTitle="@string/cipher_dialog_title" android:key="cipher" android:persistent="false" - android:title="Encryption cipher" /> + android:title="@string/encryption_cipher" /> + \ No newline at end of file -- cgit v1.2.3