diff options
| author | Andy <andy@rockbox.org> | 2005-11-12 04:00:56 +0000 |
|---|---|---|
| committer | Andy <andy@rockbox.org> | 2005-11-12 04:00:56 +0000 |
| commit | e6e5496535a6fa45ee5cb63fb80886514ae72231 (patch) | |
| tree | ebd73be009933c4c7eaf224ccec308aa56dd7b99 /apps/lang | |
| parent | 663fba13996c32e13d4cca89ffda86de8d536c7f (diff) | |
| download | rockbox-e6e5496535a6fa45ee5cb63fb80886514ae72231.zip rockbox-e6e5496535a6fa45ee5cb63fb80886514ae72231.tar.gz rockbox-e6e5496535a6fa45ee5cb63fb80886514ae72231.tar.bz2 rockbox-e6e5496535a6fa45ee5cb63fb80886514ae72231.tar.xz | |
iRiver: Initial support for wav-recording in recording menu. Supports mic/line-in (and radio), monitor mode, time-splitting (and byte-splitting), pause/resume etc. Things todo: Prerecording, peakmeter (should be simple), frequency other than 44.1 kHz, etc..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7818 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
| -rw-r--r-- | apps/lang/english.lang | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 9d54717..9123066 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -939,13 +939,13 @@ new: id: LANG_RECORDING_LEFT desc: in the recording screen -eng: "Left" +eng: "Gain Left" voice: "" new: id: LANG_RECORDING_RIGHT desc: in the recording screen -eng: "Right" +eng: "Gain Right" voice: "" new: @@ -3352,3 +3352,21 @@ desc: in crossfade settings menu eng: "Fade out mode" voice: "Fade out mode" new: + +id: LANG_RECORDING_ADC_RIGHT +desc: in the recording settings +eng: "ADC Gain Right" +voice: "ADC Gain Right" +new: + +id: LANG_RECORDING_ADC_LEFT +desc: in the recording settings +eng: "ADC Gain Left" +voice: "ADC Gain Left" +new: + +id: LANG_RECORDING_MONITOR +desc: in the recording settings +eng: "Monitor Mode" +voice: "Monitor Mode" +new: |