diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-11-10 23:18:33 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-11-10 23:18:33 +0000 |
| commit | afe0da9e1677c5164291150286531ccd46ebef10 (patch) | |
| tree | dc4299188d85bb2ea7babd08b57813b4df03ba8b /apps/lang | |
| parent | 8e4a0e0aabc9c35cc6b9bc9506e629dabf291031 (diff) | |
| download | rockbox-afe0da9e1677c5164291150286531ccd46ebef10.zip rockbox-afe0da9e1677c5164291150286531ccd46ebef10.tar.gz rockbox-afe0da9e1677c5164291150286531ccd46ebef10.tar.bz2 rockbox-afe0da9e1677c5164291150286531ccd46ebef10.tar.xz | |
Recording settings are now persistent. Added a Recording Settings menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2818 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
| -rw-r--r-- | apps/lang/english.lang | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index d190614..6ded417 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -1118,7 +1118,27 @@ desc: in the recording settings eng: "Source" new: -id: LANG_RECORDING_CHANNEL +id: LANG_RECORDING_CHANNELS desc: in the recording settings -eng: "Channel" +eng: "Channels" +new: + +id: LANG_RECORDING_SRC_MIC +desc: in the recording settings +eng: "Mic" +new: + +id: LANG_RECORDING_SRC_LINE +desc: in the recording settings +eng: "Line In" +new: + +id: LANG_RECORDING_SRC_DIGITAL +desc: in the recording settings +eng: "Digital" +new: + +id: LANG_RECORDING_SETTINGS +desc: in the main menu +eng: "Recording settings" new: |