diff options
| author | Nils Wallménius <nils@rockbox.org> | 2006-10-20 21:25:45 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2006-10-20 21:25:45 +0000 |
| commit | cba6d102b1d7fc6e0a1fbee663ac15dfabafdd4c (patch) | |
| tree | 118cd54939d1d2810311aa25aaf742db801f92ae | |
| parent | 0561fc47afab9d28f07965b52619de210b4055c8 (diff) | |
| download | rockbox-cba6d102b1d7fc6e0a1fbee663ac15dfabafdd4c.zip rockbox-cba6d102b1d7fc6e0a1fbee663ac15dfabafdd4c.tar.gz rockbox-cba6d102b1d7fc6e0a1fbee663ac15dfabafdd4c.tar.bz2 rockbox-cba6d102b1d7fc6e0a1fbee663ac15dfabafdd4c.tar.xz | |
Add some iriver h100/h300 specific strings to the lang. Mostly OFF changed to STOP in a few places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11279 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/english.lang | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 6cd5b2d..3305bd2 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -4708,6 +4708,7 @@ </source> <dest> *: "OFF = Exit" + h100,h120,h300: "STOP = Exit" </dest> <voice> *: "" @@ -4864,6 +4865,7 @@ </source> <dest> *: "ON To Set" + h100,h120,h300: "NAVI = Set" </dest> <voice> *: "" @@ -4878,6 +4880,7 @@ </source> <dest> *: "OFF To Revert" + h100,h120,h300: "STOP = Revert" </dest> <voice> *: "" @@ -5074,6 +5077,7 @@ </source> <dest> *: "The disk is full. Press OFF to continue." + h100,h120,h300: "The disk is full. Press STOP to continue." </dest> <voice> *: "" @@ -7846,6 +7850,7 @@ </source> <dest> *: "OFF to abort" + h100,h120,h300: "STOP to abort" </dest> <voice> *: "" @@ -9475,6 +9480,7 @@ </source> <dest> *: "The disk is full. Press OFF to continue." + h100,h120,h300: "The disk is full. Press STOP to continue." </dest> <voice> *: "" |