diff options
author | Isaac Kwan <isaackwan@users.noreply.github.com> | 2014-10-03 19:34:51 +0800 |
---|---|---|
committer | Isaac Kwan <isaackwan@users.noreply.github.com> | 2014-10-03 19:34:51 +0800 |
commit | 730f46c7b2db7d8c6849d36609643d6c02bf4221 (patch) | |
tree | 707b3c65f1ae716b2db8242c30e2d3f5ad8afeba /res/values-zh_rTW/arrays.xml | |
parent | fd6f5b0e84763e98be6299d63d48786c602211a3 (diff) |
1) Renamed values-zh values-zh_rCN in accordance with #329 and Android conventions
2) Added arrays.xml translations for Simplified Chinese (zh_rCN)
3) Added translations (arrays.xml and strings.xml) for Traditional Chinese (zh_rTW)
Diffstat (limited to '')
-rw-r--r-- | res/values-zh_rTW/arrays.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/res/values-zh_rTW/arrays.xml b/res/values-zh_rTW/arrays.xml new file mode 100644 index 00000000..b9c261ad --- /dev/null +++ b/res/values-zh_rTW/arrays.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <string-array name="resources"> + <item>手機</item> + <item>電話</item> + <item>平板電腦</item> + <item>Conversations</item> + <item>Android</item> + </string-array> + <string-array name="filesizes"> + <item>永不</item> + <item>256 KB</item> + <item>512 KB</item> + <item>1 MB</item> + </string-array> + <string-array name="filesizes_values"> + <item>0</item> + <item>262144</item> + <item>524288</item> + <item>1048576</item> + </string-array> + <string-array name="mute_options_descriptions"> + <item>30 分鐘</item> + <item>1 小時</item> + <item>2 小時</item> + <item>8 小時</item> + <item>直至另行取消</item> + </string-array> + + <integer-array name="mute_options_durations"> + <item>1800</item> + <item>3600</item> + <item>7200</item> + <item>28800</item> + <item>-1</item> + </integer-array> + +</resources>
\ No newline at end of file |