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 | 7bdc51c2a9ad53e194f4966085cc7a0a890235e4 (patch) | |
tree | f037524cb7a51ef2164c6bb47305a7743db80471 /res/values-zh/arrays.xml | |
parent | 0b115f5fb831dc6b7d114337749a36e63f66afa4 (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.xml | 28 |
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 |