summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2006-08-16 23:26:55 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2006-08-16 23:26:55 +0000
commit5fc66e58dd8a62099cfb1c3f7ae48d7115376be3 (patch)
tree0dc6123bb179a5eba4953d62155a4b48dea75869 /apps/lang
parentc5a24c69221dbd8f2c55f007d9d7eaa2222fa5df (diff)
downloadrockbox-5fc66e58dd8a62099cfb1c3f7ae48d7115376be3.zip
rockbox-5fc66e58dd8a62099cfb1c3f7ae48d7115376be3.tar.gz
rockbox-5fc66e58dd8a62099cfb1c3f7ae48d7115376be3.tar.bz2
rockbox-5fc66e58dd8a62099cfb1c3f7ae48d7115376be3.tar.xz
Automatic Gain Control during recording. At this point only compiled for iriver h1x0 and h3x0. Patch FS#4748 by Jvo Studer, Martin Scarratt and myself.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10625 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang117
1 files changed, 117 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 984aa1b..6a7d752 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -9660,3 +9660,120 @@
*: "Full Path"
</voice>
</phrase>
+<phrase>
+ id: LANG_RECORD_AGC_PRESET
+ desc: automatic gain control in record settings
+ <source>
+ *: "Automatic Gain Control"
+ </source>
+ <dest>
+ *: "Automatic Gain Control"
+ </dest>
+ <voice>
+ *: "pixels"
+ </voice>
+</phrase>
+<phrase>
+ id: LANG_AGC_SAFETY
+ desc: AGC preset
+ <source>
+ *: "Safety (clip)"
+ </source>
+ <dest>
+ *: "Safety (clip)"
+ </dest>
+ <voice>
+ *: "pixels"
+ </voice>
+</phrase>
+<phrase>
+ id: LANG_AGC_LIVE
+ desc: AGC preset
+ <source>
+ *: "Live (slow)"
+ </source>
+ <dest>
+ *: "Live (slow)"
+ </dest>
+ <voice>
+ *: "pixels"
+ </voice>
+</phrase>
+<phrase>
+ id: LANG_AGC_DJSET
+ desc: AGC preset
+ <source>
+ *: "DJ-Set (slow)"
+ </source>
+ <dest>
+ *: "DJ-Set (slow)"
+ </dest>
+ <voice>
+ *: "pixels"
+ </voice>
+</phrase>
+<phrase>
+ id: LANG_AGC_MEDIUM
+ desc: AGC preset
+ <source>
+ *: "Medium"
+ </source>
+ <dest>
+ *: "Medium"
+ </dest>
+ <voice>
+ *: "pixels"
+ </voice>
+</phrase>
+<phrase>
+ id: LANG_AGC_VOICE
+ desc: AGC preset
+ <source>
+ *: "Voice (fast)"
+ </source>
+ <dest>
+ *: "Voice (fast)"
+ </dest>
+ <voice>
+ *: "pixels"
+ </voice>
+</phrase>
+<phrase>
+ id: LANG_RECORD_AGC_CLIPTIME
+ desc: in record settings
+ <source>
+ *: "AGC clip time"
+ </source>
+ <dest>
+ *: "AGC clip time"
+ </dest>
+ <voice>
+ *: "pixels"
+ </voice>
+</phrase>
+<phrase>
+ id: LANG_RECORDING_AGC_PRESET
+ desc: automatic gain control in recording screen
+ <source>
+ *: "AGC"
+ </source>
+ <dest>
+ *: "AGC"
+ </dest>
+ <voice>
+ *: "pixels"
+ </voice>
+</phrase>
+<phrase>
+ id: LANG_RECORDING_AGC_MAXGAIN
+ desc: AGC maximum gain in recording screen
+ <source>
+ *: "AGC max. gain"
+ </source>
+ <dest>
+ *: "AGC max. gain"
+ </dest>
+ <voice>
+ *: "pixels"
+ </voice>
+</phrase>