diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2004-01-14 14:42:31 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2004-01-14 14:42:31 +0000 |
| commit | fe375a0404694c33c24706fe1513468c89486da4 (patch) | |
| tree | 4906c7c0ead9e299bcf3f793168d8237d3f0853b /apps/lang | |
| parent | a53afc0330b4b5f0a4682d594853bae1cee35676 (diff) | |
| download | rockbox-fe375a0404694c33c24706fe1513468c89486da4.zip rockbox-fe375a0404694c33c24706fe1513468c89486da4.tar.gz rockbox-fe375a0404694c33c24706fe1513468c89486da4.tar.bz2 rockbox-fe375a0404694c33c24706fe1513468c89486da4.tar.xz | |
Menu reorganization (patch #872810 by Peter Schneider)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4231 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
| -rw-r--r-- | apps/lang/english.lang | 63 |
1 files changed, 57 insertions, 6 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 24ac940..2cf449f 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -325,7 +325,7 @@ new: id: LANG_SCROLL_MENU desc: in display_settings_menu() -eng: "Scroll" +eng: "Scrolling" new: id: LANG_RESET @@ -1730,12 +1730,12 @@ new: id: LANG_CUSTOM_FONT desc: in setting_menu() -eng: "Fonts" +eng: "Browse Fonts" new: id: LANG_FIRMWARE desc: in the main menu -eng: "Firmware" +eng: "Browse Firmwares" new: id: LANG_LANGUAGE @@ -1745,17 +1745,17 @@ new: id: LANG_WHILE_PLAYING desc: in settings_menu() -eng: "While Playing Screen" +eng: "Browse .wps files" new: id: LANG_CUSTOM_CFG desc: in setting_menu() -eng: "Configurations" +eng: "Browse .cfg files" new: id: LANG_PLUGINS desc: in main_menu() -eng: "Plugins" +eng: "Browse Plugins" new: id: LANG_CAR_ADAPTER_MODE @@ -1979,3 +1979,54 @@ id: LANG_RECORD_PRERECORD_TIME desc: in recording settings_menu eng: "Prerecord time" new: + +id: LANG_INFO_MENU +desc: in the info sub menu +eng: "Rockbox Info" +new: + +id: LANG_RECORDING_MENU +desc: in the recording sub menu +eng: "Start Recording" +new: + +id: LANG_WIND_MENU +desc: in the playback sub menu +eng: "FFwd/Rewind" +new: + +id: LANG_LCD_MENU +desc: in the display sub menu +eng: "LCD Settings" +new: + +id: LANG_BARS_MENU +desc: in the display sub menu +eng: "Status-/Scrollbar" +new: + +id: LANG_BATTERY_MENU +desc: in the system sub menu +eng: "Battery" +new: + +id: LANG_DISK_MENU +desc: in the system sub menu +eng: "Disk" +new: + +id: LANG_TIME_MENU +desc: in the system sub menu +eng: "Time & Date" +new: + +# Limits +id: LANG_LIMITS_MENU +desc: in the system sub menu +eng: "Limits" +new: + +id: LANG_MANAGE_MENU +desc: in the system sub menu +eng: "Manage Settings" +new: |