diff options
| author | Nils Wallménius <nils@rockbox.org> | 2008-05-10 06:41:07 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2008-05-10 06:41:07 +0000 |
| commit | 27bb9986f6e0bfc8f21a2dc1317accd2c6097048 (patch) | |
| tree | c21d23cbbaaa2ffac90a365d77c64ad342b46c23 | |
| parent | 42bc377548b87039edab9a165c242f90953cbcb6 (diff) | |
| download | rockbox-27bb9986f6e0bfc8f21a2dc1317accd2c6097048.zip rockbox-27bb9986f6e0bfc8f21a2dc1317accd2c6097048.tar.gz rockbox-27bb9986f6e0bfc8f21a2dc1317accd2c6097048.tar.bz2 rockbox-27bb9986f6e0bfc8f21a2dc1317accd2c6097048.tar.xz | |
Add a Gigabeat S specific string and use a wildcard where the F and S use the same string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17437 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/english.lang | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 76ec075..44764bf 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -69,6 +69,7 @@ # mini 2G ipodmini2g # Toshiba # Gigabeat Fxx gigabeatf +# Gigabeat Sxx gigabeats # # Sandisk # Sansa E200 e200 @@ -322,13 +323,13 @@ <source> *: "PLAY = Yes" h100,h120,h300: "NAVI = Yes" - ipod*,x5,m5,gigabeatf,e200,c200,h10,h10_5gb,mrobe100,gigabeats: "SELECT = Yes" + ipod*,x5,m5,gigabeat*,e200,c200,h10,h10_5gb,mrobe100: "SELECT = Yes" player: "(PLAY/STOP)" </source> <dest> *: "PLAY = Yes" h100,h120,h300: "NAVI = Yes" - ipod*,x5,m5,gigabeatf,e200,c200,h10,h10_5gb,mrobe100,gigabeats: "SELECT = Yes" + ipod*,x5,m5,gigabeat*,e200,c200,h10,h10_5gb,mrobe100: "SELECT = Yes" player: "(PLAY/STOP)" </dest> <voice> @@ -2423,14 +2424,14 @@ *: "Building database... %d found (OFF to return)" h100,h120,h300: "Building database... %d found (STOP to return)" ipod*: "Building database... %d found (PREV to return)" - x5,m5,gigabeatf,mrobe100: "Building database... %d found (LEFT to return)" + x5,m5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" h10,h10_5gb,e200,c200: "Building database... %d found (PREV to return)" </source> <dest> *: "Building database... %d found (OFF to return)" h100,h120,h300: "Building database... %d found (STOP to return)" ipod*: "Building database... %d found (PREV to return)" - x5,m5,gigabeatf,mrobe100: "Building database... %d found (LEFT to return)" + x5,m5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" h10,h10_5gb,e200,c200: "Building database... %d found (PREV to return)" </dest> <voice> @@ -4182,17 +4183,17 @@ *: none rtc: "ON = Set" h100,h120,h300: "NAVI = Set" - ipod*,x5,m5,h10,h10_5gb,e200,c200,gigabeatf,mrobe100: "SELECT = Set" + ipod*,x5,m5,h10,h10_5gb,e200,c200,gigabeat*,mrobe100: "SELECT = Set" </source> <dest> *: none rtc: "ON = Set" h100,h120,h300: "NAVI = Set" - ipod*,x5,m5,h10,h10_5gb,e200,c200,gigabeatf,mrobe100: "SELECT = Set" + ipod*,x5,m5,h10,h10_5gb,e200,c200,gigabeat*,mrobe100: "SELECT = Set" </dest> <voice> *: none - rtc,h100,h120,h300,h10,h10_5gb,x5,m5,ipod*,e200,c200,gigabeatf,mrobe100: "" + rtc,h100,h120,h300,h10,h10_5gb,x5,m5,ipod*,e200,c200,gigabeat*,mrobe100: "" </voice> </phrase> <phrase> @@ -4208,6 +4209,7 @@ h10,h10_5gb: "PREV = Revert" gigabeatf: "A = Revert" mrobe100: "DISPLAY = Revert" + gigabeats: "BACK = Revert" </source> <dest> *: none @@ -4218,10 +4220,11 @@ h10,h10_5gb: "PREV = Revert" gigabeatf: "A = Revert" mrobe100: "DISPLAY = Revert" + gigabeats: "BACK = Revert" </dest> <voice> *: none - rtc,h100,h120,h300,ipod*,e200,c200,x5,m5,h10,h10_gb,gigabeatf,mrobe100: "" + rtc,h100,h120,h300,ipod*,e200,c200,x5,m5,h10,h10_gb,gigabeat*,mrobe100: "" </voice> </phrase> <phrase> |