diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-10-29 12:30:16 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-10-29 12:30:16 +0000 |
| commit | 9c32d1a1ef785396c4abbcf562adee3c9e32f3a0 (patch) | |
| tree | 85ffc066d6e8f835c54891ececf5e4f3fc6738cc | |
| parent | c843ba492881a245ebaffe445379976df7283c22 (diff) | |
| download | rockbox-9c32d1a1ef785396c4abbcf562adee3c9e32f3a0.zip rockbox-9c32d1a1ef785396c4abbcf562adee3c9e32f3a0.tar.gz rockbox-9c32d1a1ef785396c4abbcf562adee3c9e32f3a0.tar.bz2 rockbox-9c32d1a1ef785396c4abbcf562adee3c9e32f3a0.tar.xz | |
Move the new strings last in the file. It reallly is important that *ALL*
new strings are added last.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2776 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/english.lang | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 373e072..3b03672 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -866,46 +866,6 @@ desc: in the peak meter menu eng: "Units Per Read" new: -id: LANG_PM_PERFORMANCE -desc: in the peak meter menu -eng: "Performance" -new: - -id: LANG_PM_HIGH_PERFORMANCE -desc: in the peak meter menu -eng: "High performance" -new: - -id: LANG_PM_ENERGY_SAVER -desc: in the peak meter menu -eng: "Save energy" -new: - -id: LANG_PM_SCALE -desc: in the peak meter menu -eng: "dBfs <-> linear" -new: - -id: LANG_PM_DBFS -desc: in the peak meter menu -eng: "dBfs" -new: - -id: LANG_PM_LINEAR -desc: in the peak meter menu -eng: "linear" -new: - -id: LANG_PM_MIN -desc: in the peak meter menu -eng: "Minimum of range" -new: - -id: LANG_PM_MAX -desc: in the peak meter menu -eng: "Maximum of range" -new: - id: LANG_BACKLIGHT_ON_WHEN_CHARGING desc: in display_settings_menu eng: "Backlight On When Plugged" @@ -1082,3 +1042,43 @@ id: LANG_DISPLAY_NUMERIC desc: Label for type of icon display eng: "Numeric" new: + +id: LANG_PM_PERFORMANCE +desc: in the peak meter menu +eng: "Performance" +new: + +id: LANG_PM_HIGH_PERFORMANCE +desc: in the peak meter menu +eng: "High performance" +new: + +id: LANG_PM_ENERGY_SAVER +desc: in the peak meter menu +eng: "Save energy" +new: + +id: LANG_PM_SCALE +desc: in the peak meter menu +eng: "dBfs <-> linear" +new: + +id: LANG_PM_DBFS +desc: in the peak meter menu +eng: "dBfs" +new: + +id: LANG_PM_LINEAR +desc: in the peak meter menu +eng: "linear" +new: + +id: LANG_PM_MIN +desc: in the peak meter menu +eng: "Minimum of range" +new: + +id: LANG_PM_MAX +desc: in the peak meter menu +eng: "Maximum of range" +new: |