summaryrefslogtreecommitdiff
path: root/res/values-zh/arrays.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
commit373a5b710b6fa2a435db97fd40b7ca1d2abf0dd4 (patch)
tree54427ef769632f1b71d9664416f5fade700e7fec /res/values-zh/arrays.xml
parent8a58041db97da6834945af6fea5903dbc1534d68 (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/values-zh/arrays.xml')
-rw-r--r--res/values-zh/arrays.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/res/values-zh/arrays.xml b/res/values-zh/arrays.xml
new file mode 100644
index 00000000..1a78cb8e
--- /dev/null
+++ b/res/values-zh/arrays.xml
@@ -0,0 +1,28 @@
+<resources>
+ <!-- Keep the order the same as the TYPE_ constants in VPNProfile -->
+ <string-array name="vpn_types">
+ <item>"证书"</item>
+ <item>"PKCS12 文件"</item>
+ <item>"Android 证书"</item>
+ <item>"用户名/密码"</item>
+ <item>"静态密钥"</item>
+ <item>"用户名/密码 + 证书"</item>
+ <item>"用户名/密码 + PKCS12 "</item>
+ <item>"用户名/密码 + Android"</item>
+ </string-array>
+
+ <string-array name="tls_directions_entries">
+ <item>"0"</item>
+ <item>"1"</item>
+ <item>"未指定"</item>
+ </string-array>
+ <string-array name="verb_entries">
+ <item>"0 - 无记录"</item>
+ <item>"1 - 默认详细级别"</item>
+ <item>"2 - 多详细"</item>
+ <item>"3"</item>
+ <item>"4"</item>
+ <item>"5 - 调试记录"</item>
+ </string-array>
+
+</resources> \ No newline at end of file