diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-05 10:40:33 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-05 10:40:33 +0200 |
commit | 373a5b710b6fa2a435db97fd40b7ca1d2abf0dd4 (patch) | |
tree | 54427ef769632f1b71d9664416f5fade700e7fec /res/xml/vpn_headers.xml | |
parent | 8a58041db97da6834945af6fea5903dbc1534d68 (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/vpn_headers.xml')
-rw-r--r-- | res/xml/vpn_headers.xml | 10 |
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" |