summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2008-10-08 22:18:16 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2008-10-08 22:18:16 +0000
commit528fe442fc6e6e077172b2e8a3b586a3ce96d16b (patch)
tree4985fe6f102727419862cf58bcb5aa8a7d736f11 /apps/lang
parentcb1173cedd4eb1c8648420a3926a591995390537 (diff)
downloadrockbox-528fe442fc6e6e077172b2e8a3b586a3ce96d16b.tar.gz
rockbox-528fe442fc6e6e077172b2e8a3b586a3ce96d16b.zip
New recording setting to configure how mono recordings are made. Previously, this was always L+R, which was kinda silly if your signal was on L only. This setting allows for L, R or L+R. SWCODEC only for now, to be added for HWCODEC (although that will only be L and L+R probably)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18745 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang34
1 files changed, 34 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 6acc83613e..04913d6c75 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -847,6 +847,23 @@
847 </voice> 847 </voice>
848</phrase> 848</phrase>
849<phrase> 849<phrase>
850 id: LANG_CHANNEL_LEFTRIGHT
851 desc: in sound_settings
852 user:
853 <source>
854 *: none
855 recording_swcodec: "Mono Left + Right"
856 </source>
857 <dest>
858 *: none
859 recording_swcodec: "Mono Left + Right"
860 </dest>
861 <voice>
862 *: none
863 recording_swcodec: "Mono Left plus Right"
864 </voice>
865</phrase>
866<phrase>
850 id: LANG_CHANNEL_KARAOKE 867 id: LANG_CHANNEL_KARAOKE
851 desc: in sound_settings 868 desc: in sound_settings
852 user: 869 user:
@@ -12061,3 +12078,20 @@
12061 albumart: "" 12078 albumart: ""
12062 </voice> 12079 </voice>
12063</phrase> 12080</phrase>
12081<phrase>
12082 id: LANG_RECORDING_MONO_MODE
12083 desc: in sound_settings
12084 user:
12085 <source>
12086 *: none
12087 recording_swcodec: "Mono mode"
12088 </source>
12089 <dest>
12090 *: none
12091 recording_swcodec: "Mono mode"
12092 </dest>
12093 <voice>
12094 *: none
12095 recording_swcodec: "Mono mode"
12096 </voice>
12097</phrase>