summaryrefslogtreecommitdiff
path: root/res/values-zh/arrays.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-10-08 19:27:03 +0200
committerArne Schwabe <arne@rfc2549.org>2012-10-08 19:27:03 +0200
commit25c2a630fc996145a277fab8fefd5ff5c8f6be10 (patch)
tree2d36bcde81f81b5e38bcb9710aa7969291286256 /res/values-zh/arrays.xml
parenteab710e87e3f4d6d247ec705755e8d3f52fcfa4e (diff)
Add generating to script.
Difference between zh-CN and zh-TW
Diffstat (limited to 'res/values-zh/arrays.xml')
-rw-r--r--res/values-zh/arrays.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/res/values-zh/arrays.xml b/res/values-zh/arrays.xml
deleted file mode 100644
index 23e2aefb..00000000
--- a/res/values-zh/arrays.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<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