summaryrefslogtreecommitdiff
path: root/apps/lang/english.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/english.lang
parentc5a24c69221dbd8f2c55f007d9d7eaa2222fa5df (diff)
downloadrockbox-5fc66e58dd8a62099cfb1c3f7ae48d7115376be3.tar.gz
rockbox-5fc66e58dd8a62099cfb1c3f7ae48d7115376be3.zip
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/english.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 984aa1be95..6a7d752ec6 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -9660,3 +9660,120 @@
9660 *: "Full Path" 9660 *: "Full Path"
9661 </voice> 9661 </voice>
9662</phrase> 9662</phrase>
9663<phrase>
9664 id: LANG_RECORD_AGC_PRESET
9665 desc: automatic gain control in record settings
9666 <source>
9667 *: "Automatic Gain Control"
9668 </source>
9669 <dest>
9670 *: "Automatic Gain Control"
9671 </dest>
9672 <voice>
9673 *: "pixels"
9674 </voice>
9675</phrase>
9676<phrase>
9677 id: LANG_AGC_SAFETY
9678 desc: AGC preset
9679 <source>
9680 *: "Safety (clip)"
9681 </source>
9682 <dest>
9683 *: "Safety (clip)"
9684 </dest>
9685 <voice>
9686 *: "pixels"
9687 </voice>
9688</phrase>
9689<phrase>
9690 id: LANG_AGC_LIVE
9691 desc: AGC preset
9692 <source>
9693 *: "Live (slow)"
9694 </source>
9695 <dest>
9696 *: "Live (slow)"
9697 </dest>
9698 <voice>
9699 *: "pixels"
9700 </voice>
9701</phrase>
9702<phrase>
9703 id: LANG_AGC_DJSET
9704 desc: AGC preset
9705 <source>
9706 *: "DJ-Set (slow)"
9707 </source>
9708 <dest>
9709 *: "DJ-Set (slow)"
9710 </dest>
9711 <voice>
9712 *: "pixels"
9713 </voice>
9714</phrase>
9715<phrase>
9716 id: LANG_AGC_MEDIUM
9717 desc: AGC preset
9718 <source>
9719 *: "Medium"
9720 </source>
9721 <dest>
9722 *: "Medium"
9723 </dest>
9724 <voice>
9725 *: "pixels"
9726 </voice>
9727</phrase>
9728<phrase>
9729 id: LANG_AGC_VOICE
9730 desc: AGC preset
9731 <source>
9732 *: "Voice (fast)"
9733 </source>
9734 <dest>
9735 *: "Voice (fast)"
9736 </dest>
9737 <voice>
9738 *: "pixels"
9739 </voice>
9740</phrase>
9741<phrase>
9742 id: LANG_RECORD_AGC_CLIPTIME
9743 desc: in record settings
9744 <source>
9745 *: "AGC clip time"
9746 </source>
9747 <dest>
9748 *: "AGC clip time"
9749 </dest>
9750 <voice>
9751 *: "pixels"
9752 </voice>
9753</phrase>
9754<phrase>
9755 id: LANG_RECORDING_AGC_PRESET
9756 desc: automatic gain control in recording screen
9757 <source>
9758 *: "AGC"
9759 </source>
9760 <dest>
9761 *: "AGC"
9762 </dest>
9763 <voice>
9764 *: "pixels"
9765 </voice>
9766</phrase>
9767<phrase>
9768 id: LANG_RECORDING_AGC_MAXGAIN
9769 desc: AGC maximum gain in recording screen
9770 <source>
9771 *: "AGC max. gain"
9772 </source>
9773 <dest>
9774 *: "AGC max. gain"
9775 </dest>
9776 <voice>
9777 *: "pixels"
9778 </voice>
9779</phrase>