diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-10-08 19:27:03 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-10-08 19:27:03 +0200 |
commit | 396a278c3c1d7b5b24a49402d9f33f17a6ff1e70 (patch) | |
tree | 7908c54fbed3ea6e2231e46bcfd941406f164633 /res/values-zh/arrays.xml | |
parent | 9634fb1ab9b6ac504158ac732e0d717742370fc7 (diff) |
Add generating to script.
Difference between zh-CN and zh-TW
--HG--
rename : res/values-zh/arrays.xml => res/values-zh-CN/arrays.xml
rename : res/values-zh/strings.xml => res/values-zh-CN/strings.xml
Diffstat (limited to 'res/values-zh/arrays.xml')
-rw-r--r-- | res/values-zh/arrays.xml | 28 |
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 |