summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-03 21:04:42 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-03 21:04:42 +0200
commit0cb2ff5181f09c7db0d6ff2c576225af5f7b8d31 (patch)
tree47e4f06504581d80b870dbdc10946d1c31289093 /res/values
parentdf8a748e05b9fc9c6e7079012873fe046cfd02a4 (diff)
add fix to arrays.xml (closes issue #43)
add translated by recognition add faq for system dialogs
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml2
-rw-r--r--res/values/strings.xml10
-rw-r--r--res/values/styles.xml2
3 files changed, 10 insertions, 4 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 2b2eaf65..8584da1f 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -4,7 +4,7 @@
<string-array name="vpn_types">
<item>Certificates</item>
<item>PKCS12 File</item>
- <item>Android Certficate</item>
+ <item>Android Certificate</item>
<item>Username/Password</item>
<item>Static Keys</item>
<item>User/PW + Certificates</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 59b89042..e764b4e8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -212,7 +212,6 @@
<string name="netstatus">Network Status: %s</string>
<string name="extracahint">The CA cert is usually returned from the Android Keystore. Specify a separate certificate if you get certificate verification errors.</string>
<string name="select_file">Select</string>
-
<string name="keychain_nocacert">No CA Certificate returned while reading from Android keystore. Auhtentication will probably fail.</string>
<string name="show_log_summary">Shows the log window on connect. The log window can always be accessed from the notification status.</string>
<string name="show_log_window">Show log window</string>
@@ -221,5 +220,12 @@
<string name="mobile_info">Running on %1$s (%2$s) %3$s, Android API %4$d</string>
<string name="error_rsa_sign">Error signing with Android keystore key %1$s: %2$s</string>
<string name="keychain_jellybeans">Reading from Android Keystore does not work in Jelly Beans (Google change the way private keys are returned)</string>
-</resources>
+ <string name="faq_system_dialogs">The VPN connection warning telling you that this app can intercept all traffic is imposed by the system to prevent abuse of the VPNService API.\nThe VPN connection notification (The key symbol) is also imposed by the Android system to signal an ongoing VPN connection. On some images this notification plays a sound.\nAndroid introduced these system dialog are for your own safety and made sure that they cannot be circumenvented. (On some images this unfortunely includes a notifciation sound)</string>
+ <string name="faq_system_dialogs_title">Connection warning and notification sound</string>
+ <!-- <string name="translationby"></string> -->
+ <!--
+ When translating use a string like this: -->
+ <string name="translationby">English translation by Arne Schwabe&lt;arne@rfc2549.org></string>
+
+</resources> \ No newline at end of file
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c4d6a1d2..d549b596 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -37,7 +37,7 @@
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
- <item name="android:singleLine">true</item>
+ <!-- <item name="android:singleLine">true</item> -->
</style>
<style name="accountSetupButton">