From 2993ae69b5cfd95ddab595fcce9cc7637477d6a5 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 7 Dec 2005 23:07:07 +0000 Subject: Simplified and uniform volume handling: * Volume setting in dB on all targets, within the 'natural' range defined by the respective DAC (limited to -100..+12 dB for archos Recorders and Ondios in order to avoid 4 chars being displayed in the status bar). 0 dB means line level on all targets. * No more artificial volume limiting for Iriver and Player, settings always represent true values. Removed the various sound scaling options. * Bumped config version so save your settings. Also make sure to adjust the volume after loading a .cfg, then save the .cfg again, otherwise the volume will be out of range (a flaw in the .cfg loader). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8197 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/english.lang | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'apps/lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 3595281209..1f0ef87ca4 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -3550,33 +3550,3 @@ desc: in radio screen / menu eng: "Mode:" voice: "" new: - -id: LANG_SCALING_MODE -desc: in sound_settings. How to scale volume/bass to prevent clipping -eng: "Prevent clipping" -voice: "Prevent clipping" -new: - -id: LANG_SCALE_OFF -desc: in sound_settings. Do not reduce volume/bass -eng: "Off" -voice: "Off" -new: - -id: LANG_SCALE_VOLUME -desc: in sound_settings. Reduce volume -eng: "Adjust volume" -voice: "Adjust volume" -new: - -id: LANG_SCALE_BASS -desc: in sound_settings. Reduce bass -eng: "Adjust bass" -voice: "Adjust bass" -new: - -id: LANG_SCALE_CURRENT -desc: in sound_settings. Reduce other metric than currently modified -eng: "Adjust current" -voice: "Adjust current" -new: -- cgit v1.2.3