summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-08-28 22:38:41 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-08-28 22:38:41 +0000
commit4fc717a4c19a1fe0349977d7b9c86561c5a5cf2d (patch)
treeeb6113c7491072f7b5136e24775737764e2cdede /apps/lang
parent65c2c58b3aa26164bd919665e4d710efa2fa7c79 (diff)
downloadrockbox-4fc717a4c19a1fe0349977d7b9c86561c5a5cf2d.tar.gz
rockbox-4fc717a4c19a1fe0349977d7b9c86561c5a5cf2d.zip
Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with additional FM Recording support and my modifications
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10789 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang17
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 3d87c0cd5d..5687c81e59 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -9661,6 +9661,22 @@
9661 *: "Full Path" 9661 *: "Full Path"
9662 </voice> 9662 </voice>
9663</phrase> 9663</phrase>
9664<<<<<<< english.lang
9665<phrase>
9666 id: VOICE_KBIT_PER_SEC
9667 desc: spoken only, for file extension
9668 user:
9669 <source>
9670 *: ""
9671 </source>
9672 <dest>
9673 *: ""
9674 </dest>
9675 <voice>
9676 *: "kilobits per second"
9677 </voice>
9678</phrase>
9679=======
9664<phrase> 9680<phrase>
9665 id: LANG_RECORD_AGC_PRESET 9681 id: LANG_RECORD_AGC_PRESET
9666 desc: automatic gain control in record settings 9682 desc: automatic gain control in record settings
@@ -9778,3 +9794,4 @@
9778 *: "AGC maximum gain" 9794 *: "AGC maximum gain"
9779 </voice> 9795 </voice>
9780</phrase> 9796</phrase>
9797>>>>>>> 1.267