summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-04 14:41:40 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-04 14:41:40 +0000
commitab90d58801e95d01dc286a8919c7d5823d81ec41 (patch)
treed0ea19647fd72516b00bbeabb04fcc36610f530d /apps/lang/english.lang
parent15e2aecd8f02d8c693f9413a3669b5be52a728bf (diff)
downloadrockbox-ab90d58801e95d01dc286a8919c7d5823d81ec41.tar.gz
rockbox-ab90d58801e95d01dc286a8919c7d5823d81ec41.zip
Introducing the WPS tokenizer !
When a WPS file is loaded, it is parsed to an array of tokens, which allows more efficient displaying. More info on the tracker entry : FS #6862. The parsing code is completely independant and is all in wps_parser.c. The displaying part stays in gwps-common.c. Debugging code is provided (with the right ifdefs) and is disabled by default. Overall, the code should be easier to read and maintain. Adding new WPS tags is made quite trivial. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13019 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 5cc37485bc..336beec32e 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -7286,13 +7286,13 @@
7286</phrase> 7286</phrase>
7287<phrase> 7287<phrase>
7288 id: LANG_END_PLAYLIST_PLAYER 7288 id: LANG_END_PLAYLIST_PLAYER
7289 desc: when playlist has finished 7289 desc: DEPRECATED
7290 user: 7290 user:
7291 <source> 7291 <source>
7292 *: "End of List" 7292 *: ""
7293 </source> 7293 </source>
7294 <dest> 7294 <dest>
7295 *: "End of List" 7295 *: deprecated
7296 </dest> 7296 </dest>
7297 <voice> 7297 <voice>
7298 *: "" 7298 *: ""
@@ -7304,9 +7304,11 @@
7304 user: 7304 user:
7305 <source> 7305 <source>
7306 *: "End of Song List" 7306 *: "End of Song List"
7307 player: "End of List"
7307 </source> 7308 </source>
7308 <dest> 7309 <dest>
7309 *: "End of Song List" 7310 *: "End of Song List"
7311 player: "End of List"
7310 </dest> 7312 </dest>
7311 <voice> 7313 <voice>
7312 *: "" 7314 *: ""