summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-31 00:49:08 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-31 00:49:08 +0200
commit2bae1d0cf273305e4b4a46fb1dcfbfa8876a0a9b (patch)
tree7e7d3f23855e7d19ff0eb051d5bf44f74a2532cd /res/xml
parentceb1166e5c34c4647e4f1fdacbb81d86a155f065 (diff)
Add most of the missing german translations
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/vpn_authentification.xml2
-rw-r--r--res/xml/vpn_headers.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml
index 79d69697..99e0f3e8 100644
--- a/res/xml/vpn_authentification.xml
+++ b/res/xml/vpn_authentification.xml
@@ -16,7 +16,7 @@
android:key="remotecn"
android:title="@string/enter_tlscn_title" />
- <PreferenceCategory android:title="TLS Authentication" >
+ <PreferenceCategory android:title="@string/tls_authentication" >
<SwitchPreference
android:key="useTLSAuth"
android:summary="@string/tls_key_auth"
diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml
index c840e6ab..11409a8d 100644
--- a/res/xml/vpn_headers.xml
+++ b/res/xml/vpn_headers.xml
@@ -26,6 +26,6 @@
<header
android:fragment="de.blinkt.openvpn.ShowConfigFragment"
android:summary="Shows the generated openvpn Configuration File"
- android:title="Generated Config" />
+ android:title="@string/generated_config" />
</preference-headers> \ No newline at end of file