summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-09-26 10:03:56 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-09-26 10:03:56 +0000
commit537c7546f946d266e55fdbce03558352a3342908 (patch)
tree9e594c9d40ec54047fa858472f737bc4d7b7d406 /apps/lang
parent9f960e405f72e1f624797547e1ad8e9584206118 (diff)
downloadrockbox-537c7546f946d266e55fdbce03558352a3342908.tar.gz
rockbox-537c7546f946d266e55fdbce03558352a3342908.zip
Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the headphones
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11057 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang56
1 files changed, 56 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 9e6a809dac..4dfbff7ad5 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -9806,3 +9806,59 @@
9806 *: "" 9806 *: ""
9807 </voice> 9807 </voice>
9808</phrase> 9808</phrase>
9809<phrase>
9810 id: LANG_UNPLUG
9811 desc: in settings_menu.
9812 user:
9813 <source>
9814 *: "Pause on headphone unplug"
9815 </source>
9816 <dest>
9817 *: "Pause on headphone unplug"
9818 </dest>
9819 <voice>
9820 *: "Pause on headphone unplug"
9821 </voice>
9822</phrase>
9823<phrase>
9824 id: LANG_UNPLUG_RESUME
9825 desc: in pause_phones_menu.
9826 user:
9827 <source>
9828 *: "Pause and Resume"
9829 </source>
9830 <dest>
9831 *: "Pause and Resume"
9832 </dest>
9833 <voice>
9834 *: "Pause and Resume"
9835 </voice>
9836</phrase>
9837<phrase>
9838 id: LANG_UNPLUG_RW
9839 desc: in pause_phones_menu.
9840 user:
9841 <source>
9842 *: "Duration to rewind"
9843 </source>
9844 <dest>
9845 *: "Duration to rewind"
9846 </dest>
9847 <voice>
9848 *: "Duration to rewind"
9849 </voice>
9850</phrase>
9851<phrase>
9852 id: LANG_UNPLUG_DISABLE_AUTORESUME
9853 desc: in pause_phones_menu.
9854 user:
9855 <source>
9856 *: "Disable auto-resume if phones not present"
9857 </source>
9858 <dest>
9859 *: "Disable auto-resume if phones not present"
9860 </dest>
9861 <voice>
9862 *: "Disable auto-resume if phones not present"
9863 </voice>
9864</phrase>