summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-05 10:40:33 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-05 10:40:33 +0200
commit7bdc51c2a9ad53e194f4966085cc7a0a890235e4 (patch)
treef037524cb7a51ef2164c6bb47305a7743db80471 /res/xml
parent0b115f5fb831dc6b7d114337749a36e63f66afa4 (diff)
add translations fixes for zh, es (closes issue #44, closes #45)
make a few left out strings translatable (closes issue #44)
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/vpn_headers.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml
index 9d051a4d..495c2c72 100644
--- a/res/xml/vpn_headers.xml
+++ b/res/xml/vpn_headers.xml
@@ -4,15 +4,15 @@
<header
android:id="@+id/basicsettingsid"
android:fragment="de.blinkt.openvpn.Settings_Basic"
- android:title="Basic" />
+ android:title="@string/basic" />
<!-- android:icon="@drawable/ic_settings_applications" -->
<header
android:fragment="de.blinkt.openvpn.Settings_IP"
- android:title="IP and DNS" />
+ android:title="@string/ipdns" />
<header
android:fragment="de.blinkt.openvpn.Settings_Routing"
- android:title="Routing" />
+ android:title="@string/routing" />
<header
android:fragment="de.blinkt.openvpn.Settings_Authentication"
android:title="@string/settings_auth" />
@@ -20,8 +20,8 @@
<!-- android:icon="@drawable/ic_settings_display" -->
<header
android:fragment="de.blinkt.openvpn.Settings_Obscure"
- android:summary="Obscure OpenVPN Settings. Normally not needed."
- android:title="Advanced" >
+ android:summary="@string/obscure"
+ android:title="@string/advanced" >
</header>
<header
android:fragment="de.blinkt.openvpn.ShowConfigFragment"