From 991d5e1d3f0bf8a1daad3ed41bff9489ffb17fe2 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sat, 30 Jun 2012 11:38:31 +0200 Subject: Relase version 0.5.9 --- res/values/strings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index ba4f6b02..d6b55458 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -220,6 +220,7 @@ Keep the notification displayed after the connection is established to show traffic statistics. Show Traffic Statistics Running on %1$s (%2$s) %3$s, Android API %4$d - Error signing with Android keystore key %s + 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) -- cgit v1.2.3 From a7e5a8faad65d9cdc3eb3cf9373ba27e582ac793 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 1 Jul 2012 12:08:50 +0200 Subject: 0.5.9 removed the configimporter activity from the manifest. Fix this. --- res/values-de/strings.xml | 15 ++++++++++----- res/values/strings.xml | 1 - 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'res') diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index aebfe351..f0be67e8 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -146,9 +146,7 @@ Log Eintrag in die Zwischenablage kopiert Tap Mode Die VPN API von Android, die ohne rooten des Telefons funktioniert, unterstützt nur den tun modus. Das Unterstützen des Tap Modus ist daher nicht möglich. - Again? Are you kidding? No tap mode is really not supported and sending more mail aksing if it will be supported will not help. - A third time? Actually one could write a a tap emulator based on tun that would add layer2 information on send and strip layer2 information on receive. But this tap emulator would have to implement also ARP and possible a DHCP client. I am not aware of anybody doing any work in this direction. Contact me if you want to start coding on this. - FAQ + FAQ häufig gestellte Fragen und Hinweise Kopieren von Log Einträgen To copy a single log entry press and and hold on the log entry. To copy/send the whole log use the Send Log option. Use the hardware menu button if not visible in the gui. @@ -175,5 +173,12 @@ Beim Abfragen des Android KeyStore wurde kein CA Zertifikat zurückgegeben. Überprüfen des Serverzertifikat wird warscheinlich fehlschlagen. Geben Sie manuell ein CA Zertifikat an. Zertifikat (KeyStore): \'%s\' Das CA Zertifikat wird meist aus dem Zertifikatsspeicher automatisch ausgewählt. Sollte dies nicht funktionieren und Sie Verifizierungsprobleme erhalten(self signed certificate), wählen Sie manuell ein Zertifikat aus. - - \ No newline at end of file + Zeigt das Status Log, wenn ein VPN verbunden wird. Das Status log kann immer über die Benachrichtigung aufgerufen werden. + Zeige Log + Zeige die OpenVPN Benachrichtung nach Verbinden zusätzlich zu der System Benachrichtigung an um Traffic Statistiken anzuzeigen. + Traffic Statistiken + Modell %1$s (%2$s) %3$s, Android API %4$d + Fehler beim Zugriff auf den Android Keystore %1$s: %2$s + + diff --git a/res/values/strings.xml b/res/values/strings.xml index d6b55458..59b89042 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -33,7 +33,6 @@ Client Certificate Key PKCS12 File CA Certificate - Select Nothing selected Copyright © 2002–2010 OpenVPN Technologies, Inc. <sales@openvpn.net>\n -- cgit v1.2.3