summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-09-24 22:05:07 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-09-24 22:05:07 +0000
commita738e5f3a0e6534545a57064699dfea1d348cb39 (patch)
tree6e0e0f729bef0eb416d88cc094296edf1155c754 /apps/lang
parent55cd14f87572150e6fb4e9e9135e344883f667e2 (diff)
downloadrockbox-a738e5f3a0e6534545a57064699dfea1d348cb39.tar.gz
rockbox-a738e5f3a0e6534545a57064699dfea1d348cb39.zip
FS#9824: Fix FM channel spacing for Europe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22822 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 c7dad66b1a..08412d376d 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12735,3 +12735,37 @@
12735 quickscreen: "Set as Top Quickscreen Item" 12735 quickscreen: "Set as Top Quickscreen Item"
12736 </voice> 12736 </voice>
12737</phrase> 12737</phrase>
12738<phrase>
12739 id: LANG_FM_ITALY
12740 desc: fm region Italy
12741 user: core
12742 <source>
12743 *: none
12744 radio: "Italy"
12745 </source>
12746 <dest>
12747 *: none
12748 radio: "Italy"
12749 </dest>
12750 <voice>
12751 *: none
12752 radio: "Italy"
12753 </voice>
12754</phrase>
12755<phrase>
12756 id: LANG_FM_OTHER
12757 desc: Catch-all FM region. Select if none of the others work
12758 user: core
12759 <source>
12760 *: none
12761 radio: "Other"
12762 </source>
12763 <dest>
12764 *: none
12765 radio: "Other"
12766 </dest>
12767 <voice>
12768 *: none
12769 radio: "Other"
12770 </voice>
12771</phrase>