diff options
author | Purling Nayuki <cyq.yzfl@gmail.com> | 2014-01-17 00:08:37 +0800 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2014-01-26 16:26:00 +0100 |
commit | 946c348e5c09da1f662487f9c5594cc7d4c72b9f (patch) | |
tree | 8887ba57234220bc1a20a53d719212d198cc016d /apps/lang/chinese-trad.lang | |
parent | e1da541749c8fce7ed7a1ae62993e021c56dbc71 (diff) |
Fix incorrect language string reference in eq_menu.c
In most of the translations strings with SYSFONT in title is
translated. This leads to displaying problem in (at least) graphical
equalizer due to the lack of non-latin character support in the
built-in font.
Change-Id: I0d27a5358e4eb539d4247c84975d8501d7668836
Reviewed-on: http://gerrit.rockbox.org/727
Reviewed-by: Thomas Martitz <kugel@rockbox.org>
Diffstat (limited to 'apps/lang/chinese-trad.lang')
-rw-r--r-- | apps/lang/chinese-trad.lang | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/apps/lang/chinese-trad.lang b/apps/lang/chinese-trad.lang index a3a1958ea1..15952a6be0 100644 --- a/apps/lang/chinese-trad.lang +++ b/apps/lang/chinese-trad.lang @@ -8749,23 +8749,6 @@ </voice> </phrase> <phrase> - id: LANG_SYSFONT_GAIN - desc: in the equalizer settings menu - user: core - <source> - *: none - swcodec: "Gain" - </source> - <dest> - *: none - swcodec: "增加" - </dest> - <voice> - *: none - swcodec: "Gain" - </voice> -</phrase> -<phrase> id: LANG_ALARM_WAKEUP_SCREEN desc: in alarm menu setting user: core @@ -10623,23 +10606,6 @@ </voice> </phrase> <phrase> - id: LANG_SYSFONT_EQUALIZER_EDIT_MODE - desc: in the equalizer settings menu - user: core - <source> - *: none - swcodec: "Edit mode: %s %s" - </source> - <dest> - *: none - swcodec: "Edit mode: %s %s" - </dest> - <voice> - *: none - swcodec: "" - </voice> -</phrase> -<phrase> id: LANG_ENABLE_SPEAKER desc: in Settings -> Sound Settings user: core @@ -10657,23 +10623,6 @@ </voice> </phrase> <phrase> - id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF - desc: in the equalizer settings menu - user: core - <source> - *: none - swcodec: "Cutoff" - </source> - <dest> - *: none - swcodec: "截止頻率" - </dest> - <voice> - *: none - swcodec: "截止頻率" - </voice> -</phrase> -<phrase> id: LANG_SORT_INTERPRET_NUMBERS desc: in Settings -> File view user: core |