summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-07-06 17:14:02 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-07-06 17:14:02 -0400
commit19b289a1b9967b697b54f20f12c1d3a1e44b6e39 (patch)
tree06d97c3a69e640e611c43e3d477c485488c1a0de /apps/lang/english.lang
parent228372c38df91e24d3fc3185c50db95d05f5dc74 (diff)
downloadrockbox-19b289a1b9967b697b54f20f12c1d3a1e44b6e39.tar.gz
rockbox-19b289a1b9967b697b54f20f12c1d3a1e44b6e39.zip
Reuse frequency string from recording for playback frequency.
Update all .lang files and change the id from LANG_RECORDING_FREQUENCY to LANG_FREQUENCY. Also update description and target. It will throw things off for targets without recording but that do have 48KHz, possibly older iPods. I'm not sure what else it might be off hand. Regenerate voice files and replace .lang files in that case. Change-Id: I9ab396ecfcca9206054bde34aa2cc23b505dabff
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang27
1 files changed, 5 insertions, 22 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 0dd3b43f5a..241eed5293 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -5720,20 +5720,20 @@
5720 </voice> 5720 </voice>
5721</phrase> 5721</phrase>
5722<phrase> 5722<phrase>
5723 id: LANG_RECORDING_FREQUENCY 5723 id: LANG_FREQUENCY
5724 desc: in the recording settings 5724 desc: in recording and playback settings
5725 user: core 5725 user: core
5726 <source> 5726 <source>
5727 *: none 5727 *: none
5728 recording: "Frequency" 5728 recording,play_frequency: "Frequency"
5729 </source> 5729 </source>
5730 <dest> 5730 <dest>
5731 *: none 5731 *: none
5732 recording: "Frequency" 5732 recording,play_frequency: "Frequency"
5733 </dest> 5733 </dest>
5734 <voice> 5734 <voice>
5735 *: none 5735 *: none
5736 recording: "Frequency" 5736 recording,play_frequency: "Frequency"
5737 </voice> 5737 </voice>
5738</phrase> 5738</phrase>
5739<phrase> 5739<phrase>
@@ -13156,20 +13156,3 @@
13156 *: "Slow" 13156 *: "Slow"
13157 </voice> 13157 </voice>
13158</phrase> 13158</phrase>
13159<phrase>
13160 id: LANG_PLAYBACK_FREQUENCY
13161 desc: in playback settings (merge with LANG_RECORDING_FREQUENCY if cleaning)
13162 user: core
13163 <source>
13164 *: none
13165 play_frequency: "Frequency"
13166 </source>
13167 <dest>
13168 *: none
13169 play_frequency: "Frequency"
13170 </dest>
13171 <voice>
13172 *: none
13173 play_frequency: "Frequency"
13174 </voice>
13175</phrase>