diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2006-07-18 19:53:14 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2006-07-18 19:53:14 +0000 |
| commit | d91c1dde0fa60662ee2e01a6d18768f87abadb18 (patch) | |
| tree | 766424b3fd66541c24cd74117c57c91fcfb8718e /apps | |
| parent | d13ef359d22f50151ca38d85aa99f64811e50937 (diff) | |
| download | rockbox-d91c1dde0fa60662ee2e01a6d18768f87abadb18.zip rockbox-d91c1dde0fa60662ee2e01a6d18768f87abadb18.tar.gz rockbox-d91c1dde0fa60662ee2e01a6d18768f87abadb18.tar.bz2 rockbox-d91c1dde0fa60662ee2e01a6d18768f87abadb18.tar.xz | |
Chinese update by Wenbin Leo (FS#5673)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10241 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/lang/chinese-trad.lang | 58 |
1 files changed, 50 insertions, 8 deletions
diff --git a/apps/lang/chinese-trad.lang b/apps/lang/chinese-trad.lang index 42b4c93..16ba9b6 100644 --- a/apps/lang/chinese-trad.lang +++ b/apps/lang/chinese-trad.lang @@ -1675,16 +1675,16 @@ </phrase> <phrase> id: LANG_TAGCACHE_DISK - desc: in tag cache settings + desc: user: <source> - *: "Keep on Disk" + *: "" </source> <dest> - *: "儲存在硬碟" + *: "" </dest> <voice> - *: "Keep on Disk" + *: "" </voice> </phrase> <phrase> @@ -1706,13 +1706,13 @@ desc: in tag cache settings user: <source> - *: "Force Tag Cache Update" + *: "Initialize now" </source> <dest> - *: "強迫標籤快取更新" + *: "即刻初始化" </dest> <voice> - *: "Force Tag Cache Update" + *: "Initialize now" </voice> </phrase> <phrase> @@ -8513,4 +8513,46 @@ <voice> *: "Remote Scrolling Options" </voice> -</phrase>
\ No newline at end of file +</phrase> +<phrase> + id: LANG_TAGCACHE_UPDATE + desc: in tag cache settings + user: + <source> + *: "Update now" + </source> + <dest> + *: "即刻更新" + </dest> + <voice> + *: "Update now" + </voice> +</phrase> +<phrase> + id: LANG_TAGCACHE_AUTOUPDATE + desc: in tag cache settings + user: + <source> + *: "Auto update" + </source> + <dest> + *: "自動更新" + </dest> + <voice> + *: "Auto update" + </voice> +</phrase> +<phrase> + id: LANG_TAGCACHE_EXPORT + desc: in tag cache settings + user: + <source> + *: "Export modifications" + </source> + <dest> + *: "匯出更動" + </dest> + <voice> + *: "Export modifications" + </voice> +</phrase> |