diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-01-04 22:14:40 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-01-04 22:14:40 +0100 |
commit | 7fe783631b4a48d3d3d422f302f736e8b215f0c1 (patch) | |
tree | a29e41f552ba042070b8d48c1da1eb0a900d2dc6 /res/values | |
parent | d89b7ab6b1ad44812d358819b9965b48f23031fc (diff) |
Fetch current translation from crowd.in
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/untranslatable.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/res/values/untranslatable.xml b/res/values/untranslatable.xml index c0a6bb2f..48f77d98 100644 --- a/res/values/untranslatable.xml +++ b/res/values/untranslatable.xml @@ -18,8 +18,8 @@ <string name="lzo" translatable="false">LZO</string> <string name="openssl" translatable="false">OpenSSL</string> <string name="unknown_state" translatable="false">Unknown state</string> - - + <string name="permission_description">Allows another app to control OpenVPN</string> + <string-array name="tls_directions_values" translatable="false"> <item>0</item> <item>1</item> @@ -40,4 +40,5 @@ <item>50</item> <item>-1</item> </string-array> - </resources> + +</resources>
\ No newline at end of file |