summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-09-27 15:42:55 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-09-27 15:42:55 +0000
commitf3b015f73b29f2d3514c32a9b8b8f0338b52e358 (patch)
tree65e1694745947a9a7d673811d12155f3b2a03019 /apps/lang
parent5353473b723749a7cd92d72e94423b74058287dc (diff)
downloadrockbox-f3b015f73b29f2d3514c32a9b8b8f0338b52e358.tar.gz
rockbox-f3b015f73b29f2d3514c32a9b8b8f0338b52e358.zip
FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.
Add two new line selector types: solid colour and gradient. Solid colour only uses the primary colour setting. The secondary colour setting is used for the gradient. Text colour for the selected item is also changeable. These new settings are a bit controversial so they may be removed later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14868 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang92
1 files changed, 89 insertions, 3 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 490f6d38b0..de254a3b1d 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -2899,15 +2899,15 @@
2899 user: 2899 user:
2900 <source> 2900 <source>
2901 *: none 2901 *: none
2902 lcd_bitmap: "Line Selector" 2902 lcd_bitmap: "Line Selector Type"
2903 </source> 2903 </source>
2904 <dest> 2904 <dest>
2905 *: none 2905 *: none
2906 lcd_bitmap: "Line Selector" 2906 lcd_bitmap: "Line Selector Type"
2907 </dest> 2907 </dest>
2908 <voice> 2908 <voice>
2909 *: none 2909 *: none
2910 lcd_bitmap: "Line Selector" 2910 lcd_bitmap: "Line Selector Type"
2911 </voice> 2911 </voice>
2912</phrase> 2912</phrase>
2913<phrase> 2913<phrase>
@@ -11242,3 +11242,89 @@
11242 usbstack: "Device Driver" 11242 usbstack: "Device Driver"
11243 </voice> 11243 </voice>
11244</phrase> 11244</phrase>
11245<phrase>
11246 id: LANG_SELECTOR_START_COLOR
11247 desc: line selector color option
11248 user:
11249 <source>
11250 *: none
11251 lcd_color: "Line Selector Primary Colour"
11252 </source>
11253 <dest>
11254 *: none
11255 lcd_color: "Line Selector Primary Colour"
11256 </dest>
11257 <voice>
11258 *: none
11259 lcd_color: "Line Selector Primary Colour"
11260 </voice>
11261</phrase>
11262<phrase>
11263 id: LANG_SELECTOR_END_COLOR
11264 desc: line selector color option
11265 user:
11266 <source>
11267 *: none
11268 lcd_color: "Line Selector Secondary Colour"
11269 </source>
11270 <dest>
11271 *: none
11272 lcd_color: "Line Selector Secondary Colour"
11273 </dest>
11274 <voice>
11275 *: none
11276 lcd_color: "Line Selector Secondary Colour"
11277 </voice>
11278</phrase>
11279<phrase>
11280 id: LANG_SELECTOR_TEXT_COLOR
11281 desc: line selector text color option
11282 user:
11283 <source>
11284 *: none
11285 lcd_color: "Line Selector Text Colour"
11286 </source>
11287 <dest>
11288 *: none
11289 lcd_color: "Line Selector Text Colour"
11290 </dest>
11291 <voice>
11292 *: none
11293 lcd_color: "Line Selector Text Colour"
11294 </voice>
11295</phrase>
11296<phrase>
11297 id: LANG_INVERT_CURSOR_COLOR
11298 desc: in settings_menu
11299 user:
11300 <source>
11301 *: none
11302 lcd_color: "Bar (Solid Colour)"
11303 </source>
11304 <dest>
11305 *: none
11306 lcd_color: "Bar (Solid Colour)"
11307 </dest>
11308 <voice>
11309 *: none
11310 lcd_color: "Bar (Solid Colour)"
11311 </voice>
11312</phrase>
11313<phrase>
11314 id: LANG_INVERT_CURSOR_GRADIENT
11315 desc: in settings_menu
11316 user:
11317 <source>
11318 *: none
11319 lcd_color: "Bar (Gradient Colour)"
11320 </source>
11321 <dest>
11322 *: none
11323 lcd_color: "Bar (Gradient Colour)"
11324 </dest>
11325 <voice>
11326 *: none
11327 lcd_color: "Bar (Gradient Colour)"
11328 </voice>
11329</phrase>
11330