summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-11-03 11:11:07 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-11-03 11:11:07 +0000
commitedcacaa787d770cd5b944c18082b5b80128f7e4e (patch)
treec9c15530510a02327bcd20808ac470304781879e /apps/lang/english.lang
parent5395957549c9b04fefa87a0aedb6bc15bf360739 (diff)
downloadrockbox-edcacaa787d770cd5b944c18082b5b80128f7e4e.tar.gz
rockbox-edcacaa787d770cd5b944c18082b5b80128f7e4e.zip
FS#9515 - customisable quickscreen. Allows you to choose which setting you want displayed on the quickscreen.
Allows almost every available setting. (change the options in settings > general settings > quickscreen items) Not every setting will work perfectly, some might need aditional handling if the change doesnt take effect straight away (let us know which are problematic so they can be fixed) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18984 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang68
1 files changed, 68 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 8cb1007ad5..7e638f3a5c 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12109,3 +12109,71 @@
12109 *: "Search Results" 12109 *: "Search Results"
12110 </voice> 12110 </voice>
12111</phrase> 12111</phrase>
12112<phrase>
12113 id: LANG_QS_ITEMS
12114 desc: used for the submenu name for the quickscreen items
12115 user:
12116 <source>
12117 *: none
12118 quickscreen: "Quickscreen Items"
12119 </source>
12120 <dest>
12121 *: none
12122 quickscreen: "Quickscreen Items"
12123 </dest>
12124 <voice>
12125 *: none
12126 quickscreen: "Quickscreen Items"
12127 </voice>
12128</phrase>
12129<phrase>
12130 id: LANG_LEFT
12131 desc: used for the submenu name for the quickscreen items
12132 user:
12133 <source>
12134 *: none
12135 quickscreen: "Left"
12136 </source>
12137 <dest>
12138 *: none
12139 quickscreen: "Left"
12140 </dest>
12141 <voice>
12142 *: none
12143 quickscreen: "Left"
12144 </voice>
12145</phrase>
12146<phrase>
12147 id: LANG_RIGHT
12148 desc: used for the submenu name for the quickscreen items
12149 user:
12150 <source>
12151 *: none
12152 quickscreen: "Right"
12153 </source>
12154 <dest>
12155 *: none
12156 quickscreen: "Right"
12157 </dest>
12158 <voice>
12159 *: none
12160 quickscreen: "Right"
12161 </voice>
12162</phrase>
12163<phrase>
12164 id: LANG_BOTTOM
12165 desc: used for the submenu name for the quickscreen items
12166 user:
12167 <source>
12168 *: none
12169 quickscreen: "Bottom"
12170 </source>
12171 <dest>
12172 *: none
12173 quickscreen: "Bottom"
12174 </dest>
12175 <voice>
12176 *: none
12177 quickscreen: "Bottom"
12178 </voice>
12179</phrase>