From 1668b7649773a9842af3c8e3a69222c7abb01a99 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 3 Jul 2012 21:04:42 +0200 Subject: add fix to arrays.xml (closes issue #43) add translated by recognition add faq for system dialogs --- AndroidManifest.xml | 6 +++--- res/layout/about.xml | 33 ++++++++++++++++++++++++--------- res/layout/faq.xml | 11 +++++++++++ res/values-de/strings.xml | 2 +- res/values/arrays.xml | 2 +- res/values/strings.xml | 10 ++++++++-- res/values/styles.xml | 2 +- src/de/blinkt/openvpn/MainActivity.java | 9 +++++++++ 8 files changed, 58 insertions(+), 17 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ca86ced3..7c8f244f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,16 +17,16 @@ + + - - diff --git a/res/layout/about.xml b/res/layout/about.xml index a66a0cc9..6e7f48e2 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -8,38 +8,53 @@ android:layout_height="wrap_content" android:orientation="vertical" > + + + + android:autoLink="all" + android:text="@string/copyright_blinktgui" /> + - + android:autoLink="all" + android:text="@string/copyright_guicode" /> + - - + android:autoLink="all" + android:text="@string/translationby" /> + + android:layout_height="10sp" /> + + + + + + + + + diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 7e6216da..e11056c0 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -156,7 +156,7 @@ Datei Symbol Generierte Konfiguration Quellcode und Iusse tracker unter http://code.google.com/p/ics-openvpn/ verfügbar - Dieses Programm nutzte die folgenden Komponenten. Die kompletten Lizenzdetails sind im Quelltext verfügbar + Dieses Programm nutzt die folgenden Komponenten. Die kompletten Lizenzdetails sind im Quelltext verfügbar TLS Authentifizierung Bemerkungen zur Sicherheit Allgemeine Einstellungen 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 @@ Certificates PKCS12 File - Android Certficate + Android Certificate Username/Password Static Keys User/PW + Certificates 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 @@ Network Status: %s The CA cert is usually returned from the Android Keystore. Specify a separate certificate if you get certificate verification errors. Select - No CA Certificate returned while reading from Android keystore. Auhtentication will probably fail. Shows the log window on connect. The log window can always be accessed from the notification status. Show log window @@ -221,5 +220,12 @@ Running on %1$s (%2$s) %3$s, Android API %4$d Error signing with Android keystore key %1$s: %2$s Reading from Android Keystore does not work in Jelly Beans (Google change the way private keys are returned) - + 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) + Connection warning and notification sound + + + English translation by Arne Schwabe<arne@rfc2549.org> + + \ 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 @@ match_parent wrap_content ?android:attr/textAppearanceMedium - true +