summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-04-03 21:11:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-04-03 21:11:11 +0000
commitc06e7772ff81ed4bbc78377a6e16456456f3e96c (patch)
tree0eee2026f47d5041461d2a35349f0c2175e97ab0 /apps/lang/english.lang
parenta87203651e35f368bf1d8bca5a846a0b9fb657c1 (diff)
downloadrockbox-c06e7772ff81ed4bbc78377a6e16456456f3e96c.tar.gz
rockbox-c06e7772ff81ed4bbc78377a6e16456456f3e96c.zip
langv2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9470 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang12086
1 files changed, 8383 insertions, 3703 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 886107a67c..75ebf39b7e 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -1,3716 +1,8396 @@
1# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
1# $Id$ 7# $Id$
2# 8#
3# This is the master of the language files. This is the original, the one with 9# This is the master of the language files. This is the original, the one with
4# all the existing strings Rockbox features. 10# all the existing strings Rockbox features.
5# 11#
12# The target names used for target-specific strings are set in the ARCHOS
13# variable in the root Makefile
14#
6# *WARNING* 15# *WARNING*
7# 16#
8# If you want to add a new string, add it to the end of this file! 17# If you want to add a new string, add it to the end of this file!
9# If you want to remove a string, just blank it, don't actually remove it! 18# If you want to remove a string, just blank it, don't actually remove it!
10# 19#
11# If you re-order things or remove entries, you must bump the binary language 20# If you re-order things or remove entries, you must bump the binary language
12# file version number in both the 'binlang' tool and the language loader code. 21# file version number in both the 'genlang' tool and the language loader code.
13# 22#
14# The "voice' entry contains how we want the speech UI to pronounce this. 23# The "voice' entry contains how we want the speech UI to pronounce the phrase.
15# 24#
16 25<phrase>
17## general strings 26 id: LANG_SET_BOOL_YES
18 27 desc: bool true representation
19id: LANG_SET_BOOL_YES 28 user:
20desc: bool true representation 29 <source>
21eng: "Yes" 30 *: "Yes"
22voice: "Yes" 31 </source>
23new: 32 <dest>
24 33 *: "Yes"
25id: LANG_SET_BOOL_NO 34 </dest>
26desc: bool false representation 35 <voice>
27eng: "No" 36 *: "Yes"
28voice: "No" 37 </voice>
29new: 38</phrase>
30 39<phrase>
31id: LANG_ON 40 id: LANG_SET_BOOL_NO
32desc: Used in a lot of places 41 desc: bool false representation
33eng: "On" 42 user:
34voice: "On" 43 <source>
35new: 44 *: "No"
36 45 </source>
37id: LANG_OFF 46 <dest>
38desc: Used in a lot of places 47 *: "No"
39eng: "Off" 48 </dest>
40voice: "Off" 49 <voice>
41new: 50 *: "No"
42 51 </voice>
43id: LANG_RESUME_SETTING_ASK 52</phrase>
44desc: in settings_menu 53<phrase>
45eng: "Ask" 54 id: LANG_ON
46voice: "Ask" 55 desc: Used in a lot of places
47new: 56 user:
48 57 <source>
49id: LANG_ALWAYS 58 *: "On"
50desc: used in various places 59 </source>
51eng: "Always" 60 <dest>
52voice: "Always" 61 *: "On"
53new: 62 </dest>
54 63 <voice>
55## general messages 64 *: "On"
56 65 </voice>
57id: LANG_WAIT 66</phrase>
58desc: general please wait splash 67<phrase>
59eng: "Loading..." 68 id: LANG_OFF
60voice: 69 desc: Used in a lot of places
61new: 70 user:
62 71 <source>
63id: LANG_CONFIRM_SHUTDOWN 72 *: "Off"
64desc: in shutdown screen 73 </source>
65eng: "Press OFF to shut down" 74 <dest>
66voice: "" 75 *: "Off"
67new: 76 </dest>
68 77 <voice>
69id: LANG_SHUTTINGDOWN 78 *: "Off"
70desc: in main menu 79 </voice>
71eng: "Shutting down..." 80</phrase>
72voice: "" 81<phrase>
73new: 82 id: LANG_RESUME_SETTING_ASK
74 83 desc: in settings_menu
75id: LANG_RESTARTING_PLAYBACK 84 user:
76desc: splash screen displayed when pcm buffer size is changed 85 <source>
77eng: "Restarting playback..." 86 *: "Ask"
78voice: "" 87 </source>
79new: 88 <dest>
80 89 *: "Ask"
81id: LANG_REMOVE_MMC 90 </dest>
82desc: before acknowledging usb in case an MMC is inserted (Ondio) 91 <voice>
83eng: "Please remove inserted MMC" 92 *: "Ask"
84voice: "Please remove multimedia card" 93 </voice>
85new: 94</phrase>
86 95<phrase>
87id: LANG_MENU_SETTING_CANCEL 96 id: LANG_ALWAYS
88desc: Visual confirmation of canceling a changed setting 97 desc: used in various places
89eng: "Canceled" 98 user:
90voice: "" 99 <source>
91new: 100 *: "Always"
92 101 </source>
93id: LANG_FAILED 102 <dest>
94desc: Something failed. To be appended after actions 103 *: "Always"
95eng: "Failed" 104 </dest>
96voice: "" 105 <voice>
97new: 106 *: "Always"
98 107 </voice>
99## main menu 108</phrase>
100 109<phrase>
101id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS 110 id: LANG_WAIT
102desc: in the main menu 111 desc: general please wait splash
103eng: "Recent Bookmarks" 112 user:
104voice: "Recent Bookmarks" 113 <source>
105new: 114 *: "Loading..."
106 115 </source>
107id: LANG_SOUND_SETTINGS 116 <dest>
108desc: in the main menu 117 *: "Loading..."
109eng: "Sound Settings" 118 </dest>
110voice: "Sound Settings" 119 <voice>
111new: 120 *:
112 121 </voice>
113id: LANG_GENERAL_SETTINGS 122</phrase>
114desc: in the main menu 123<phrase>
115eng: "General Settings" 124 id: LANG_CONFIRM_SHUTDOWN
116voice: "General Settings" 125 desc: in shutdown screen
117new: 126 user:
118 127 <source>
119id: LANG_MANAGE_MENU 128 *: "Press OFF to shut down"
120desc: in the main menu 129 </source>
121eng: "Manage Settings" 130 <dest>
122voice: "Manage Settings" 131 *: "Press OFF to shut down"
123new: 132 </dest>
124 133 <voice>
125id: LANG_CUSTOM_THEME 134 *: ""
126desc: in the main menu 135 </voice>
127eng: "Browse Themes" 136</phrase>
128voice: "Browse Themes" 137<phrase>
129new: 138 id: LANG_SHUTTINGDOWN
130 139 desc: in main menu
131id: LANG_FM_RADIO 140 user:
132desc: in the main menu 141 <source>
133eng: "FM Radio" 142 *: "Shutting down..."
134voice: "FM Radio" 143 </source>
135new: 144 <dest>
136 145 *: "Shutting down..."
137id: LANG_RECORDING 146 </dest>
138desc: in the main menu 147 <voice>
139eng: "Recording" 148 *: ""
140voice: "Recording" 149 </voice>
141new: 150</phrase>
142 151<phrase>
143id: LANG_PLAYLIST_MENU 152 id: LANG_RESTARTING_PLAYBACK
144desc: in the main menu 153 desc: splash screen displayed when pcm buffer size is changed
145eng: "Playlist Options" 154 user:
146voice: "Playlist Options" 155 <source>
147new: 156 *: "Restarting playback..."
148 157 </source>
149id: LANG_PLUGINS 158 <dest>
150desc: in the main menu 159 *: "Restarting playback..."
151eng: "Browse Plugins" 160 </dest>
152voice: "Browse Plugins" 161 <voice>
153new: 162 *: ""
154 163 </voice>
155id: LANG_INFO 164</phrase>
156desc: in the main menu 165<phrase>
157eng: "Info" 166 id: LANG_REMOVE_MMC
158voice: "Info" 167 desc: before acknowledging usb in case an MMC is inserted (Ondio)
159new: 168 user:
160 169 <source>
161id: LANG_SHUTDOWN 170 *: "Please remove inserted MMC"
162desc: in main menu 171 </source>
163eng: "Shut down" 172 <dest>
164voice: "Shut down" 173 *: "Please remove inserted MMC"
165new: 174 </dest>
166 175 <voice>
167## Sound settings 176 *: "Please remove multimedia card"
168 177 </voice>
169id: LANG_VOLUME 178</phrase>
170desc: in sound_settings 179<phrase>
171eng: "Volume" 180 id: LANG_MENU_SETTING_CANCEL
172voice: "Volume" 181 desc: Visual confirmation of canceling a changed setting
173new: 182 user:
174 183 <source>
175id: LANG_BASS 184 *: "Canceled"
176desc: in sound_settings 185 </source>
177eng: "Bass" 186 <dest>
178voice: "Bass" 187 *: "Canceled"
179new: 188 </dest>
180 189 <voice>
181id: LANG_TREBLE 190 *: ""
182desc: in sound_settings 191 </voice>
183eng: "Treble" 192</phrase>
184voice: "Treble" 193<phrase>
185new: 194 id: LANG_FAILED
186 195 desc: Something failed. To be appended after actions
187id: LANG_BALANCE 196 user:
188desc: in sound_settings 197 <source>
189eng: "Balance" 198 *: "Failed"
190voice: "Balance" 199 </source>
191new: 200 <dest>
192 201 *: "Failed"
193id: LANG_CHANNEL_MENU 202 </dest>
194desc: in sound_settings 203 <voice>
195eng: "Channels" 204 *: ""
196voice: "Channels" 205 </voice>
197new: 206</phrase>
198 207<phrase>
199id: LANG_CHANNEL 208 id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS
200desc: in sound_settings 209 desc: in the main menu
201eng: "Channel Configuration" 210 user:
202voice: "" 211 <source>
203new: 212 *: "Recent Bookmarks"
204 213 </source>
205id: LANG_CHANNEL_STEREO 214 <dest>
206desc: in sound_settings 215 *: "Recent Bookmarks"
207eng: "Stereo" 216 </dest>
208voice: "Stereo" 217 <voice>
209new: 218 *: "Recent Bookmarks"
210 219 </voice>
211id: LANG_CHANNEL_MONO 220</phrase>
212desc: in sound_settings 221<phrase>
213eng: "Mono" 222 id: LANG_SOUND_SETTINGS
214voice: "Mono" 223 desc: in the main menu
215new: 224 user:
216 225 <source>
217id: LANG_CHANNEL_CUSTOM 226 *: "Sound Settings"
218desc: in sound_settings 227 </source>
219eng: "Custom" 228 <dest>
220voice: "Custom" 229 *: "Sound Settings"
221new: 230 </dest>
222 231 <voice>
223id: LANG_CHANNEL_LEFT 232 *: "Sound Settings"
224desc: in sound_settings 233 </voice>
225eng: "Mono Left" 234</phrase>
226voice: "Mono Left" 235<phrase>
227new: 236 id: LANG_GENERAL_SETTINGS
228 237 desc: in the main menu
229id: LANG_CHANNEL_RIGHT 238 user:
230desc: in sound_settings 239 <source>
231eng: "Mono Right" 240 *: "General Settings"
232voice: "Mono Right" 241 </source>
233new: 242 <dest>
234 243 *: "General Settings"
235id: LANG_CHANNEL_KARAOKE 244 </dest>
236desc: in sound_settings 245 <voice>
237eng: "Karaoke" 246 *: "General Settings"
238voice: "Karaoke" 247 </voice>
239new: 248</phrase>
240 249<phrase>
241id: LANG_STEREO_WIDTH 250 id: LANG_MANAGE_MENU
242desc: in sound_settings 251 desc: in the main menu
243eng: "Stereo Width" 252 user:
244voice: "Stereo Width" 253 <source>
245new: 254 *: "Manage Settings"
246 255 </source>
247id: LANG_LOUDNESS 256 <dest>
248desc: in sound_settings 257 *: "Manage Settings"
249eng: "Loudness" 258 </dest>
250voice: "Loudness" 259 <voice>
251new: 260 *: "Manage Settings"
252 261 </voice>
253id: LANG_AUTOVOL 262</phrase>
254desc: in sound_settings 263<phrase>
255eng: "Auto Volume" 264 id: LANG_CUSTOM_THEME
256voice: "Auto Volume" 265 desc: in the main menu
257new: 266 user:
258 267 <source>
259id: LANG_DECAY 268 *: "Browse Themes"
260desc: in sound_settings 269 </source>
261eng: "AV Decay Time" 270 <dest>
262voice: "" 271 *: "Browse Themes"
263new: 272 </dest>
264 273 <voice>
265id: LANG_SUPERBASS 274 *: "Browse Themes"
266desc: in sound settings 275 </voice>
267eng: "Super Bass" 276</phrase>
268voice: "Super Bass" 277<phrase>
269new: 278 id: LANG_FM_RADIO
270 279 desc: in the main menu
271id: LANG_MDB_ENABLE 280 user:
272desc: in sound settings 281 <source>
273eng: "MDB Enable" 282 *: "FM Radio"
274voice: "MDB Enable" 283 </source>
275new: 284 <dest>
276 285 *: "FM Radio"
277id: LANG_MDB_STRENGTH 286 </dest>
278desc: in sound settings 287 <voice>
279eng: "MDB Strength" 288 *: "FM Radio"
280voice: "MDB Strength" 289 </voice>
281new: 290</phrase>
282 291<phrase>
283id: LANG_MDB_HARMONICS 292 id: LANG_RECORDING
284desc: in sound settings 293 desc: in the main menu
285eng: "MDB Harmonics" 294 user:
286voice: "MDB Harmonics" 295 <source>
287new: 296 *: "Recording"
288 297 </source>
289id: LANG_MDB_CENTER 298 <dest>
290desc: in sound settings 299 *: "Recording"
291eng: "MDB Center Frequency" 300 </dest>
292voice: "MDB Center Frequency" 301 <voice>
293new: 302 *: "Recording"
294 303 </voice>
295id: LANG_MDB_SHAPE 304</phrase>
296desc: in sound settings 305<phrase>
297eng: "MDB Shape" 306 id: LANG_PLAYLIST_MENU
298voice: "MDB Shape" 307 desc: in the main menu
299new: 308 user:
300 309 <source>
301id: LANG_CROSSFEED 310 *: "Playlist Options"
302desc: in sound settings 311 </source>
303eng: "Crossfeed" 312 <dest>
304voice: "Crossfeed" 313 *: "Playlist Options"
305new: 314 </dest>
306 315 <voice>
307id: LANG_EQUALIZER 316 *: "Playlist Options"
308desc: in the sound settings menu 317 </voice>
309eng: "Equalizer" 318</phrase>
310voice: "Equalizer" 319<phrase>
311new: 320 id: LANG_PLUGINS
312 321 desc: in the main menu
313## general settings menu 322 user:
314 323 <source>
315id: LANG_PLAYBACK 324 *: "Browse Plugins"
316desc: in settings_menu() 325 </source>
317eng: "Playback" 326 <dest>
318voice: "Playback" 327 *: "Browse Plugins"
319new: 328 </dest>
320 329 <voice>
321id: LANG_FILE 330 *: "Browse Plugins"
322desc: in settings_menu() 331 </voice>
323eng: "File View" 332</phrase>
324voice: "File View" 333<phrase>
325new: 334 id: LANG_INFO
326 335 desc: in the main menu
327id: LANG_DISPLAY 336 user:
328desc: in settings_menu() 337 <source>
329eng: "Display" 338 *: "Info"
330voice: "Display" 339 </source>
331new: 340 <dest>
332 341 *: "Info"
333id: LANG_SYSTEM 342 </dest>
334desc: in settings_menu() 343 <voice>
335eng: "System" 344 *: "Info"
336voice: "System" 345 </voice>
337new: 346</phrase>
338 347<phrase>
339id: LANG_BOOKMARK_SETTINGS 348 id: LANG_SHUTDOWN
340desc: in general settings 349 desc: in main menu
341eng: "Bookmarking" 350 user:
342voice: "Bookmarking" 351 <source>
343new: 352 *: "Shut down"
344 353 </source>
345id: LANG_LANGUAGE 354 <dest>
346desc: in settings_menu 355 *: "Shut down"
347eng: "Language" 356 </dest>
348voice: "Language" 357 <voice>
349new: 358 *: "Shut down"
350 359 </voice>
351id: LANG_VOICE 360</phrase>
352desc: root of voice menu 361<phrase>
353eng: "Voice" 362 id: LANG_VOLUME
354voice: "Voice" 363 desc: in sound_settings
355new: 364 user:
356 365 <source>
357## manage settings menu 366 *: "Volume"
358 367 </source>
359id: LANG_CUSTOM_CFG 368 <dest>
360desc: in setting_menu() 369 *: "Volume"
361eng: "Browse .cfg files" 370 </dest>
362voice: "Browse configuration files" 371 <voice>
363new: 372 *: "Volume"
364 373 </voice>
365id: LANG_FIRMWARE 374</phrase>
366desc: in the main menu 375<phrase>
367eng: "Browse Firmwares" 376 id: LANG_BASS
368voice: "Browse Firmwares" 377 desc: in sound_settings
369new: 378 user:
370 379 <source>
371id: LANG_RESET 380 *: "Bass"
372desc: in system_settings_menu() 381 </source>
373eng: "Reset Settings" 382 <dest>
374voice: "Reset Settings" 383 *: "Bass"
375new: 384 </dest>
376 385 <voice>
377id: LANG_RESET_ASK_RECORDER 386 *: "Bass"
378desc: confirm to reset settings 387 </voice>
379eng: "Are You Sure?" 388</phrase>
380voice: "" 389<phrase>
381new: 390 id: LANG_TREBLE
382 391 desc: in sound_settings
383id: LANG_CONFIRM_WITH_PLAY_RECORDER 392 user:
384desc: Generic recorder string to use to confirm 393 <source>
385eng: "PLAY = Yes" 394 *: "Treble"
386voice: "" 395 </source>
387new: 396 <dest>
388 397 *: "Treble"
389id: LANG_CANCEL_WITH_ANY_RECORDER 398 </dest>
390desc: Generic recorder string to use to cancel 399 <voice>
391eng: "Any Other = No" 400 *: "Treble"
392voice: "" 401 </voice>
393new: 402</phrase>
394 403<phrase>
395id: LANG_RESET_DONE_SETTING 404 id: LANG_BALANCE
396desc: visual confirmation after settings reset 405 desc: in sound_settings
397eng: "Settings" 406 user:
398voice: "" 407 <source>
399new: 408 *: "Balance"
400 409 </source>
401id: LANG_RESET_DONE_CLEAR 410 <dest>
402desc: visual confirmation after settings reset 411 *: "Balance"
403eng: "Cleared" 412 </dest>
404voice: "" 413 <voice>
405new: 414 *: "Balance"
406 415 </voice>
407id: LANG_RESET_DONE_CANCEL 416</phrase>
408desc: Visual confirmation of cancelation 417<phrase>
409eng: "Canceled" 418 id: LANG_CHANNEL_MENU
410voice: "" 419 desc: in sound_settings
411new: 420 user:
412 421 <source>
413id: LANG_SAVE_SETTINGS 422 *: "Channels"
414desc: in system_settings_menu() 423 </source>
415eng: "Write .cfg file" 424 <dest>
416voice: "Write configuration file" 425 *: "Channels"
417new: 426 </dest>
418 427 <voice>
419id: LANG_SETTINGS_SAVE_PLAYER 428 *: "Channels"
420desc: displayed if save settings has failed 429 </voice>
421eng: "Save Failed" 430</phrase>
422voice: "" 431<phrase>
423new: 432 id: LANG_CHANNEL
424 433 desc: in sound_settings
425id: LANG_SETTINGS_BATTERY_PLAYER 434 user:
426desc: if save settings has failed 435 <source>
427eng: "Partition?" 436 *: "Channel Configuration"
428voice: "" 437 </source>
429new: 438 <dest>
430 439 *: "Channel Configuration"
431id: LANG_SETTINGS_SAVE_RECORDER 440 </dest>
432desc: displayed if save settings has failed 441 <voice>
433eng: "Save Failed" 442 *: ""
434voice: "" 443 </voice>
435new: 444</phrase>
436 445<phrase>
437id: LANG_SETTINGS_BATTERY_RECORDER 446 id: LANG_CHANNEL_STEREO
438desc: if save settings has failed 447 desc: in sound_settings
439eng: "No partition?" 448 user:
440voice: "" 449 <source>
441new: 450 *: "Stereo"
442 451 </source>
443## recording menu 452 <dest>
444 453 *: "Stereo"
445id: LANG_RECORDING_MENU 454 </dest>
446desc: in the recording sub menu 455 <voice>
447eng: "Recording Screen" 456 *: "Stereo"
448voice: "Recording Screen" 457 </voice>
449new: 458</phrase>
450 459<phrase>
451id: LANG_RECORDING_SETTINGS 460 id: LANG_CHANNEL_MONO
452desc: in the main menu 461 desc: in sound_settings
453eng: "Recording Settings" 462 user:
454voice: "Recording Settings" 463 <source>
455new: 464 *: "Mono"
456 465 </source>
457## equalizer menu 466 <dest>
458 467 *: "Mono"
459id: LANG_EQUALIZER_ENABLED 468 </dest>
460desc: in the equalizer settings menu 469 <voice>
461eng: "Enable EQ" 470 *: "Mono"
462voice: "Enable equalizer" 471 </voice>
463new: 472</phrase>
464 473<phrase>
465id: LANG_EQUALIZER_GRAPHICAL 474 id: LANG_CHANNEL_CUSTOM
466desc: in the equalizer settings menu 475 desc: in sound_settings
467eng: "Graphical EQ" 476 user:
468voice: "Graphical equalizer" 477 <source>
469new: 478 *: "Custom"
470 479 </source>
471id: LANG_EQUALIZER_PRECUT 480 <dest>
472desc: in eq settings 481 *: "Custom"
473eng: "Precut" 482 </dest>
474voice: "Pre-cut" 483 <voice>
475new: 484 *: "Custom"
476 485 </voice>
477id: LANG_EQUALIZER_GAIN 486</phrase>
478desc: in the equalizer settings menu 487<phrase>
479eng: "Simple EQ Settings" 488 id: LANG_CHANNEL_LEFT
480voice: "Simple equalizer settings" 489 desc: in sound_settings
481new: 490 user:
482 491 <source>
483id: LANG_EQUALIZER_ADVANCED 492 *: "Mono Left"
484desc: in the equalizer settings menu 493 </source>
485eng: "Advanced EQ Settings" 494 <dest>
486voice: "Advanced equalizer settings" 495 *: "Mono Left"
487new: 496 </dest>
488 497 <voice>
489id: LANG_EQUALIZER_SAVE 498 *: "Mono Left"
490desc: in the equalizer settings menu 499 </voice>
491eng: "Save EQ Preset" 500</phrase>
492voice: "Save equalizer preset" 501<phrase>
493new: 502 id: LANG_CHANNEL_RIGHT
494 503 desc: in sound_settings
495id: LANG_EQUALIZER_BROWSE 504 user:
496desc: in the equalizer settings menu 505 <source>
497eng: "Browse EQ Presets" 506 *: "Mono Right"
498voice: "Browse equalizer presets" 507 </source>
499new: 508 <dest>
500 509 *: "Mono Right"
501id: LANG_EQUALIZER_EDIT_MODE 510 </dest>
502desc: in the equalizer settings menu 511 <voice>
503eng: "Edit mode: %s" 512 *: "Mono Right"
504voice: "" 513 </voice>
505new: 514</phrase>
506 515<phrase>
507id: LANG_EQUALIZER_GAIN_ITEM 516 id: LANG_CHANNEL_KARAOKE
508desc: in the equalizer settings menu 517 desc: in sound_settings
509eng: "%d Hz Band Gain" 518 user:
510voice: "" 519 <source>
511new: 520 *: "Karaoke"
512 521 </source>
513id: LANG_EQUALIZER_BAND_LOW_SHELF 522 <dest>
514desc: in the equalizer settings menu 523 *: "Karaoke"
515eng: "Low Shelf Filter" 524 </dest>
516voice: "Low shelf filter" 525 <voice>
517new: 526 *: "Karaoke"
518 527 </voice>
519id: LANG_EQUALIZER_BAND_PEAK 528</phrase>
520desc: in the equalizer settings menu 529<phrase>
521eng: "Peak Filter %d" 530 id: LANG_STEREO_WIDTH
522voice: "Peak filter" 531 desc: in sound_settings
523new: 532 user:
524 533 <source>
525id: LANG_EQUALIZER_BAND_HIGH_SHELF 534 *: "Stereo Width"
526desc: in the equalizer settings menu 535 </source>
527eng: "High Shelf Filter" 536 <dest>
528voice: "High shelf filter" 537 *: "Stereo Width"
529new: 538 </dest>
530 539 <voice>
531id: LANG_EQUALIZER_BAND_CUTOFF 540 *: "Stereo Width"
532desc: in the equalizer settings menu 541 </voice>
533eng: "Cutoff Frequency" 542</phrase>
534voice: "Cutoff Frequency" 543<phrase>
535new: 544 id: LANG_LOUDNESS
536 545 desc: in sound_settings
537id: LANG_EQUALIZER_BAND_CENTER 546 user:
538desc: in the equalizer settings menu 547 <source>
539eng: "Center Frequency" 548 *: "Loudness"
540voice: "Center frequency" 549 </source>
541new: 550 <dest>
542 551 *: "Loudness"
543id: LANG_EQUALIZER_BAND_Q 552 </dest>
544desc: in the equalizer settings menu 553 <voice>
545eng: "Q" 554 *: "Loudness"
546voice: "Q" 555 </voice>
547new: 556</phrase>
548 557<phrase>
549id: LANG_EQUALIZER_BAND_GAIN 558 id: LANG_AUTOVOL
550desc: in the equalizer settings menu 559 desc: in sound_settings
551eng: "Gain" 560 user:
552voice: "Gain" 561 <source>
553new: 562 *: "Auto Volume"
554 563 </source>
555## playlist options 564 <dest>
556 565 *: "Auto Volume"
557id: LANG_CREATE_PLAYLIST 566 </dest>
558desc: Menu option for creating a playlist 567 <voice>
559eng: "Create Playlist" 568 *: "Auto Volume"
560voice: "Create Playlist" 569 </voice>
561new: 570</phrase>
562 571<phrase>
563id: LANG_VIEW_DYNAMIC_PLAYLIST 572 id: LANG_DECAY
564desc: in playlist menu. 573 desc: in sound_settings
565eng: "View Current Playlist" 574 user:
566voice: "View Current Playlist" 575 <source>
567new: 576 *: "AV Decay Time"
568 577 </source>
569id: LANG_SAVE_DYNAMIC_PLAYLIST 578 <dest>
570desc: in playlist menu. 579 *: "AV Decay Time"
571eng: "Save Current Playlist" 580 </dest>
572voice: "Save Current Playlist" 581 <voice>
573new: 582 *: ""
574 583 </voice>
575id: LANG_RECURSE_DIRECTORY 584</phrase>
576desc: In playlist menu 585<phrase>
577eng: "Recursively Insert Directories" 586 id: LANG_SUPERBASS
578voice: "Recursively Insert Directories" 587 desc: in sound settings
579new: 588 user:
580 589 <source>
581id: LANG_WARN_ERASEDYNPLAYLIST_MENU 590 *: "Super Bass"
582desc: in playlist options menu, option to warn when erasing dynamic playlist 591 </source>
583eng: "Warn When Erasing Dynamic Playlist" 592 <dest>
584voice "Warn When Erasing Dynamic Playlist" 593 *: "Super Bass"
585new: 594 </dest>
586 595 <voice>
587## info menu 596 *: "Super Bass"
588 597 </voice>
589id: LANG_INFO_MENU 598</phrase>
590desc: in the info menu 599<phrase>
591eng: "Rockbox Info" 600 id: LANG_MDB_ENABLE
592voice: "Rockbox Info" 601 desc: in sound settings
593new: 602 user:
594 603 <source>
595id: LANG_VERSION 604 *: "MDB Enable"
596desc: in the info menu 605 </source>
597eng: "Version" 606 <dest>
598voice: "Version" 607 *: "MDB Enable"
599new: 608 </dest>
600 609 <voice>
601id: LANG_DEBUG 610 *: "MDB Enable"
602desc: in the info menu 611 </voice>
603eng: "Debug (Keep Out!)" 612</phrase>
604voice: "Debug, keep out!" 613<phrase>
605new: 614 id: LANG_MDB_STRENGTH
606 615 desc: in sound settings
607id: LANG_USB 616 user:
608desc: in the info menu 617 <source>
609eng: "USB (Sim)" 618 *: "MDB Strength"
610voice: "" 619 </source>
611new: 620 <dest>
612 621 *: "MDB Strength"
613## playback settings menu 622 </dest>
614 623 <voice>
615id: LANG_SHUFFLE 624 *: "MDB Strength"
616desc: in settings_menu 625 </voice>
617eng: "Shuffle" 626</phrase>
618voice: "Shuffle" 627<phrase>
619new: 628 id: LANG_MDB_HARMONICS
620 629 desc: in sound settings
621id: LANG_REPEAT 630 user:
622desc: in settings_menu 631 <source>
623eng: "Repeat" 632 *: "MDB Harmonics"
624voice: "Repeat" 633 </source>
625new: 634 <dest>
626 635 *: "MDB Harmonics"
627id: LANG_REPEAT_ALL 636 </dest>
628desc: repeat playlist once all songs have completed 637 <voice>
629eng: "All" 638 *: "MDB Harmonics"
630voice: "All" 639 </voice>
631new: 640</phrase>
632 641<phrase>
633id: LANG_REPEAT_ONE 642 id: LANG_MDB_CENTER
634desc: repeat one song 643 desc: in sound settings
635eng: "One" 644 user:
636voice: "One" 645 <source>
637new: 646 *: "MDB Center Frequency"
638 647 </source>
639id: LANG_REPEAT_AB 648 <dest>
640desc: repeat one song 649 *: "MDB Center Frequency"
641eng: "A-B" 650 </dest>
642voice: "A-B" 651 <voice>
643new: 652 *: "MDB Center Frequency"
644 653 </voice>
645id: LANG_PLAY_SELECTED 654</phrase>
646desc: in settings_menu 655<phrase>
647eng: "Play Selected First" 656 id: LANG_MDB_SHAPE
648voice: "Play Selected File First" 657 desc: in sound settings
649new: 658 user:
650 659 <source>
651id: LANG_RESUME 660 *: "MDB Shape"
652desc: in settings_menu 661 </source>
653eng: "Resume on Startup" 662 <dest>
654voice: "Resume on Startup" 663 *: "MDB Shape"
655new: 664 </dest>
656 665 <voice>
657id: LANG_WIND_MENU 666 *: "MDB Shape"
658desc: in the playback sub menu 667 </voice>
659eng: "Fast-Forward/Rewind" 668</phrase>
660voice: "Fast forward and Rewind" 669<phrase>
661new: 670 id: LANG_CROSSFEED
662 671 desc: in sound settings
663id: LANG_MP3BUFFER_MARGIN 672 user:
664desc: MP3 buffer margin time 673 <source>
665eng: "Anti-Skip Buffer" 674 *: "Crossfeed"
666voice: "Anti-Skip Buffer" 675 </source>
667new: 676 <dest>
668 677 *: "Crossfeed"
669id: LANG_FADE_ON_STOP 678 </dest>
670desc: options menu to set fade on stop or pause 679 <voice>
671eng: "Fade on Stop/Pause" 680 *: "Crossfeed"
672voice: "Fade On Stop and Pause" 681 </voice>
673new: 682</phrase>
674 683<phrase>
675id: LANG_PARTY_MODE 684 id: LANG_EQUALIZER
676desc: party mode 685 desc: in the sound settings menu
677eng: "Party Mode" 686 user:
678voice: "Party Mode" 687 <source>
679new: 688 *: "Equalizer"
680 689 </source>
681id: LANG_CROSSFADE 690 <dest>
682desc: in playback settings 691 *: "Equalizer"
683eng: "Crossfade" 692 </dest>
684voice: "Crossfade" 693 <voice>
685new: 694 *: "Equalizer"
686 695 </voice>
687id: LANG_REPLAYGAIN 696</phrase>
688desc: in replaygain 697<phrase>
689eng: "Replaygain" 698 id: LANG_PLAYBACK
690voice: "Replaygain" 699 desc: in settings_menu()
691new: 700 user:
692 701 <source>
693id: LANG_BEEP 702 *: "Playback"
694desc: in playback settings 703 </source>
695eng: "Beep Volume" 704 <dest>
696voice: "Beep Volume" 705 *: "Playback"
697new: 706 </dest>
698 707 <voice>
699id: LANG_WEAK 708 *: "Playback"
700desc: in beep volume in playback settings 709 </voice>
701eng: "Weak" 710</phrase>
702voice: "Weak" 711<phrase>
703new: 712 id: LANG_FILE
704 713 desc: in settings_menu()
705id: LANG_MODERATE 714 user:
706desc: in beep volume in playback settings 715 <source>
707eng: "Moderate" 716 *: "File View"
708voice: "Moderate" 717 </source>
709new: 718 <dest>
710 719 *: "File View"
711id: LANG_STRONG 720 </dest>
712desc: in beep volume in playback settings 721 <voice>
713eng: "Strong" 722 *: "File View"
714voice: "Strong" 723 </voice>
715new: 724</phrase>
716 725<phrase>
717id: LANG_SPDIF_ENABLE 726 id: LANG_DISPLAY
718desc: in playback settings menu. enable/disable the optical out 727 desc: in settings_menu()
719eng: "Optical Output" 728 user:
720voice: "Optical Output" 729 <source>
721new: 730 *: "Display"
722 731 </source>
723id: LANG_ID3_ORDER 732 <dest>
724desc: in playback settings screen 733 *: "Display"
725eng: "ID3 Tag Priority" 734 </dest>
726voice: "ID3 Tag Priority" 735 <voice>
727new: 736 *: "Display"
728 737 </voice>
729id: LANG_ID3_V1_FIRST 738</phrase>
730desc: in playback settings screen 739<phrase>
731eng: "V1 then V2" 740 id: LANG_SYSTEM
732voice: "Version 1 then version 2" 741 desc: in settings_menu()
733new: 742 user:
734 743 <source>
735id: LANG_ID3_V2_FIRST 744 *: "System"
736desc: in playback settings screen 745 </source>
737eng: "V2 then V1" 746 <dest>
738voice: "Version 2 then version 1" 747 *: "System"
739new: 748 </dest>
740 749 <voice>
741id: LANG_NEXT_FOLDER 750 *: "System"
742desc: in settings_menu. Should we allow move to next/prev folder from last/first track of current one 751 </voice>
743eng: "Auto-Change Directory" 752</phrase>
744voice: "Auto-Change Directory" 753<phrase>
745new: 754 id: LANG_BOOKMARK_SETTINGS
746 755 desc: in general settings
747id: LANG_TAGCACHE 756 user:
748desc: in tag cache settings 757 <source>
749eng: "Tag Cache" 758 *: "Bookmarking"
750voice: "Tag Cache" 759 </source>
751new: 760 <dest>
752 761 *: "Bookmarking"
753id: LANG_TAGCACHE_DISK 762 </dest>
754desc: in tag cache settings 763 <voice>
755eng: "Keep on Disk" 764 *: "Bookmarking"
756voice: "Keep on Disk" 765 </voice>
757new: 766</phrase>
758 767<phrase>
759id: LANG_TAGCACHE_RAM 768 id: LANG_LANGUAGE
760desc: in tag cache settings 769 desc: in settings_menu
761eng: "Load to RAM" 770 user:
762voice: "Load to RAM" 771 <source>
763new: 772 *: "Language"
764 773 </source>
765id: LANG_TAGCACHE_FORCE_UPDATE 774 <dest>
766desc: in tag cache settings 775 *: "Language"
767eng: "Force Tag Cache Update" 776 </dest>
768voice: "Force Tag Cache Update" 777 <voice>
769new: 778 *: "Language"
770 779 </voice>
771id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH 780</phrase>
772desc: in tag cache settings 781<phrase>
773eng: "Updating in background" 782 id: LANG_VOICE
774voice: "" 783 desc: root of voice menu
775new: 784 user:
776 785 <source>
777id: LANG_TAGCACHE_INIT 786 *: "Voice"
778desc: while initializing tagcache on boot 787 </source>
779eng: "Committing tagcache" 788 <dest>
780voice: "" 789 *: "Voice"
781new: 790 </dest>
782 791 <voice>
783id: LANG_RUNTIMEDB_ACTIVE 792 *: "Voice"
784desc: in settings_menu. 793 </voice>
785eng: "Gather Runtime Data (experimental)" 794</phrase>
786voice: "Gather Runtime Data" 795<phrase>
787new: 796 id: LANG_CUSTOM_CFG
788 797 desc: in setting_menu()
789## file view menu 798 user:
790 799 <source>
791id: LANG_SORT_CASE 800 *: "Browse .cfg files"
792desc: in settings_menu 801 </source>
793eng: "Sort Case Sensitive" 802 <dest>
794voice: "Sort Case Sensitive" 803 *: "Browse .cfg files"
795new: 804 </dest>
796 805 <voice>
797id: LANG_SORT_DIR 806 *: "Browse configuration files"
798desc: browser sorting setting 807 </voice>
799eng: "Sort Directories" 808</phrase>
800voice: "sort directories" 809<phrase>
801new: 810 id: LANG_FIRMWARE
802 811 desc: in the main menu
803id: LANG_SORT_FILE 812 user:
804desc: browser sorting setting 813 <source>
805eng: "Sort Files" 814 *: "Browse Firmwares"
806voice: "sort files" 815 </source>
807new: 816 <dest>
808 817 *: "Browse Firmwares"
809id: LANG_SORT_ALPHA 818 </dest>
810desc: browser sorting setting 819 <voice>
811eng: "Alphabetical" 820 *: "Browse Firmwares"
812voice: "Alphabetical" 821 </voice>
813new: 822</phrase>
814 823<phrase>
815id: LANG_SORT_DATE 824 id: LANG_RESET
816desc: browser sorting setting 825 desc: in system_settings_menu()
817eng: "By Date" 826 user:
818voice: "By Date" 827 <source>
819new: 828 *: "Reset Settings"
820 829 </source>
821id: LANG_SORT_DATE_REVERSE 830 <dest>
822desc: browser sorting setting 831 *: "Reset Settings"
823eng: "By Newest Date" 832 </dest>
824voice: "By Newest Date" 833 <voice>
825new: 834 *: "Reset Settings"
826 835 </voice>
827id: LANG_SORT_TYPE 836</phrase>
828desc: browser sorting setting 837<phrase>
829eng: "By Type" 838 id: LANG_RESET_ASK_RECORDER
830voice: "By Type" 839 desc: confirm to reset settings
831new: 840 user:
832 841 <source>
833id: LANG_FILTER 842 *: "Are You Sure?"
834desc: setting name for dir filter 843 </source>
835eng: "Show Files" 844 <dest>
836voice: "Show Files" 845 *: "Are You Sure?"
837new: 846 </dest>
838 847 <voice>
839id: LANG_FILTER_ALL 848 *: ""
840desc: show all files 849 </voice>
841eng: "All" 850</phrase>
842voice: "All" 851<phrase>
843new: 852 id: LANG_CONFIRM_WITH_PLAY_RECORDER
844 853 desc: Generic recorder string to use to confirm
845id: LANG_FILTER_SUPPORTED 854 user:
846desc: show all file types supported by Rockbox 855 <source>
847eng: "Supported" 856 *: "PLAY = Yes"
848voice: "Supported" 857 </source>
849new: 858 <dest>
850 859 *: "PLAY = Yes"
851id: LANG_FILTER_MUSIC 860 </dest>
852desc: show only music-related files 861 <voice>
853eng: "Music" 862 *: ""
854voice: "Music" 863 </voice>
855new: 864</phrase>
856 865<phrase>
857id: LANG_FILTER_PLAYLIST 866 id: LANG_CANCEL_WITH_ANY_RECORDER
858desc: show only playlist 867 desc: Generic recorder string to use to cancel
859eng: "Playlists" 868 user:
860voice: "Playlists" 869 <source>
861new: 870 *: "Any Other = No"
862 871 </source>
863id: LANG_FILTER_ID3DB 872 <dest>
864desc: show ID3 Database 873 *: "Any Other = No"
865eng: "ID3 Database" 874 </dest>
866voice: "ID3 Database" 875 <voice>
867new: 876 *: ""
868 877 </voice>
869id: LANG_FOLLOW 878</phrase>
870desc: in settings_menu 879<phrase>
871eng: "Follow Playlist" 880 id: LANG_RESET_DONE_SETTING
872voice: "Follow Playlist" 881 desc: visual confirmation after settings reset
873new: 882 user:
874 883 <source>
875id: LANG_SHOW_ICONS 884 *: "Settings"
876desc: in settings_menu 885 </source>
877eng: "Show Icons" 886 <dest>
878voice: "Show Icons" 887 *: "Settings"
879new: 888 </dest>
880 889 <voice>
881## display settings menu 890 *: ""
882 891 </voice>
883id: LANG_CUSTOM_FONT 892</phrase>
884desc: in setting_menu() 893<phrase>
885eng: "Browse Fonts" 894 id: LANG_RESET_DONE_CLEAR
886voice: "Browse Fonts" 895 desc: visual confirmation after settings reset
887new: 896 user:
888 897 <source>
889id: LANG_WHILE_PLAYING 898 *: "Cleared"
890desc: in settings_menu() 899 </source>
891eng: "Browse .wps files" 900 <dest>
892voice: "Browse while-playing-screen files" 901 *: "Cleared"
893new: 902 </dest>
894 903 <voice>
895id: LANG_REMOTE_WHILE_PLAYING 904 *: ""
896desc: in settings_menu() 905 </voice>
897eng: "Browse .rwps files" 906</phrase>
898voice: "Browse remote while-playing-screen files" 907<phrase>
899new: 908 id: LANG_RESET_DONE_CANCEL
900 909 desc: Visual confirmation of cancelation
901id: LANG_LCD_MENU 910 user:
902desc: in the display sub menu 911 <source>
903eng: "LCD Settings" 912 *: "Canceled"
904voice: "LCD Settings" 913 </source>
905new: 914 <dest>
906 915 *: "Canceled"
907id: LANG_LCD_REMOTE_MENU 916 </dest>
908desc: in the display sub menu 917 <voice>
909eng: "Remote-LCD Settings" 918 *: ""
910voice: "Remote LCD settings" 919 </voice>
911new: 920</phrase>
912 921<phrase>
913id: LANG_SCROLL_MENU 922 id: LANG_SAVE_SETTINGS
914desc: in display_settings_menu() 923 desc: in system_settings_menu()
915eng: "Scrolling" 924 user:
916voice: "Scrolling" 925 <source>
917new: 926 *: "Write .cfg file"
918 927 </source>
919id: LANG_BARS_MENU 928 <dest>
920desc: in the display sub menu 929 *: "Write .cfg file"
921eng: "Status-/Scrollbar" 930 </dest>
922voice: "Status- and Scrollbar" 931 <voice>
923new: 932 *: "Write configuration file"
924 933 </voice>
925id: LANG_PM_MENU 934</phrase>
926desc: in the display menu 935<phrase>
927eng: "Peak Meter" 936 id: LANG_SETTINGS_SAVE_PLAYER
928voice: "Peak Meter" 937 desc: displayed if save settings has failed
929new: 938 user:
930 939 <source>
931id: LANG_DEFAULT_CODEPAGE 940 *: "Save Failed"
932desc: default encoding used with id3 tags 941 </source>
933eng: "Default Codepage" 942 <dest>
934voice: "Default codepage" 943 *: "Save Failed"
935new: 944 </dest>
936 945 <voice>
937id: LANG_CODEPAGE_LATIN1 946 *: ""
938desc: in codepage setting menu 947 </voice>
939eng: "Latin1 (ISO-8859-1)" 948</phrase>
940voice: "Latin 1" 949<phrase>
941new: 950 id: LANG_SETTINGS_BATTERY_PLAYER
942 951 desc: if save settings has failed
943id: LANG_CODEPAGE_GREEK 952 user:
944desc: in codepage setting menu 953 <source>
945eng: "Greek (ISO-8859-7)" 954 *: "Partition?"
946voice: "Greek" 955 </source>
947new: 956 <dest>
948 957 *: "Partition?"
949id: LANG_CODEPAGE_HEBREW 958 </dest>
950desc: in codepage setting menu 959 <voice>
951eng: "Hebrew (ISO-8859-8)" 960 *: ""
952voice: "Hebrew" 961 </voice>
953new: 962</phrase>
954 963<phrase>
955id: LANG_CODEPAGE_RUSSIAN 964 id: LANG_SETTINGS_SAVE_RECORDER
956desc: in codepage setting menu 965 desc: displayed if save settings has failed
957eng: "Russian (CP1251)" 966 user:
958voice: "Russian" 967 <source>
959new: 968 *: "Save Failed"
960 969 </source>
961id: LANG_CODEPAGE_THAI 970 <dest>
962desc: in codepage setting menu 971 *: "Save Failed"
963eng: "Thai (ISO-8859-11)" 972 </dest>
964voice: "Thai" 973 <voice>
965new: 974 *: ""
966 975 </voice>
967id: LANG_CODEPAGE_ARABIC 976</phrase>
968desc: in codepage setting menu 977<phrase>
969eng: "Arabic (CP1256)" 978 id: LANG_SETTINGS_BATTERY_RECORDER
970voice: "Arabic" 979 desc: if save settings has failed
971new: 980 user:
972 981 <source>
973id: LANG_CODEPAGE_TURKISH 982 *: "No partition?"
974desc: in codepage setting menu 983 </source>
975eng: "Turkish (ISO-8859-9)" 984 <dest>
976voice: "Turkish" 985 *: "No partition?"
977new: 986 </dest>
978 987 <voice>
979id: LANG_CODEPAGE_LATIN_EXTENDED 988 *: ""
980desc: in codepage setting menu 989 </voice>
981eng: "Latin Extended (ISO-8859-2)" 990</phrase>
982voice: "Latin extended" 991<phrase>
983new: 992 id: LANG_RECORDING_MENU
984 993 desc: in the recording sub menu
985id: LANG_CODEPAGE_JAPANESE 994 user:
986desc: in codepage setting menu 995 <source>
987eng: "Japanese (SJIS)" 996 *: "Recording Screen"
988voice: "Japanese" 997 </source>
989new: 998 <dest>
990 999 *: "Recording Screen"
991id: LANG_CODEPAGE_SIMPLIFIED 1000 </dest>
992desc: in codepage setting menu 1001 <voice>
993eng: "Simp. Chinese (GB2312)" 1002 *: "Recording Screen"
994voice: "Simplified Chinese" 1003 </voice>
995new: 1004</phrase>
996 1005<phrase>
997id: LANG_CODEPAGE_KOREAN 1006 id: LANG_RECORDING_SETTINGS
998desc: in codepage setting menu 1007 desc: in the main menu
999eng: "Korean (KSX1001)" 1008 user:
1000voice: "Korean" 1009 <source>
1001new: 1010 *: "Recording Settings"
1002 1011 </source>
1003id: LANG_CODEPAGE_TRADITIONAL 1012 <dest>
1004desc: in codepage setting menu 1013 *: "Recording Settings"
1005eng: "Trad. Chinese (BIG5)" 1014 </dest>
1006voice: "Traditional Chinese" 1015 <voice>
1007new: 1016 *: "Recording Settings"
1008 1017 </voice>
1009id: LANG_CODEPAGE_UTF8 1018</phrase>
1010decs: in codepage setting menu 1019<phrase>
1011eng: "Unicode (UTF-8)" 1020 id: LANG_EQUALIZER_ENABLED
1012voice: "Unicode" 1021 desc: in the equalizer settings menu
1013new: 1022 user:
1014 1023 <source>
1015## system settings menu 1024 *: "Enable EQ"
1016 1025 </source>
1017id: LANG_BATTERY_MENU 1026 <dest>
1018desc: in the system sub menu 1027 *: "Enable EQ"
1019eng: "Battery" 1028 </dest>
1020voice: "Battery" 1029 <voice>
1021new: 1030 *: "Enable equalizer"
1022 1031 </voice>
1023id: LANG_DISK_MENU 1032</phrase>
1024desc: in the system sub menu 1033<phrase>
1025eng: "Disk" 1034 id: LANG_EQUALIZER_GRAPHICAL
1026voice: "Disk" 1035 desc: in the equalizer settings menu
1027new: 1036 user:
1028 1037 <source>
1029id: LANG_TIME_MENU 1038 *: "Graphical EQ"
1030desc: in the system sub menu 1039 </source>
1031eng: "Time & Date" 1040 <dest>
1032voice: "Time and Date" 1041 *: "Graphical EQ"
1033new: 1042 </dest>
1034 1043 <voice>
1035id: LANG_POWEROFF_IDLE 1044 *: "Graphical equalizer"
1036desc: in settings_menu 1045 </voice>
1037eng: "Idle Poweroff" 1046</phrase>
1038voice: "Idle Poweroff" 1047<phrase>
1039new: 1048 id: LANG_EQUALIZER_PRECUT
1040 1049 desc: in eq settings
1041id: LANG_SLEEP_TIMER 1050 user:
1042desc: sleep timer setting 1051 <source>
1043eng: "Sleep Timer" 1052 *: "Precut"
1044voice: "Sleep Timer" 1053 </source>
1045new: 1054 <dest>
1046 1055 *: "Precut"
1047id: LANG_ALARM_MOD_ALARM_MENU 1056 </dest>
1048desc: The name of the additional entry in the main menu for the RTC alarm mod. 1057 <voice>
1049eng: "Wake-Up Alarm" 1058 *: "Pre-cut"
1050voice: "Wake-Up Alarm" 1059 </voice>
1051new: 1060</phrase>
1052 1061<phrase>
1053id: LANG_LIMITS_MENU 1062 id: LANG_EQUALIZER_GAIN
1054desc: in the system sub menu 1063 desc: in the equalizer settings menu
1055eng: "Limits" 1064 user:
1056voice: "Limits" 1065 <source>
1057new: 1066 *: "Simple EQ Settings"
1058 1067 </source>
1059id: LANG_LINE_IN 1068 <dest>
1060desc: in settings_menu 1069 *: "Simple EQ Settings"
1061eng: "Line In" 1070 </dest>
1062voice: "Line In" 1071 <voice>
1063new: 1072 *: "Simple equalizer settings"
1064 1073 </voice>
1065id: LANG_CAR_ADAPTER_MODE 1074</phrase>
1066desc: Displayed for setting car adapter mode to on/off 1075<phrase>
1067eng: "Car Adapter Mode" 1076 id: LANG_EQUALIZER_ADVANCED
1068voice: "Car Adapter Mode" 1077 desc: in the equalizer settings menu
1069new: 1078 user:
1070 1079 <source>
1071## bookmarking settings menu 1080 *: "Advanced EQ Settings"
1072 1081 </source>
1073id: LANG_BOOKMARK_SETTINGS_AUTOCREATE 1082 <dest>
1074desc: prompt for user to decide to create an bookmark 1083 *: "Advanced EQ Settings"
1075eng: "Bookmark on Stop" 1084 </dest>
1076voice: "Bookmark on Stop" 1085 <voice>
1077new: 1086 *: "Advanced equalizer settings"
1078 1087 </voice>
1079id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_YES 1088</phrase>
1080desc: Save in recent bookmarks only 1089<phrase>
1081eng: "Yes - Recent only" 1090 id: LANG_EQUALIZER_SAVE
1082voice: "Yes - Recent only" 1091 desc: in the equalizer settings menu
1083new: 1092 user:
1084 1093 <source>
1085id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_ASK 1094 *: "Save EQ Preset"
1086desc: Save in recent bookmarks only 1095 </source>
1087eng: "Ask - Recent only" 1096 <dest>
1088voice: "Ask - Recent only" 1097 *: "Save EQ Preset"
1089new: 1098 </dest>
1090 1099 <voice>
1091id: LANG_BOOKMARK_SETTINGS_AUTOLOAD 1100 *: "Save equalizer preset"
1092desc: prompt for user to decide to create a bookmark 1101 </voice>
1093eng: "Load Last Bookmark" 1102</phrase>
1094voice: "Load Last Bookmark" 1103<phrase>
1095new: 1104 id: LANG_EQUALIZER_BROWSE
1096 1105 desc: in the equalizer settings menu
1097id: LANG_BOOKMARK_SETTINGS_MAINTAIN_RECENT_BOOKMARKS 1106 user:
1098desc: Configuration option to maintain a list of recent bookmarks 1107 <source>
1099eng: "Maintain a List of Recent Bookmarks?" 1108 *: "Browse EQ Presets"
1100voice: "Maintain a List of Recent Bookmarks?" 1109 </source>
1101new: 1110 <dest>
1102 1111 *: "Browse EQ Presets"
1103id: LANG_BOOKMARK_SETTINGS_UNIQUE_ONLY 1112 </dest>
1104desc: Save only on bookmark for each playlist in recent bookmarks 1113 <voice>
1105voice: "Unique only" 1114 *: "Browse equalizer presets"
1106eng: "Unique only" 1115 </voice>
1107new: 1116</phrase>
1108 1117<phrase>
1109## voice settings menu 1118 id: LANG_EQUALIZER_EDIT_MODE
1110 1119 desc: in the equalizer settings menu
1111id: LANG_VOICE_MENU 1120 user:
1112desc: item of voice menu, enable/disable the voice UI 1121 <source>
1113eng: "Voice Menus" 1122 *: "Edit mode: %s"
1114voice: "Voice Menus" 1123 </source>
1115new: 1124 <dest>
1116 1125 *: "Edit mode: %s"
1117id: LANG_VOICE_DIR 1126 </dest>
1118desc: item of voice menu, set the "talkbox" mode for directories 1127 <voice>
1119eng: "Voice Directories" 1128 *: ""
1120voice: "Voice Directories" 1129 </voice>
1121new: 1130</phrase>
1122 1131<phrase>
1123id: LANG_VOICE_FILE 1132 id: LANG_EQUALIZER_GAIN_ITEM
1124desc: item of voice menu, set the voive mode for files 1133 desc: in the equalizer settings menu
1125eng: "Voice Filenames" 1134 user:
1126voice: "Voice Filenames" 1135 <source>
1127new: 1136 *: "%d Hz Band Gain"
1128 1137 </source>
1129id: LANG_VOICE_NUMBER 1138 <dest>
1130desc: "talkbox" mode for files+directories 1139 *: "%d Hz Band Gain"
1131eng: "Numbers" 1140 </dest>
1132voice: "Numbers" 1141 <voice>
1133new: 1142 *: ""
1134 1143 </voice>
1135id: LANG_VOICE_SPELL 1144</phrase>
1136desc: "talkbox" mode for files+directories 1145<phrase>
1137eng: "Spell" 1146 id: LANG_EQUALIZER_BAND_LOW_SHELF
1138voice: "Spell" 1147 desc: in the equalizer settings menu
1139new: 1148 user:
1140 1149 <source>
1141id: LANG_VOICE_DIR_HOVER 1150 *: "Low Shelf Filter"
1142desc: "talkbox" mode for directories + files 1151 </source>
1143eng: ".talk mp3 clip" 1152 <dest>
1144voice: "talk mp3 clip" 1153 *: "Low Shelf Filter"
1145new: 1154 </dest>
1146 1155 <voice>
1147## recording settings menu 1156 *: "Low shelf filter"
1148 1157 </voice>
1149id: LANG_RECORDING_QUALITY 1158</phrase>
1150desc: in the recording settings 1159<phrase>
1151eng: "Quality" 1160 id: LANG_EQUALIZER_BAND_PEAK
1152voice: "Quality" 1161 desc: in the equalizer settings menu
1153new: 1162 user:
1154 1163 <source>
1155id: LANG_RECORDING_FREQUENCY 1164 *: "Peak Filter %d"
1156desc: in the recording settings 1165 </source>
1157eng: "Frequency" 1166 <dest>
1158voice: "Frequency" 1167 *: "Peak Filter %d"
1159new: 1168 </dest>
1160 1169 <voice>
1161id: LANG_RECORDING_SOURCE 1170 *: "Peak filter"
1162desc: in the recording settings 1171 </voice>
1163eng: "Source" 1172</phrase>
1164voice: "Source" 1173<phrase>
1165new: 1174 id: LANG_EQUALIZER_BAND_HIGH_SHELF
1166 1175 desc: in the equalizer settings menu
1167id: LANG_RECORDING_SRC_MIC 1176 user:
1168desc: in the recording settings 1177 <source>
1169eng: "Mic" 1178 *: "High Shelf Filter"
1170voice: "Microphone" 1179 </source>
1171new: 1180 <dest>
1172 1181 *: "High Shelf Filter"
1173id: LANG_RECORDING_SRC_LINE 1182 </dest>
1174desc: in the recording settings 1183 <voice>
1175eng: "Line In" 1184 *: "High shelf filter"
1176voice: "Line In" 1185 </voice>
1177new: 1186</phrase>
1178 1187<phrase>
1179id: LANG_RECORDING_SRC_DIGITAL 1188 id: LANG_EQUALIZER_BAND_CUTOFF
1180desc: in the recording settings 1189 desc: in the equalizer settings menu
1181eng: "Digital" 1190 user:
1182voice: "Digital" 1191 <source>
1183new: 1192 *: "Cutoff Frequency"
1184 1193 </source>
1185id: LANG_RECORDING_CHANNELS 1194 <dest>
1186desc: in the recording settings 1195 *: "Cutoff Frequency"
1187eng: "Channels" 1196 </dest>
1188voice: "Channels" 1197 <voice>
1189new: 1198 *: "Cutoff Frequency"
1190 1199 </voice>
1191id: LANG_RECORDING_EDITABLE 1200</phrase>
1192desc: Editable recordings setting 1201<phrase>
1193eng: "Independent Frames" 1202 id: LANG_EQUALIZER_BAND_CENTER
1194voice: "Independent Frames" 1203 desc: in the equalizer settings menu
1195new: 1204 user:
1196 1205 <source>
1197id: LANG_RECORD_TIMESPLIT 1206 *: "Center Frequency"
1198desc: Prompt for record timer interval setting, in the record settings menu 1207 </source>
1199eng: "Time Split" 1208 <dest>
1200voice: "Time Split" 1209 *: "Center Frequency"
1201new: 1210 </dest>
1202 1211 <voice>
1203id: LANG_RECORD_PRERECORD_TIME 1212 *: "Center frequency"
1204desc: in recording settings_menu 1213 </voice>
1205eng: "Prerecord Time" 1214</phrase>
1206voice: "Pre-Record time" 1215<phrase>
1207new: 1216 id: LANG_EQUALIZER_BAND_Q
1208 1217 desc: in the equalizer settings menu
1209id: LANG_RECORD_DIRECTORY 1218 user:
1210desc: in recording settings_menu 1219 <source>
1211eng: "Directory" 1220 *: "Q"
1212voice: "Directory" 1221 </source>
1213new: 1222 <dest>
1214 1223 *: "Q"
1215id: LANG_RECORD_CURRENT_DIR 1224 </dest>
1216desc: in recording directory options 1225 <voice>
1217eng: "Current Directory" 1226 *: "Q"
1218voice: "Current directory" 1227 </voice>
1219new: 1228</phrase>
1220 1229<phrase>
1221id: LANG_RECORD_STARTUP 1230 id: LANG_EQUALIZER_BAND_GAIN
1222desc: Start Rockbox in Recording Screen 1231 desc: in the equalizer settings menu
1223eng: "Show Recording Screen on Startup" 1232 user:
1224voice: "Show Recording Screen on Startup" 1233 <source>
1225new: 1234 *: "Gain"
1226 1235 </source>
1227id: LANG_RECORD_TRIGGER 1236 <dest>
1228desc: in recording settings_menu 1237 *: "Gain"
1229eng: "Trigger" 1238 </dest>
1230voice: "Trigger" 1239 <voice>
1231new: 1240 *: "Gain"
1232 1241 </voice>
1233id: LANG_CLIP_LIGHT 1242</phrase>
1234desc: in record settings menu. 1243<phrase>
1235eng: "Clipping Light" 1244 id: LANG_CREATE_PLAYLIST
1236voice: "Clipping Light" 1245 desc: Menu option for creating a playlist
1237new: 1246 user:
1238 1247 <source>
1239id: LANG_MAIN_UNIT 1248 *: "Create Playlist"
1240desc: in record settings menu. 1249 </source>
1241eng: "Main Unit Only" 1250 <dest>
1242voice: "Main unit only" 1251 *: "Create Playlist"
1243new: 1252 </dest>
1244 1253 <voice>
1245id: LANG_REMOTE_UNIT 1254 *: "Create Playlist"
1246desc: in record settings menu. 1255 </voice>
1247eng: "Remote Unit Only" 1256</phrase>
1248voice: "Remote unit only" 1257<phrase>
1249new: 1258 id: LANG_VIEW_DYNAMIC_PLAYLIST
1250 1259 desc: in playlist menu.
1251id: LANG_REMOTE_MAIN 1260 user:
1252desc: in record settings menu. 1261 <source>
1253eng: "Main and Remote Unit" 1262 *: "View Current Playlist"
1254voice: "Main and remote unit" 1263 </source>
1255new: 1264 <dest>
1256 1265 *: "View Current Playlist"
1257## ffwd/rewind menu 1266 </dest>
1258 1267 <voice>
1259id: LANG_FFRW_STEP 1268 *: "View Current Playlist"
1260desc: in settings_menu 1269 </voice>
1261eng: "FF/RW Min Step" 1270</phrase>
1262voice: "Minimum Step" 1271<phrase>
1263new: 1272 id: LANG_SAVE_DYNAMIC_PLAYLIST
1264 1273 desc: in playlist menu.
1265id: LANG_FFRW_ACCEL 1274 user:
1266desc: in settings_menu 1275 <source>
1267eng: "FF/RW Accel" 1276 *: "Save Current Playlist"
1268voice: "Acceleration" 1277 </source>
1269new: 1278 <dest>
1270 1279 *: "Save Current Playlist"
1271## crossfade menu 1280 </dest>
1272 1281 <voice>
1273id: LANG_CROSSFADE_ENABLE 1282 *: "Save Current Playlist"
1274desc: in crossfade settings menu 1283 </voice>
1275eng: "Enable Crossfade" 1284</phrase>
1276voice: "Enable Crossfade" 1285<phrase>
1277new: 1286 id: LANG_RECURSE_DIRECTORY
1278 1287 desc: In playlist menu
1279id: LANG_TRACKSKIP 1288 user:
1280desc: in crossfade settings 1289 <source>
1281eng: "Track Skip Only" 1290 *: "Recursively Insert Directories"
1282voice: "Track Skip Only" 1291 </source>
1283new: 1292 <dest>
1284 1293 *: "Recursively Insert Directories"
1285id: LANG_CROSSFADE_FADE_IN_DELAY 1294 </dest>
1286desc: in crossfade settings menu 1295 <voice>
1287eng: "Fade-In Delay" 1296 *: "Recursively Insert Directories"
1288voice: "Fade-In Delay" 1297 </voice>
1289new: 1298</phrase>
1290 1299<phrase>
1291id: LANG_CROSSFADE_FADE_IN_DURATION 1300 id: LANG_WARN_ERASEDYNPLAYLIST_MENU
1292desc: in crossfade settings menu 1301 desc: in playlist options menu, option to warn when erasing dynamic playlist
1293eng: "Fade-In Duration" 1302 user:
1294voice: "Fade-In Duration" 1303 <source>
1295new: 1304 *: "Warn When Erasing Dynamic Playlist"
1296 1305 </source>
1297id: LANG_CROSSFADE_FADE_OUT_DELAY 1306 <dest>
1298desc: in crossfade settings menu 1307 *: "Warn When Erasing Dynamic Playlist"
1299eng: "Fade-Out Delay" 1308 </dest>
1300voice: "Fade-Out Delay" 1309 <voice>
1301new: 1310 *:
1302 1311 </voice>
1303id: LANG_CROSSFADE_FADE_OUT_DURATION 1312</phrase>
1304desc: in crossfade settings menu 1313<phrase>
1305eng: "Fade-Out Duration" 1314 id: LANG_INFO_MENU
1306voice: "Fade-Out Duration" 1315 desc: in the info menu
1307new: 1316 user:
1308 1317 <source>
1309id: LANG_CROSSFADE_FADE_OUT_MODE 1318 *: "Rockbox Info"
1310desc: in crossfade settings menu 1319 </source>
1311eng: "Fade-Out Mode" 1320 <dest>
1312voice: "Fade-Out Mode" 1321 *: "Rockbox Info"
1313new: 1322 </dest>
1314 1323 <voice>
1315id: LANG_MIX 1324 *: "Rockbox Info"
1316desc: in playback settings, crossfade option 1325 </voice>
1317eng: "Mix" 1326</phrase>
1318voice: "Mix" 1327<phrase>
1319new: 1328 id: LANG_VERSION
1320 1329 desc: in the info menu
1321## replaygain menu 1330 user:
1322 1331 <source>
1323id: LANG_REPLAYGAIN_ENABLE 1332 *: "Version"
1324desc: in replaygain 1333 </source>
1325eng: "Enable Replaygain" 1334 <dest>
1326voice: "Enable Replaygain" 1335 *: "Version"
1327new: 1336 </dest>
1328 1337 <voice>
1329id: LANG_REPLAYGAIN_NOCLIP 1338 *: "Version"
1330desc: in replaygain 1339 </voice>
1331eng: "Prevent Clipping" 1340</phrase>
1332voice: "Prevent Clipping" 1341<phrase>
1333new: 1342 id: LANG_DEBUG
1334 1343 desc: in the info menu
1335id: LANG_REPLAYGAIN_MODE 1344 user:
1336desc: in replaygain 1345 <source>
1337eng: "Replaygain Type" 1346 *: "Debug (Keep Out!)"
1338voice: "Replaygain Type" 1347 </source>
1339new: 1348 <dest>
1340 1349 *: "Debug (Keep Out!)"
1341id: LANG_ALBUM_GAIN 1350 </dest>
1342desc: in replaygain 1351 <voice>
1343eng: "Album Gain" 1352 *: "Debug, keep out!"
1344voice: "Album Gain" 1353 </voice>
1345new: 1354</phrase>
1346 1355<phrase>
1347id: LANG_TRACK_GAIN 1356 id: LANG_USB
1348desc: in replaygain 1357 desc: in the info menu
1349eng: "Track Gain" 1358 user:
1350voice: "Track Gain" 1359 <source>
1351new: 1360 *: "USB (Sim)"
1352 1361 </source>
1353id: LANG_SHUFFLE_GAIN 1362 <dest>
1354desc: use track gain if shuffle mode is on, album gain otherwise 1363 *: "USB (Sim)"
1355eng: "Track Gain if Shuffling" 1364 </dest>
1356voice: "Track Gain if Shuffling" 1365 <voice>
1357new: 1366 *: ""
1358 1367 </voice>
1359id: LANG_REPLAYGAIN_PREAMP 1368</phrase>
1360desc: in replaygain settings 1369<phrase>
1361eng: "Pre-amp" 1370 id: LANG_SHUFFLE
1362voice: "Preamp" 1371 desc: in settings_menu
1363new: 1372 user:
1364 1373 <source>
1365## LCD settings menu, also remote 1374 *: "Shuffle"
1366 1375 </source>
1367id: LANG_BACKLIGHT 1376 <dest>
1368desc: in settings_menu 1377 *: "Shuffle"
1369eng: "Backlight" 1378 </dest>
1370voice: "Backlight" 1379 <voice>
1371new: 1380 *: "Shuffle"
1372 1381 </voice>
1373id: LANG_BACKLIGHT_ON_WHEN_CHARGING 1382</phrase>
1374desc: in display_settings_menu, backlight timeout with charger connected 1383<phrase>
1375eng: "Backlight (While Plugged In)" 1384 id: LANG_REPEAT
1376voice: "Backlight (While Plugged In)" 1385 desc: in settings_menu
1377new: 1386 user:
1378 1387 <source>
1379id: LANG_CAPTION_BACKLIGHT 1388 *: "Repeat"
1380desc: in settings_menu 1389 </source>
1381eng: "Caption Backlight" 1390 <dest>
1382voice: "Caption Backlight" 1391 *: "Repeat"
1383new: 1392 </dest>
1384 1393 <voice>
1385id: LANG_BACKLIGHT_FADE_IN 1394 *: "Repeat"
1386desc: in settings_menu 1395 </voice>
1387eng: "Backlight Fade In" 1396</phrase>
1388voice: "Backlight Fade In" 1397<phrase>
1389new: 1398 id: LANG_REPEAT_ALL
1390 1399 desc: repeat playlist once all songs have completed
1391id: LANG_BACKLIGHT_FADE_OUT 1400 user:
1392desc: in settings_menu 1401 <source>
1393eng: "Backlight Fade Out" 1402 *: "All"
1394voice: "Backlight Fade Out" 1403 </source>
1395new: 1404 <dest>
1396 1405 *: "All"
1397id: LANG_BRIGHTNESS 1406 </dest>
1398desc: in settings_menu 1407 <voice>
1399eng: "Brightness" 1408 *: "All"
1400voice: "Brightness" 1409 </voice>
1401new: 1410</phrase>
1402 1411<phrase>
1403id: LANG_CONTRAST 1412 id: LANG_REPEAT_ONE
1404desc: in settings_menu 1413 desc: repeat one song
1405eng: "Contrast" 1414 user:
1406voice: "Contrast" 1415 <source>
1407new: 1416 *: "One"
1408 1417 </source>
1409id: LANG_BACKLIGHT_FILTER_FIRST_KEYPRESS 1418 <dest>
1410desc: Backlight behaviour setting 1419 *: "One"
1411eng: "First Keypress Enables Backlight Only" 1420 </dest>
1412voice: "First Keypress Enables Backlight Only" 1421 <voice>
1413new: 1422 *: "One"
1414 1423 </voice>
1415id: LANG_INVERT 1424</phrase>
1416desc: in settings_menu 1425<phrase>
1417eng: "LCD Mode" 1426 id: LANG_REPEAT_AB
1418voice: "LCD Mode" 1427 desc: repeat one song
1419new: 1428 user:
1420 1429 <source>
1421id: LANG_INVERT_LCD_NORMAL 1430 *: "A-B"
1422desc: in settings_menu 1431 </source>
1423eng: "Normal" 1432 <dest>
1424voice: "Normal" 1433 *: "A-B"
1425new: 1434 </dest>
1426 1435 <voice>
1427id: LANG_INVERT_LCD_INVERSE 1436 *: "A-B"
1428desc: in settings_menu 1437 </voice>
1429eng: "Inverse" 1438</phrase>
1430voice: "Inverse" 1439<phrase>
1431new: 1440 id: LANG_PLAY_SELECTED
1432 1441 desc: in settings_menu
1433id: LANG_FLIP_DISPLAY 1442 user:
1434desc: in settings_menu, option to turn display+buttos by 180 degreed 1443 <source>
1435eng: "Upside Down" 1444 *: "Play Selected First"
1436voice: "Upside Down" 1445 </source>
1437new: 1446 <dest>
1438 1447 *: "Play Selected First"
1439id: LANG_INVERT_CURSOR 1448 </dest>
1440desc: in settings_menu 1449 <voice>
1441eng: "Line Selector" 1450 *: "Play Selected File First"
1442voice: "Line Selector" 1451 </voice>
1443new: 1452</phrase>
1444 1453<phrase>
1445id: LANG_INVERT_CURSOR_POINTER 1454 id: LANG_RESUME
1446desc: in settings_menu 1455 desc: in settings_menu
1447eng: "Pointer" 1456 user:
1448voice: "Pointer" 1457 <source>
1449new: 1458 *: "Resume on Startup"
1450 1459 </source>
1451id: LANG_INVERT_CURSOR_BAR 1460 <dest>
1452desc: in settings_menu 1461 *: "Resume on Startup"
1453eng: "Bar (Inverse)" 1462 </dest>
1454voice: "Inverse Bar" 1463 <voice>
1455new: 1464 *: "Resume on Startup"
1456 1465 </voice>
1457id: LANG_CLEAR_BACKDROP 1466</phrase>
1458desc: text for LCD settings menu 1467<phrase>
1459eng: "Clear Backdrop" 1468 id: LANG_WIND_MENU
1460voice: "Clear Backdrop" 1469 desc: in the playback sub menu
1461new: 1470 user:
1462 1471 <source>
1463id: LANG_BACKGROUND_COLOR 1472 *: "Fast-Forward/Rewind"
1464desc: menu entry to set the background color 1473 </source>
1465eng: "Background Colour" 1474 <dest>
1466voice: "Background Colour" 1475 *: "Fast-Forward/Rewind"
1467new: 1476 </dest>
1468 1477 <voice>
1469id: LANG_FOREGROUND_COLOR 1478 *: "Fast forward and Rewind"
1470desc: menu entry to set the foreground color 1479 </voice>
1471eng: "Foreground Colour" 1480</phrase>
1472voice: "Foreground Colour" 1481<phrase>
1473new: 1482 id: LANG_MP3BUFFER_MARGIN
1474 1483 desc: MP3 buffer margin time
1475id: LANG_RESET_COLORS 1484 user:
1476desc: menu 1485 <source>
1477eng: "Reset Colours" 1486 *: "Anti-Skip Buffer"
1478voice: "Reset Colours" 1487 </source>
1479new: 1488 <dest>
1480 1489 *: "Anti-Skip Buffer"
1481id: LANG_REDUCE_TICKING 1490 </dest>
1482desc: in remote lcd settings menu 1491 <voice>
1483eng: "Reduce Ticking" 1492 *: "Anti-Skip Buffer"
1484voice: "Reduce Ticking" 1493 </voice>
1485new: 1494</phrase>
1486 1495<phrase>
1487## scrolling menu 1496 id: LANG_FADE_ON_STOP
1488 1497 desc: options menu to set fade on stop or pause
1489id: LANG_SCROLL_SPEED 1498 user:
1490desc: in display_settings_menu() 1499 <source>
1491eng: "Scroll Speed" 1500 *: "Fade on Stop/Pause"
1492voice: "Scroll Speed" 1501 </source>
1493new: 1502 <dest>
1494 1503 *: "Fade on Stop/Pause"
1495id: LANG_SCROLL 1504 </dest>
1496desc: in settings_menu 1505 <voice>
1497eng: "Scroll Speed Setting Example" 1506 *: "Fade On Stop and Pause"
1498voice: "" 1507 </voice>
1499new: 1508</phrase>
1500 1509<phrase>
1501id: LANG_SCROLL_DELAY 1510 id: LANG_PARTY_MODE
1502desc: Delay before scrolling 1511 desc: party mode
1503eng: "Scroll Start Delay" 1512 user:
1504voice: "Scroll Start Delay" 1513 <source>
1505new: 1514 *: "Party Mode"
1506 1515 </source>
1507id: LANG_SCROLL_STEP 1516 <dest>
1508desc: Pixels to advance per scroll 1517 *: "Party Mode"
1509eng: "Scroll Step Size" 1518 </dest>
1510voice: "Scroll Step Size" 1519 <voice>
1511new: 1520 *: "Party Mode"
1512 1521 </voice>
1513id: LANG_SCROLL_STEP_EXAMPLE 1522</phrase>
1514desc: Pixels to advance per scroll 1523<phrase>
1515eng: "Scroll Step Size Setting Example Text" 1524 id: LANG_CROSSFADE
1516voice: "" 1525 desc: in playback settings
1517new: 1526 user:
1518 1527 <source>
1519id: LANG_BIDIR_SCROLL 1528 *: "Crossfade"
1520desc: Bidirectional scroll limit 1529 </source>
1521eng: "Bidirectional Scroll Limit" 1530 <dest>
1522voice: "Bidirectional Scroll Limit" 1531 *: "Crossfade"
1523new: 1532 </dest>
1524 1533 <voice>
1525id: LANG_JUMP_SCROLL 1534 *: "Crossfade"
1526desc: (player) menu altarnative for jump scroll 1535 </voice>
1527eng: "Jump Scroll" 1536</phrase>
1528voice: "Jump Scroll" 1537<phrase>
1529new: 1538 id: LANG_REPLAYGAIN
1530 1539 desc: in replaygain
1531id: LANG_ONE_TIME 1540 user:
1532desc: (player) the jump scroll shall be done "one time" 1541 <source>
1533eng: "One time" 1542 *: "Replaygain"
1534voice: "One time" 1543 </source>
1535new: 1544 <dest>
1536 1545 *: "Replaygain"
1537id: LANG_JUMP_SCROLL_DELAY 1546 </dest>
1538desc: (player) Delay before making a jump scroll 1547 <voice>
1539eng: "Jump Scroll Delay" 1548 *: "Replaygain"
1540voice: "Jump Scroll Delay" 1549 </voice>
1541new: 1550</phrase>
1542 1551<phrase>
1543id: LANG_SCREEN_SCROLL_VIEW 1552 id: LANG_BEEP
1544desc: should lines scroll out of the screen 1553 desc: in playback settings
1545eng: "Screen Scrolls Out Of View" 1554 user:
1546voice: "Screen Scrolls Out Of View" 1555 <source>
1547new: 1556 *: "Beep Volume"
1548 1557 </source>
1549id: LANG_SCREEN_SCROLL_STEP 1558 <dest>
1550desc: Pixels to advance per Screen scroll 1559 *: "Beep Volume"
1551eng: "Screen Scroll Step Size" 1560 </dest>
1552voice: "Screen Scroll Step Size" 1561 <voice>
1553new: 1562 *: "Beep Volume"
1554 1563 </voice>
1555id: LANG_SCROLL_PAGINATED 1564</phrase>
1556desc: jump to new page when scrolling 1565<phrase>
1557eng: "Paged Scrolling" 1566 id: LANG_WEAK
1558voice: "Paged scrolling" 1567 desc: in beep volume in playback settings
1559new: 1568 user:
1560 1569 <source>
1561#status-/scrollbar menu 1570 *: "Weak"
1562 1571 </source>
1563id: LANG_SCROLL_BAR 1572 <dest>
1564desc: display menu, F3 substitute 1573 *: "Weak"
1565eng: "Scroll Bar" 1574 </dest>
1566voice: "Scroll Bar" 1575 <voice>
1567new: 1576 *: "Weak"
1568 1577 </voice>
1569id: LANG_STATUS_BAR 1578</phrase>
1570desc: display menu, F3 substitute 1579<phrase>
1571eng: "Status Bar" 1580 id: LANG_MODERATE
1572voice: "Status Bar" 1581 desc: in beep volume in playback settings
1573new: 1582 user:
1574 1583 <source>
1575id: LANG_BUTTON_BAR 1584 *: "Moderate"
1576desc: in settings menu 1585 </source>
1577eng: "Button Bar" 1586 <dest>
1578voice: "Button Bar" 1587 *: "Moderate"
1579new: 1588 </dest>
1580 1589 <voice>
1581id: LANG_VOLUME_DISPLAY 1590 *: "Moderate"
1582desc: Volume type title 1591 </voice>
1583eng: "Volume Display" 1592</phrase>
1584voice: "Volume Display" 1593<phrase>
1585new: 1594 id: LANG_STRONG
1586 1595 desc: in beep volume in playback settings
1587id: LANG_BATTERY_DISPLAY 1596 user:
1588desc: Battery type title 1597 <source>
1589eng: "Battery Display" 1598 *: "Strong"
1590voice: "Battery Display" 1599 </source>
1591new: 1600 <dest>
1592 1601 *: "Strong"
1593id: LANG_DISPLAY_GRAPHIC 1602 </dest>
1594desc: Label for type of icon display 1603 <voice>
1595eng: "Graphic" 1604 *: "Strong"
1596voice: "Graphic" 1605 </voice>
1597new: 1606</phrase>
1598 1607<phrase>
1599id: LANG_DISPLAY_NUMERIC 1608 id: LANG_SPDIF_ENABLE
1600desc: Label for type of icon display 1609 desc: in playback settings menu. enable/disable the optical out
1601eng: "Numeric" 1610 user:
1602voice: "Numeric" 1611 <source>
1603new: 1612 *: "Optical Output"
1604 1613 </source>
1605## peakmeter menu 1614 <dest>
1606 1615 *: "Optical Output"
1607id: LANG_PM_RELEASE 1616 </dest>
1608desc: in the peak meter menu 1617 <voice>
1609eng: "Peak Release" 1618 *: "Optical Output"
1610voice: "Peak Release" 1619 </voice>
1611new: 1620</phrase>
1612 1621<phrase>
1613id: LANG_PM_UNITS_PER_READ 1622 id: LANG_ID3_ORDER
1614desc: in the peak meter menu 1623 desc: in playback settings screen
1615eng: "Units Per Read" 1624 user:
1616voice: "Units Per Read" 1625 <source>
1617new: 1626 *: "ID3 Tag Priority"
1618 1627 </source>
1619id: LANG_PM_PEAK_HOLD 1628 <dest>
1620desc: in the peak meter menu 1629 *: "ID3 Tag Priority"
1621eng: "Peak Hold Time" 1630 </dest>
1622voice: "Peak Hold Time" 1631 <voice>
1623new: 1632 *: "ID3 Tag Priority"
1624 1633 </voice>
1625id: LANG_PM_CLIP_HOLD 1634</phrase>
1626desc: in the peak meter menu 1635<phrase>
1627eng: "Clip Hold Time" 1636 id: LANG_ID3_V1_FIRST
1628voice: "Clip Hold Time" 1637 desc: in playback settings screen
1629new: 1638 user:
1630 1639 <source>
1631id: LANG_PM_ETERNAL 1640 *: "V1 then V2"
1632desc: in the peak meter menu 1641 </source>
1633eng: "Eternal" 1642 <dest>
1634voice: "Eternal" 1643 *: "V1 then V2"
1635new: 1644 </dest>
1636 1645 <voice>
1637id: LANG_PM_SCALE 1646 *: "Version 1 then version 2"
1638desc: in the peak meter menu 1647 </voice>
1639eng: "Scale" 1648</phrase>
1640voice: "Scale" 1649<phrase>
1641new: 1650 id: LANG_ID3_V2_FIRST
1642 1651 desc: in playback settings screen
1643id: LANG_PM_DBFS 1652 user:
1644desc: in the peak meter menu 1653 <source>
1645eng: "Logarithmic (dB)" 1654 *: "V2 then V1"
1646voice: "Logarithmic decibel" 1655 </source>
1647new: 1656 <dest>
1648 1657 *: "V2 then V1"
1649id: LANG_PM_LINEAR 1658 </dest>
1650desc: in the peak meter menu 1659 <voice>
1651eng: "Linear (%)" 1660 *: "Version 2 then version 1"
1652voice: "Linear percent" 1661 </voice>
1653new: 1662</phrase>
1654 1663<phrase>
1655id: LANG_PM_MIN 1664 id: LANG_NEXT_FOLDER
1656desc: in the peak meter menu 1665 desc: in settings_menu. Should we allow move to next/prev folder from last/first track of current one
1657eng: "Minimum Of Range" 1666 user:
1658voice: "Minimum Of Range" 1667 <source>
1659new: 1668 *: "Auto-Change Directory"
1660 1669 </source>
1661id: LANG_PM_MAX 1670 <dest>
1662desc: in the peak meter menu 1671 *: "Auto-Change Directory"
1663eng: "Maximum Of Range" 1672 </dest>
1664voice: "Maximum Of Range" 1673 <voice>
1665new: 1674 *: "Auto-Change Directory"
1666 1675 </voice>
1667## battery menu 1676</phrase>
1668 1677<phrase>
1669id: LANG_BATTERY_CAPACITY 1678 id: LANG_TAGCACHE
1670desc: in settings_menu 1679 desc: in tag cache settings
1671eng: "Battery Capacity" 1680 user:
1672voice: "Battery Capacity" 1681 <source>
1673new: 1682 *: "Tag Cache"
1674 1683 </source>
1675id: LANG_BATTERY_TYPE 1684 <dest>
1676desc: in battery settings 1685 *: "Tag Cache"
1677eng: "Battery Type" 1686 </dest>
1678voice: "Battery type" 1687 <voice>
1679new: 1688 *: "Tag Cache"
1680 1689 </voice>
1681id: LANG_BATTERY_TYPE_ALKALINE 1690</phrase>
1682desc: in battery settings 1691<phrase>
1683eng: "Alkaline" 1692 id: LANG_TAGCACHE_DISK
1684voice: "Alkaline" 1693 desc: in tag cache settings
1685new: 1694 user:
1686 1695 <source>
1687id: LANG_BATTERY_TYPE_NIMH 1696 *: "Keep on Disk"
1688desc: in battery settings 1697 </source>
1689eng: "NiMH" 1698 <dest>
1690voice: "Nickel metal hydride" 1699 *: "Keep on Disk"
1691new: 1700 </dest>
1692 1701 <voice>
1693## disk menu 1702 *: "Keep on Disk"
1694 1703 </voice>
1695id: LANG_SPINDOWN 1704</phrase>
1696desc: in settings_menu 1705<phrase>
1697eng: "Disk Spindown" 1706 id: LANG_TAGCACHE_RAM
1698voice: "Disk Spindown" 1707 desc: in tag cache settings
1699new: 1708 user:
1700 1709 <source>
1701id: LANG_POWEROFF 1710 *: "Load to RAM"
1702desc: disk poweroff flag 1711 </source>
1703eng: "Disk Poweroff" 1712 <dest>
1704voice: "Disk Poweroff" 1713 *: "Load to RAM"
1705new: 1714 </dest>
1706 1715 <voice>
1707id: LANG_DIRCACHE_ENABLE 1716 *: "Load to RAM"
1708desc: in directory cache settings 1717 </voice>
1709eng: "Directory Cache" 1718</phrase>
1710voice: "Directory Cache" 1719<phrase>
1711new: 1720 id: LANG_TAGCACHE_FORCE_UPDATE
1712 1721 desc: in tag cache settings
1713id: LANG_DIRCACHE_REBOOT 1722 user:
1714desc: when activating directory cache 1723 <source>
1715eng: "Please reboot to enable the cache" 1724 *: "Force Tag Cache Update"
1716voice: "" 1725 </source>
1717new: 1726 <dest>
1718 1727 *: "Force Tag Cache Update"
1719id: LANG_DIRCACHE_BUILDING 1728 </dest>
1720desc: when booting up and rebuilding the cache 1729 <voice>
1721eng: "Scanning disk..." 1730 *: "Force Tag Cache Update"
1722voice: "" 1731 </voice>
1723new: 1732</phrase>
1724 1733<phrase>
1725## time & date menu 1734 id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH
1726 1735 desc: in tag cache settings
1727id: LANG_TIME 1736 user:
1728desc: in settings_menu 1737 <source>
1729eng: "Set Time/Date" 1738 *: "Updating in background"
1730voice: "Set Time and Date" 1739 </source>
1731new: 1740 <dest>
1732 1741 *: "Updating in background"
1733id: LANG_TIMEFORMAT 1742 </dest>
1734desc: select the time format of time in status bar 1743 <voice>
1735eng: "Time Format" 1744 *: ""
1736voice: "Time Format" 1745 </voice>
1737new: 1746</phrase>
1738 1747<phrase>
1739id: LANG_12_HOUR_CLOCK 1748 id: LANG_TAGCACHE_INIT
1740desc: option for 12 hour clock 1749 desc: while initializing tagcache on boot
1741eng: "12 Hour Clock" 1750 user:
1742voice: "12 Hour Clock" 1751 <source>
1743new: 1752 *: "Committing tagcache"
1744 1753 </source>
1745id: LANG_24_HOUR_CLOCK 1754 <dest>
1746desc: option for 24 hour clock 1755 *: "Committing tagcache"
1747eng: "24 Hour Clock" 1756 </dest>
1748voice: "24 Hour Clock" 1757 <voice>
1749new: 1758 *: ""
1750 1759 </voice>
1751## limits menu 1760</phrase>
1752 1761<phrase>
1753id: LANG_MAX_FILES_IN_DIR 1762 id: LANG_RUNTIMEDB_ACTIVE
1754desc: in settings_menu 1763 desc: in settings_menu.
1755eng: "Max Files in Dir Browser" 1764 user:
1756voice: "Maximum files in directory browser" 1765 <source>
1757new: 1766 *: "Gather Runtime Data (experimental)"
1758 1767 </source>
1759id: LANG_MAX_FILES_IN_PLAYLIST 1768 <dest>
1760desc: in settings_menu 1769 *: "Gather Runtime Data (experimental)"
1761eng: "Max Playlist Size" 1770 </dest>
1762voice: "Maximum playlist size" 1771 <voice>
1763new: 1772 *: "Gather Runtime Data"
1764 1773 </voice>
1765## context menu (onplay menu) 1774</phrase>
1766 1775<phrase>
1767id: LANG_PLAYLIST 1776 id: LANG_SORT_CASE
1768desc: Used when you need to say playlist, also voiced 1777 desc: in settings_menu
1769eng: "Playlist" 1778 user:
1770voice: "Playlist" 1779 <source>
1771new: 1780 *: "Sort Case Sensitive"
1772 1781 </source>
1773id: LANG_BOOKMARK_MENU 1782 <dest>
1774desc: Text on main menu to get to bookmark commands 1783 *: "Sort Case Sensitive"
1775eng: "Bookmarks" 1784 </dest>
1776voice: "Bookmarks" 1785 <voice>
1777new: 1786 *: "Sort Case Sensitive"
1778 1787 </voice>
1779id: LANG_MENU_SHOW_ID3_INFO 1788</phrase>
1780desc: Menu option to start tag viewer 1789<phrase>
1781eng: "Show ID3 Info" 1790 id: LANG_SORT_DIR
1782voice: "Show ID3 Info" 1791 desc: browser sorting setting
1783new: 1792 user:
1784 1793 <source>
1785id: LANG_MENU_SET_RATING 1794 *: "Sort Directories"
1786desc: in wps context menu 1795 </source>
1787eng: "Set Song Rating" 1796 <dest>
1788voice: "Set Song Rating" 1797 *: "Sort Directories"
1789new: 1798 </dest>
1790 1799 <voice>
1791id: LANG_RATING 1800 *: "sort directories"
1792desc: in set_rating 1801 </voice>
1793eng: "Rating:" 1802</phrase>
1794voice: "" 1803<phrase>
1795new: 1804 id: LANG_SORT_FILE
1796 1805 desc: browser sorting setting
1797id: LANG_RENAME 1806 user:
1798desc: The verb/action Rename 1807 <source>
1799eng: "Rename" 1808 *: "Sort Files"
1800voice: "Rename" 1809 </source>
1801new: 1810 <dest>
1802 1811 *: "Sort Files"
1803id: LANG_CUT 1812 </dest>
1804desc: The verb/action Cut 1813 <voice>
1805eng: "Cut" 1814 *: "sort files"
1806voice: "Cut" 1815 </voice>
1807new: 1816</phrase>
1808 1817<phrase>
1809id: LANG_COPY 1818 id: LANG_SORT_ALPHA
1810desc: The verb/action Copy 1819 desc: browser sorting setting
1811eng: "Copy" 1820 user:
1812voice: "Copy" 1821 <source>
1813new: 1822 *: "Alphabetical"
1814 1823 </source>
1815id: LANG_PASTE 1824 <dest>
1816desc: The verb/action Paste 1825 *: "Alphabetical"
1817eng: "Paste" 1826 </dest>
1818voice: "Paste" 1827 <voice>
1819new: 1828 *: "Alphabetical"
1820 1829 </voice>
1821id: LANG_REALLY_OVERWRITE 1830</phrase>
1822desc: The verb/action Paste 1831<phrase>
1823eng: "File/directory exists. Overwrite?" 1832 id: LANG_SORT_DATE
1824voice: "" 1833 desc: browser sorting setting
1825new: 1834 user:
1826 1835 <source>
1827id: LANG_DELETE 1836 *: "By Date"
1828desc: The verb/action Delete 1837 </source>
1829eng: "Delete" 1838 <dest>
1830voice: "Delete" 1839 *: "By Date"
1831new: 1840 </dest>
1832 1841 <voice>
1833id: LANG_SET_AS_BACKDROP 1842 *: "By Date"
1834desc: text for onplay menu entry 1843 </voice>
1835eng: "Set As Backdrop" 1844</phrase>
1836voice: "Set As Backdrop" 1845<phrase>
1837new: 1846 id: LANG_SORT_DATE_REVERSE
1838 1847 desc: browser sorting setting
1839id: LANG_DELETE_DIR 1848 user:
1840desc: in on+play menu 1849 <source>
1841eng: "Delete Directory" 1850 *: "By Newest Date"
1842voice: "delete directory" 1851 </source>
1843new: 1852 <dest>
1844 1853 *: "By Newest Date"
1845id: LANG_REALLY_DELETE 1854 </dest>
1846desc: Really Delete? 1855 <voice>
1847eng: "Delete?" 1856 *: "By Newest Date"
1848voice: "" 1857 </voice>
1849new: 1858</phrase>
1850 1859<phrase>
1851id: LANG_DELETED 1860 id: LANG_SORT_TYPE
1852desc: A file has beed deleted 1861 desc: browser sorting setting
1853eng: "Deleted" 1862 user:
1854voice: "" 1863 <source>
1855new: 1864 *: "By Type"
1856 1865 </source>
1857id: LANG_ONPLAY_OPEN_WITH 1866 <dest>
1858desc: Onplay open with 1867 *: "By Type"
1859eng: "Open With..." 1868 </dest>
1860voice: "open with" 1869 <voice>
1861new: 1870 *: "By Type"
1862 1871 </voice>
1863id: LANG_CREATE_DIR 1872</phrase>
1864desc: in main menu 1873<phrase>
1865eng: "Create Directory" 1874 id: LANG_FILTER
1866voice: "Create Directory" 1875 desc: setting name for dir filter
1867new: 1876 user:
1868 1877 <source>
1869id: LANG_PITCH 1878 *: "Show Files"
1870desc: "pitch" in the pitch screen 1879 </source>
1871eng: "Pitch" 1880 <dest>
1872voice: "Pitch" 1881 *: "Show Files"
1873new: 1882 </dest>
1874 1883 <voice>
1875## playlist context menu 1884 *: "Show Files"
1876 1885 </voice>
1877id: LANG_VIEW 1886</phrase>
1878desc: in on+play menu 1887<phrase>
1879eng: "View" 1888 id: LANG_FILTER_ALL
1880voice: "View" 1889 desc: show all files
1881new: 1890 user:
1882 1891 <source>
1883id: LANG_SHUFFLE_PLAYLIST 1892 *: "All"
1884desc: in playlist menu, reshuffles the order in which songs are played 1893 </source>
1885eng: "Reshuffle" 1894 <dest>
1886voice: "Reshuffle" 1895 *: "All"
1887new: 1896 </dest>
1888 1897 <voice>
1889id: LANG_INSERT 1898 *: "All"
1890desc: in onplay menu. insert a track/playlist into dynamic playlist. 1899 </voice>
1891eng: "Insert" 1900</phrase>
1892voice: "Insert" 1901<phrase>
1893new: 1902 id: LANG_FILTER_SUPPORTED
1894 1903 desc: show all file types supported by Rockbox
1895id: LANG_INSERT_FIRST 1904 user:
1896desc: in onplay menu. insert a track/playlist into dynamic playlist. 1905 <source>
1897eng: "Insert next" 1906 *: "Supported"
1898voice: "Insert next" 1907 </source>
1899new: 1908 <dest>
1900 1909 *: "Supported"
1901id: LANG_INSERT_LAST 1910 </dest>
1902desc: in onplay menu. append a track/playlist into dynamic playlist. 1911 <voice>
1903eng: "Insert last" 1912 *: "Supported"
1904voice: "Insert last" 1913 </voice>
1905new: 1914</phrase>
1906 1915<phrase>
1907id: LANG_INSERT_SHUFFLED 1916 id: LANG_FILTER_MUSIC
1908desc: in onplay menu. insert a track/playlist randomly into dynamic playlist 1917 desc: show only music-related files
1909eng: "Insert shuffled" 1918 user:
1910voice: "Insert shuffled" 1919 <source>
1911new: 1920 *: "Music"
1912 1921 </source>
1913id: LANG_QUEUE 1922 <dest>
1914desc: The verb/action Queue 1923 *: "Music"
1915eng: "Queue" 1924 </dest>
1916voice: "Queue" 1925 <voice>
1917new: 1926 *: "Music"
1918 1927 </voice>
1919id: LANG_QUEUE_FIRST 1928</phrase>
1920desc: in onplay menu. queue a track/playlist into dynamic playlist. 1929<phrase>
1921eng: "Queue next" 1930 id: LANG_FILTER_PLAYLIST
1922voice: "Queue next" 1931 desc: show only playlist
1923new: 1932 user:
1924 1933 <source>
1925id: LANG_QUEUE_LAST 1934 *: "Playlists"
1926desc: in onplay menu. queue a track/playlist at end of playlist. 1935 </source>
1927eng: "Queue last" 1936 <dest>
1928voice: "Queue last" 1937 *: "Playlists"
1929new: 1938 </dest>
1930 1939 <voice>
1931id: LANG_QUEUE_SHUFFLED 1940 *: "Playlists"
1932desc: in onplay menu. queue a track/playlist randomly into dynamic playlist 1941 </voice>
1933eng: "Queue shuffled" 1942</phrase>
1934voice: "Queue shuffled" 1943<phrase>
1935new: 1944 id: LANG_FILTER_ID3DB
1936 1945 desc: show ID3 Database
1937id: LANG_SEARCH_IN_PLAYLIST 1946 user:
1938desc: in playlist menu. 1947 <source>
1939eng: "Search In Playlist" 1948 *: "ID3 Database"
1940voice: "Search In Playlist" 1949 </source>
1941new: 1950 <dest>
1942 1951 *: "ID3 Database"
1943id: LANG_PLAYLIST_SEARCH_MSG 1952 </dest>
1944desc: splash number of tracks inserted 1953 <voice>
1945eng: "Searching... %d found (%s)" 1954 *: "ID3 Database"
1946voice: "" 1955 </voice>
1947new: 1956</phrase>
1948 1957<phrase>
1949## bookmark context menu 1958 id: LANG_FOLLOW
1950 1959 desc: in settings_menu
1951id: LANG_BOOKMARK_MENU_CREATE 1960 user:
1952desc: Used off of the bookmark menu to create a bookmark 1961 <source>
1953eng: "Create Bookmark" 1962 *: "Follow Playlist"
1954voice: "Create Bookmark" 1963 </source>
1955new: 1964 <dest>
1956 1965 *: "Follow Playlist"
1957id: LANG_BOOKMARK_MENU_LIST 1966 </dest>
1958desc: Used off of the bookmark menu to list available bookmarks for the currently playing directory or M3U 1967 <voice>
1959eng: "List Bookmarks" 1968 *: "Follow Playlist"
1960voice: "List Bookmarks" 1969 </voice>
1961new: 1970</phrase>
1962 1971<phrase>
1963## info screen 1972 id: LANG_SHOW_ICONS
1964 1973 desc: in settings_menu
1965id: LANG_ROCKBOX_INFO 1974 user:
1966desc: displayed topmost on the info screen 1975 <source>
1967eng: "Rockbox Info:" 1976 *: "Show Icons"
1968voice: "" 1977 </source>
1969new: 1978 <dest>
1970 1979 *: "Show Icons"
1971id: LANG_BUFFER_STAT_PLAYER 1980 </dest>
1972desc: the buffer size player-screen width, %d MB %d fraction of MB 1981 <voice>
1973eng: "Buf: %d.%03dMB" 1982 *: "Show Icons"
1974voice: "" 1983 </voice>
1975new: 1984</phrase>
1976 1985<phrase>
1977id: LANG_BUFFER_STAT_RECORDER 1986 id: LANG_CUSTOM_FONT
1978desc: the buffer size recorder-screen width, %d MB %d fraction of MB 1987 desc: in setting_menu()
1979eng: "Buffer: %d.%03dMB" 1988 user:
1980voice: "" 1989 <source>
1981new: 1990 *: "Browse Fonts"
1982 1991 </source>
1983id: LANG_BATTERY_CHARGE 1992 <dest>
1984desc: tells that the battery is charging, instead of battery level 1993 *: "Browse Fonts"
1985eng: "Battery: Charging" 1994 </dest>
1986voice: "" 1995 <voice>
1987new: 1996 *: "Browse Fonts"
1988 1997 </voice>
1989id: LANG_BATTERY_TOPOFF_CHARGE 1998</phrase>
1990desc: in info display, shows that top off charge is running 1999<phrase>
1991eng: "Battery: Top-Off Chg" 2000 id: LANG_WHILE_PLAYING
1992voice: "" 2001 desc: in settings_menu()
1993new: 2002 user:
1994 2003 <source>
1995id: LANG_BATTERY_TRICKLE_CHARGE 2004 *: "Browse .wps files"
1996desc: in info display, shows that trickle charge is running 2005 </source>
1997eng: "Battery: Trickle Chg" 2006 <dest>
1998voice: "" 2007 *: "Browse .wps files"
1999new: 2008 </dest>
2000 2009 <voice>
2001id: LANG_BATTERY_TIME 2010 *: "Browse while-playing-screen files"
2002desc: battery level in % and estimated time remaining 2011 </voice>
2003eng: "%d%% %dh %dm" 2012</phrase>
2004voice: "Battery level" 2013<phrase>
2005new: 2014 id: LANG_REMOTE_WHILE_PLAYING
2006 2015 desc: in settings_menu()
2007id: LANG_DISK_SIZE_INFO 2016 user:
2008desc: disk size info 2017 <source>
2009eng: "Disk:" 2018 *: "Browse .rwps files"
2010voice: "" 2019 </source>
2011new: 2020 <dest>
2012 2021 *: "Browse .rwps files"
2013id: LANG_DISK_FREE_INFO 2022 </dest>
2014desc: disk size info 2023 <voice>
2015eng: "Free:" 2024 *: "Browse remote while-playing-screen files"
2016voice: "Free diskspace:" 2025 </voice>
2017new: 2026</phrase>
2018 2027<phrase>
2019id: LANG_DISK_NAME_INTERNAL 2028 id: LANG_LCD_MENU
2020desc: in info menu; name for internal disk with multivolume (keep short!) 2029 desc: in the display sub menu
2021eng: "Int:" 2030 user:
2022voice: "Internal" 2031 <source>
2023new: 2032 *: "LCD Settings"
2024 2033 </source>
2025id: LANG_DISK_NAME_MMC 2034 <dest>
2026desc: in info menu; name for external disk with multivolume (Ondio; keep short!) 2035 *: "LCD Settings"
2027eng: "MMC:" 2036 </dest>
2028voice: "Multimedia card" 2037 <voice>
2029new: 2038 *: "LCD Settings"
2030 2039 </voice>
2031id: VOICE_CURRENT_TIME 2040</phrase>
2032desc: spoken only, for wall clock announce 2041<phrase>
2033eng: "" 2042 id: LANG_LCD_REMOTE_MENU
2034voice: "Current time:" 2043 desc: in the display sub menu
2035new: 2044 user:
2036 2045 <source>
2037## pitch screen 2046 *: "Remote-LCD Settings"
2038 2047 </source>
2039id: LANG_PITCH_UP 2048 <dest>
2040desc: in wps 2049 *: "Remote-LCD Settings"
2041eng: "Pitch Up" 2050 </dest>
2042voice: "" 2051 <voice>
2043new: 2052 *: "Remote LCD settings"
2044 2053 </voice>
2045id: LANG_PITCH_DOWN 2054</phrase>
2046desc: in wps 2055<phrase>
2047eng: "Pitch Down" 2056 id: LANG_SCROLL_MENU
2048voice: "" 2057 desc: in display_settings_menu()
2049new: 2058 user:
2050 2059 <source>
2051id: LANG_PAUSE 2060 *: "Scrolling"
2052desc: in wps 2061 </source>
2053eng: "Pause" 2062 <dest>
2054voice: "" 2063 *: "Scrolling"
2055new: 2064 </dest>
2056 2065 <voice>
2057## quickscreens 2066 *: "Scrolling"
2058 2067 </voice>
2059id: LANG_F2_MODE 2068</phrase>
2060desc: in wps F2 pressed 2069<phrase>
2061eng: "Mode:" 2070 id: LANG_BARS_MENU
2062voice: "" 2071 desc: in the display sub menu
2063new: 2072 user:
2064 2073 <source>
2065id: LANG_F3_STATUS 2074 *: "Status-/Scrollbar"
2066desc: in wps F3 pressed 2075 </source>
2067eng: "Status" 2076 <dest>
2068voice: "" 2077 *: "Status-/Scrollbar"
2069new: 2078 </dest>
2070 2079 <voice>
2071id: LANG_F3_SCROLL 2080 *: "Status- and Scrollbar"
2072desc: in wps F3 pressed 2081 </voice>
2073eng: "Scroll" 2082</phrase>
2074voice: "" 2083<phrase>
2075new: 2084 id: LANG_PM_MENU
2076 2085 desc: in the display menu
2077id: LANG_F3_BAR 2086 user:
2078desc: in wps F3 pressed 2087 <source>
2079eng: "Bar" 2088 *: "Peak Meter"
2080voice: "" 2089 </source>
2081new: 2090 <dest>
2082 2091 *: "Peak Meter"
2083## bookmark screen 2092 </dest>
2084 2093 <voice>
2085id: LANG_BOOKMARK_SELECT_LIST_BOOKMARKS 2094 *: "Peak Meter"
2086desc: From the auto-load screen, allows user to list all bookmarks 2095 </voice>
2087eng: "Down = List" 2096</phrase>
2088voice: "" 2097<phrase>
2089new: 2098 id: LANG_DEFAULT_CODEPAGE
2090 2099 desc: default encoding used with id3 tags
2091id: LANG_BOOKMARK_SELECT_EXIT 2100 user:
2092desc: From the bookmark list screen, allows user to exit 2101 <source>
2093eng: "OFF = Exit" 2102 *: "Default Codepage"
2094voice: "" 2103 </source>
2095new: 2104 <dest>
2096 2105 *: "Default Codepage"
2097id: LANG_BOOKMARK_SELECT_BOOKMARK_TEXT 2106 </dest>
2098desc: Used on the bookmark select window to label bookmark number 2107 <voice>
2099eng: "Bookmark" 2108 *: "Default codepage"
2100voice: "" 2109 </voice>
2101new: 2110</phrase>
2102 2111<phrase>
2103id: LANG_BOOKMARK_SELECT_INDEX_TEXT 2112 id: LANG_CODEPAGE_LATIN1
2104desc: Used on the bookmark select window to label index number 2113 desc: in codepage setting menu
2105eng: "Index" 2114 user:
2106voice: "Index" 2115 <source>
2107new: 2116 *: "Latin1 (ISO-8859-1)"
2108 2117 </source>
2109id: LANG_BOOKMARK_SELECT_TIME_TEXT 2118 <dest>
2110desc: Used on the bookmark select window to label elapsed time 2119 *: "Latin1 (ISO-8859-1)"
2111eng: "Time" 2120 </dest>
2112voice: "Time" 2121 <voice>
2113new: 2122 *: "Latin 1"
2114 2123 </voice>
2115id: LANG_BOOKMARK_SELECT_PLAY 2124</phrase>
2116desc: Used on the bookmark select window to indicated the play option 2125<phrase>
2117eng: "PLAY = Select" 2126 id: LANG_CODEPAGE_GREEK
2118voice: "" 2127 desc: in codepage setting menu
2119new: 2128 user:
2120 2129 <source>
2121id: LANG_BOOKMARK_SELECT_DELETE 2130 *: "Greek (ISO-8859-7)"
2122desc: Used on the bookmark select window to indicated the bookmark delete option 2131 </source>
2123eng: "ON+Play = Delete" 2132 <dest>
2124voice: "" 2133 *: "Greek (ISO-8859-7)"
2125new: 2134 </dest>
2126 2135 <voice>
2127id: LANG_BOOKMARK_AUTOLOAD_QUERY 2136 *: "Greek"
2128desc: prompt for user to decide to create a bookmark 2137 </voice>
2129eng: "Load Last Bookmark?" 2138</phrase>
2130voice: "" 2139<phrase>
2131new: 2140 id: LANG_CODEPAGE_HEBREW
2132 2141 desc: in codepage setting menu
2133id: LANG_AUTO_BOOKMARK_QUERY 2142 user:
2134desc: prompt for user to decide to create an bookmark 2143 <source>
2135eng: "Create a Bookmark?" 2144 *: "Hebrew (ISO-8859-8)"
2136voice: "" 2145 </source>
2137new: 2146 <dest>
2138 2147 *: "Hebrew (ISO-8859-8)"
2139id: LANG_BOOKMARK_CREATE_SUCCESS 2148 </dest>
2140desc: Indicates bookmark was successfully created 2149 <voice>
2141eng: "Bookmark Created" 2150 *: "Hebrew"
2142voice: "" 2151 </voice>
2143new: 2152</phrase>
2144 2153<phrase>
2145id: LANG_BOOKMARK_CREATE_FAILURE 2154 id: LANG_CODEPAGE_RUSSIAN
2146desc: Indicates bookmark was not created 2155 desc: in codepage setting menu
2147eng: "Bookmark Failed!" 2156 user:
2148voice: "" 2157 <source>
2149new: 2158 *: "Russian (CP1251)"
2150 2159 </source>
2151id: LANG_BOOKMARK_LOAD_EMPTY 2160 <dest>
2152desc: Indicates bookmark was empty 2161 *: "Russian (CP1251)"
2153eng: "Bookmark Empty" 2162 </dest>
2154voice: "" 2163 <voice>
2155new: 2164 *: "Russian"
2156 2165 </voice>
2157## set time screen 2166</phrase>
2158 2167<phrase>
2159id: LANG_TIME_SET 2168 id: LANG_CODEPAGE_THAI
2160desc: used in set_time() 2169 desc: in codepage setting menu
2161eng: "ON To Set" 2170 user:
2162voice: "" 2171 <source>
2163new: 2172 *: "Thai (ISO-8859-11)"
2164 2173 </source>
2165id: LANG_TIME_REVERT 2174 <dest>
2166desc: used in set_time() 2175 *: "Thai (ISO-8859-11)"
2167eng: "OFF To Revert" 2176 </dest>
2168voice: "" 2177 <voice>
2169new: 2178 *: "Thai"
2170 2179 </voice>
2171## while playing screen 2180</phrase>
2172 2181<phrase>
2173id: LANG_KEYLOCK_ON_PLAYER 2182 id: LANG_CODEPAGE_ARABIC
2174desc: displayed when key lock is on 2183 desc: in codepage setting menu
2175eng: "Key Lock ON" 2184 user:
2176voice: "" 2185 <source>
2177new: 2186 *: "Arabic (CP1256)"
2178 2187 </source>
2179id: LANG_KEYLOCK_OFF_PLAYER 2188 <dest>
2180desc: displayed when key lock is turned off 2189 *: "Arabic (CP1256)"
2181eng: "Key Lock OFF" 2190 </dest>
2182voice: "" 2191 <voice>
2183new: 2192 *: "Arabic"
2184 2193 </voice>
2185id: LANG_KEYLOCK_ON_RECORDER 2194</phrase>
2186desc: displayed when key lock is on 2195<phrase>
2187eng: "Keylock is ON" 2196 id: LANG_CODEPAGE_TURKISH
2188voice: "" 2197 desc: in codepage setting menu
2189new: 2198 user:
2190 2199 <source>
2191id: LANG_KEYLOCK_OFF_RECORDER 2200 *: "Turkish (ISO-8859-9)"
2192desc: displayed when key lock is turned off 2201 </source>
2193eng: "Keylock is OFF" 2202 <dest>
2194voice: "" 2203 *: "Turkish (ISO-8859-9)"
2195new: 2204 </dest>
2196 2205 <voice>
2197## recording screen 2206 *: "Turkish"
2198 2207 </voice>
2199id: LANG_RECORDING_TIME 2208</phrase>
2200desc: Display of recorded time 2209<phrase>
2201eng: "Time:" 2210 id: LANG_CODEPAGE_LATIN_EXTENDED
2202voice: "" 2211 desc: in codepage setting menu
2203new: 2212 user:
2204 2213 <source>
2205id: LANG_RECORD_TIMESPLIT_REC 2214 *: "Latin Extended (ISO-8859-2)"
2206desc: Display of record timer interval setting, on the record screen 2215 </source>
2207eng: "Split Time:" 2216 <dest>
2208voice: "" 2217 *: "Latin Extended (ISO-8859-2)"
2209new: 2218 </dest>
2210 2219 <voice>
2211id: LANG_RECORDING_SIZE 2220 *: "Latin extended"
2212desc: Display of recorded file size 2221 </voice>
2213eng: "Size:" 2222</phrase>
2214voice: "" 2223<phrase>
2215new: 2224 id: LANG_CODEPAGE_JAPANESE
2216 2225 desc: in codepage setting menu
2217id: LANG_RECORD_PRERECORD 2226 user:
2218desc: in recording and radio screen 2227 <source>
2219eng: "Pre-Recording" 2228 *: "Japanese (SJIS)"
2220voice: "" 2229 </source>
2221new: 2230 <dest>
2222 2231 *: "Japanese (SJIS)"
2223id: LANG_RECORDING_GAIN 2232 </dest>
2224desc: in the recording screen 2233 <voice>
2225eng: "Gain" 2234 *: "Japanese"
2226voice: "" 2235 </voice>
2227new: 2236</phrase>
2228 2237<phrase>
2229id: LANG_RECORDING_LEFT 2238 id: LANG_CODEPAGE_SIMPLIFIED
2230desc: in the recording screen 2239 desc: in codepage setting menu
2231eng: "Gain Left" 2240 user:
2232voice: "" 2241 <source>
2233new: 2242 *: "Simp. Chinese (GB2312)"
2234 2243 </source>
2235id: LANG_RECORDING_RIGHT 2244 <dest>
2236desc: in the recording screen 2245 *: "Simp. Chinese (GB2312)"
2237eng: "Gain Right" 2246 </dest>
2238voice: "" 2247 <voice>
2239new: 2248 *: "Simplified Chinese"
2240 2249 </voice>
2241id: LANG_RECORDING_GAIN_ANALOG 2250</phrase>
2242desc: in the recording screen 2251<phrase>
2243eng: "A" 2252 id: LANG_CODEPAGE_KOREAN
2244voice: "" 2253 desc: in codepage setting menu
2245new: 2254 user:
2246 2255 <source>
2247id: LANG_RECORDING_GAIN_DIGITAL 2256 *: "Korean (KSX1001)"
2248desc: in the recording screen 2257 </source>
2249eng: "D" 2258 <dest>
2250voice: "" 2259 *: "Korean (KSX1001)"
2251new: 2260 </dest>
2252 2261 <voice>
2253id: LANG_DISK_FULL 2262 *: "Korean"
2254desc: in recording screen 2263 </voice>
2255eng: "The disk is full. Press OFF to continue." 2264</phrase>
2256voice: "" 2265<phrase>
2257new: 2266 id: LANG_CODEPAGE_TRADITIONAL
2258 2267 desc: in codepage setting menu
2259## recording trigger screen 2268 user:
2260 2269 <source>
2261id: LANG_RECORD_TRIGGER_MODE 2270 *: "Trad. Chinese (BIG5)"
2262desc: in recording settings_menu 2271 </source>
2263eng: "Trigger" 2272 <dest>
2264voice: 2273 *: "Trad. Chinese (BIG5)"
2265new: 2274 </dest>
2266 2275 <voice>
2267id: LANG_RECORD_TRIG_NOREARM 2276 *: "Traditional Chinese"
2268desc: in recording settings_menu 2277 </voice>
2269eng: "Once" 2278</phrase>
2270voice: 2279<phrase>
2271new: 2280 id: LANG_CODEPAGE_UTF8
2272 2281 desc:
2273id: LANG_RECORD_TRIG_REARM 2282 user:
2274desc: in recording settings_menu 2283 <source>
2275eng: "Repeat" 2284 *: "Unicode (UTF-8)"
2276voice: 2285 </source>
2277new: 2286 <dest>
2278 2287 *: "Unicode (UTF-8)"
2279id: LANG_RECORD_START_THRESHOLD 2288 </dest>
2280desc: in recording settings_menu 2289 <voice>
2281eng: "Start Above" 2290 *: "Unicode"
2282voice: 2291 </voice>
2283new: 2292</phrase>
2284 2293<phrase>
2285id: LANG_RECORD_MIN_DURATION 2294 id: LANG_BATTERY_MENU
2286desc: in recording settings_menu 2295 desc: in the system sub menu
2287eng: "for at least" 2296 user:
2288voice: 2297 <source>
2289new: 2298 *: "Battery"
2290 2299 </source>
2291id: LANG_RECORD_STOP_THRESHOLD 2300 <dest>
2292desc: in recording settings_menu 2301 *: "Battery"
2293eng: "Stop Below" 2302 </dest>
2294voice: 2303 <voice>
2295new: 2304 *: "Battery"
2296 2305 </voice>
2297id: LANG_RECORD_STOP_POSTREC 2306</phrase>
2298desc: in recording settings_menu 2307<phrase>
2299eng: "for at least" 2308 id: LANG_DISK_MENU
2300voice: 2309 desc: in the system sub menu
2301new: 2310 user:
2302 2311 <source>
2303id: LANG_RECORD_STOP_GAP 2312 *: "Disk"
2304desc: in recording settings_menu 2313 </source>
2305eng: "Presplit Gap" 2314 <dest>
2306voice: 2315 *: "Disk"
2307new: 2316 </dest>
2308 2317 <voice>
2309id: LANG_DB_INF 2318 *: "Disk"
2310desc: -inf db for values below measurement 2319 </voice>
2311eng: "-inf" 2320</phrase>
2312voice: 2321<phrase>
2313new: 2322 id: LANG_TIME_MENU
2314 2323 desc: in the system sub menu
2315id: LANG_RECORD_TRIG_IDLE 2324 user:
2316desc: waiting for threshold 2325 <source>
2317eng: "Trigger Idle" 2326 *: "Time & Date"
2318voice: 2327 </source>
2319new: 2328 <dest>
2320 2329 *: "Time & Date"
2321id: LANG_RECORD_TRIGGER_ACTIVE 2330 </dest>
2322desc: 2331 <voice>
2323eng: "Trigger Active" 2332 *: "Time and Date"
2324voice: 2333 </voice>
2325new: 2334</phrase>
2326 2335<phrase>
2327## alarm screen 2336 id: LANG_POWEROFF_IDLE
2328 2337 desc: in settings_menu
2329id: LANG_ALARM_MOD_TIME 2338 user:
2330desc: The current alarm time shown in the alarm menu for the RTC alarm mod. 2339 <source>
2331eng: "Alarm Time: %02d:%02d" 2340 *: "Idle Poweroff"
2332voice: "" 2341 </source>
2333new: 2342 <dest>
2334 2343 *: "Idle Poweroff"
2335id: LANG_ALARM_MOD_TIME_TO_GO 2344 </dest>
2336desc: The time until the alarm will go off shown in the alarm menu for the RTC alarm mod. 2345 <voice>
2337eng: "Waking Up In %d:%02d" 2346 *: "Idle Poweroff"
2338voice: "" 2347 </voice>
2339new: 2348</phrase>
2340 2349<phrase>
2341id: LANG_ALARM_MOD_SHUTDOWN 2350 id: LANG_SLEEP_TIMER
2342desc: The text that tells the user that the alarm time is ok and the device shuts off (for the RTC alarm mod). 2351 desc: sleep timer setting
2343eng: "Alarm Set" 2352 user:
2344voice: "" 2353 <source>
2345new: 2354 *: "Sleep Timer"
2346 2355 </source>
2347id: LANG_ALARM_MOD_ERROR 2356 <dest>
2348desc: The text that tells that the time is incorrect (for the RTC alarm mod). 2357 *: "Sleep Timer"
2349eng: "Alarm Time Is Too Soon!" 2358 </dest>
2350voice: "" 2359 <voice>
2351new: 2360 *: "Sleep Timer"
2352 2361 </voice>
2353id: LANG_ALARM_MOD_KEYS 2362</phrase>
2354desc: Shown key functions in alarm menu (for the RTC alarm mod). 2363<phrase>
2355eng: "PLAY=Set OFF=Cancel" 2364 id: LANG_ALARM_MOD_ALARM_MENU
2356voice: "" 2365 desc: The name of the additional entry in the main menu for the RTC alarm mod.
2357new: 2366 user:
2358 2367 <source>
2359id: LANG_ALARM_MOD_DISABLE 2368 *: "Wake-Up Alarm"
2360desc: Announce that the RTC alarm has been turned off 2369 </source>
2361eng: "Alarm Disabled" 2370 <dest>
2362voice: "" 2371 *: "Wake-Up Alarm"
2363new: 2372 </dest>
2364 2373 <voice>
2365## colour setting screen 2374 *: "Wake-Up Alarm"
2366 2375 </voice>
2367id: LANG_COLOR_RGB_LABELS 2376</phrase>
2368desc: what to show for the 'R' 'G' 'B' ONE LETTER EACH 2377<phrase>
2369eng: "RGB" 2378 id: LANG_LIMITS_MENU
2370voice: 2379 desc: in the system sub menu
2371new: 2380 user:
2372 2381 <source>
2373id: LANG_COLOR_RGB_VALUE 2382 *: "Limits"
2374desc: in color screen 2383 </source>
2375eng: "RGB: %02X%02X%02X" 2384 <dest>
2376voice: 2385 *: "Limits"
2377new: 2386 </dest>
2378 2387 <voice>
2379id: LANG_COLOR_UNACCEPTABLE 2388 *: "Limits"
2380desc: splash when user selects an invalid colour 2389 </voice>
2381eng: "Invalid colour" 2390</phrase>
2382voice: "" 2391<phrase>
2383new: 2392 id: LANG_LINE_IN
2384 2393 desc: in settings_menu
2385## tag viewer 2394 user:
2386 2395 <source>
2387id: LANG_ID3_TITLE 2396 *: "Line In"
2388desc: in tag viewer 2397 </source>
2389eng: "[Title]" 2398 <dest>
2390voice: "" 2399 *: "Line In"
2391new: 2400 </dest>
2392 2401 <voice>
2393id: LANG_ID3_ARTIST 2402 *: "Line In"
2394desc: in tag viewer 2403 </voice>
2395eng: "[Artist]" 2404</phrase>
2396voice: "" 2405<phrase>
2397new: 2406 id: LANG_CAR_ADAPTER_MODE
2398 2407 desc: Displayed for setting car adapter mode to on/off
2399id: LANG_ID3_ALBUM 2408 user:
2400desc: in tag viewer 2409 <source>
2401eng: "[Album]" 2410 *: "Car Adapter Mode"
2402voice: "" 2411 </source>
2403new: 2412 <dest>
2404 2413 *: "Car Adapter Mode"
2405id: LANG_ID3_TRACKNUM 2414 </dest>
2406desc: in tag viewer 2415 <voice>
2407eng: "[Tracknum]" 2416 *: "Car Adapter Mode"
2408voice: "" 2417 </voice>
2409new: 2418</phrase>
2410 2419<phrase>
2411id: LANG_ID3_GENRE 2420 id: LANG_BOOKMARK_SETTINGS_AUTOCREATE
2412desc: in tag viewer 2421 desc: prompt for user to decide to create an bookmark
2413eng: "[Genre]" 2422 user:
2414voice: "" 2423 <source>
2415new: 2424 *: "Bookmark on Stop"
2416 2425 </source>
2417id: LANG_ID3_YEAR 2426 <dest>
2418desc: in tag viewer 2427 *: "Bookmark on Stop"
2419eng: "[Year]" 2428 </dest>
2420voice: "" 2429 <voice>
2421new: 2430 *: "Bookmark on Stop"
2422 2431 </voice>
2423id: LANG_ID3_LENGTH 2432</phrase>
2424desc: in tag viewer 2433<phrase>
2425eng: "[Length]" 2434 id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_YES
2426voice: "" 2435 desc: Save in recent bookmarks only
2427new: 2436 user:
2428 2437 <source>
2429id: LANG_ID3_PLAYLIST 2438 *: "Yes - Recent only"
2430desc: in tag viewer 2439 </source>
2431eng: "[Playlist]" 2440 <dest>
2432voice: "" 2441 *: "Yes - Recent only"
2433new: 2442 </dest>
2434 2443 <voice>
2435id: LANG_ID3_BITRATE 2444 *: "Yes - Recent only"
2436desc: in tag viewer 2445 </voice>
2437eng: "[Bitrate]" 2446</phrase>
2438voice: "" 2447<phrase>
2439new: 2448 id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_ASK
2440 2449 desc: Save in recent bookmarks only
2441id: LANG_UNIT_DB 2450 user:
2442desc: in browse_id3 2451 <source>
2443eng: "dB" 2452 *: "Ask - Recent only"
2444voice: "" 2453 </source>
2445new: 2454 <dest>
2446 2455 *: "Ask - Recent only"
2447id: LANG_ID3_VBR 2456 </dest>
2448desc: in browse_id3 2457 <voice>
2449eng: " (VBR)" 2458 *: "Ask - Recent only"
2450voice: "" 2459 </voice>
2451new: 2460</phrase>
2452 2461<phrase>
2453id: LANG_ID3_FRECUENCY 2462 id: LANG_BOOKMARK_SETTINGS_AUTOLOAD
2454desc: in tag viewer 2463 desc: prompt for user to decide to create a bookmark
2455eng: "[Frequency]" 2464 user:
2456voice: "" 2465 <source>
2457new: 2466 *: "Load Last Bookmark"
2458 2467 </source>
2459id: LANG_ID3_TRACK_GAIN 2468 <dest>
2460desc: in tag viewer 2469 *: "Load Last Bookmark"
2461eng: "[Track Gain]" 2470 </dest>
2462voice: "" 2471 <voice>
2463new: 2472 *: "Load Last Bookmark"
2464 2473 </voice>
2465id: LANG_ID3_ALBUM_GAIN 2474</phrase>
2466desc: in tag viewer 2475<phrase>
2467eng: "[Album Gain]" 2476 id: LANG_BOOKMARK_SETTINGS_MAINTAIN_RECENT_BOOKMARKS
2468voice: "" 2477 desc: Configuration option to maintain a list of recent bookmarks
2469new: 2478 user:
2470 2479 <source>
2471id: LANG_ID3_PATH 2480 *: "Maintain a List of Recent Bookmarks?"
2472desc: in tag viewer 2481 </source>
2473eng: "[Path]" 2482 <dest>
2474voice: "" 2483 *: "Maintain a List of Recent Bookmarks?"
2475new: 2484 </dest>
2476 2485 <voice>
2477id: LANG_ID3_NO_INFO 2486 *: "Maintain a List of Recent Bookmarks?"
2478desc: in tag viewer 2487 </voice>
2479eng: "<No Info>" 2488</phrase>
2480voice: "" 2489<phrase>
2481new: 2490 id: LANG_BOOKMARK_SETTINGS_UNIQUE_ONLY
2482 2491 desc: Save only on bookmark for each playlist in recent bookmarks
2483## weekdays 2492 user:
2484 2493 <source>
2485id: LANG_WEEKDAY_SUNDAY 2494 *: "Unique only"
2486desc: Maximum 3-letter abbreviation for weekday 2495 </source>
2487eng: "Sun" 2496 <dest>
2488voice: "" 2497 *: "Unique only"
2489new: 2498 </dest>
2490 2499 <voice>
2491id: LANG_WEEKDAY_MONDAY 2500 *: "Unique only"
2492desc: Maximum 3-letter abbreviation for weekday 2501 </voice>
2493eng: "Mon" 2502</phrase>
2494voice: "" 2503<phrase>
2495new: 2504 id: LANG_VOICE_MENU
2496 2505 desc: item of voice menu, enable/disable the voice UI
2497id: LANG_WEEKDAY_TUESDAY 2506 user:
2498desc: Maximum 3-letter abbreviation for weekday 2507 <source>
2499eng: "Tue" 2508 *: "Voice Menus"
2500voice: "" 2509 </source>
2501new: 2510 <dest>
2502 2511 *: "Voice Menus"
2503id: LANG_WEEKDAY_WEDNESDAY 2512 </dest>
2504desc: Maximum 3-letter abbreviation for weekday 2513 <voice>
2505eng: "Wed" 2514 *: "Voice Menus"
2506voice: "" 2515 </voice>
2507new: 2516</phrase>
2508 2517<phrase>
2509id: LANG_WEEKDAY_THURSDAY 2518 id: LANG_VOICE_DIR
2510desc: Maximum 3-letter abbreviation for weekday 2519 desc: item of voice menu, set the "talkbox" mode for directories
2511eng: "Thu" 2520 user:
2512voice: "" 2521 <source>
2513new: 2522 *: "Voice Directories"
2514 2523 </source>
2515id: LANG_WEEKDAY_FRIDAY 2524 <dest>
2516desc: Maximum 3-letter abbreviation for weekday 2525 *: "Voice Directories"
2517eng: "Fri" 2526 </dest>
2518voice: "" 2527 <voice>
2519new: 2528 *: "Voice Directories"
2520 2529 </voice>
2521id: LANG_WEEKDAY_SATURDAY 2530</phrase>
2522desc: Maximum 3-letter abbreviation for weekday 2531<phrase>
2523eng: "Sat" 2532 id: LANG_VOICE_FILE
2524voice: "" 2533 desc: item of voice menu, set the voive mode for files
2525new: 2534 user:
2526 2535 <source>
2527## months 2536 *: "Voice Filenames"
2528 2537 </source>
2529id: LANG_MONTH_JANUARY 2538 <dest>
2530desc: Maximum 3-letter abbreviation for monthname 2539 *: "Voice Filenames"
2531eng: "Jan" 2540 </dest>
2532voice: "January" 2541 <voice>
2533new: 2542 *: "Voice Filenames"
2534 2543 </voice>
2535id: LANG_MONTH_FEBRUARY 2544</phrase>
2536desc: Maximum 3-letter abbreviation for monthname 2545<phrase>
2537eng: "Feb" 2546 id: LANG_VOICE_NUMBER
2538voice: "February" 2547 desc: "talkbox" mode for files+directories
2539new: 2548 user:
2540 2549 <source>
2541id: LANG_MONTH_MARCH 2550 *: "Numbers"
2542desc: Maximum 3-letter abbreviation for monthname 2551 </source>
2543eng: "Mar" 2552 <dest>
2544voice: "March" 2553 *: "Numbers"
2545new: 2554 </dest>
2546 2555 <voice>
2547id: LANG_MONTH_APRIL 2556 *: "Numbers"
2548desc: Maximum 3-letter abbreviation for monthname 2557 </voice>
2549eng: "Apr" 2558</phrase>
2550voice: "April" 2559<phrase>
2551new: 2560 id: LANG_VOICE_SPELL
2552 2561 desc: "talkbox" mode for files+directories
2553id: LANG_MONTH_MAY 2562 user:
2554desc: Maximum 3-letter abbreviation for monthname 2563 <source>
2555eng: "May" 2564 *: "Spell"
2556voice: "May" 2565 </source>
2557new: 2566 <dest>
2558 2567 *: "Spell"
2559id: LANG_MONTH_JUNE 2568 </dest>
2560desc: Maximum 3-letter abbreviation for monthname 2569 <voice>
2561eng: "Jun" 2570 *: "Spell"
2562voice: "June" 2571 </voice>
2563new: 2572</phrase>
2564 2573<phrase>
2565id: LANG_MONTH_JULY 2574 id: LANG_VOICE_DIR_HOVER
2566desc: Maximum 3-letter abbreviation for monthname 2575 desc: "talkbox" mode for directories + files
2567eng: "Jul" 2576 user:
2568voice: "July" 2577 <source>
2569new: 2578 *: ".talk mp3 clip"
2570 2579 </source>
2571id: LANG_MONTH_AUGUST 2580 <dest>
2572desc: Maximum 3-letter abbreviation for monthname 2581 *: ".talk mp3 clip"
2573eng: "Aug" 2582 </dest>
2574voice: "August" 2583 <voice>
2575new: 2584 *: "talk mp3 clip"
2576 2585 </voice>
2577id: LANG_MONTH_SEPTEMBER 2586</phrase>
2578desc: Maximum 3-letter abbreviation for monthname 2587<phrase>
2579eng: "Sep" 2588 id: LANG_RECORDING_QUALITY
2580voice: "September" 2589 desc: in the recording settings
2581new: 2590 user:
2582 2591 <source>
2583id: LANG_MONTH_OCTOBER 2592 *: "Quality"
2584desc: Maximum 3-letter abbreviation for monthname 2593 </source>
2585eng: "Oct" 2594 <dest>
2586voice: "October" 2595 *: "Quality"
2587new: 2596 </dest>
2588 2597 <voice>
2589id: LANG_MONTH_NOVEMBER 2598 *: "Quality"
2590desc: Maximum 3-letter abbreviation for monthname 2599 </voice>
2591eng: "Nov" 2600</phrase>
2592voice: "November" 2601<phrase>
2593new: 2602 id: LANG_RECORDING_FREQUENCY
2594 2603 desc: in the recording settings
2595id: LANG_MONTH_DECEMBER 2604 user:
2596desc: Maximum 3-letter abbreviation for monthname 2605 <source>
2597eng: "Dec" 2606 *: "Frequency"
2598voice: "December" 2607 </source>
2599new: 2608 <dest>
2600 2609 *: "Frequency"
2601## digits and units for voice, the order is important 2610 </dest>
2602 2611 <voice>
2603id: VOICE_ZERO 2612 *: "Frequency"
2604desc: spoken only, for composing numbers 2613 </voice>
2605eng: "" 2614</phrase>
2606voice: "0" 2615<phrase>
2607new: 2616 id: LANG_RECORDING_SOURCE
2608 2617 desc: in the recording settings
2609id: VOICE_ONE 2618 user:
2610desc: spoken only, for composing numbers 2619 <source>
2611eng: "" 2620 *: "Source"
2612voice: "1" 2621 </source>
2613new: 2622 <dest>
2614 2623 *: "Source"
2615id: VOICE_TWO 2624 </dest>
2616desc: spoken only, for composing numbers 2625 <voice>
2617eng: "" 2626 *: "Source"
2618voice: "2" 2627 </voice>
2619new: 2628</phrase>
2620 2629<phrase>
2621id: VOICE_THREE 2630 id: LANG_RECORDING_SRC_MIC
2622desc: spoken only, for composing numbers 2631 desc: in the recording settings
2623eng: "" 2632 user:
2624voice: "3" 2633 <source>
2625new: 2634 *: "Mic"
2626 2635 </source>
2627id: VOICE_FOUR 2636 <dest>
2628desc: spoken only, for composing numbers 2637 *: "Mic"
2629eng: "" 2638 </dest>
2630voice: "4" 2639 <voice>
2631new: 2640 *: "Microphone"
2632 2641 </voice>
2633id: VOICE_FIFE 2642</phrase>
2634desc: spoken only, for composing numbers 2643<phrase>
2635eng: "" 2644 id: LANG_RECORDING_SRC_LINE
2636voice: "5" 2645 desc: in the recording settings
2637new: 2646 user:
2638 2647 <source>
2639id: VOICE_SIX 2648 *: "Line In"
2640desc: spoken only, for composing numbers 2649 </source>
2641eng: "" 2650 <dest>
2642voice: "6" 2651 *: "Line In"
2643new: 2652 </dest>
2644 2653 <voice>
2645id: VOICE_SEVEN 2654 *: "Line In"
2646desc: spoken only, for composing numbers 2655 </voice>
2647eng: "" 2656</phrase>
2648voice: "7" 2657<phrase>
2649new: 2658 id: LANG_RECORDING_SRC_DIGITAL
2650 2659 desc: in the recording settings
2651id: VOICE_EIGHT 2660 user:
2652desc: spoken only, for composing numbers 2661 <source>
2653eng: "" 2662 *: "Digital"
2654voice: "8" 2663 </source>
2655new: 2664 <dest>
2656 2665 *: "Digital"
2657id: VOICE_NINE 2666 </dest>
2658desc: spoken only, for composing numbers 2667 <voice>
2659eng: "" 2668 *: "Digital"
2660voice: "9" 2669 </voice>
2661new: 2670</phrase>
2662 2671<phrase>
2663id: VOICE_TEN 2672 id: LANG_RECORDING_CHANNELS
2664desc: spoken only, for composing numbers 2673 desc: in the recording settings
2665eng: "" 2674 user:
2666voice: "10" 2675 <source>
2667new: 2676 *: "Channels"
2668 2677 </source>
2669id: VOICE_ELEVEN 2678 <dest>
2670desc: spoken only, for composing numbers 2679 *: "Channels"
2671eng: "" 2680 </dest>
2672voice: "11" 2681 <voice>
2673new: 2682 *: "Channels"
2674 2683 </voice>
2675id: VOICE_TWELVE 2684</phrase>
2676desc: spoken only, for composing numbers 2685<phrase>
2677eng: "" 2686 id: LANG_RECORDING_EDITABLE
2678voice: "12" 2687 desc: Editable recordings setting
2679new: 2688 user:
2680 2689 <source>
2681id: VOICE_THIRTEEN 2690 *: "Independent Frames"
2682desc: spoken only, for composing numbers 2691 </source>
2683eng: "" 2692 <dest>
2684voice: "13" 2693 *: "Independent Frames"
2685new: 2694 </dest>
2686 2695 <voice>
2687id: VOICE_FOURTEEN 2696 *: "Independent Frames"
2688desc: spoken only, for composing numbers 2697 </voice>
2689eng: "" 2698</phrase>
2690voice: "14" 2699<phrase>
2691new: 2700 id: LANG_RECORD_TIMESPLIT
2692 2701 desc: Prompt for record timer interval setting, in the record settings menu
2693id: VOICE_FIFTEEN 2702 user:
2694desc: spoken only, for composing numbers 2703 <source>
2695eng: "" 2704 *: "Time Split"
2696voice: "15" 2705 </source>
2697new: 2706 <dest>
2698 2707 *: "Time Split"
2699id: VOICE_SIXTEEN 2708 </dest>
2700desc: spoken only, for composing numbers 2709 <voice>
2701eng: "" 2710 *: "Time Split"
2702voice: "16" 2711 </voice>
2703new: 2712</phrase>
2704 2713<phrase>
2705id: VOICE_SEVENTEEN 2714 id: LANG_RECORD_PRERECORD_TIME
2706desc: spoken only, for composing numbers 2715 desc: in recording settings_menu
2707eng: "" 2716 user:
2708voice: "17" 2717 <source>
2709new: 2718 *: "Prerecord Time"
2710 2719 </source>
2711id: VOICE_EIGHTEEN 2720 <dest>
2712desc: spoken only, for composing numbers 2721 *: "Prerecord Time"
2713eng: "" 2722 </dest>
2714voice: "18" 2723 <voice>
2715new: 2724 *: "Pre-Record time"
2716 2725 </voice>
2717id: VOICE_NINETEEN 2726</phrase>
2718desc: spoken only, for composing numbers 2727<phrase>
2719eng: "" 2728 id: LANG_RECORD_DIRECTORY
2720voice: "19" 2729 desc: in recording settings_menu
2721new: 2730 user:
2722 2731 <source>
2723id: VOICE_TWENTY 2732 *: "Directory"
2724desc: spoken only, for composing numbers 2733 </source>
2725eng: "" 2734 <dest>
2726voice: "20" 2735 *: "Directory"
2727new: 2736 </dest>
2728 2737 <voice>
2729id: VOICE_THIRTY 2738 *: "Directory"
2730desc: spoken only, for composing numbers 2739 </voice>
2731eng: "" 2740</phrase>
2732voice: "30" 2741<phrase>
2733new: 2742 id: LANG_RECORD_CURRENT_DIR
2734 2743 desc: in recording directory options
2735id: VOICE_FORTY 2744 user:
2736desc: spoken only, for composing numbers 2745 <source>
2737eng: "" 2746 *: "Current Directory"
2738voice: "40" 2747 </source>
2739new: 2748 <dest>
2740 2749 *: "Current Directory"
2741id: VOICE_FIFTY 2750 </dest>
2742desc: spoken only, for composing numbers 2751 <voice>
2743eng: "" 2752 *: "Current directory"
2744voice: "50" 2753 </voice>
2745new: 2754</phrase>
2746 2755<phrase>
2747id: VOICE_SIXTY 2756 id: LANG_RECORD_STARTUP
2748desc: spoken only, for composing numbers 2757 desc: Start Rockbox in Recording Screen
2749eng: "" 2758 user:
2750voice: "60" 2759 <source>
2751new: 2760 *: "Show Recording Screen on Startup"
2752 2761 </source>
2753id: VOICE_SEVENTY 2762 <dest>
2754desc: spoken only, for composing numbers 2763 *: "Show Recording Screen on Startup"
2755eng: "" 2764 </dest>
2756voice: "70" 2765 <voice>
2757new: 2766 *: "Show Recording Screen on Startup"
2758 2767 </voice>
2759id: VOICE_EIGHTY 2768</phrase>
2760desc: spoken only, for composing numbers 2769<phrase>
2761eng: "" 2770 id: LANG_RECORD_TRIGGER
2762voice: "80" 2771 desc: in recording settings_menu
2763new: 2772 user:
2764 2773 <source>
2765id: VOICE_NINETY 2774 *: "Trigger"
2766desc: spoken only, for composing numbers 2775 </source>
2767eng: "" 2776 <dest>
2768voice: "90" 2777 *: "Trigger"
2769new: 2778 </dest>
2770 2779 <voice>
2771id: VOICE_HUNDRED 2780 *: "Trigger"
2772desc: spoken only, for composing numbers 2781 </voice>
2773eng: "" 2782</phrase>
2774voice: "hundred" 2783<phrase>
2775new: 2784 id: LANG_CLIP_LIGHT
2776 2785 desc: in record settings menu.
2777id: VOICE_THOUSAND 2786 user:
2778desc: spoken only, for composing numbers 2787 <source>
2779eng: "" 2788 *: "Clipping Light"
2780voice: "thousand" 2789 </source>
2781new: 2790 <dest>
2782 2791 *: "Clipping Light"
2783id: VOICE_MILLION 2792 </dest>
2784desc: spoken only, for composing numbers 2793 <voice>
2785eng: "" 2794 *: "Clipping Light"
2786voice: "million" 2795 </voice>
2787new: 2796</phrase>
2788 2797<phrase>
2789id: VOICE_BILLION 2798 id: LANG_MAIN_UNIT
2790desc: spoken only, for composing numbers 2799 desc: in record settings menu.
2791eng: "" 2800 user:
2792voice: "billion" 2801 <source>
2793new: 2802 *: "Main Unit Only"
2794 2803 </source>
2795id: VOICE_MINUS 2804 <dest>
2796desc: spoken only, for composing numbers 2805 *: "Main Unit Only"
2797eng: "" 2806 </dest>
2798voice: "minus" 2807 <voice>
2799new: 2808 *: "Main unit only"
2800 2809 </voice>
2801id: VOICE_PLUS 2810</phrase>
2802desc: spoken only, for composing numbers 2811<phrase>
2803eng: "" 2812 id: LANG_REMOTE_UNIT
2804voice: "plus" 2813 desc: in record settings menu.
2805new: 2814 user:
2806 2815 <source>
2807## units for voicing 2816 *: "Remote Unit Only"
2808 2817 </source>
2809id: VOICE_MILLISECONDS 2818 <dest>
2810desc: spoken only, a unit postfix 2819 *: "Remote Unit Only"
2811eng: "" 2820 </dest>
2812voice: "milliseconds" 2821 <voice>
2813new: 2822 *: "Remote unit only"
2814 2823 </voice>
2815id: VOICE_SECOND 2824</phrase>
2816desc: spoken only, a unit postfix 2825<phrase>
2817eng: "" 2826 id: LANG_REMOTE_MAIN
2818voice: "second" 2827 desc: in record settings menu.
2819new: 2828 user:
2820 2829 <source>
2821id: VOICE_SECONDS 2830 *: "Main and Remote Unit"
2822desc: spoken only, a unit postfix 2831 </source>
2823eng: "" 2832 <dest>
2824voice: "seconds" 2833 *: "Main and Remote Unit"
2825new: 2834 </dest>
2826 2835 <voice>
2827id: VOICE_MINUTE 2836 *: "Main and remote unit"
2828desc: spoken only, a unit postfix 2837 </voice>
2829eng: "" 2838</phrase>
2830voice: "minute" 2839<phrase>
2831new: 2840 id: LANG_FFRW_STEP
2832 2841 desc: in settings_menu
2833id: VOICE_MINUTES 2842 user:
2834desc: spoken only, a unit postfix 2843 <source>
2835eng: "" 2844 *: "FF/RW Min Step"
2836voice: "minutes" 2845 </source>
2837new: 2846 <dest>
2838 2847 *: "FF/RW Min Step"
2839id: VOICE_HOUR 2848 </dest>
2840desc: spoken only, a unit postfix 2849 <voice>
2841eng: "" 2850 *: "Minimum Step"
2842voice: "hour" 2851 </voice>
2843new: 2852</phrase>
2844 2853<phrase>
2845id: VOICE_HOURS 2854 id: LANG_FFRW_ACCEL
2846desc: spoken only, a unit postfix 2855 desc: in settings_menu
2847eng: "" 2856 user:
2848voice: "hours" 2857 <source>
2849new: 2858 *: "FF/RW Accel"
2850 2859 </source>
2851id: VOICE_KHZ 2860 <dest>
2852desc: spoken only, a unit postfix 2861 *: "FF/RW Accel"
2853eng: "" 2862 </dest>
2854voice: "kilohertz" 2863 <voice>
2855new: 2864 *: "Acceleration"
2856 2865 </voice>
2857id: VOICE_DB 2866</phrase>
2858desc: spoken only, a unit postfix 2867<phrase>
2859eng: "" 2868 id: LANG_CROSSFADE_ENABLE
2860voice: "decibel" 2869 desc: in crossfade settings menu
2861new: 2870 user:
2862 2871 <source>
2863id: VOICE_PERCENT 2872 *: "Enable Crossfade"
2864desc: spoken only, a unit postfix 2873 </source>
2865eng: "" 2874 <dest>
2866voice: "percent" 2875 *: "Enable Crossfade"
2867new: 2876 </dest>
2868 2877 <voice>
2869id: VOICE_MILLIAMPHOURS 2878 *: "Enable Crossfade"
2870desc: spoken only, a unit postfix 2879 </voice>
2871eng: "" 2880</phrase>
2872voice: "milli-amp hours" 2881<phrase>
2873new: 2882 id: LANG_TRACKSKIP
2874 2883 desc: in crossfade settings
2875id: VOICE_PIXEL 2884 user:
2876desc: spoken only, a unit postfix 2885 <source>
2877eng: "" 2886 *: "Track Skip Only"
2878voice: "pixel" 2887 </source>
2879new: 2888 <dest>
2880 2889 *: "Track Skip Only"
2881id: VOICE_PER_SEC 2890 </dest>
2882desc: spoken only, a unit postfix 2891 <voice>
2883eng: "" 2892 *: "Track Skip Only"
2884voice: "per second" 2893 </voice>
2885new: 2894</phrase>
2886 2895<phrase>
2887id: VOICE_HERTZ 2896 id: LANG_CROSSFADE_FADE_IN_DELAY
2888desc: spoken only, a unit postfix 2897 desc: in crossfade settings menu
2889eng: "" 2898 user:
2890voice: "hertz" 2899 <source>
2891new: 2900 *: "Fade-In Delay"
2892 2901 </source>
2893id: LANG_BYTE 2902 <dest>
2894desc: a unit postfix 2903 *: "Fade-In Delay"
2895eng: "B" 2904 </dest>
2896voice: "" 2905 <voice>
2897new: 2906 *: "Fade-In Delay"
2898 2907 </voice>
2899id: LANG_KILOBYTE 2908</phrase>
2900desc: a unit postfix, also voiced 2909<phrase>
2901eng: "KB" 2910 id: LANG_CROSSFADE_FADE_IN_DURATION
2902voice: "kilobyte" 2911 desc: in crossfade settings menu
2903new: 2912 user:
2904 2913 <source>
2905id: LANG_MEGABYTE 2914 *: "Fade-In Duration"
2906desc: a unit postfix, also voiced 2915 </source>
2907eng: "MB" 2916 <dest>
2908voice: "megabyte" 2917 *: "Fade-In Duration"
2909new: 2918 </dest>
2910 2919 <voice>
2911id: LANG_GIGABYTE 2920 *: "Fade-In Duration"
2912desc: a unit postfix, also voiced 2921 </voice>
2913eng: "GB" 2922</phrase>
2914voice: "gigabyte" 2923<phrase>
2915new: 2924 id: LANG_CROSSFADE_FADE_OUT_DELAY
2916 2925 desc: in crossfade settings menu
2917id: LANG_POINT 2926 user:
2918desc: decimal separator for composing numbers 2927 <source>
2919eng: "." 2928 *: "Fade-Out Delay"
2920voice: "point" 2929 </source>
2921new: 2930 <dest>
2922 2931 *: "Fade-Out Delay"
2923## chars for spelling 2932 </dest>
2924 2933 <voice>
2925id: VOICE_CHAR_A 2934 *: "Fade-Out Delay"
2926desc: spoken only, for spelling 2935 </voice>
2927eng: "" 2936</phrase>
2928voice: "A" 2937<phrase>
2929new: 2938 id: LANG_CROSSFADE_FADE_OUT_DURATION
2930 2939 desc: in crossfade settings menu
2931id: VOICE_CHAR_B 2940 user:
2932desc: spoken only, for spelling 2941 <source>
2933eng: "" 2942 *: "Fade-Out Duration"
2934voice: "B" 2943 </source>
2935new: 2944 <dest>
2936 2945 *: "Fade-Out Duration"
2937id: VOICE_CHAR_C 2946 </dest>
2938desc: spoken only, for spelling 2947 <voice>
2939eng: "" 2948 *: "Fade-Out Duration"
2940voice: "C" 2949 </voice>
2941new: 2950</phrase>
2942 2951<phrase>
2943id: VOICE_CHAR_D 2952 id: LANG_CROSSFADE_FADE_OUT_MODE
2944desc: spoken only, for spelling 2953 desc: in crossfade settings menu
2945eng: "" 2954 user:
2946voice: "D" 2955 <source>
2947new: 2956 *: "Fade-Out Mode"
2948 2957 </source>
2949id: VOICE_CHAR_E 2958 <dest>
2950desc: spoken only, for spelling 2959 *: "Fade-Out Mode"
2951eng: "" 2960 </dest>
2952voice: "E" 2961 <voice>
2953new: 2962 *: "Fade-Out Mode"
2954 2963 </voice>
2955id: VOICE_CHAR_F 2964</phrase>
2956desc: spoken only, for spelling 2965<phrase>
2957eng: "" 2966 id: LANG_MIX
2958voice: "F" 2967 desc: in playback settings, crossfade option
2959new: 2968 user:
2960 2969 <source>
2961id: VOICE_CHAR_G 2970 *: "Mix"
2962desc: spoken only, for spelling 2971 </source>
2963eng: "" 2972 <dest>
2964voice: "G" 2973 *: "Mix"
2965new: 2974 </dest>
2966 2975 <voice>
2967id: VOICE_CHAR_H 2976 *: "Mix"
2968desc: spoken only, for spelling 2977 </voice>
2969eng: "" 2978</phrase>
2970voice: "H" 2979<phrase>
2971new: 2980 id: LANG_REPLAYGAIN_ENABLE
2972 2981 desc: in replaygain
2973id: VOICE_CHAR_I 2982 user:
2974desc: spoken only, for spelling 2983 <source>
2975eng: "" 2984 *: "Enable Replaygain"
2976voice: "I" 2985 </source>
2977new: 2986 <dest>
2978 2987 *: "Enable Replaygain"
2979id: VOICE_CHAR_J 2988 </dest>
2980desc: spoken only, for spelling 2989 <voice>
2981eng: "" 2990 *: "Enable Replaygain"
2982voice: "J" 2991 </voice>
2983new: 2992</phrase>
2984 2993<phrase>
2985id: VOICE_CHAR_K 2994 id: LANG_REPLAYGAIN_NOCLIP
2986desc: spoken only, for spelling 2995 desc: in replaygain
2987eng: "" 2996 user:
2988voice: "K" 2997 <source>
2989new: 2998 *: "Prevent Clipping"
2990 2999 </source>
2991id: VOICE_CHAR_L 3000 <dest>
2992desc: spoken only, for spelling 3001 *: "Prevent Clipping"
2993eng: "" 3002 </dest>
2994voice: "L" 3003 <voice>
2995new: 3004 *: "Prevent Clipping"
2996 3005 </voice>
2997id: VOICE_CHAR_M 3006</phrase>
2998desc: spoken only, for spelling 3007<phrase>
2999eng: "" 3008 id: LANG_REPLAYGAIN_MODE
3000voice: "M" 3009 desc: in replaygain
3001new: 3010 user:
3002 3011 <source>
3003id: VOICE_CHAR_N 3012 *: "Replaygain Type"
3004desc: spoken only, for spelling 3013 </source>
3005eng: "" 3014 <dest>
3006voice: "N" 3015 *: "Replaygain Type"
3007new: 3016 </dest>
3008 3017 <voice>
3009id: VOICE_CHAR_O 3018 *: "Replaygain Type"
3010desc: spoken only, for spelling 3019 </voice>
3011eng: "" 3020</phrase>
3012voice: "O" 3021<phrase>
3013new: 3022 id: LANG_ALBUM_GAIN
3014 3023 desc: in replaygain
3015id: VOICE_CHAR_P 3024 user:
3016desc: spoken only, for spelling 3025 <source>
3017eng: "" 3026 *: "Album Gain"
3018voice: "P" 3027 </source>
3019new: 3028 <dest>
3020 3029 *: "Album Gain"
3021id: VOICE_CHAR_Q 3030 </dest>
3022desc: spoken only, for spelling 3031 <voice>
3023eng: "" 3032 *: "Album Gain"
3024voice: "Q" 3033 </voice>
3025new: 3034</phrase>
3026 3035<phrase>
3027id: VOICE_CHAR_R 3036 id: LANG_TRACK_GAIN
3028desc: spoken only, for spelling 3037 desc: in replaygain
3029eng: "" 3038 user:
3030voice: "R" 3039 <source>
3031new: 3040 *: "Track Gain"
3032 3041 </source>
3033id: VOICE_CHAR_S 3042 <dest>
3034desc: spoken only, for spelling 3043 *: "Track Gain"
3035eng: "" 3044 </dest>
3036voice: "S" 3045 <voice>
3037new: 3046 *: "Track Gain"
3038 3047 </voice>
3039id: VOICE_CHAR_T 3048</phrase>
3040desc: spoken only, for spelling 3049<phrase>
3041eng: "" 3050 id: LANG_SHUFFLE_GAIN
3042voice: "T" 3051 desc: use track gain if shuffle mode is on, album gain otherwise
3043new: 3052 user:
3044 3053 <source>
3045id: VOICE_CHAR_U 3054 *: "Track Gain if Shuffling"
3046desc: spoken only, for spelling 3055 </source>
3047eng: "" 3056 <dest>
3048voice: "U" 3057 *: "Track Gain if Shuffling"
3049new: 3058 </dest>
3050 3059 <voice>
3051id: VOICE_CHAR_V 3060 *: "Track Gain if Shuffling"
3052desc: spoken only, for spelling 3061 </voice>
3053eng: "" 3062</phrase>
3054voice: "V" 3063<phrase>
3055new: 3064 id: LANG_REPLAYGAIN_PREAMP
3056 3065 desc: in replaygain settings
3057id: VOICE_CHAR_W 3066 user:
3058desc: spoken only, for spelling 3067 <source>
3059eng: "" 3068 *: "Pre-amp"
3060voice: "W" 3069 </source>
3061new: 3070 <dest>
3062 3071 *: "Pre-amp"
3063id: VOICE_CHAR_X 3072 </dest>
3064desc: spoken only, for spelling 3073 <voice>
3065eng: "" 3074 *: "Preamp"
3066voice: "X" 3075 </voice>
3067new: 3076</phrase>
3068 3077<phrase>
3069id: VOICE_CHAR_Y 3078 id: LANG_BACKLIGHT
3070desc: spoken only, for spelling 3079 desc: in settings_menu
3071eng: "" 3080 user:
3072voice: "Y" 3081 <source>
3073new: 3082 *: "Backlight"
3074 3083 </source>
3075id: VOICE_CHAR_Z 3084 <dest>
3076desc: spoken only, for spelling 3085 *: "Backlight"
3077eng: "" 3086 </dest>
3078voice: "Z" 3087 <voice>
3079new: 3088 *: "Backlight"
3080 3089 </voice>
3081id: VOICE_DOT 3090</phrase>
3082desc: spoken only, for spelling 3091<phrase>
3083eng: "" 3092 id: LANG_BACKLIGHT_ON_WHEN_CHARGING
3084voice: "dot" 3093 desc: in display_settings_menu, backlight timeout with charger connected
3085new: 3094 user:
3086 3095 <source>
3087id: VOICE_PAUSE 3096 *: "Backlight (While Plugged In)"
3088desc: spoken only, for spelling, a split second of silence (difficult to author) 3097 </source>
3089eng: "" 3098 <dest>
3090voice: " " 3099 *: "Backlight (While Plugged In)"
3091new: 3100 </dest>
3092 3101 <voice>
3093## file/folder voicing 3102 *: "Backlight (While Plugged In)"
3094 3103 </voice>
3095id: VOICE_FILE 3104</phrase>
3096desc: spoken only, prefix for file number 3105<phrase>
3097eng: "" 3106 id: LANG_CAPTION_BACKLIGHT
3098voice: "file" 3107 desc: in settings_menu
3099new: 3108 user:
3100 3109 <source>
3101id: VOICE_DIR 3110 *: "Caption Backlight"
3102desc: spoken only, prefix for directory number 3111 </source>
3103eng: "" 3112 <dest>
3104voice: "folder" 3113 *: "Caption Backlight"
3105new: 3114 </dest>
3106 3115 <voice>
3107## file extensions for voicing 3116 *: "Caption Backlight"
3108 3117 </voice>
3109id: VOICE_EXT_MPA 3118</phrase>
3110desc: spoken only, for file extension 3119<phrase>
3111eng: "" 3120 id: LANG_BACKLIGHT_FADE_IN
3112voice: "audio" 3121 desc: in settings_menu
3113new: 3122 user:
3114 3123 <source>
3115id: VOICE_EXT_CFG 3124 *: "Backlight Fade In"
3116desc: spoken only, for file extension 3125 </source>
3117eng: "" 3126 <dest>
3118voice: "configuration" 3127 *: "Backlight Fade In"
3119new: 3128 </dest>
3120 3129 <voice>
3121id: VOICE_EXT_WPS 3130 *: "Backlight Fade In"
3122desc: spoken only, for file extension 3131 </voice>
3123eng: "" 3132</phrase>
3124voice: "while-playing-screen" 3133<phrase>
3125new: 3134 id: LANG_BACKLIGHT_FADE_OUT
3126 3135 desc: in settings_menu
3127id: VOICE_EXT_TXT 3136 user:
3128desc: spoken only, for file extension 3137 <source>
3129eng: "" 3138 *: "Backlight Fade Out"
3130voice: "text" 3139 </source>
3131new: 3140 <dest>
3132 3141 *: "Backlight Fade Out"
3133id: VOICE_EXT_ROCK 3142 </dest>
3134desc: spoken only, for file extension 3143 <voice>
3135eng: "" 3144 *: "Backlight Fade Out"
3136voice: "plugin" 3145 </voice>
3137new: 3146</phrase>
3138 3147<phrase>
3139id: VOICE_EXT_FONT 3148 id: LANG_BRIGHTNESS
3140desc: spoken only, for file extension 3149 desc: in settings_menu
3141eng: "" 3150 user:
3142voice: "font" 3151 <source>
3143new: 3152 *: "Brightness"
3144 3153 </source>
3145id: VOICE_EXT_BMARK 3154 <dest>
3146desc: spoken only, for file extension and the word in general 3155 *: "Brightness"
3147eng: "" 3156 </dest>
3148voice: "bookmark" 3157 <voice>
3149new: 3158 *: "Brightness"
3150 3159 </voice>
3151id: VOICE_EXT_UCL 3160</phrase>
3152desc: spoken only, for file extension 3161<phrase>
3153eng: "" 3162 id: LANG_CONTRAST
3154voice: "flash" 3163 desc: in settings_menu
3155new: 3164 user:
3156 3165 <source>
3157id: VOICE_EXT_AJZ 3166 *: "Contrast"
3158desc: spoken only, for file extension 3167 </source>
3159eng: "" 3168 <dest>
3160voice: "firmware" 3169 *: "Contrast"
3161new: 3170 </dest>
3162 3171 <voice>
3163id: VOICE_EXT_RWPS 3172 *: "Contrast"
3164desc: spoken only, for file extension 3173 </voice>
3165eng: "" 3174</phrase>
3166voice: "remote while-playing-screen" 3175<phrase>
3167new: 3176 id: LANG_BACKLIGHT_FILTER_FIRST_KEYPRESS
3168 3177 desc: Backlight behaviour setting
3169id: VOICE_EXT_KBD 3178 user:
3170desc: spoken only, for file extension 3179 <source>
3171eng: "" 3180 *: "First Keypress Enables Backlight Only"
3172voice: "keyboard" 3181 </source>
3173new: 3182 <dest>
3174 3183 *: "First Keypress Enables Backlight Only"
3175## playlist handling 3184 </dest>
3176 3185 <voice>
3177id: LANG_PLAYLIST_LOAD 3186 *: "First Keypress Enables Backlight Only"
3178desc: displayed on screen while loading a playlist 3187 </voice>
3179eng: "Loading..." 3188</phrase>
3180voice: "" 3189<phrase>
3181new: 3190 id: LANG_INVERT
3182 3191 desc: in settings_menu
3183id: LANG_PLAYLIST_SHUFFLE 3192 user:
3184desc: displayed on screen while shuffling a playlist 3193 <source>
3185eng: "Shuffling..." 3194 *: "LCD Mode"
3186voice: "" 3195 </source>
3187new: 3196 <dest>
3188 3197 *: "LCD Mode"
3189id: LANG_PLAYLIST_BUFFER_FULL 3198 </dest>
3190desc: in playlist.indices() when playlist is full 3199 <voice>
3191eng: "Playlist Buffer Full" 3200 *: "LCD Mode"
3192voice: "" 3201 </voice>
3193new: 3202</phrase>
3194 3203<phrase>
3195id: LANG_END_PLAYLIST_PLAYER 3204 id: LANG_INVERT_LCD_NORMAL
3196desc: when playlist has finished 3205 desc: in settings_menu
3197eng: "End of List" 3206 user:
3198voice: "" 3207 <source>
3199new: 3208 *: "Normal"
3200 3209 </source>
3201id: LANG_END_PLAYLIST_RECORDER 3210 <dest>
3202desc: when playlist has finished 3211 *: "Normal"
3203eng: "End of Song List" 3212 </dest>
3204voice: "" 3213 <voice>
3205new: 3214 *: "Normal"
3206 3215 </voice>
3207id: LANG_CREATING 3216</phrase>
3208desc: Screen feedback during playlist creation 3217<phrase>
3209eng: "Creating" 3218 id: LANG_INVERT_LCD_INVERSE
3210voice: "" 3219 desc: in settings_menu
3211new: 3220 user:
3212 3221 <source>
3213id: LANG_PLAYLIST_INSERT_COUNT 3222 *: "Inverse"
3214desc: splash number of tracks inserted 3223 </source>
3215eng: "Inserted %d tracks (%s)" 3224 <dest>
3216voice: "" 3225 *: "Inverse"
3217new: 3226 </dest>
3218 3227 <voice>
3219id: LANG_PLAYLIST_QUEUE_COUNT 3228 *: "Inverse"
3220desc: splash number of tracks queued 3229 </voice>
3221eng: "Queued %d tracks (%s)" 3230</phrase>
3222voice: "" 3231<phrase>
3223new: 3232 id: LANG_FLIP_DISPLAY
3224 3233 desc: in settings_menu, option to turn display+buttos by 180 degreed
3225id: LANG_PLAYLIST_SAVE_COUNT 3234 user:
3226desc: splash number of tracks saved 3235 <source>
3227eng: "Saved %d tracks (%s)" 3236 *: "Upside Down"
3228voice: "" 3237 </source>
3229new: 3238 <dest>
3230 3239 *: "Upside Down"
3231id: LANG_RECURSE_DIRECTORY_QUESTION 3240 </dest>
3232desc: Asked from onplay screen 3241 <voice>
3233eng: "Recursively?" 3242 *: "Upside Down"
3234voice: "" 3243 </voice>
3235new: 3244</phrase>
3236 3245<phrase>
3237id: LANG_WARN_ERASEDYNPLAYLIST_PROMPT 3246 id: LANG_INVERT_CURSOR
3238desc: prompt shown when about to erase a modified dynamic playlist 3247 desc: in settings_menu
3239eng: "Erase dynamic playlist?" 3248 user:
3240voice "" 3249 <source>
3241new: 3250 *: "Line Selector"
3242 3251 </source>
3243id: LANG_NOTHING_TO_RESUME 3252 <dest>
3244desc: Error message displayed when resume button pressed but no playlist 3253 *: "Line Selector"
3245eng: "Nothing to resume" 3254 </dest>
3246voice: "" 3255 <voice>
3247new: 3256 *: "Line Selector"
3248 3257 </voice>
3249id: LANG_PLAYLIST_CONTROL_UPDATE_ERROR 3258</phrase>
3250desc: Playlist error 3259<phrase>
3251eng: "Error updating playlist control file" 3260 id: LANG_INVERT_CURSOR_POINTER
3252voice: "" 3261 desc: in settings_menu
3253new: 3262 user:
3254 3263 <source>
3255id: LANG_PLAYLIST_ACCESS_ERROR 3264 *: "Pointer"
3256desc: Playlist error 3265 </source>
3257eng: "Error accessing playlist file" 3266 <dest>
3258voice: "" 3267 *: "Pointer"
3259new: 3268 </dest>
3260 3269 <voice>
3261id: LANG_PLAYLIST_CONTROL_ACCESS_ERROR 3270 *: "Pointer"
3262desc: Playlist error 3271 </voice>
3263eng: "Error accessing playlist control file" 3272</phrase>
3264voice: "" 3273<phrase>
3265new: 3274 id: LANG_INVERT_CURSOR_BAR
3266 3275 desc: in settings_menu
3267id: LANG_PLAYLIST_DIRECTORY_ACCESS_ERROR 3276 user:
3268desc: Playlist error 3277 <source>
3269eng: "Error accessing directory" 3278 *: "Bar (Inverse)"
3270voice: "" 3279 </source>
3271new: 3280 <dest>
3272 3281 *: "Bar (Inverse)"
3273id: LANG_PLAYLIST_CONTROL_INVALID 3282 </dest>
3274desc: Playlist resume error 3283 <voice>
3275eng: "Playlist control file is invalid" 3284 *: "Inverse Bar"
3276voice: "" 3285 </voice>
3277new: 3286</phrase>
3278 3287<phrase>
3279## FM radio 3288 id: LANG_CLEAR_BACKDROP
3280 3289 desc: text for LCD settings menu
3281id: LANG_FM_STATION 3290 user:
3282desc: in radio screen 3291 <source>
3283eng: "Station: %d.%dMHz" 3292 *: "Clear Backdrop"
3284voice: "" 3293 </source>
3285new: 3294 <dest>
3286 3295 *: "Clear Backdrop"
3287id: LANG_FM_NO_PRESETS 3296 </dest>
3288desc: error when preset list is empty 3297 <voice>
3289eng: "No presets" 3298 *: "Clear Backdrop"
3290voice: "" 3299 </voice>
3291new: 3300</phrase>
3292 3301<phrase>
3293id: LANG_FM_ADD_PRESET 3302 id: LANG_BACKGROUND_COLOR
3294desc: in radio menu 3303 desc: menu entry to set the background color
3295eng: "Add Preset" 3304 user:
3296voice: "Add Preset" 3305 <source>
3297new: 3306 *: "Background Colour"
3298 3307 </source>
3299id: LANG_FM_EDIT_PRESET 3308 <dest>
3300desc: in radio screen 3309 *: "Background Colour"
3301eng: "Edit Preset" 3310 </dest>
3302voice: "" 3311 <voice>
3303new: 3312 *: "Background Colour"
3304 3313 </voice>
3305id: LANG_FM_DELETE_PRESET 3314</phrase>
3306desc: in radio screen 3315<phrase>
3307eng: "Remove Preset" 3316 id: LANG_FOREGROUND_COLOR
3308voice: "" 3317 desc: menu entry to set the foreground color
3309new: 3318 user:
3310 3319 <source>
3311id: LANG_FM_PRESET_SAVE_FAILED 3320 *: "Foreground Colour"
3312desc: in radio screen 3321 </source>
3313eng: "Preset Save Failed" 3322 <dest>
3314voice: "" 3323 *: "Foreground Colour"
3315new: 3324 </dest>
3316 3325 <voice>
3317id: LANG_FM_NO_FREE_PRESETS 3326 *: "Foreground Colour"
3318desc: in radio screen 3327 </voice>
3319eng: "The Preset List is Full" 3328</phrase>
3320voice: "" 3329<phrase>
3321new: 3330 id: LANG_RESET_COLORS
3322 3331 desc: menu
3323id: LANG_BUTTONBAR_MENU 3332 user:
3324desc: in button bar 3333 <source>
3325eng: "Menu" 3334 *: "Reset Colours"
3326voice: "" 3335 </source>
3327new: 3336 <dest>
3328 3337 *: "Reset Colours"
3329id: LANG_FM_BUTTONBAR_EXIT 3338 </dest>
3330desc: in radio screen 3339 <voice>
3331eng: "Exit" 3340 *: "Reset Colours"
3332voice: "" 3341 </voice>
3333new: 3342</phrase>
3334 3343<phrase>
3335id: LANG_FM_BUTTONBAR_ACTION 3344 id: LANG_REDUCE_TICKING
3336desc: in radio screen 3345 desc: in remote lcd settings menu
3337eng: "Action" 3346 user:
3338voice: "" 3347 <source>
3339new: 3348 *: "Reduce Ticking"
3340 3349 </source>
3341id: LANG_FM_BUTTONBAR_PRESETS 3350 <dest>
3342desc: in button bar 3351 *: "Reduce Ticking"
3343eng: "Preset" 3352 </dest>
3344voice: "" 3353 <voice>
3345new: 3354 *: "Reduce Ticking"
3346 3355 </voice>
3347id: LANG_FM_BUTTONBAR_ADD 3356</phrase>
3348desc: in radio screen 3357<phrase>
3349eng: "Add" 3358 id: LANG_SCROLL_SPEED
3350voice: "" 3359 desc: in display_settings_menu()
3351new: 3360 user:
3352 3361 <source>
3353id: LANG_FM_BUTTONBAR_RECORD 3362 *: "Scroll Speed"
3354desc: in radio screen 3363 </source>
3355eng: "Record" 3364 <dest>
3356voice: "" 3365 *: "Scroll Speed"
3357new: 3366 </dest>
3358 3367 <voice>
3359id: LANG_FM_MONO_MODE 3368 *: "Scroll Speed"
3360desc: in radio screen 3369 </voice>
3361eng: "Force mono" 3370</phrase>
3362voice: "" 3371<phrase>
3363new: 3372 id: LANG_SCROLL
3364 3373 desc: in settings_menu
3365id: LANG_FM_FREEZE 3374 user:
3366desc: splash screen during freeze in radio mode 3375 <source>
3367eng: "Screen frozen!" 3376 *: "Scroll Speed Setting Example"
3368voice: "" 3377 </source>
3369new: 3378 <dest>
3370 3379 *: "Scroll Speed Setting Example"
3371id: LANG_FM_SCAN_PRESETS 3380 </dest>
3372desc: in radio menu 3381 <voice>
3373eng: "Auto-Scan Presets" 3382 *: ""
3374voice: "Auto scan presets" 3383 </voice>
3375new: 3384</phrase>
3376 3385<phrase>
3377id: LANG_FM_CLEAR_PRESETS 3386 id: LANG_SCROLL_DELAY
3378desc: confirmation if presets can be cleared 3387 desc: Delay before scrolling
3379eng: "Clear Current Presets?" 3388 user:
3380voice: "" 3389 <source>
3381new: 3390 *: "Scroll Start Delay"
3382 3391 </source>
3383id: LANG_FM_SCANNING 3392 <dest>
3384desc: during auto scan 3393 *: "Scroll Start Delay"
3385eng: "Scanning %d.%01dMHz" 3394 </dest>
3386voice: "" 3395 <voice>
3387new: 3396 *: "Scroll Start Delay"
3388 3397 </voice>
3389id: LANG_FM_DEFAULT_PRESET_NAME 3398</phrase>
3390desc: default preset name for auto scan mode 3399<phrase>
3391eng: "%d.%01dMHz" 3400 id: LANG_SCROLL_STEP
3392voice: 3401 desc: Pixels to advance per scroll
3393new: 3402 user:
3394 3403 <source>
3395id: LANG_FM_TUNE_MODE 3404 *: "Scroll Step Size"
3396desc: in radio screen / menu 3405 </source>
3397eng: "Mode:" 3406 <dest>
3398voice: "" 3407 *: "Scroll Step Size"
3399new: 3408 </dest>
3400 3409 <voice>
3401id: LANG_RADIO_SCAN_MODE 3410 *: "Scroll Step Size"
3402desc: in radio screen / menu 3411 </voice>
3403eng: "Scan" 3412</phrase>
3404voice: "" 3413<phrase>
3405new: 3414 id: LANG_SCROLL_STEP_EXAMPLE
3406 3415 desc: Pixels to advance per scroll
3407id: LANG_RADIO_PRESET_MODE 3416 user:
3408desc: in radio screen / menu 3417 <source>
3409eng: "Preset" 3418 *: "Scroll Step Size Setting Example Text"
3410voice: "" 3419 </source>
3411new: 3420 <dest>
3412 3421 *: "Scroll Step Size Setting Example Text"
3413## dir/file browser 3422 </dest>
3414 3423 <voice>
3415id: LANG_DIRBROWSE_F1 3424 *: ""
3416desc: in dir browser, F1 button bar text 3425 </voice>
3417eng: "Menu" 3426</phrase>
3418voice: "" 3427<phrase>
3419new: 3428 id: LANG_BIDIR_SCROLL
3420 3429 desc: Bidirectional scroll limit
3421id: LANG_DIRBROWSE_F2 3430 user:
3422desc: in dir browser, F2 button bar text 3431 <source>
3423eng: "Option" 3432 *: "Bidirectional Scroll Limit"
3424voice: "" 3433 </source>
3425new: 3434 <dest>
3426 3435 *: "Bidirectional Scroll Limit"
3427id: LANG_DIRBROWSE_F3 3436 </dest>
3428desc: in dir browser, F3 button bar text 3437 <voice>
3429eng: "LCD" 3438 *: "Bidirectional Scroll Limit"
3430voice: "" 3439 </voice>
3431new: 3440</phrase>
3432 3441<phrase>
3433id: LANG_SHOWDIR_BUFFER_FULL 3442 id: LANG_JUMP_SCROLL
3434desc: in showdir(), displayed on screen when you reach buffer limit 3443 desc: (player) menu altarnative for jump scroll
3435eng: "Dir Buffer is Full!" 3444 user:
3436voice: "" 3445 <source>
3437new: 3446 *: "Jump Scroll"
3438 3447 </source>
3439id: LANG_LANGUAGE_LOADED 3448 <dest>
3440desc: shown when a language has been loaded from the dir browser 3449 *: "Jump Scroll"
3441eng: "New Language" 3450 </dest>
3442voice: "" 3451 <voice>
3443new: 3452 *: "Jump Scroll"
3444 3453 </voice>
3445id: LANG_SETTINGS_LOADED 3454</phrase>
3446desc: Feedback shown when a .cfg file is loaded 3455<phrase>
3447eng: "Settings Loaded" 3456 id: LANG_ONE_TIME
3448voice: "" 3457 desc: (player) the jump scroll shall be done "one time"
3449new: 3458 user:
3450 3459 <source>
3451id: LANG_SETTINGS_SAVED 3460 *: "One time"
3452desc: Feedback shown when a .cfg file is saved 3461 </source>
3453eng: "Settings Saved" 3462 <dest>
3454voice: "" 3463 *: "One time"
3455new: 3464 </dest>
3456 3465 <voice>
3457id: LANG_BOOT_CHANGED 3466 *: "One time"
3458desc: File browser discovered the boot file was changed 3467 </voice>
3459eng: "Boot changed" 3468</phrase>
3460voice: "" 3469<phrase>
3461new: 3470 id: LANG_JUMP_SCROLL_DELAY
3462 3471 desc: (player) Delay before making a jump scroll
3463id: LANG_REBOOT_NOW 3472 user:
3464desc: Do you want to reboot? 3473 <source>
3465eng: "Reboot now?" 3474 *: "Jump Scroll Delay"
3466voice: "" 3475 </source>
3467new: 3476 <dest>
3468 3477 *: "Jump Scroll Delay"
3469id: LANG_OFF_ABORT 3478 </dest>
3470desc: Used on recorder models 3479 <voice>
3471eng: "OFF to abort" 3480 *: "Jump Scroll Delay"
3472voice: "" 3481 </voice>
3473new: 3482</phrase>
3474 3483<phrase>
3475id: LANG_STOP_ABORT 3484 id: LANG_SCREEN_SCROLL_VIEW
3476desc: Used on player models 3485 desc: should lines scroll out of the screen
3477eng: "STOP to abort" 3486 user:
3478voice: "" 3487 <source>
3479new: 3488 *: "Screen Scrolls Out Of View"
3480 3489 </source>
3481id: LANG_NO_FILES 3490 <dest>
3482desc: in settings_menu 3491 *: "Screen Scrolls Out Of View"
3483eng: "No files" 3492 </dest>
3484voice: "" 3493 <voice>
3485new: 3494 *: "Screen Scrolls Out Of View"
3486 3495 </voice>
3487id: LANG_BACKDROP_LOADED 3496</phrase>
3488desc: text for splash to indicate a new backdrop has been loaded successfully 3497<phrase>
3489eng: "Backdrop Loaded" 3498 id: LANG_SCREEN_SCROLL_STEP
3490voice: "" 3499 desc: Pixels to advance per Screen scroll
3491new: 3500 user:
3492 3501 <source>
3493id: LANG_BACKDROP_FAILED 3502 *: "Screen Scroll Step Size"
3494desc: text for splash to indicate a failure to load a bitmap as backdrop 3503 </source>
3495eng: "Backdrop Failed" 3504 <dest>
3496voice: "" 3505 *: "Screen Scroll Step Size"
3497new: 3506 </dest>
3498 3507 <voice>
3499id: LANG_KEYBOARD_LOADED 3508 *: "Screen Scroll Step Size"
3500desc: shown when a keyboard has been loaded from the dir browser 3509 </voice>
3501eng: "New Keyboard" 3510</phrase>
3502voice: "" 3511<phrase>
3503new: 3512 id: LANG_SCROLL_PAGINATED
3504 3513 desc: jump to new page when scrolling
3505## tag database browser 3514 user:
3506 3515 <source>
3507id: LANG_ID3DB_ARTISTS 3516 *: "Paged Scrolling"
3508desc: ID3 virtual folder name 3517 </source>
3509eng: "Artists" 3518 <dest>
3510voice: "" 3519 *: "Paged Scrolling"
3511new: 3520 </dest>
3512 3521 <voice>
3513id: LANG_ID3DB_ALBUMS 3522 *: "Paged scrolling"
3514desc: ID3 virtual folder name 3523 </voice>
3515eng: "Albums" 3524</phrase>
3516voice: "" 3525<phrase>
3517new: 3526 id: LANG_SCROLL_BAR
3518 3527 desc: display menu, F3 substitute
3519id: LANG_ID3DB_SONGS 3528 user:
3520desc: ID3 virtual folder name 3529 <source>
3521eng: "Songs" 3530 *: "Scroll Bar"
3522voice: "" 3531 </source>
3523new: 3532 <dest>
3524 3533 *: "Scroll Bar"
3525id: LANG_ID3DB_GENRES 3534 </dest>
3526desc: in tag cache 3535 <voice>
3527eng: "Genres" 3536 *: "Scroll Bar"
3528voice: "" 3537 </voice>
3529new: 3538</phrase>
3530 3539<phrase>
3531id: LANG_ID3DB_SEARCH 3540 id: LANG_STATUS_BAR
3532desc: ID3 virtual folder name 3541 desc: display menu, F3 substitute
3533eng: "Search" 3542 user:
3534voice: "" 3543 <source>
3535new: 3544 *: "Status Bar"
3536 3545 </source>
3537id: LANG_ID3DB_SEARCH_ARTISTS 3546 <dest>
3538desc: ID3 virtual folder name 3547 *: "Status Bar"
3539eng: "Search Artists" 3548 </dest>
3540voice: "" 3549 <voice>
3541new: 3550 *: "Status Bar"
3542 3551 </voice>
3543id: LANG_ID3DB_SEARCH_ALBUMS 3552</phrase>
3544desc: ID3 virtual folder name 3553<phrase>
3545eng: "Search Albums" 3554 id: LANG_BUTTON_BAR
3546voice: "" 3555 desc: in settings menu
3547new: 3556 user:
3548 3557 <source>
3549id: LANG_ID3DB_SEARCH_SONGS 3558 *: "Button Bar"
3550desc: ID3 virtual folder name 3559 </source>
3551eng: "Search Songs" 3560 <dest>
3552voice: "" 3561 *: "Button Bar"
3553new: 3562 </dest>
3554 3563 <voice>
3555id: LANG_ID3DB_MATCHES 3564 *: "Button Bar"
3556desc: ID3 virtual folder name 3565 </voice>
3557eng: "Found %d matches" 3566</phrase>
3558voice: "" 3567<phrase>
3559new: 3568 id: LANG_VOLUME_DISPLAY
3560 3569 desc: Volume type title
3561id: LANG_ID3DB_ALL_SONGS 3570 user:
3562desc: ID3 virtual folder name 3571 <source>
3563eng: "<All songs>" 3572 *: "Volume Display"
3564voice: "" 3573 </source>
3565new: 3574 <dest>
3566 3575 *: "Volume Display"
3567## playlist viewer 3576 </dest>
3568 3577 <voice>
3569id: LANG_MOVE 3578 *: "Volume Display"
3570desc: The verb/action Move 3579 </voice>
3571eng: "Move" 3580</phrase>
3572voice: "Move" 3581<phrase>
3573new: 3582 id: LANG_BATTERY_DISPLAY
3574 3583 desc: Battery type title
3575id: LANG_MOVE_FAILED 3584 user:
3576desc: Error message displayed in playlist viewer 3585 <source>
3577eng: "Move Failed" 3586 *: "Battery Display"
3578voice: "" 3587 </source>
3579new: 3588 <dest>
3580 3589 *: "Battery Display"
3581id: LANG_SHOW_INDICES 3590 </dest>
3582desc: in playlist viewer menu 3591 <voice>
3583eng: "Show Indices" 3592 *: "Battery Display"
3584voice: "Show Indices" 3593 </voice>
3585new: 3594</phrase>
3586 3595<phrase>
3587id: LANG_TRACK_DISPLAY 3596 id: LANG_DISPLAY_GRAPHIC
3588desc: in playlist viewer on+play menu 3597 desc: Label for type of icon display
3589eng: "Track Display" 3598 user:
3590voice: "Track Display" 3599 <source>
3591new: 3600 *: "Graphic"
3592 3601 </source>
3593id: LANG_DISPLAY_TRACK_NAME_ONLY 3602 <dest>
3594desc: track display options 3603 *: "Graphic"
3595eng: "Track Name Only" 3604 </dest>
3596voice: "Track Name Only" 3605 <voice>
3597new: 3606 *: "Graphic"
3598 3607 </voice>
3599id: LANG_DISPLAY_FULL_PATH 3608</phrase>
3600desc: track display options 3609<phrase>
3601eng: "Full Path" 3610 id: LANG_DISPLAY_NUMERIC
3602voice: "Full Path" 3611 desc: Label for type of icon display
3603new: 3612 user:
3604 3613 <source>
3605id: LANG_REMOVE 3614 *: "Numeric"
3606desc: in playlist viewer on+play menu 3615 </source>
3607eng: "Remove" 3616 <dest>
3608voice: "Remove" 3617 *: "Numeric"
3609new: 3618 </dest>
3610 3619 <voice>
3611id: LANG_FILE_OPTIONS 3620 *: "Numeric"
3612desc: in playlist viewer on+play menu 3621 </voice>
3613eng: "File Options" 3622</phrase>
3614voice: "File Options" 3623<phrase>
3615new: 3624 id: LANG_PM_RELEASE
3616 3625 desc: in the peak meter menu
3617## plugin loader, filetypes 3626 user:
3618 3627 <source>
3619id: LANG_PLUGIN_CANT_OPEN 3628 *: "Peak Release"
3620desc: Plugin open error message 3629 </source>
3621eng: "Can't open %s" 3630 <dest>
3622voice: "" 3631 *: "Peak Release"
3623new: 3632 </dest>
3624 3633 <voice>
3625id: LANG_READ_FAILED 3634 *: "Peak Release"
3626desc: There was an error reading a file 3635 </voice>
3627eng: "Failed reading %s" 3636</phrase>
3628voice: "" 3637<phrase>
3629new: 3638 id: LANG_PM_UNITS_PER_READ
3630 3639 desc: in the peak meter menu
3631id: LANG_PLUGIN_WRONG_MODEL 3640 user:
3632desc: The plugin is not compatible with the archos model trying to run it 3641 <source>
3633eng: "Incompatible model" 3642 *: "Units Per Read"
3634voice: "" 3643 </source>
3635new: 3644 <dest>
3636 3645 *: "Units Per Read"
3637id: LANG_PLUGIN_WRONG_VERSION 3646 </dest>
3638desc: The plugin is not compatible with the rockbox version trying to run it 3647 <voice>
3639eng: "Incompatible version" 3648 *: "Units Per Read"
3640voice: "" 3649 </voice>
3641new: 3650</phrase>
3642 3651<phrase>
3643id: LANG_PLUGIN_ERROR 3652 id: LANG_PM_PEAK_HOLD
3644desc: The plugin return an error code 3653 desc: in the peak meter menu
3645eng: "Plugin returned error" 3654 user:
3646voice: "" 3655 <source>
3647new: 3656 *: "Peak Hold Time"
3648 3657 </source>
3649id: LANG_FILETYPES_EXTENSION_FULL 3658 <dest>
3650desc: Extension array full 3659 *: "Peak Hold Time"
3651eng: "Extension array full" 3660 </dest>
3652voice: "" 3661 <voice>
3653new: 3662 *: "Peak Hold Time"
3654 3663 </voice>
3655id: LANG_FILETYPES_FULL 3664</phrase>
3656desc: Filetype array full 3665<phrase>
3657eng: "Filetype array full" 3666 id: LANG_PM_CLIP_HOLD
3658voice: "" 3667 desc: in the peak meter menu
3659new: 3668 user:
3660 3669 <source>
3661id: LANG_FILETYPES_PLUGIN_NAME_LONG 3670 *: "Clip Hold Time"
3662desc: Viewer plugin name too long 3671 </source>
3663eng: "Plugin name too long" 3672 <dest>
3664voice: "" 3673 *: "Clip Hold Time"
3665new: 3674 </dest>
3666 3675 <voice>
3667id: LANG_FILETYPES_STRING_BUFFER_EMPTY 3676 *: "Clip Hold Time"
3668desc: Filetype string buffer empty 3677 </voice>
3669eng: "Filetype string buffer empty" 3678</phrase>
3670voice: "" 3679<phrase>
3671new: 3680 id: LANG_PM_ETERNAL
3672 3681 desc: in the peak meter menu
3673## misc 3682 user:
3674 3683 <source>
3675id: LANG_RESUME_CONFIRM_PLAYER 3684 *: "Eternal"
3676desc: possible answers to resume question 3685 </source>
3677eng: "(PLAY/STOP)" 3686 <dest>
3678voice: "" 3687 *: "Eternal"
3679new: 3688 </dest>
3680 3689 <voice>
3681id: LANG_FM_PRESET_LOAD 3690 *: "Eternal"
3682desc: load preset list in fm radio 3691 </voice>
3683eng: "Load Preset List" 3692</phrase>
3684voice: "Load Preset List" 3693<phrase>
3685new: 3694 id: LANG_PM_SCALE
3686 3695 desc: in the peak meter menu
3687id: LANG_FM_PRESET_SAVE 3696 user:
3688desc: Save preset list in fm radio 3697 <source>
3689eng: "Save Preset List" 3698 *: "Scale"
3690voice: "Save Preset List" 3699 </source>
3691new: 3700 <dest>
3692 3701 *: "Scale"
3693id: LANG_FM_PRESET_CLEAR 3702 </dest>
3694desc: clear preset list in fm radio 3703 <voice>
3695eng: "Clear Preset List" 3704 *: "Scale"
3696voice: "Clear Preset List" 3705 </voice>
3697new: 3706</phrase>
3698 3707<phrase>
3699id: LANG_FMR 3708 id: LANG_PM_DBFS
3700desc: Used when you need to say Preset List, also voiced 3709 desc: in the peak meter menu
3701eng: "Preset List" 3710 user:
3702voice: "Preset List" 3711 <source>
3703new: 3712 *: "Logarithmic (dB)"
3704 3713 </source>
3705id: LANG_FM_FIRST_AUTOSCAN 3714 <dest>
3706desc: When you run the radio without an fmr file in settings 3715 *: "Logarithmic (dB)"
3707eng: "No Settings found, AutoScan?" 3716 </dest>
3708voice: "" 3717 <voice>
3709new: 3718 *: "Logarithmic decibel"
3710 3719 </voice>
3711id: LANG_FM_SAVE_CHANGES 3720</phrase>
3712desc: When you try to exit radio to confirm save 3721<phrase>
3713eng: "Save Changes?" 3722 id: LANG_PM_LINEAR
3714voice: "" 3723 desc: in the peak meter menu
3715new: 3724 user:
3716 3725 <source>
3726 *: "Linear (%)"
3727 </source>
3728 <dest>
3729 *: "Linear (%)"
3730 </dest>
3731 <voice>
3732 *: "Linear percent"
3733 </voice>
3734</phrase>
3735<phrase>
3736 id: LANG_PM_MIN
3737 desc: in the peak meter menu
3738 user:
3739 <source>
3740 *: "Minimum Of Range"
3741 </source>
3742 <dest>
3743 *: "Minimum Of Range"
3744 </dest>
3745 <voice>
3746 *: "Minimum Of Range"
3747 </voice>
3748</phrase>
3749<phrase>
3750 id: LANG_PM_MAX
3751 desc: in the peak meter menu
3752 user:
3753 <source>
3754 *: "Maximum Of Range"
3755 </source>
3756 <dest>
3757 *: "Maximum Of Range"
3758 </dest>
3759 <voice>
3760 *: "Maximum Of Range"
3761 </voice>
3762</phrase>
3763<phrase>
3764 id: LANG_BATTERY_CAPACITY
3765 desc: in settings_menu
3766 user:
3767 <source>
3768 *: "Battery Capacity"
3769 </source>
3770 <dest>
3771 *: "Battery Capacity"
3772 </dest>
3773 <voice>
3774 *: "Battery Capacity"
3775 </voice>
3776</phrase>
3777<phrase>
3778 id: LANG_BATTERY_TYPE
3779 desc: in battery settings
3780 user:
3781 <source>
3782 *: "Battery Type"
3783 </source>
3784 <dest>
3785 *: "Battery Type"
3786 </dest>
3787 <voice>
3788 *: "Battery type"
3789 </voice>
3790</phrase>
3791<phrase>
3792 id: LANG_BATTERY_TYPE_ALKALINE
3793 desc: in battery settings
3794 user:
3795 <source>
3796 *: "Alkaline"
3797 </source>
3798 <dest>
3799 *: "Alkaline"
3800 </dest>
3801 <voice>
3802 *: "Alkaline"
3803 </voice>
3804</phrase>
3805<phrase>
3806 id: LANG_BATTERY_TYPE_NIMH
3807 desc: in battery settings
3808 user:
3809 <source>
3810 *: "NiMH"
3811 </source>
3812 <dest>
3813 *: "NiMH"
3814 </dest>
3815 <voice>
3816 *: "Nickel metal hydride"
3817 </voice>
3818</phrase>
3819<phrase>
3820 id: LANG_SPINDOWN
3821 desc: in settings_menu
3822 user:
3823 <source>
3824 *: "Disk Spindown"
3825 </source>
3826 <dest>
3827 *: "Disk Spindown"
3828 </dest>
3829 <voice>
3830 *: "Disk Spindown"
3831 </voice>
3832</phrase>
3833<phrase>
3834 id: LANG_POWEROFF
3835 desc: disk poweroff flag
3836 user:
3837 <source>
3838 *: "Disk Poweroff"
3839 </source>
3840 <dest>
3841 *: "Disk Poweroff"
3842 </dest>
3843 <voice>
3844 *: "Disk Poweroff"
3845 </voice>
3846</phrase>
3847<phrase>
3848 id: LANG_DIRCACHE_ENABLE
3849 desc: in directory cache settings
3850 user:
3851 <source>
3852 *: "Directory Cache"
3853 </source>
3854 <dest>
3855 *: "Directory Cache"
3856 </dest>
3857 <voice>
3858 *: "Directory Cache"
3859 </voice>
3860</phrase>
3861<phrase>
3862 id: LANG_DIRCACHE_REBOOT
3863 desc: when activating directory cache
3864 user:
3865 <source>
3866 *: "Please reboot to enable the cache"
3867 </source>
3868 <dest>
3869 *: "Please reboot to enable the cache"
3870 </dest>
3871 <voice>
3872 *: ""
3873 </voice>
3874</phrase>
3875<phrase>
3876 id: LANG_DIRCACHE_BUILDING
3877 desc: when booting up and rebuilding the cache
3878 user:
3879 <source>
3880 *: "Scanning disk..."
3881 </source>
3882 <dest>
3883 *: "Scanning disk..."
3884 </dest>
3885 <voice>
3886 *: ""
3887 </voice>
3888</phrase>
3889<phrase>
3890 id: LANG_TIME
3891 desc: in settings_menu
3892 user:
3893 <source>
3894 *: "Set Time/Date"
3895 </source>
3896 <dest>
3897 *: "Set Time/Date"
3898 </dest>
3899 <voice>
3900 *: "Set Time and Date"
3901 </voice>
3902</phrase>
3903<phrase>
3904 id: LANG_TIMEFORMAT
3905 desc: select the time format of time in status bar
3906 user:
3907 <source>
3908 *: "Time Format"
3909 </source>
3910 <dest>
3911 *: "Time Format"
3912 </dest>
3913 <voice>
3914 *: "Time Format"
3915 </voice>
3916</phrase>
3917<phrase>
3918 id: LANG_12_HOUR_CLOCK
3919 desc: option for 12 hour clock
3920 user:
3921 <source>
3922 *: "12 Hour Clock"
3923 </source>
3924 <dest>
3925 *: "12 Hour Clock"
3926 </dest>
3927 <voice>
3928 *: "12 Hour Clock"
3929 </voice>
3930</phrase>
3931<phrase>
3932 id: LANG_24_HOUR_CLOCK
3933 desc: option for 24 hour clock
3934 user:
3935 <source>
3936 *: "24 Hour Clock"
3937 </source>
3938 <dest>
3939 *: "24 Hour Clock"
3940 </dest>
3941 <voice>
3942 *: "24 Hour Clock"
3943 </voice>
3944</phrase>
3945<phrase>
3946 id: LANG_MAX_FILES_IN_DIR
3947 desc: in settings_menu
3948 user:
3949 <source>
3950 *: "Max Files in Dir Browser"
3951 </source>
3952 <dest>
3953 *: "Max Files in Dir Browser"
3954 </dest>
3955 <voice>
3956 *: "Maximum files in directory browser"
3957 </voice>
3958</phrase>
3959<phrase>
3960 id: LANG_MAX_FILES_IN_PLAYLIST
3961 desc: in settings_menu
3962 user:
3963 <source>
3964 *: "Max Playlist Size"
3965 </source>
3966 <dest>
3967 *: "Max Playlist Size"
3968 </dest>
3969 <voice>
3970 *: "Maximum playlist size"
3971 </voice>
3972</phrase>
3973<phrase>
3974 id: LANG_PLAYLIST
3975 desc: Used when you need to say playlist, also voiced
3976 user:
3977 <source>
3978 *: "Playlist"
3979 </source>
3980 <dest>
3981 *: "Playlist"
3982 </dest>
3983 <voice>
3984 *: "Playlist"
3985 </voice>
3986</phrase>
3987<phrase>
3988 id: LANG_BOOKMARK_MENU
3989 desc: Text on main menu to get to bookmark commands
3990 user:
3991 <source>
3992 *: "Bookmarks"
3993 </source>
3994 <dest>
3995 *: "Bookmarks"
3996 </dest>
3997 <voice>
3998 *: "Bookmarks"
3999 </voice>
4000</phrase>
4001<phrase>
4002 id: LANG_MENU_SHOW_ID3_INFO
4003 desc: Menu option to start tag viewer
4004 user:
4005 <source>
4006 *: "Show ID3 Info"
4007 </source>
4008 <dest>
4009 *: "Show ID3 Info"
4010 </dest>
4011 <voice>
4012 *: "Show ID3 Info"
4013 </voice>
4014</phrase>
4015<phrase>
4016 id: LANG_MENU_SET_RATING
4017 desc: in wps context menu
4018 user:
4019 <source>
4020 *: "Set Song Rating"
4021 </source>
4022 <dest>
4023 *: "Set Song Rating"
4024 </dest>
4025 <voice>
4026 *: "Set Song Rating"
4027 </voice>
4028</phrase>
4029<phrase>
4030 id: LANG_RATING
4031 desc: in set_rating
4032 user:
4033 <source>
4034 *: "Rating:"
4035 </source>
4036 <dest>
4037 *: "Rating:"
4038 </dest>
4039 <voice>
4040 *: ""
4041 </voice>
4042</phrase>
4043<phrase>
4044 id: LANG_RENAME
4045 desc: The verb/action Rename
4046 user:
4047 <source>
4048 *: "Rename"
4049 </source>
4050 <dest>
4051 *: "Rename"
4052 </dest>
4053 <voice>
4054 *: "Rename"
4055 </voice>
4056</phrase>
4057<phrase>
4058 id: LANG_CUT
4059 desc: The verb/action Cut
4060 user:
4061 <source>
4062 *: "Cut"
4063 </source>
4064 <dest>
4065 *: "Cut"
4066 </dest>
4067 <voice>
4068 *: "Cut"
4069 </voice>
4070</phrase>
4071<phrase>
4072 id: LANG_COPY
4073 desc: The verb/action Copy
4074 user:
4075 <source>
4076 *: "Copy"
4077 </source>
4078 <dest>
4079 *: "Copy"
4080 </dest>
4081 <voice>
4082 *: "Copy"
4083 </voice>
4084</phrase>
4085<phrase>
4086 id: LANG_PASTE
4087 desc: The verb/action Paste
4088 user:
4089 <source>
4090 *: "Paste"
4091 </source>
4092 <dest>
4093 *: "Paste"
4094 </dest>
4095 <voice>
4096 *: "Paste"
4097 </voice>
4098</phrase>
4099<phrase>
4100 id: LANG_REALLY_OVERWRITE
4101 desc: The verb/action Paste
4102 user:
4103 <source>
4104 *: "File/directory exists. Overwrite?"
4105 </source>
4106 <dest>
4107 *: "File/directory exists. Overwrite?"
4108 </dest>
4109 <voice>
4110 *: ""
4111 </voice>
4112</phrase>
4113<phrase>
4114 id: LANG_DELETE
4115 desc: The verb/action Delete
4116 user:
4117 <source>
4118 *: "Delete"
4119 </source>
4120 <dest>
4121 *: "Delete"
4122 </dest>
4123 <voice>
4124 *: "Delete"
4125 </voice>
4126</phrase>
4127<phrase>
4128 id: LANG_SET_AS_BACKDROP
4129 desc: text for onplay menu entry
4130 user:
4131 <source>
4132 *: "Set As Backdrop"
4133 </source>
4134 <dest>
4135 *: "Set As Backdrop"
4136 </dest>
4137 <voice>
4138 *: "Set As Backdrop"
4139 </voice>
4140</phrase>
4141<phrase>
4142 id: LANG_DELETE_DIR
4143 desc: in on+play menu
4144 user:
4145 <source>
4146 *: "Delete Directory"
4147 </source>
4148 <dest>
4149 *: "Delete Directory"
4150 </dest>
4151 <voice>
4152 *: "delete directory"
4153 </voice>
4154</phrase>
4155<phrase>
4156 id: LANG_REALLY_DELETE
4157 desc: Really Delete?
4158 user:
4159 <source>
4160 *: "Delete?"
4161 </source>
4162 <dest>
4163 *: "Delete?"
4164 </dest>
4165 <voice>
4166 *: ""
4167 </voice>
4168</phrase>
4169<phrase>
4170 id: LANG_DELETED
4171 desc: A file has beed deleted
4172 user:
4173 <source>
4174 *: "Deleted"
4175 </source>
4176 <dest>
4177 *: "Deleted"
4178 </dest>
4179 <voice>
4180 *: ""
4181 </voice>
4182</phrase>
4183<phrase>
4184 id: LANG_ONPLAY_OPEN_WITH
4185 desc: Onplay open with
4186 user:
4187 <source>
4188 *: "Open With..."
4189 </source>
4190 <dest>
4191 *: "Open With..."
4192 </dest>
4193 <voice>
4194 *: "open with"
4195 </voice>
4196</phrase>
4197<phrase>
4198 id: LANG_CREATE_DIR
4199 desc: in main menu
4200 user:
4201 <source>
4202 *: "Create Directory"
4203 </source>
4204 <dest>
4205 *: "Create Directory"
4206 </dest>
4207 <voice>
4208 *: "Create Directory"
4209 </voice>
4210</phrase>
4211<phrase>
4212 id: LANG_PITCH
4213 desc: "pitch" in the pitch screen
4214 user:
4215 <source>
4216 *: "Pitch"
4217 </source>
4218 <dest>
4219 *: "Pitch"
4220 </dest>
4221 <voice>
4222 *: "Pitch"
4223 </voice>
4224</phrase>
4225<phrase>
4226 id: LANG_VIEW
4227 desc: in on+play menu
4228 user:
4229 <source>
4230 *: "View"
4231 </source>
4232 <dest>
4233 *: "View"
4234 </dest>
4235 <voice>
4236 *: "View"
4237 </voice>
4238</phrase>
4239<phrase>
4240 id: LANG_SHUFFLE_PLAYLIST
4241 desc: in playlist menu, reshuffles the order in which songs are played
4242 user:
4243 <source>
4244 *: "Reshuffle"
4245 </source>
4246 <dest>
4247 *: "Reshuffle"
4248 </dest>
4249 <voice>
4250 *: "Reshuffle"
4251 </voice>
4252</phrase>
4253<phrase>
4254 id: LANG_INSERT
4255 desc: in onplay menu. insert a track/playlist into dynamic playlist.
4256 user:
4257 <source>
4258 *: "Insert"
4259 </source>
4260 <dest>
4261 *: "Insert"
4262 </dest>
4263 <voice>
4264 *: "Insert"
4265 </voice>
4266</phrase>
4267<phrase>
4268 id: LANG_INSERT_FIRST
4269 desc: in onplay menu. insert a track/playlist into dynamic playlist.
4270 user:
4271 <source>
4272 *: "Insert next"
4273 </source>
4274 <dest>
4275 *: "Insert next"
4276 </dest>
4277 <voice>
4278 *: "Insert next"
4279 </voice>
4280</phrase>
4281<phrase>
4282 id: LANG_INSERT_LAST
4283 desc: in onplay menu. append a track/playlist into dynamic playlist.
4284 user:
4285 <source>
4286 *: "Insert last"
4287 </source>
4288 <dest>
4289 *: "Insert last"
4290 </dest>
4291 <voice>
4292 *: "Insert last"
4293 </voice>
4294</phrase>
4295<phrase>
4296 id: LANG_INSERT_SHUFFLED
4297 desc: in onplay menu. insert a track/playlist randomly into dynamic playlist
4298 user:
4299 <source>
4300 *: "Insert shuffled"
4301 </source>
4302 <dest>
4303 *: "Insert shuffled"
4304 </dest>
4305 <voice>
4306 *: "Insert shuffled"
4307 </voice>
4308</phrase>
4309<phrase>
4310 id: LANG_QUEUE
4311 desc: The verb/action Queue
4312 user:
4313 <source>
4314 *: "Queue"
4315 </source>
4316 <dest>
4317 *: "Queue"
4318 </dest>
4319 <voice>
4320 *: "Queue"
4321 </voice>
4322</phrase>
4323<phrase>
4324 id: LANG_QUEUE_FIRST
4325 desc: in onplay menu. queue a track/playlist into dynamic playlist.
4326 user:
4327 <source>
4328 *: "Queue next"
4329 </source>
4330 <dest>
4331 *: "Queue next"
4332 </dest>
4333 <voice>
4334 *: "Queue next"
4335 </voice>
4336</phrase>
4337<phrase>
4338 id: LANG_QUEUE_LAST
4339 desc: in onplay menu. queue a track/playlist at end of playlist.
4340 user:
4341 <source>
4342 *: "Queue last"
4343 </source>
4344 <dest>
4345 *: "Queue last"
4346 </dest>
4347 <voice>
4348 *: "Queue last"
4349 </voice>
4350</phrase>
4351<phrase>
4352 id: LANG_QUEUE_SHUFFLED
4353 desc: in onplay menu. queue a track/playlist randomly into dynamic playlist
4354 user:
4355 <source>
4356 *: "Queue shuffled"
4357 </source>
4358 <dest>
4359 *: "Queue shuffled"
4360 </dest>
4361 <voice>
4362 *: "Queue shuffled"
4363 </voice>
4364</phrase>
4365<phrase>
4366 id: LANG_SEARCH_IN_PLAYLIST
4367 desc: in playlist menu.
4368 user:
4369 <source>
4370 *: "Search In Playlist"
4371 </source>
4372 <dest>
4373 *: "Search In Playlist"
4374 </dest>
4375 <voice>
4376 *: "Search In Playlist"
4377 </voice>
4378</phrase>
4379<phrase>
4380 id: LANG_PLAYLIST_SEARCH_MSG
4381 desc: splash number of tracks inserted
4382 user:
4383 <source>
4384 *: "Searching... %d found (%s)"
4385 </source>
4386 <dest>
4387 *: "Searching... %d found (%s)"
4388 </dest>
4389 <voice>
4390 *: ""
4391 </voice>
4392</phrase>
4393<phrase>
4394 id: LANG_BOOKMARK_MENU_CREATE
4395 desc: Used off of the bookmark menu to create a bookmark
4396 user:
4397 <source>
4398 *: "Create Bookmark"
4399 </source>
4400 <dest>
4401 *: "Create Bookmark"
4402 </dest>
4403 <voice>
4404 *: "Create Bookmark"
4405 </voice>
4406</phrase>
4407<phrase>
4408 id: LANG_BOOKMARK_MENU_LIST
4409 desc: Used off of the bookmark menu to list available bookmarks for the currently playing directory or M3U
4410 user:
4411 <source>
4412 *: "List Bookmarks"
4413 </source>
4414 <dest>
4415 *: "List Bookmarks"
4416 </dest>
4417 <voice>
4418 *: "List Bookmarks"
4419 </voice>
4420</phrase>
4421<phrase>
4422 id: LANG_ROCKBOX_INFO
4423 desc: displayed topmost on the info screen
4424 user:
4425 <source>
4426 *: "Rockbox Info:"
4427 </source>
4428 <dest>
4429 *: "Rockbox Info:"
4430 </dest>
4431 <voice>
4432 *: ""
4433 </voice>
4434</phrase>
4435<phrase>
4436 id: LANG_BUFFER_STAT_PLAYER
4437 desc: the buffer size player-screen width, %d MB %d fraction of MB
4438 user:
4439 <source>
4440 *: "Buf: %d.%03dMB"
4441 </source>
4442 <dest>
4443 *: "Buf: %d.%03dMB"
4444 </dest>
4445 <voice>
4446 *: ""
4447 </voice>
4448</phrase>
4449<phrase>
4450 id: LANG_BUFFER_STAT_RECORDER
4451 desc: the buffer size recorder-screen width, %d MB %d fraction of MB
4452 user:
4453 <source>
4454 *: "Buffer: %d.%03dMB"
4455 </source>
4456 <dest>
4457 *: "Buffer: %d.%03dMB"
4458 </dest>
4459 <voice>
4460 *: ""
4461 </voice>
4462</phrase>
4463<phrase>
4464 id: LANG_BATTERY_CHARGE
4465 desc: tells that the battery is charging, instead of battery level
4466 user:
4467 <source>
4468 *: "Battery: Charging"
4469 </source>
4470 <dest>
4471 *: "Battery: Charging"
4472 </dest>
4473 <voice>
4474 *: ""
4475 </voice>
4476</phrase>
4477<phrase>
4478 id: LANG_BATTERY_TOPOFF_CHARGE
4479 desc: in info display, shows that top off charge is running
4480 user:
4481 <source>
4482 *: "Battery: Top-Off Chg"
4483 </source>
4484 <dest>
4485 *: "Battery: Top-Off Chg"
4486 </dest>
4487 <voice>
4488 *: ""
4489 </voice>
4490</phrase>
4491<phrase>
4492 id: LANG_BATTERY_TRICKLE_CHARGE
4493 desc: in info display, shows that trickle charge is running
4494 user:
4495 <source>
4496 *: "Battery: Trickle Chg"
4497 </source>
4498 <dest>
4499 *: "Battery: Trickle Chg"
4500 </dest>
4501 <voice>
4502 *: ""
4503 </voice>
4504</phrase>
4505<phrase>
4506 id: LANG_BATTERY_TIME
4507 desc: battery level in % and estimated time remaining
4508 user:
4509 <source>
4510 *: "%d%% %dh %dm"
4511 </source>
4512 <dest>
4513 *: "%d%% %dh %dm"
4514 </dest>
4515 <voice>
4516 *: "Battery level"
4517 </voice>
4518</phrase>
4519<phrase>
4520 id: LANG_DISK_SIZE_INFO
4521 desc: disk size info
4522 user:
4523 <source>
4524 *: "Disk:"
4525 </source>
4526 <dest>
4527 *: "Disk:"
4528 </dest>
4529 <voice>
4530 *: ""
4531 </voice>
4532</phrase>
4533<phrase>
4534 id: LANG_DISK_FREE_INFO
4535 desc: disk size info
4536 user:
4537 <source>
4538 *: "Free:"
4539 </source>
4540 <dest>
4541 *: "Free:"
4542 </dest>
4543 <voice>
4544 *: "Free diskspace:"
4545 </voice>
4546</phrase>
4547<phrase>
4548 id: LANG_DISK_NAME_INTERNAL
4549 desc: in info menu; name for internal disk with multivolume (keep short!)
4550 user:
4551 <source>
4552 *: "Int:"
4553 </source>
4554 <dest>
4555 *: "Int:"
4556 </dest>
4557 <voice>
4558 *: "Internal"
4559 </voice>
4560</phrase>
4561<phrase>
4562 id: LANG_DISK_NAME_MMC
4563 desc: in info menu; name for external disk with multivolume (Ondio; keep short!)
4564 user:
4565 <source>
4566 *: "MMC:"
4567 </source>
4568 <dest>
4569 *: "MMC:"
4570 </dest>
4571 <voice>
4572 *: "Multimedia card"
4573 </voice>
4574</phrase>
4575<phrase>
4576 id: VOICE_CURRENT_TIME
4577 desc: spoken only, for wall clock announce
4578 user:
4579 <source>
4580 *: ""
4581 </source>
4582 <dest>
4583 *: ""
4584 </dest>
4585 <voice>
4586 *: "Current time:"
4587 </voice>
4588</phrase>
4589<phrase>
4590 id: LANG_PITCH_UP
4591 desc: in wps
4592 user:
4593 <source>
4594 *: "Pitch Up"
4595 </source>
4596 <dest>
4597 *: "Pitch Up"
4598 </dest>
4599 <voice>
4600 *: ""
4601 </voice>
4602</phrase>
4603<phrase>
4604 id: LANG_PITCH_DOWN
4605 desc: in wps
4606 user:
4607 <source>
4608 *: "Pitch Down"
4609 </source>
4610 <dest>
4611 *: "Pitch Down"
4612 </dest>
4613 <voice>
4614 *: ""
4615 </voice>
4616</phrase>
4617<phrase>
4618 id: LANG_PAUSE
4619 desc: in wps
4620 user:
4621 <source>
4622 *: "Pause"
4623 </source>
4624 <dest>
4625 *: "Pause"
4626 </dest>
4627 <voice>
4628 *: ""
4629 </voice>
4630</phrase>
4631<phrase>
4632 id: LANG_F2_MODE
4633 desc: in wps F2 pressed
4634 user:
4635 <source>
4636 *: "Mode:"
4637 </source>
4638 <dest>
4639 *: "Mode:"
4640 </dest>
4641 <voice>
4642 *: ""
4643 </voice>
4644</phrase>
4645<phrase>
4646 id: LANG_F3_STATUS
4647 desc: in wps F3 pressed
4648 user:
4649 <source>
4650 *: "Status"
4651 </source>
4652 <dest>
4653 *: "Status"
4654 </dest>
4655 <voice>
4656 *: ""
4657 </voice>
4658</phrase>
4659<phrase>
4660 id: LANG_F3_SCROLL
4661 desc: in wps F3 pressed
4662 user:
4663 <source>
4664 *: "Scroll"
4665 </source>
4666 <dest>
4667 *: "Scroll"
4668 </dest>
4669 <voice>
4670 *: ""
4671 </voice>
4672</phrase>
4673<phrase>
4674 id: LANG_F3_BAR
4675 desc: in wps F3 pressed
4676 user:
4677 <source>
4678 *: "Bar"
4679 </source>
4680 <dest>
4681 *: "Bar"
4682 </dest>
4683 <voice>
4684 *: ""
4685 </voice>
4686</phrase>
4687<phrase>
4688 id: LANG_BOOKMARK_SELECT_LIST_BOOKMARKS
4689 desc: From the auto-load screen, allows user to list all bookmarks
4690 user:
4691 <source>
4692 *: "Down = List"
4693 </source>
4694 <dest>
4695 *: "Down = List"
4696 </dest>
4697 <voice>
4698 *: ""
4699 </voice>
4700</phrase>
4701<phrase>
4702 id: LANG_BOOKMARK_SELECT_EXIT
4703 desc: From the bookmark list screen, allows user to exit
4704 user:
4705 <source>
4706 *: "OFF = Exit"
4707 </source>
4708 <dest>
4709 *: "OFF = Exit"
4710 </dest>
4711 <voice>
4712 *: ""
4713 </voice>
4714</phrase>
4715<phrase>
4716 id: LANG_BOOKMARK_SELECT_BOOKMARK_TEXT
4717 desc: Used on the bookmark select window to label bookmark number
4718 user:
4719 <source>
4720 *: "Bookmark"
4721 </source>
4722 <dest>
4723 *: "Bookmark"
4724 </dest>
4725 <voice>
4726 *: ""
4727 </voice>
4728</phrase>
4729<phrase>
4730 id: LANG_BOOKMARK_SELECT_INDEX_TEXT
4731 desc: Used on the bookmark select window to label index number
4732 user:
4733 <source>
4734 *: "Index"
4735 </source>
4736 <dest>
4737 *: "Index"
4738 </dest>
4739 <voice>
4740 *: "Index"
4741 </voice>
4742</phrase>
4743<phrase>
4744 id: LANG_BOOKMARK_SELECT_TIME_TEXT
4745 desc: Used on the bookmark select window to label elapsed time
4746 user:
4747 <source>
4748 *: "Time"
4749 </source>
4750 <dest>
4751 *: "Time"
4752 </dest>
4753 <voice>
4754 *: "Time"
4755 </voice>
4756</phrase>
4757<phrase>
4758 id: LANG_BOOKMARK_SELECT_PLAY
4759 desc: Used on the bookmark select window to indicated the play option
4760 user:
4761 <source>
4762 *: "PLAY = Select"
4763 </source>
4764 <dest>
4765 *: "PLAY = Select"
4766 </dest>
4767 <voice>
4768 *: ""
4769 </voice>
4770</phrase>
4771<phrase>
4772 id: LANG_BOOKMARK_SELECT_DELETE
4773 desc: Used on the bookmark select window to indicated the bookmark delete option
4774 user:
4775 <source>
4776 *: "ON+Play = Delete"
4777 </source>
4778 <dest>
4779 *: "ON+Play = Delete"
4780 </dest>
4781 <voice>
4782 *: ""
4783 </voice>
4784</phrase>
4785<phrase>
4786 id: LANG_BOOKMARK_AUTOLOAD_QUERY
4787 desc: prompt for user to decide to create a bookmark
4788 user:
4789 <source>
4790 *: "Load Last Bookmark?"
4791 </source>
4792 <dest>
4793 *: "Load Last Bookmark?"
4794 </dest>
4795 <voice>
4796 *: ""
4797 </voice>
4798</phrase>
4799<phrase>
4800 id: LANG_AUTO_BOOKMARK_QUERY
4801 desc: prompt for user to decide to create an bookmark
4802 user:
4803 <source>
4804 *: "Create a Bookmark?"
4805 </source>
4806 <dest>
4807 *: "Create a Bookmark?"
4808 </dest>
4809 <voice>
4810 *: ""
4811 </voice>
4812</phrase>
4813<phrase>
4814 id: LANG_BOOKMARK_CREATE_SUCCESS
4815 desc: Indicates bookmark was successfully created
4816 user:
4817 <source>
4818 *: "Bookmark Created"
4819 </source>
4820 <dest>
4821 *: "Bookmark Created"
4822 </dest>
4823 <voice>
4824 *: ""
4825 </voice>
4826</phrase>
4827<phrase>
4828 id: LANG_BOOKMARK_CREATE_FAILURE
4829 desc: Indicates bookmark was not created
4830 user:
4831 <source>
4832 *: "Bookmark Failed!"
4833 </source>
4834 <dest>
4835 *: "Bookmark Failed!"
4836 </dest>
4837 <voice>
4838 *: ""
4839 </voice>
4840</phrase>
4841<phrase>
4842 id: LANG_BOOKMARK_LOAD_EMPTY
4843 desc: Indicates bookmark was empty
4844 user:
4845 <source>
4846 *: "Bookmark Empty"
4847 </source>
4848 <dest>
4849 *: "Bookmark Empty"
4850 </dest>
4851 <voice>
4852 *: ""
4853 </voice>
4854</phrase>
4855<phrase>
4856 id: LANG_TIME_SET
4857 desc: used in set_time()
4858 user:
4859 <source>
4860 *: "ON To Set"
4861 </source>
4862 <dest>
4863 *: "ON To Set"
4864 </dest>
4865 <voice>
4866 *: ""
4867 </voice>
4868</phrase>
4869<phrase>
4870 id: LANG_TIME_REVERT
4871 desc: used in set_time()
4872 user:
4873 <source>
4874 *: "OFF To Revert"
4875 </source>
4876 <dest>
4877 *: "OFF To Revert"
4878 </dest>
4879 <voice>
4880 *: ""
4881 </voice>
4882</phrase>
4883<phrase>
4884 id: LANG_KEYLOCK_ON_PLAYER
4885 desc: displayed when key lock is on
4886 user:
4887 <source>
4888 *: "Key Lock ON"
4889 </source>
4890 <dest>
4891 *: "Key Lock ON"
4892 </dest>
4893 <voice>
4894 *: ""
4895 </voice>
4896</phrase>
4897<phrase>
4898 id: LANG_KEYLOCK_OFF_PLAYER
4899 desc: displayed when key lock is turned off
4900 user:
4901 <source>
4902 *: "Key Lock OFF"
4903 </source>
4904 <dest>
4905 *: "Key Lock OFF"
4906 </dest>
4907 <voice>
4908 *: ""
4909 </voice>
4910</phrase>
4911<phrase>
4912 id: LANG_KEYLOCK_ON_RECORDER
4913 desc: displayed when key lock is on
4914 user:
4915 <source>
4916 *: "Keylock is ON"
4917 </source>
4918 <dest>
4919 *: "Keylock is ON"
4920 </dest>
4921 <voice>
4922 *: ""
4923 </voice>
4924</phrase>
4925<phrase>
4926 id: LANG_KEYLOCK_OFF_RECORDER
4927 desc: displayed when key lock is turned off
4928 user:
4929 <source>
4930 *: "Keylock is OFF"
4931 </source>
4932 <dest>
4933 *: "Keylock is OFF"
4934 </dest>
4935 <voice>
4936 *: ""
4937 </voice>
4938</phrase>
4939<phrase>
4940 id: LANG_RECORDING_TIME
4941 desc: Display of recorded time
4942 user:
4943 <source>
4944 *: "Time:"
4945 </source>
4946 <dest>
4947 *: "Time:"
4948 </dest>
4949 <voice>
4950 *: ""
4951 </voice>
4952</phrase>
4953<phrase>
4954 id: LANG_RECORD_TIMESPLIT_REC
4955 desc: Display of record timer interval setting, on the record screen
4956 user:
4957 <source>
4958 *: "Split Time:"
4959 </source>
4960 <dest>
4961 *: "Split Time:"
4962 </dest>
4963 <voice>
4964 *: ""
4965 </voice>
4966</phrase>
4967<phrase>
4968 id: LANG_RECORDING_SIZE
4969 desc: Display of recorded file size
4970 user:
4971 <source>
4972 *: "Size:"
4973 </source>
4974 <dest>
4975 *: "Size:"
4976 </dest>
4977 <voice>
4978 *: ""
4979 </voice>
4980</phrase>
4981<phrase>
4982 id: LANG_RECORD_PRERECORD
4983 desc: in recording and radio screen
4984 user:
4985 <source>
4986 *: "Pre-Recording"
4987 </source>
4988 <dest>
4989 *: "Pre-Recording"
4990 </dest>
4991 <voice>
4992 *: ""
4993 </voice>
4994</phrase>
4995<phrase>
4996 id: LANG_RECORDING_GAIN
4997 desc: in the recording screen
4998 user:
4999 <source>
5000 *: "Gain"
5001 </source>
5002 <dest>
5003 *: "Gain"
5004 </dest>
5005 <voice>
5006 *: ""
5007 </voice>
5008</phrase>
5009<phrase>
5010 id: LANG_RECORDING_LEFT
5011 desc: in the recording screen
5012 user:
5013 <source>
5014 *: "Gain Left"
5015 </source>
5016 <dest>
5017 *: "Gain Left"
5018 </dest>
5019 <voice>
5020 *: ""
5021 </voice>
5022</phrase>
5023<phrase>
5024 id: LANG_RECORDING_RIGHT
5025 desc: in the recording screen
5026 user:
5027 <source>
5028 *: "Gain Right"
5029 </source>
5030 <dest>
5031 *: "Gain Right"
5032 </dest>
5033 <voice>
5034 *: ""
5035 </voice>
5036</phrase>
5037<phrase>
5038 id: LANG_RECORDING_GAIN_ANALOG
5039 desc: in the recording screen
5040 user:
5041 <source>
5042 *: "A"
5043 </source>
5044 <dest>
5045 *: "A"
5046 </dest>
5047 <voice>
5048 *: ""
5049 </voice>
5050</phrase>
5051<phrase>
5052 id: LANG_RECORDING_GAIN_DIGITAL
5053 desc: in the recording screen
5054 user:
5055 <source>
5056 *: "D"
5057 </source>
5058 <dest>
5059 *: "D"
5060 </dest>
5061 <voice>
5062 *: ""
5063 </voice>
5064</phrase>
5065<phrase>
5066 id: LANG_DISK_FULL
5067 desc: in recording screen
5068 user:
5069 <source>
5070 *: "The disk is full. Press OFF to continue."
5071 </source>
5072 <dest>
5073 *: "The disk is full. Press OFF to continue."
5074 </dest>
5075 <voice>
5076 *: ""
5077 </voice>
5078</phrase>
5079<phrase>
5080 id: LANG_RECORD_TRIGGER_MODE
5081 desc: in recording settings_menu
5082 user:
5083 <source>
5084 *: "Trigger"
5085 </source>
5086 <dest>
5087 *: "Trigger"
5088 </dest>
5089 <voice>
5090 *:
5091 </voice>
5092</phrase>
5093<phrase>
5094 id: LANG_RECORD_TRIG_NOREARM
5095 desc: in recording settings_menu
5096 user:
5097 <source>
5098 *: "Once"
5099 </source>
5100 <dest>
5101 *: "Once"
5102 </dest>
5103 <voice>
5104 *:
5105 </voice>
5106</phrase>
5107<phrase>
5108 id: LANG_RECORD_TRIG_REARM
5109 desc: in recording settings_menu
5110 user:
5111 <source>
5112 *: "Repeat"
5113 </source>
5114 <dest>
5115 *: "Repeat"
5116 </dest>
5117 <voice>
5118 *:
5119 </voice>
5120</phrase>
5121<phrase>
5122 id: LANG_RECORD_START_THRESHOLD
5123 desc: in recording settings_menu
5124 user:
5125 <source>
5126 *: "Start Above"
5127 </source>
5128 <dest>
5129 *: "Start Above"
5130 </dest>
5131 <voice>
5132 *:
5133 </voice>
5134</phrase>
5135<phrase>
5136 id: LANG_RECORD_MIN_DURATION
5137 desc: in recording settings_menu
5138 user:
5139 <source>
5140 *: "for at least"
5141 </source>
5142 <dest>
5143 *: "for at least"
5144 </dest>
5145 <voice>
5146 *:
5147 </voice>
5148</phrase>
5149<phrase>
5150 id: LANG_RECORD_STOP_THRESHOLD
5151 desc: in recording settings_menu
5152 user:
5153 <source>
5154 *: "Stop Below"
5155 </source>
5156 <dest>
5157 *: "Stop Below"
5158 </dest>
5159 <voice>
5160 *:
5161 </voice>
5162</phrase>
5163<phrase>
5164 id: LANG_RECORD_STOP_POSTREC
5165 desc: in recording settings_menu
5166 user:
5167 <source>
5168 *: "for at least"
5169 </source>
5170 <dest>
5171 *: "for at least"
5172 </dest>
5173 <voice>
5174 *:
5175 </voice>
5176</phrase>
5177<phrase>
5178 id: LANG_RECORD_STOP_GAP
5179 desc: in recording settings_menu
5180 user:
5181 <source>
5182 *: "Presplit Gap"
5183 </source>
5184 <dest>
5185 *: "Presplit Gap"
5186 </dest>
5187 <voice>
5188 *:
5189 </voice>
5190</phrase>
5191<phrase>
5192 id: LANG_DB_INF
5193 desc: -inf db for values below measurement
5194 user:
5195 <source>
5196 *: "-inf"
5197 </source>
5198 <dest>
5199 *: "-inf"
5200 </dest>
5201 <voice>
5202 *:
5203 </voice>
5204</phrase>
5205<phrase>
5206 id: LANG_RECORD_TRIG_IDLE
5207 desc: waiting for threshold
5208 user:
5209 <source>
5210 *: "Trigger Idle"
5211 </source>
5212 <dest>
5213 *: "Trigger Idle"
5214 </dest>
5215 <voice>
5216 *:
5217 </voice>
5218</phrase>
5219<phrase>
5220 id: LANG_RECORD_TRIGGER_ACTIVE
5221 desc:
5222 user:
5223 <source>
5224 *: "Trigger Active"
5225 </source>
5226 <dest>
5227 *: "Trigger Active"
5228 </dest>
5229 <voice>
5230 *:
5231 </voice>
5232</phrase>
5233<phrase>
5234 id: LANG_ALARM_MOD_TIME
5235 desc: The current alarm time shown in the alarm menu for the RTC alarm mod.
5236 user:
5237 <source>
5238 *: "Alarm Time: %02d:%02d"
5239 </source>
5240 <dest>
5241 *: "Alarm Time: %02d:%02d"
5242 </dest>
5243 <voice>
5244 *: ""
5245 </voice>
5246</phrase>
5247<phrase>
5248 id: LANG_ALARM_MOD_TIME_TO_GO
5249 desc: The time until the alarm will go off shown in the alarm menu for the RTC alarm mod.
5250 user:
5251 <source>
5252 *: "Waking Up In %d:%02d"
5253 </source>
5254 <dest>
5255 *: "Waking Up In %d:%02d"
5256 </dest>
5257 <voice>
5258 *: ""
5259 </voice>
5260</phrase>
5261<phrase>
5262 id: LANG_ALARM_MOD_SHUTDOWN
5263 desc: The text that tells the user that the alarm time is ok and the device shuts off (for the RTC alarm mod).
5264 user:
5265 <source>
5266 *: "Alarm Set"
5267 </source>
5268 <dest>
5269 *: "Alarm Set"
5270 </dest>
5271 <voice>
5272 *: ""
5273 </voice>
5274</phrase>
5275<phrase>
5276 id: LANG_ALARM_MOD_ERROR
5277 desc: The text that tells that the time is incorrect (for the RTC alarm mod).
5278 user:
5279 <source>
5280 *: "Alarm Time Is Too Soon!"
5281 </source>
5282 <dest>
5283 *: "Alarm Time Is Too Soon!"
5284 </dest>
5285 <voice>
5286 *: ""
5287 </voice>
5288</phrase>
5289<phrase>
5290 id: LANG_ALARM_MOD_KEYS
5291 desc: Shown key functions in alarm menu (for the RTC alarm mod).
5292 user:
5293 <source>
5294 *: "PLAY=Set OFF=Cancel"
5295 </source>
5296 <dest>
5297 *: "PLAY=Set OFF=Cancel"
5298 </dest>
5299 <voice>
5300 *: ""
5301 </voice>
5302</phrase>
5303<phrase>
5304 id: LANG_ALARM_MOD_DISABLE
5305 desc: Announce that the RTC alarm has been turned off
5306 user:
5307 <source>
5308 *: "Alarm Disabled"
5309 </source>
5310 <dest>
5311 *: "Alarm Disabled"
5312 </dest>
5313 <voice>
5314 *: ""
5315 </voice>
5316</phrase>
5317<phrase>
5318 id: LANG_COLOR_RGB_LABELS
5319 desc: what to show for the 'R' 'G' 'B' ONE LETTER EACH
5320 user:
5321 <source>
5322 *: "RGB"
5323 </source>
5324 <dest>
5325 *: "RGB"
5326 </dest>
5327 <voice>
5328 *:
5329 </voice>
5330</phrase>
5331<phrase>
5332 id: LANG_COLOR_RGB_VALUE
5333 desc: in color screen
5334 user:
5335 <source>
5336 *: "RGB: %02X%02X%02X"
5337 </source>
5338 <dest>
5339 *: "RGB: %02X%02X%02X"
5340 </dest>
5341 <voice>
5342 *:
5343 </voice>
5344</phrase>
5345<phrase>
5346 id: LANG_COLOR_UNACCEPTABLE
5347 desc: splash when user selects an invalid colour
5348 user:
5349 <source>
5350 *: "Invalid colour"
5351 </source>
5352 <dest>
5353 *: "Invalid colour"
5354 </dest>
5355 <voice>
5356 *: ""
5357 </voice>
5358</phrase>
5359<phrase>
5360 id: LANG_ID3_TITLE
5361 desc: in tag viewer
5362 user:
5363 <source>
5364 *: "[Title]"
5365 </source>
5366 <dest>
5367 *: "[Title]"
5368 </dest>
5369 <voice>
5370 *: ""
5371 </voice>
5372</phrase>
5373<phrase>
5374 id: LANG_ID3_ARTIST
5375 desc: in tag viewer
5376 user:
5377 <source>
5378 *: "[Artist]"
5379 </source>
5380 <dest>
5381 *: "[Artist]"
5382 </dest>
5383 <voice>
5384 *: ""
5385 </voice>
5386</phrase>
5387<phrase>
5388 id: LANG_ID3_ALBUM
5389 desc: in tag viewer
5390 user:
5391 <source>
5392 *: "[Album]"
5393 </source>
5394 <dest>
5395 *: "[Album]"
5396 </dest>
5397 <voice>
5398 *: ""
5399 </voice>
5400</phrase>
5401<phrase>
5402 id: LANG_ID3_TRACKNUM
5403 desc: in tag viewer
5404 user:
5405 <source>
5406 *: "[Tracknum]"
5407 </source>
5408 <dest>
5409 *: "[Tracknum]"
5410 </dest>
5411 <voice>
5412 *: ""
5413 </voice>
5414</phrase>
5415<phrase>
5416 id: LANG_ID3_GENRE
5417 desc: in tag viewer
5418 user:
5419 <source>
5420 *: "[Genre]"
5421 </source>
5422 <dest>
5423 *: "[Genre]"
5424 </dest>
5425 <voice>
5426 *: ""
5427 </voice>
5428</phrase>
5429<phrase>
5430 id: LANG_ID3_YEAR
5431 desc: in tag viewer
5432 user:
5433 <source>
5434 *: "[Year]"
5435 </source>
5436 <dest>
5437 *: "[Year]"
5438 </dest>
5439 <voice>
5440 *: ""
5441 </voice>
5442</phrase>
5443<phrase>
5444 id: LANG_ID3_LENGTH
5445 desc: in tag viewer
5446 user:
5447 <source>
5448 *: "[Length]"
5449 </source>
5450 <dest>
5451 *: "[Length]"
5452 </dest>
5453 <voice>
5454 *: ""
5455 </voice>
5456</phrase>
5457<phrase>
5458 id: LANG_ID3_PLAYLIST
5459 desc: in tag viewer
5460 user:
5461 <source>
5462 *: "[Playlist]"
5463 </source>
5464 <dest>
5465 *: "[Playlist]"
5466 </dest>
5467 <voice>
5468 *: ""
5469 </voice>
5470</phrase>
5471<phrase>
5472 id: LANG_ID3_BITRATE
5473 desc: in tag viewer
5474 user:
5475 <source>
5476 *: "[Bitrate]"
5477 </source>
5478 <dest>
5479 *: "[Bitrate]"
5480 </dest>
5481 <voice>
5482 *: ""
5483 </voice>
5484</phrase>
5485<phrase>
5486 id: LANG_UNIT_DB
5487 desc: in browse_id3
5488 user:
5489 <source>
5490 *: "dB"
5491 </source>
5492 <dest>
5493 *: "dB"
5494 </dest>
5495 <voice>
5496 *: ""
5497 </voice>
5498</phrase>
5499<phrase>
5500 id: LANG_ID3_VBR
5501 desc: in browse_id3
5502 user:
5503 <source>
5504 *: " (VBR)"
5505 </source>
5506 <dest>
5507 *: " (VBR)"
5508 </dest>
5509 <voice>
5510 *: ""
5511 </voice>
5512</phrase>
5513<phrase>
5514 id: LANG_ID3_FRECUENCY
5515 desc: in tag viewer
5516 user:
5517 <source>
5518 *: "[Frequency]"
5519 </source>
5520 <dest>
5521 *: "[Frequency]"
5522 </dest>
5523 <voice>
5524 *: ""
5525 </voice>
5526</phrase>
5527<phrase>
5528 id: LANG_ID3_TRACK_GAIN
5529 desc: in tag viewer
5530 user:
5531 <source>
5532 *: "[Track Gain]"
5533 </source>
5534 <dest>
5535 *: "[Track Gain]"
5536 </dest>
5537 <voice>
5538 *: ""
5539 </voice>
5540</phrase>
5541<phrase>
5542 id: LANG_ID3_ALBUM_GAIN
5543 desc: in tag viewer
5544 user:
5545 <source>
5546 *: "[Album Gain]"
5547 </source>
5548 <dest>
5549 *: "[Album Gain]"
5550 </dest>
5551 <voice>
5552 *: ""
5553 </voice>
5554</phrase>
5555<phrase>
5556 id: LANG_ID3_PATH
5557 desc: in tag viewer
5558 user:
5559 <source>
5560 *: "[Path]"
5561 </source>
5562 <dest>
5563 *: "[Path]"
5564 </dest>
5565 <voice>
5566 *: ""
5567 </voice>
5568</phrase>
5569<phrase>
5570 id: LANG_ID3_NO_INFO
5571 desc: in tag viewer
5572 user:
5573 <source>
5574 *: "<No Info>"
5575 </source>
5576 <dest>
5577 *: "<No Info>"
5578 </dest>
5579 <voice>
5580 *: ""
5581 </voice>
5582</phrase>
5583<phrase>
5584 id: LANG_WEEKDAY_SUNDAY
5585 desc: Maximum 3-letter abbreviation for weekday
5586 user:
5587 <source>
5588 *: "Sun"
5589 </source>
5590 <dest>
5591 *: "Sun"
5592 </dest>
5593 <voice>
5594 *: ""
5595 </voice>
5596</phrase>
5597<phrase>
5598 id: LANG_WEEKDAY_MONDAY
5599 desc: Maximum 3-letter abbreviation for weekday
5600 user:
5601 <source>
5602 *: "Mon"
5603 </source>
5604 <dest>
5605 *: "Mon"
5606 </dest>
5607 <voice>
5608 *: ""
5609 </voice>
5610</phrase>
5611<phrase>
5612 id: LANG_WEEKDAY_TUESDAY
5613 desc: Maximum 3-letter abbreviation for weekday
5614 user:
5615 <source>
5616 *: "Tue"
5617 </source>
5618 <dest>
5619 *: "Tue"
5620 </dest>
5621 <voice>
5622 *: ""
5623 </voice>
5624</phrase>
5625<phrase>
5626 id: LANG_WEEKDAY_WEDNESDAY
5627 desc: Maximum 3-letter abbreviation for weekday
5628 user:
5629 <source>
5630 *: "Wed"
5631 </source>
5632 <dest>
5633 *: "Wed"
5634 </dest>
5635 <voice>
5636 *: ""
5637 </voice>
5638</phrase>
5639<phrase>
5640 id: LANG_WEEKDAY_THURSDAY
5641 desc: Maximum 3-letter abbreviation for weekday
5642 user:
5643 <source>
5644 *: "Thu"
5645 </source>
5646 <dest>
5647 *: "Thu"
5648 </dest>
5649 <voice>
5650 *: ""
5651 </voice>
5652</phrase>
5653<phrase>
5654 id: LANG_WEEKDAY_FRIDAY
5655 desc: Maximum 3-letter abbreviation for weekday
5656 user:
5657 <source>
5658 *: "Fri"
5659 </source>
5660 <dest>
5661 *: "Fri"
5662 </dest>
5663 <voice>
5664 *: ""
5665 </voice>
5666</phrase>
5667<phrase>
5668 id: LANG_WEEKDAY_SATURDAY
5669 desc: Maximum 3-letter abbreviation for weekday
5670 user:
5671 <source>
5672 *: "Sat"
5673 </source>
5674 <dest>
5675 *: "Sat"
5676 </dest>
5677 <voice>
5678 *: ""
5679 </voice>
5680</phrase>
5681<phrase>
5682 id: LANG_MONTH_JANUARY
5683 desc: Maximum 3-letter abbreviation for monthname
5684 user:
5685 <source>
5686 *: "Jan"
5687 </source>
5688 <dest>
5689 *: "Jan"
5690 </dest>
5691 <voice>
5692 *: "January"
5693 </voice>
5694</phrase>
5695<phrase>
5696 id: LANG_MONTH_FEBRUARY
5697 desc: Maximum 3-letter abbreviation for monthname
5698 user:
5699 <source>
5700 *: "Feb"
5701 </source>
5702 <dest>
5703 *: "Feb"
5704 </dest>
5705 <voice>
5706 *: "February"
5707 </voice>
5708</phrase>
5709<phrase>
5710 id: LANG_MONTH_MARCH
5711 desc: Maximum 3-letter abbreviation for monthname
5712 user:
5713 <source>
5714 *: "Mar"
5715 </source>
5716 <dest>
5717 *: "Mar"
5718 </dest>
5719 <voice>
5720 *: "March"
5721 </voice>
5722</phrase>
5723<phrase>
5724 id: LANG_MONTH_APRIL
5725 desc: Maximum 3-letter abbreviation for monthname
5726 user:
5727 <source>
5728 *: "Apr"
5729 </source>
5730 <dest>
5731 *: "Apr"
5732 </dest>
5733 <voice>
5734 *: "April"
5735 </voice>
5736</phrase>
5737<phrase>
5738 id: LANG_MONTH_MAY
5739 desc: Maximum 3-letter abbreviation for monthname
5740 user:
5741 <source>
5742 *: "May"
5743 </source>
5744 <dest>
5745 *: "May"
5746 </dest>
5747 <voice>
5748 *: "May"
5749 </voice>
5750</phrase>
5751<phrase>
5752 id: LANG_MONTH_JUNE
5753 desc: Maximum 3-letter abbreviation for monthname
5754 user:
5755 <source>
5756 *: "Jun"
5757 </source>
5758 <dest>
5759 *: "Jun"
5760 </dest>
5761 <voice>
5762 *: "June"
5763 </voice>
5764</phrase>
5765<phrase>
5766 id: LANG_MONTH_JULY
5767 desc: Maximum 3-letter abbreviation for monthname
5768 user:
5769 <source>
5770 *: "Jul"
5771 </source>
5772 <dest>
5773 *: "Jul"
5774 </dest>
5775 <voice>
5776 *: "July"
5777 </voice>
5778</phrase>
5779<phrase>
5780 id: LANG_MONTH_AUGUST
5781 desc: Maximum 3-letter abbreviation for monthname
5782 user:
5783 <source>
5784 *: "Aug"
5785 </source>
5786 <dest>
5787 *: "Aug"
5788 </dest>
5789 <voice>
5790 *: "August"
5791 </voice>
5792</phrase>
5793<phrase>
5794 id: LANG_MONTH_SEPTEMBER
5795 desc: Maximum 3-letter abbreviation for monthname
5796 user:
5797 <source>
5798 *: "Sep"
5799 </source>
5800 <dest>
5801 *: "Sep"
5802 </dest>
5803 <voice>
5804 *: "September"
5805 </voice>
5806</phrase>
5807<phrase>
5808 id: LANG_MONTH_OCTOBER
5809 desc: Maximum 3-letter abbreviation for monthname
5810 user:
5811 <source>
5812 *: "Oct"
5813 </source>
5814 <dest>
5815 *: "Oct"
5816 </dest>
5817 <voice>
5818 *: "October"
5819 </voice>
5820</phrase>
5821<phrase>
5822 id: LANG_MONTH_NOVEMBER
5823 desc: Maximum 3-letter abbreviation for monthname
5824 user:
5825 <source>
5826 *: "Nov"
5827 </source>
5828 <dest>
5829 *: "Nov"
5830 </dest>
5831 <voice>
5832 *: "November"
5833 </voice>
5834</phrase>
5835<phrase>
5836 id: LANG_MONTH_DECEMBER
5837 desc: Maximum 3-letter abbreviation for monthname
5838 user:
5839 <source>
5840 *: "Dec"
5841 </source>
5842 <dest>
5843 *: "Dec"
5844 </dest>
5845 <voice>
5846 *: "December"
5847 </voice>
5848</phrase>
5849<phrase>
5850 id: VOICE_ZERO
5851 desc: spoken only, for composing numbers
5852 user:
5853 <source>
5854 *: ""
5855 </source>
5856 <dest>
5857 *: ""
5858 </dest>
5859 <voice>
5860 *: "0"
5861 </voice>
5862</phrase>
5863<phrase>
5864 id: VOICE_ONE
5865 desc: spoken only, for composing numbers
5866 user:
5867 <source>
5868 *: ""
5869 </source>
5870 <dest>
5871 *: ""
5872 </dest>
5873 <voice>
5874 *: "1"
5875 </voice>
5876</phrase>
5877<phrase>
5878 id: VOICE_TWO
5879 desc: spoken only, for composing numbers
5880 user:
5881 <source>
5882 *: ""
5883 </source>
5884 <dest>
5885 *: ""
5886 </dest>
5887 <voice>
5888 *: "2"
5889 </voice>
5890</phrase>
5891<phrase>
5892 id: VOICE_THREE
5893 desc: spoken only, for composing numbers
5894 user:
5895 <source>
5896 *: ""
5897 </source>
5898 <dest>
5899 *: ""
5900 </dest>
5901 <voice>
5902 *: "3"
5903 </voice>
5904</phrase>
5905<phrase>
5906 id: VOICE_FOUR
5907 desc: spoken only, for composing numbers
5908 user:
5909 <source>
5910 *: ""
5911 </source>
5912 <dest>
5913 *: ""
5914 </dest>
5915 <voice>
5916 *: "4"
5917 </voice>
5918</phrase>
5919<phrase>
5920 id: VOICE_FIFE
5921 desc: spoken only, for composing numbers
5922 user:
5923 <source>
5924 *: ""
5925 </source>
5926 <dest>
5927 *: ""
5928 </dest>
5929 <voice>
5930 *: "5"
5931 </voice>
5932</phrase>
5933<phrase>
5934 id: VOICE_SIX
5935 desc: spoken only, for composing numbers
5936 user:
5937 <source>
5938 *: ""
5939 </source>
5940 <dest>
5941 *: ""
5942 </dest>
5943 <voice>
5944 *: "6"
5945 </voice>
5946</phrase>
5947<phrase>
5948 id: VOICE_SEVEN
5949 desc: spoken only, for composing numbers
5950 user:
5951 <source>
5952 *: ""
5953 </source>
5954 <dest>
5955 *: ""
5956 </dest>
5957 <voice>
5958 *: "7"
5959 </voice>
5960</phrase>
5961<phrase>
5962 id: VOICE_EIGHT
5963 desc: spoken only, for composing numbers
5964 user:
5965 <source>
5966 *: ""
5967 </source>
5968 <dest>
5969 *: ""
5970 </dest>
5971 <voice>
5972 *: "8"
5973 </voice>
5974</phrase>
5975<phrase>
5976 id: VOICE_NINE
5977 desc: spoken only, for composing numbers
5978 user:
5979 <source>
5980 *: ""
5981 </source>
5982 <dest>
5983 *: ""
5984 </dest>
5985 <voice>
5986 *: "9"
5987 </voice>
5988</phrase>
5989<phrase>
5990 id: VOICE_TEN
5991 desc: spoken only, for composing numbers
5992 user:
5993 <source>
5994 *: ""
5995 </source>
5996 <dest>
5997 *: ""
5998 </dest>
5999 <voice>
6000 *: "10"
6001 </voice>
6002</phrase>
6003<phrase>
6004 id: VOICE_ELEVEN
6005 desc: spoken only, for composing numbers
6006 user:
6007 <source>
6008 *: ""
6009 </source>
6010 <dest>
6011 *: ""
6012 </dest>
6013 <voice>
6014 *: "11"
6015 </voice>
6016</phrase>
6017<phrase>
6018 id: VOICE_TWELVE
6019 desc: spoken only, for composing numbers
6020 user:
6021 <source>
6022 *: ""
6023 </source>
6024 <dest>
6025 *: ""
6026 </dest>
6027 <voice>
6028 *: "12"
6029 </voice>
6030</phrase>
6031<phrase>
6032 id: VOICE_THIRTEEN
6033 desc: spoken only, for composing numbers
6034 user:
6035 <source>
6036 *: ""
6037 </source>
6038 <dest>
6039 *: ""
6040 </dest>
6041 <voice>
6042 *: "13"
6043 </voice>
6044</phrase>
6045<phrase>
6046 id: VOICE_FOURTEEN
6047 desc: spoken only, for composing numbers
6048 user:
6049 <source>
6050 *: ""
6051 </source>
6052 <dest>
6053 *: ""
6054 </dest>
6055 <voice>
6056 *: "14"
6057 </voice>
6058</phrase>
6059<phrase>
6060 id: VOICE_FIFTEEN
6061 desc: spoken only, for composing numbers
6062 user:
6063 <source>
6064 *: ""
6065 </source>
6066 <dest>
6067 *: ""
6068 </dest>
6069 <voice>
6070 *: "15"
6071 </voice>
6072</phrase>
6073<phrase>
6074 id: VOICE_SIXTEEN
6075 desc: spoken only, for composing numbers
6076 user:
6077 <source>
6078 *: ""
6079 </source>
6080 <dest>
6081 *: ""
6082 </dest>
6083 <voice>
6084 *: "16"
6085 </voice>
6086</phrase>
6087<phrase>
6088 id: VOICE_SEVENTEEN
6089 desc: spoken only, for composing numbers
6090 user:
6091 <source>
6092 *: ""
6093 </source>
6094 <dest>
6095 *: ""
6096 </dest>
6097 <voice>
6098 *: "17"
6099 </voice>
6100</phrase>
6101<phrase>
6102 id: VOICE_EIGHTEEN
6103 desc: spoken only, for composing numbers
6104 user:
6105 <source>
6106 *: ""
6107 </source>
6108 <dest>
6109 *: ""
6110 </dest>
6111 <voice>
6112 *: "18"
6113 </voice>
6114</phrase>
6115<phrase>
6116 id: VOICE_NINETEEN
6117 desc: spoken only, for composing numbers
6118 user:
6119 <source>
6120 *: ""
6121 </source>
6122 <dest>
6123 *: ""
6124 </dest>
6125 <voice>
6126 *: "19"
6127 </voice>
6128</phrase>
6129<phrase>
6130 id: VOICE_TWENTY
6131 desc: spoken only, for composing numbers
6132 user:
6133 <source>
6134 *: ""
6135 </source>
6136 <dest>
6137 *: ""
6138 </dest>
6139 <voice>
6140 *: "20"
6141 </voice>
6142</phrase>
6143<phrase>
6144 id: VOICE_THIRTY
6145 desc: spoken only, for composing numbers
6146 user:
6147 <source>
6148 *: ""
6149 </source>
6150 <dest>
6151 *: ""
6152 </dest>
6153 <voice>
6154 *: "30"
6155 </voice>
6156</phrase>
6157<phrase>
6158 id: VOICE_FORTY
6159 desc: spoken only, for composing numbers
6160 user:
6161 <source>
6162 *: ""
6163 </source>
6164 <dest>
6165 *: ""
6166 </dest>
6167 <voice>
6168 *: "40"
6169 </voice>
6170</phrase>
6171<phrase>
6172 id: VOICE_FIFTY
6173 desc: spoken only, for composing numbers
6174 user:
6175 <source>
6176 *: ""
6177 </source>
6178 <dest>
6179 *: ""
6180 </dest>
6181 <voice>
6182 *: "50"
6183 </voice>
6184</phrase>
6185<phrase>
6186 id: VOICE_SIXTY
6187 desc: spoken only, for composing numbers
6188 user:
6189 <source>
6190 *: ""
6191 </source>
6192 <dest>
6193 *: ""
6194 </dest>
6195 <voice>
6196 *: "60"
6197 </voice>
6198</phrase>
6199<phrase>
6200 id: VOICE_SEVENTY
6201 desc: spoken only, for composing numbers
6202 user:
6203 <source>
6204 *: ""
6205 </source>
6206 <dest>
6207 *: ""
6208 </dest>
6209 <voice>
6210 *: "70"
6211 </voice>
6212</phrase>
6213<phrase>
6214 id: VOICE_EIGHTY
6215 desc: spoken only, for composing numbers
6216 user:
6217 <source>
6218 *: ""
6219 </source>
6220 <dest>
6221 *: ""
6222 </dest>
6223 <voice>
6224 *: "80"
6225 </voice>
6226</phrase>
6227<phrase>
6228 id: VOICE_NINETY
6229 desc: spoken only, for composing numbers
6230 user:
6231 <source>
6232 *: ""
6233 </source>
6234 <dest>
6235 *: ""
6236 </dest>
6237 <voice>
6238 *: "90"
6239 </voice>
6240</phrase>
6241<phrase>
6242 id: VOICE_HUNDRED
6243 desc: spoken only, for composing numbers
6244 user:
6245 <source>
6246 *: ""
6247 </source>
6248 <dest>
6249 *: ""
6250 </dest>
6251 <voice>
6252 *: "hundred"
6253 </voice>
6254</phrase>
6255<phrase>
6256 id: VOICE_THOUSAND
6257 desc: spoken only, for composing numbers
6258 user:
6259 <source>
6260 *: ""
6261 </source>
6262 <dest>
6263 *: ""
6264 </dest>
6265 <voice>
6266 *: "thousand"
6267 </voice>
6268</phrase>
6269<phrase>
6270 id: VOICE_MILLION
6271 desc: spoken only, for composing numbers
6272 user:
6273 <source>
6274 *: ""
6275 </source>
6276 <dest>
6277 *: ""
6278 </dest>
6279 <voice>
6280 *: "million"
6281 </voice>
6282</phrase>
6283<phrase>
6284 id: VOICE_BILLION
6285 desc: spoken only, for composing numbers
6286 user:
6287 <source>
6288 *: ""
6289 </source>
6290 <dest>
6291 *: ""
6292 </dest>
6293 <voice>
6294 *: "billion"
6295 </voice>
6296</phrase>
6297<phrase>
6298 id: VOICE_MINUS
6299 desc: spoken only, for composing numbers
6300 user:
6301 <source>
6302 *: ""
6303 </source>
6304 <dest>
6305 *: ""
6306 </dest>
6307 <voice>
6308 *: "minus"
6309 </voice>
6310</phrase>
6311<phrase>
6312 id: VOICE_PLUS
6313 desc: spoken only, for composing numbers
6314 user:
6315 <source>
6316 *: ""
6317 </source>
6318 <dest>
6319 *: ""
6320 </dest>
6321 <voice>
6322 *: "plus"
6323 </voice>
6324</phrase>
6325<phrase>
6326 id: VOICE_MILLISECONDS
6327 desc: spoken only, a unit postfix
6328 user:
6329 <source>
6330 *: ""
6331 </source>
6332 <dest>
6333 *: ""
6334 </dest>
6335 <voice>
6336 *: "milliseconds"
6337 </voice>
6338</phrase>
6339<phrase>
6340 id: VOICE_SECOND
6341 desc: spoken only, a unit postfix
6342 user:
6343 <source>
6344 *: ""
6345 </source>
6346 <dest>
6347 *: ""
6348 </dest>
6349 <voice>
6350 *: "second"
6351 </voice>
6352</phrase>
6353<phrase>
6354 id: VOICE_SECONDS
6355 desc: spoken only, a unit postfix
6356 user:
6357 <source>
6358 *: ""
6359 </source>
6360 <dest>
6361 *: ""
6362 </dest>
6363 <voice>
6364 *: "seconds"
6365 </voice>
6366</phrase>
6367<phrase>
6368 id: VOICE_MINUTE
6369 desc: spoken only, a unit postfix
6370 user:
6371 <source>
6372 *: ""
6373 </source>
6374 <dest>
6375 *: ""
6376 </dest>
6377 <voice>
6378 *: "minute"
6379 </voice>
6380</phrase>
6381<phrase>
6382 id: VOICE_MINUTES
6383 desc: spoken only, a unit postfix
6384 user:
6385 <source>
6386 *: ""
6387 </source>
6388 <dest>
6389 *: ""
6390 </dest>
6391 <voice>
6392 *: "minutes"
6393 </voice>
6394</phrase>
6395<phrase>
6396 id: VOICE_HOUR
6397 desc: spoken only, a unit postfix
6398 user:
6399 <source>
6400 *: ""
6401 </source>
6402 <dest>
6403 *: ""
6404 </dest>
6405 <voice>
6406 *: "hour"
6407 </voice>
6408</phrase>
6409<phrase>
6410 id: VOICE_HOURS
6411 desc: spoken only, a unit postfix
6412 user:
6413 <source>
6414 *: ""
6415 </source>
6416 <dest>
6417 *: ""
6418 </dest>
6419 <voice>
6420 *: "hours"
6421 </voice>
6422</phrase>
6423<phrase>
6424 id: VOICE_KHZ
6425 desc: spoken only, a unit postfix
6426 user:
6427 <source>
6428 *: ""
6429 </source>
6430 <dest>
6431 *: ""
6432 </dest>
6433 <voice>
6434 *: "kilohertz"
6435 </voice>
6436</phrase>
6437<phrase>
6438 id: VOICE_DB
6439 desc: spoken only, a unit postfix
6440 user:
6441 <source>
6442 *: ""
6443 </source>
6444 <dest>
6445 *: ""
6446 </dest>
6447 <voice>
6448 *: "decibel"
6449 </voice>
6450</phrase>
6451<phrase>
6452 id: VOICE_PERCENT
6453 desc: spoken only, a unit postfix
6454 user:
6455 <source>
6456 *: ""
6457 </source>
6458 <dest>
6459 *: ""
6460 </dest>
6461 <voice>
6462 *: "percent"
6463 </voice>
6464</phrase>
6465<phrase>
6466 id: VOICE_MILLIAMPHOURS
6467 desc: spoken only, a unit postfix
6468 user:
6469 <source>
6470 *: ""
6471 </source>
6472 <dest>
6473 *: ""
6474 </dest>
6475 <voice>
6476 *: "milli-amp hours"
6477 </voice>
6478</phrase>
6479<phrase>
6480 id: VOICE_PIXEL
6481 desc: spoken only, a unit postfix
6482 user:
6483 <source>
6484 *: ""
6485 </source>
6486 <dest>
6487 *: ""
6488 </dest>
6489 <voice>
6490 *: "pixel"
6491 </voice>
6492</phrase>
6493<phrase>
6494 id: VOICE_PER_SEC
6495 desc: spoken only, a unit postfix
6496 user:
6497 <source>
6498 *: ""
6499 </source>
6500 <dest>
6501 *: ""
6502 </dest>
6503 <voice>
6504 *: "per second"
6505 </voice>
6506</phrase>
6507<phrase>
6508 id: VOICE_HERTZ
6509 desc: spoken only, a unit postfix
6510 user:
6511 <source>
6512 *: ""
6513 </source>
6514 <dest>
6515 *: ""
6516 </dest>
6517 <voice>
6518 *: "hertz"
6519 </voice>
6520</phrase>
6521<phrase>
6522 id: LANG_BYTE
6523 desc: a unit postfix
6524 user:
6525 <source>
6526 *: "B"
6527 </source>
6528 <dest>
6529 *: "B"
6530 </dest>
6531 <voice>
6532 *: ""
6533 </voice>
6534</phrase>
6535<phrase>
6536 id: LANG_KILOBYTE
6537 desc: a unit postfix, also voiced
6538 user:
6539 <source>
6540 *: "KB"
6541 </source>
6542 <dest>
6543 *: "KB"
6544 </dest>
6545 <voice>
6546 *: "kilobyte"
6547 </voice>
6548</phrase>
6549<phrase>
6550 id: LANG_MEGABYTE
6551 desc: a unit postfix, also voiced
6552 user:
6553 <source>
6554 *: "MB"
6555 </source>
6556 <dest>
6557 *: "MB"
6558 </dest>
6559 <voice>
6560 *: "megabyte"
6561 </voice>
6562</phrase>
6563<phrase>
6564 id: LANG_GIGABYTE
6565 desc: a unit postfix, also voiced
6566 user:
6567 <source>
6568 *: "GB"
6569 </source>
6570 <dest>
6571 *: "GB"
6572 </dest>
6573 <voice>
6574 *: "gigabyte"
6575 </voice>
6576</phrase>
6577<phrase>
6578 id: LANG_POINT
6579 desc: decimal separator for composing numbers
6580 user:
6581 <source>
6582 *: "."
6583 </source>
6584 <dest>
6585 *: "."
6586 </dest>
6587 <voice>
6588 *: "point"
6589 </voice>
6590</phrase>
6591<phrase>
6592 id: VOICE_CHAR_A
6593 desc: spoken only, for spelling
6594 user:
6595 <source>
6596 *: ""
6597 </source>
6598 <dest>
6599 *: ""
6600 </dest>
6601 <voice>
6602 *: "A"
6603 </voice>
6604</phrase>
6605<phrase>
6606 id: VOICE_CHAR_B
6607 desc: spoken only, for spelling
6608 user:
6609 <source>
6610 *: ""
6611 </source>
6612 <dest>
6613 *: ""
6614 </dest>
6615 <voice>
6616 *: "B"
6617 </voice>
6618</phrase>
6619<phrase>
6620 id: VOICE_CHAR_C
6621 desc: spoken only, for spelling
6622 user:
6623 <source>
6624 *: ""
6625 </source>
6626 <dest>
6627 *: ""
6628 </dest>
6629 <voice>
6630 *: "C"
6631 </voice>
6632</phrase>
6633<phrase>
6634 id: VOICE_CHAR_D
6635 desc: spoken only, for spelling
6636 user:
6637 <source>
6638 *: ""
6639 </source>
6640 <dest>
6641 *: ""
6642 </dest>
6643 <voice>
6644 *: "D"
6645 </voice>
6646</phrase>
6647<phrase>
6648 id: VOICE_CHAR_E
6649 desc: spoken only, for spelling
6650 user:
6651 <source>
6652 *: ""
6653 </source>
6654 <dest>
6655 *: ""
6656 </dest>
6657 <voice>
6658 *: "E"
6659 </voice>
6660</phrase>
6661<phrase>
6662 id: VOICE_CHAR_F
6663 desc: spoken only, for spelling
6664 user:
6665 <source>
6666 *: ""
6667 </source>
6668 <dest>
6669 *: ""
6670 </dest>
6671 <voice>
6672 *: "F"
6673 </voice>
6674</phrase>
6675<phrase>
6676 id: VOICE_CHAR_G
6677 desc: spoken only, for spelling
6678 user:
6679 <source>
6680 *: ""
6681 </source>
6682 <dest>
6683 *: ""
6684 </dest>
6685 <voice>
6686 *: "G"
6687 </voice>
6688</phrase>
6689<phrase>
6690 id: VOICE_CHAR_H
6691 desc: spoken only, for spelling
6692 user:
6693 <source>
6694 *: ""
6695 </source>
6696 <dest>
6697 *: ""
6698 </dest>
6699 <voice>
6700 *: "H"
6701 </voice>
6702</phrase>
6703<phrase>
6704 id: VOICE_CHAR_I
6705 desc: spoken only, for spelling
6706 user:
6707 <source>
6708 *: ""
6709 </source>
6710 <dest>
6711 *: ""
6712 </dest>
6713 <voice>
6714 *: "I"
6715 </voice>
6716</phrase>
6717<phrase>
6718 id: VOICE_CHAR_J
6719 desc: spoken only, for spelling
6720 user:
6721 <source>
6722 *: ""
6723 </source>
6724 <dest>
6725 *: ""
6726 </dest>
6727 <voice>
6728 *: "J"
6729 </voice>
6730</phrase>
6731<phrase>
6732 id: VOICE_CHAR_K
6733 desc: spoken only, for spelling
6734 user:
6735 <source>
6736 *: ""
6737 </source>
6738 <dest>
6739 *: ""
6740 </dest>
6741 <voice>
6742 *: "K"
6743 </voice>
6744</phrase>
6745<phrase>
6746 id: VOICE_CHAR_L
6747 desc: spoken only, for spelling
6748 user:
6749 <source>
6750 *: ""
6751 </source>
6752 <dest>
6753 *: ""
6754 </dest>
6755 <voice>
6756 *: "L"
6757 </voice>
6758</phrase>
6759<phrase>
6760 id: VOICE_CHAR_M
6761 desc: spoken only, for spelling
6762 user:
6763 <source>
6764 *: ""
6765 </source>
6766 <dest>
6767 *: ""
6768 </dest>
6769 <voice>
6770 *: "M"
6771 </voice>
6772</phrase>
6773<phrase>
6774 id: VOICE_CHAR_N
6775 desc: spoken only, for spelling
6776 user:
6777 <source>
6778 *: ""
6779 </source>
6780 <dest>
6781 *: ""
6782 </dest>
6783 <voice>
6784 *: "N"
6785 </voice>
6786</phrase>
6787<phrase>
6788 id: VOICE_CHAR_O
6789 desc: spoken only, for spelling
6790 user:
6791 <source>
6792 *: ""
6793 </source>
6794 <dest>
6795 *: ""
6796 </dest>
6797 <voice>
6798 *: "O"
6799 </voice>
6800</phrase>
6801<phrase>
6802 id: VOICE_CHAR_P
6803 desc: spoken only, for spelling
6804 user:
6805 <source>
6806 *: ""
6807 </source>
6808 <dest>
6809 *: ""
6810 </dest>
6811 <voice>
6812 *: "P"
6813 </voice>
6814</phrase>
6815<phrase>
6816 id: VOICE_CHAR_Q
6817 desc: spoken only, for spelling
6818 user:
6819 <source>
6820 *: ""
6821 </source>
6822 <dest>
6823 *: ""
6824 </dest>
6825 <voice>
6826 *: "Q"
6827 </voice>
6828</phrase>
6829<phrase>
6830 id: VOICE_CHAR_R
6831 desc: spoken only, for spelling
6832 user:
6833 <source>
6834 *: ""
6835 </source>
6836 <dest>
6837 *: ""
6838 </dest>
6839 <voice>
6840 *: "R"
6841 </voice>
6842</phrase>
6843<phrase>
6844 id: VOICE_CHAR_S
6845 desc: spoken only, for spelling
6846 user:
6847 <source>
6848 *: ""
6849 </source>
6850 <dest>
6851 *: ""
6852 </dest>
6853 <voice>
6854 *: "S"
6855 </voice>
6856</phrase>
6857<phrase>
6858 id: VOICE_CHAR_T
6859 desc: spoken only, for spelling
6860 user:
6861 <source>
6862 *: ""
6863 </source>
6864 <dest>
6865 *: ""
6866 </dest>
6867 <voice>
6868 *: "T"
6869 </voice>
6870</phrase>
6871<phrase>
6872 id: VOICE_CHAR_U
6873 desc: spoken only, for spelling
6874 user:
6875 <source>
6876 *: ""
6877 </source>
6878 <dest>
6879 *: ""
6880 </dest>
6881 <voice>
6882 *: "U"
6883 </voice>
6884</phrase>
6885<phrase>
6886 id: VOICE_CHAR_V
6887 desc: spoken only, for spelling
6888 user:
6889 <source>
6890 *: ""
6891 </source>
6892 <dest>
6893 *: ""
6894 </dest>
6895 <voice>
6896 *: "V"
6897 </voice>
6898</phrase>
6899<phrase>
6900 id: VOICE_CHAR_W
6901 desc: spoken only, for spelling
6902 user:
6903 <source>
6904 *: ""
6905 </source>
6906 <dest>
6907 *: ""
6908 </dest>
6909 <voice>
6910 *: "W"
6911 </voice>
6912</phrase>
6913<phrase>
6914 id: VOICE_CHAR_X
6915 desc: spoken only, for spelling
6916 user:
6917 <source>
6918 *: ""
6919 </source>
6920 <dest>
6921 *: ""
6922 </dest>
6923 <voice>
6924 *: "X"
6925 </voice>
6926</phrase>
6927<phrase>
6928 id: VOICE_CHAR_Y
6929 desc: spoken only, for spelling
6930 user:
6931 <source>
6932 *: ""
6933 </source>
6934 <dest>
6935 *: ""
6936 </dest>
6937 <voice>
6938 *: "Y"
6939 </voice>
6940</phrase>
6941<phrase>
6942 id: VOICE_CHAR_Z
6943 desc: spoken only, for spelling
6944 user:
6945 <source>
6946 *: ""
6947 </source>
6948 <dest>
6949 *: ""
6950 </dest>
6951 <voice>
6952 *: "Z"
6953 </voice>
6954</phrase>
6955<phrase>
6956 id: VOICE_DOT
6957 desc: spoken only, for spelling
6958 user:
6959 <source>
6960 *: ""
6961 </source>
6962 <dest>
6963 *: ""
6964 </dest>
6965 <voice>
6966 *: "dot"
6967 </voice>
6968</phrase>
6969<phrase>
6970 id: VOICE_PAUSE
6971 desc: spoken only, for spelling, a split second of silence (difficult to author)
6972 user:
6973 <source>
6974 *: ""
6975 </source>
6976 <dest>
6977 *: ""
6978 </dest>
6979 <voice>
6980 *: " "
6981 </voice>
6982</phrase>
6983<phrase>
6984 id: VOICE_FILE
6985 desc: spoken only, prefix for file number
6986 user:
6987 <source>
6988 *: ""
6989 </source>
6990 <dest>
6991 *: ""
6992 </dest>
6993 <voice>
6994 *: "file"
6995 </voice>
6996</phrase>
6997<phrase>
6998 id: VOICE_DIR
6999 desc: spoken only, prefix for directory number
7000 user:
7001 <source>
7002 *: ""
7003 </source>
7004 <dest>
7005 *: ""
7006 </dest>
7007 <voice>
7008 *: "folder"
7009 </voice>
7010</phrase>
7011<phrase>
7012 id: VOICE_EXT_MPA
7013 desc: spoken only, for file extension
7014 user:
7015 <source>
7016 *: ""
7017 </source>
7018 <dest>
7019 *: ""
7020 </dest>
7021 <voice>
7022 *: "audio"
7023 </voice>
7024</phrase>
7025<phrase>
7026 id: VOICE_EXT_CFG
7027 desc: spoken only, for file extension
7028 user:
7029 <source>
7030 *: ""
7031 </source>
7032 <dest>
7033 *: ""
7034 </dest>
7035 <voice>
7036 *: "configuration"
7037 </voice>
7038</phrase>
7039<phrase>
7040 id: VOICE_EXT_WPS
7041 desc: spoken only, for file extension
7042 user:
7043 <source>
7044 *: ""
7045 </source>
7046 <dest>
7047 *: ""
7048 </dest>
7049 <voice>
7050 *: "while-playing-screen"
7051 </voice>
7052</phrase>
7053<phrase>
7054 id: VOICE_EXT_TXT
7055 desc: spoken only, for file extension
7056 user:
7057 <source>
7058 *: ""
7059 </source>
7060 <dest>
7061 *: ""
7062 </dest>
7063 <voice>
7064 *: "text"
7065 </voice>
7066</phrase>
7067<phrase>
7068 id: VOICE_EXT_ROCK
7069 desc: spoken only, for file extension
7070 user:
7071 <source>
7072 *: ""
7073 </source>
7074 <dest>
7075 *: ""
7076 </dest>
7077 <voice>
7078 *: "plugin"
7079 </voice>
7080</phrase>
7081<phrase>
7082 id: VOICE_EXT_FONT
7083 desc: spoken only, for file extension
7084 user:
7085 <source>
7086 *: ""
7087 </source>
7088 <dest>
7089 *: ""
7090 </dest>
7091 <voice>
7092 *: "font"
7093 </voice>
7094</phrase>
7095<phrase>
7096 id: VOICE_EXT_BMARK
7097 desc: spoken only, for file extension and the word in general
7098 user:
7099 <source>
7100 *: ""
7101 </source>
7102 <dest>
7103 *: ""
7104 </dest>
7105 <voice>
7106 *: "bookmark"
7107 </voice>
7108</phrase>
7109<phrase>
7110 id: VOICE_EXT_UCL
7111 desc: spoken only, for file extension
7112 user:
7113 <source>
7114 *: ""
7115 </source>
7116 <dest>
7117 *: ""
7118 </dest>
7119 <voice>
7120 *: "flash"
7121 </voice>
7122</phrase>
7123<phrase>
7124 id: VOICE_EXT_AJZ
7125 desc: spoken only, for file extension
7126 user:
7127 <source>
7128 *: ""
7129 </source>
7130 <dest>
7131 *: ""
7132 </dest>
7133 <voice>
7134 *: "firmware"
7135 </voice>
7136</phrase>
7137<phrase>
7138 id: VOICE_EXT_RWPS
7139 desc: spoken only, for file extension
7140 user:
7141 <source>
7142 *: ""
7143 </source>
7144 <dest>
7145 *: ""
7146 </dest>
7147 <voice>
7148 *: "remote while-playing-screen"
7149 </voice>
7150</phrase>
7151<phrase>
7152 id: VOICE_EXT_KBD
7153 desc: spoken only, for file extension
7154 user:
7155 <source>
7156 *: ""
7157 </source>
7158 <dest>
7159 *: ""
7160 </dest>
7161 <voice>
7162 *: "keyboard"
7163 </voice>
7164</phrase>
7165<phrase>
7166 id: LANG_PLAYLIST_LOAD
7167 desc: displayed on screen while loading a playlist
7168 user:
7169 <source>
7170 *: "Loading..."
7171 </source>
7172 <dest>
7173 *: "Loading..."
7174 </dest>
7175 <voice>
7176 *: ""
7177 </voice>
7178</phrase>
7179<phrase>
7180 id: LANG_PLAYLIST_SHUFFLE
7181 desc: displayed on screen while shuffling a playlist
7182 user:
7183 <source>
7184 *: "Shuffling..."
7185 </source>
7186 <dest>
7187 *: "Shuffling..."
7188 </dest>
7189 <voice>
7190 *: ""
7191 </voice>
7192</phrase>
7193<phrase>
7194 id: LANG_PLAYLIST_BUFFER_FULL
7195 desc: in playlist.indices() when playlist is full
7196 user:
7197 <source>
7198 *: "Playlist Buffer Full"
7199 </source>
7200 <dest>
7201 *: "Playlist Buffer Full"
7202 </dest>
7203 <voice>
7204 *: ""
7205 </voice>
7206</phrase>
7207<phrase>
7208 id: LANG_END_PLAYLIST_PLAYER
7209 desc: when playlist has finished
7210 user:
7211 <source>
7212 *: "End of List"
7213 </source>
7214 <dest>
7215 *: "End of List"
7216 </dest>
7217 <voice>
7218 *: ""
7219 </voice>
7220</phrase>
7221<phrase>
7222 id: LANG_END_PLAYLIST_RECORDER
7223 desc: when playlist has finished
7224 user:
7225 <source>
7226 *: "End of Song List"
7227 </source>
7228 <dest>
7229 *: "End of Song List"
7230 </dest>
7231 <voice>
7232 *: ""
7233 </voice>
7234</phrase>
7235<phrase>
7236 id: LANG_CREATING
7237 desc: Screen feedback during playlist creation
7238 user:
7239 <source>
7240 *: "Creating"
7241 </source>
7242 <dest>
7243 *: "Creating"
7244 </dest>
7245 <voice>
7246 *: ""
7247 </voice>
7248</phrase>
7249<phrase>
7250 id: LANG_PLAYLIST_INSERT_COUNT
7251 desc: splash number of tracks inserted
7252 user:
7253 <source>
7254 *: "Inserted %d tracks (%s)"
7255 </source>
7256 <dest>
7257 *: "Inserted %d tracks (%s)"
7258 </dest>
7259 <voice>
7260 *: ""
7261 </voice>
7262</phrase>
7263<phrase>
7264 id: LANG_PLAYLIST_QUEUE_COUNT
7265 desc: splash number of tracks queued
7266 user:
7267 <source>
7268 *: "Queued %d tracks (%s)"
7269 </source>
7270 <dest>
7271 *: "Queued %d tracks (%s)"
7272 </dest>
7273 <voice>
7274 *: ""
7275 </voice>
7276</phrase>
7277<phrase>
7278 id: LANG_PLAYLIST_SAVE_COUNT
7279 desc: splash number of tracks saved
7280 user:
7281 <source>
7282 *: "Saved %d tracks (%s)"
7283 </source>
7284 <dest>
7285 *: "Saved %d tracks (%s)"
7286 </dest>
7287 <voice>
7288 *: ""
7289 </voice>
7290</phrase>
7291<phrase>
7292 id: LANG_RECURSE_DIRECTORY_QUESTION
7293 desc: Asked from onplay screen
7294 user:
7295 <source>
7296 *: "Recursively?"
7297 </source>
7298 <dest>
7299 *: "Recursively?"
7300 </dest>
7301 <voice>
7302 *: ""
7303 </voice>
7304</phrase>
7305<phrase>
7306 id: LANG_WARN_ERASEDYNPLAYLIST_PROMPT
7307 desc: prompt shown when about to erase a modified dynamic playlist
7308 user:
7309 <source>
7310 *: "Erase dynamic playlist?"
7311 </source>
7312 <dest>
7313 *: "Erase dynamic playlist?"
7314 </dest>
7315 <voice>
7316 *:
7317 </voice>
7318</phrase>
7319<phrase>
7320 id: LANG_NOTHING_TO_RESUME
7321 desc: Error message displayed when resume button pressed but no playlist
7322 user:
7323 <source>
7324 *: "Nothing to resume"
7325 </source>
7326 <dest>
7327 *: "Nothing to resume"
7328 </dest>
7329 <voice>
7330 *: ""
7331 </voice>
7332</phrase>
7333<phrase>
7334 id: LANG_PLAYLIST_CONTROL_UPDATE_ERROR
7335 desc: Playlist error
7336 user:
7337 <source>
7338 *: "Error updating playlist control file"
7339 </source>
7340 <dest>
7341 *: "Error updating playlist control file"
7342 </dest>
7343 <voice>
7344 *: ""
7345 </voice>
7346</phrase>
7347<phrase>
7348 id: LANG_PLAYLIST_ACCESS_ERROR
7349 desc: Playlist error
7350 user:
7351 <source>
7352 *: "Error accessing playlist file"
7353 </source>
7354 <dest>
7355 *: "Error accessing playlist file"
7356 </dest>
7357 <voice>
7358 *: ""
7359 </voice>
7360</phrase>
7361<phrase>
7362 id: LANG_PLAYLIST_CONTROL_ACCESS_ERROR
7363 desc: Playlist error
7364 user:
7365 <source>
7366 *: "Error accessing playlist control file"
7367 </source>
7368 <dest>
7369 *: "Error accessing playlist control file"
7370 </dest>
7371 <voice>
7372 *: ""
7373 </voice>
7374</phrase>
7375<phrase>
7376 id: LANG_PLAYLIST_DIRECTORY_ACCESS_ERROR
7377 desc: Playlist error
7378 user:
7379 <source>
7380 *: "Error accessing directory"
7381 </source>
7382 <dest>
7383 *: "Error accessing directory"
7384 </dest>
7385 <voice>
7386 *: ""
7387 </voice>
7388</phrase>
7389<phrase>
7390 id: LANG_PLAYLIST_CONTROL_INVALID
7391 desc: Playlist resume error
7392 user:
7393 <source>
7394 *: "Playlist control file is invalid"
7395 </source>
7396 <dest>
7397 *: "Playlist control file is invalid"
7398 </dest>
7399 <voice>
7400 *: ""
7401 </voice>
7402</phrase>
7403<phrase>
7404 id: LANG_FM_STATION
7405 desc: in radio screen
7406 user:
7407 <source>
7408 *: "Station: %d.%dMHz"
7409 </source>
7410 <dest>
7411 *: "Station: %d.%dMHz"
7412 </dest>
7413 <voice>
7414 *: ""
7415 </voice>
7416</phrase>
7417<phrase>
7418 id: LANG_FM_NO_PRESETS
7419 desc: error when preset list is empty
7420 user:
7421 <source>
7422 *: "No presets"
7423 </source>
7424 <dest>
7425 *: "No presets"
7426 </dest>
7427 <voice>
7428 *: ""
7429 </voice>
7430</phrase>
7431<phrase>
7432 id: LANG_FM_ADD_PRESET
7433 desc: in radio menu
7434 user:
7435 <source>
7436 *: "Add Preset"
7437 </source>
7438 <dest>
7439 *: "Add Preset"
7440 </dest>
7441 <voice>
7442 *: "Add Preset"
7443 </voice>
7444</phrase>
7445<phrase>
7446 id: LANG_FM_EDIT_PRESET
7447 desc: in radio screen
7448 user:
7449 <source>
7450 *: "Edit Preset"
7451 </source>
7452 <dest>
7453 *: "Edit Preset"
7454 </dest>
7455 <voice>
7456 *: ""
7457 </voice>
7458</phrase>
7459<phrase>
7460 id: LANG_FM_DELETE_PRESET
7461 desc: in radio screen
7462 user:
7463 <source>
7464 *: "Remove Preset"
7465 </source>
7466 <dest>
7467 *: "Remove Preset"
7468 </dest>
7469 <voice>
7470 *: ""
7471 </voice>
7472</phrase>
7473<phrase>
7474 id: LANG_FM_PRESET_SAVE_FAILED
7475 desc: in radio screen
7476 user:
7477 <source>
7478 *: "Preset Save Failed"
7479 </source>
7480 <dest>
7481 *: "Preset Save Failed"
7482 </dest>
7483 <voice>
7484 *: ""
7485 </voice>
7486</phrase>
7487<phrase>
7488 id: LANG_FM_NO_FREE_PRESETS
7489 desc: in radio screen
7490 user:
7491 <source>
7492 *: "The Preset List is Full"
7493 </source>
7494 <dest>
7495 *: "The Preset List is Full"
7496 </dest>
7497 <voice>
7498 *: ""
7499 </voice>
7500</phrase>
7501<phrase>
7502 id: LANG_BUTTONBAR_MENU
7503 desc: in button bar
7504 user:
7505 <source>
7506 *: "Menu"
7507 </source>
7508 <dest>
7509 *: "Menu"
7510 </dest>
7511 <voice>
7512 *: ""
7513 </voice>
7514</phrase>
7515<phrase>
7516 id: LANG_FM_BUTTONBAR_EXIT
7517 desc: in radio screen
7518 user:
7519 <source>
7520 *: "Exit"
7521 </source>
7522 <dest>
7523 *: "Exit"
7524 </dest>
7525 <voice>
7526 *: ""
7527 </voice>
7528</phrase>
7529<phrase>
7530 id: LANG_FM_BUTTONBAR_ACTION
7531 desc: in radio screen
7532 user:
7533 <source>
7534 *: "Action"
7535 </source>
7536 <dest>
7537 *: "Action"
7538 </dest>
7539 <voice>
7540 *: ""
7541 </voice>
7542</phrase>
7543<phrase>
7544 id: LANG_FM_BUTTONBAR_PRESETS
7545 desc: in button bar
7546 user:
7547 <source>
7548 *: "Preset"
7549 </source>
7550 <dest>
7551 *: "Preset"
7552 </dest>
7553 <voice>
7554 *: ""
7555 </voice>
7556</phrase>
7557<phrase>
7558 id: LANG_FM_BUTTONBAR_ADD
7559 desc: in radio screen
7560 user:
7561 <source>
7562 *: "Add"
7563 </source>
7564 <dest>
7565 *: "Add"
7566 </dest>
7567 <voice>
7568 *: ""
7569 </voice>
7570</phrase>
7571<phrase>
7572 id: LANG_FM_BUTTONBAR_RECORD
7573 desc: in radio screen
7574 user:
7575 <source>
7576 *: "Record"
7577 </source>
7578 <dest>
7579 *: "Record"
7580 </dest>
7581 <voice>
7582 *: ""
7583 </voice>
7584</phrase>
7585<phrase>
7586 id: LANG_FM_MONO_MODE
7587 desc: in radio screen
7588 user:
7589 <source>
7590 *: "Force mono"
7591 </source>
7592 <dest>
7593 *: "Force mono"
7594 </dest>
7595 <voice>
7596 *: ""
7597 </voice>
7598</phrase>
7599<phrase>
7600 id: LANG_FM_FREEZE
7601 desc: splash screen during freeze in radio mode
7602 user:
7603 <source>
7604 *: "Screen frozen!"
7605 </source>
7606 <dest>
7607 *: "Screen frozen!"
7608 </dest>
7609 <voice>
7610 *: ""
7611 </voice>
7612</phrase>
7613<phrase>
7614 id: LANG_FM_SCAN_PRESETS
7615 desc: in radio menu
7616 user:
7617 <source>
7618 *: "Auto-Scan Presets"
7619 </source>
7620 <dest>
7621 *: "Auto-Scan Presets"
7622 </dest>
7623 <voice>
7624 *: "Auto scan presets"
7625 </voice>
7626</phrase>
7627<phrase>
7628 id: LANG_FM_CLEAR_PRESETS
7629 desc: confirmation if presets can be cleared
7630 user:
7631 <source>
7632 *: "Clear Current Presets?"
7633 </source>
7634 <dest>
7635 *: "Clear Current Presets?"
7636 </dest>
7637 <voice>
7638 *: ""
7639 </voice>
7640</phrase>
7641<phrase>
7642 id: LANG_FM_SCANNING
7643 desc: during auto scan
7644 user:
7645 <source>
7646 *: "Scanning %d.%01dMHz"
7647 </source>
7648 <dest>
7649 *: "Scanning %d.%01dMHz"
7650 </dest>
7651 <voice>
7652 *: ""
7653 </voice>
7654</phrase>
7655<phrase>
7656 id: LANG_FM_DEFAULT_PRESET_NAME
7657 desc: default preset name for auto scan mode
7658 user:
7659 <source>
7660 *: "%d.%01dMHz"
7661 </source>
7662 <dest>
7663 *: "%d.%01dMHz"
7664 </dest>
7665 <voice>
7666 *:
7667 </voice>
7668</phrase>
7669<phrase>
7670 id: LANG_FM_TUNE_MODE
7671 desc: in radio screen / menu
7672 user:
7673 <source>
7674 *: "Mode:"
7675 </source>
7676 <dest>
7677 *: "Mode:"
7678 </dest>
7679 <voice>
7680 *: ""
7681 </voice>
7682</phrase>
7683<phrase>
7684 id: LANG_RADIO_SCAN_MODE
7685 desc: in radio screen / menu
7686 user:
7687 <source>
7688 *: "Scan"
7689 </source>
7690 <dest>
7691 *: "Scan"
7692 </dest>
7693 <voice>
7694 *: ""
7695 </voice>
7696</phrase>
7697<phrase>
7698 id: LANG_RADIO_PRESET_MODE
7699 desc: in radio screen / menu
7700 user:
7701 <source>
7702 *: "Preset"
7703 </source>
7704 <dest>
7705 *: "Preset"
7706 </dest>
7707 <voice>
7708 *: ""
7709 </voice>
7710</phrase>
7711<phrase>
7712 id: LANG_DIRBROWSE_F1
7713 desc: in dir browser, F1 button bar text
7714 user:
7715 <source>
7716 *: "Menu"
7717 </source>
7718 <dest>
7719 *: "Menu"
7720 </dest>
7721 <voice>
7722 *: ""
7723 </voice>
7724</phrase>
7725<phrase>
7726 id: LANG_DIRBROWSE_F2
7727 desc: in dir browser, F2 button bar text
7728 user:
7729 <source>
7730 *: "Option"
7731 </source>
7732 <dest>
7733 *: "Option"
7734 </dest>
7735 <voice>
7736 *: ""
7737 </voice>
7738</phrase>
7739<phrase>
7740 id: LANG_DIRBROWSE_F3
7741 desc: in dir browser, F3 button bar text
7742 user:
7743 <source>
7744 *: "LCD"
7745 </source>
7746 <dest>
7747 *: "LCD"
7748 </dest>
7749 <voice>
7750 *: ""
7751 </voice>
7752</phrase>
7753<phrase>
7754 id: LANG_SHOWDIR_BUFFER_FULL
7755 desc: in showdir(), displayed on screen when you reach buffer limit
7756 user:
7757 <source>
7758 *: "Dir Buffer is Full!"
7759 </source>
7760 <dest>
7761 *: "Dir Buffer is Full!"
7762 </dest>
7763 <voice>
7764 *: ""
7765 </voice>
7766</phrase>
7767<phrase>
7768 id: LANG_LANGUAGE_LOADED
7769 desc: shown when a language has been loaded from the dir browser
7770 user:
7771 <source>
7772 *: "New Language"
7773 </source>
7774 <dest>
7775 *: "New Language"
7776 </dest>
7777 <voice>
7778 *: ""
7779 </voice>
7780</phrase>
7781<phrase>
7782 id: LANG_SETTINGS_LOADED
7783 desc: Feedback shown when a .cfg file is loaded
7784 user:
7785 <source>
7786 *: "Settings Loaded"
7787 </source>
7788 <dest>
7789 *: "Settings Loaded"
7790 </dest>
7791 <voice>
7792 *: ""
7793 </voice>
7794</phrase>
7795<phrase>
7796 id: LANG_SETTINGS_SAVED
7797 desc: Feedback shown when a .cfg file is saved
7798 user:
7799 <source>
7800 *: "Settings Saved"
7801 </source>
7802 <dest>
7803 *: "Settings Saved"
7804 </dest>
7805 <voice>
7806 *: ""
7807 </voice>
7808</phrase>
7809<phrase>
7810 id: LANG_BOOT_CHANGED
7811 desc: File browser discovered the boot file was changed
7812 user:
7813 <source>
7814 *: "Boot changed"
7815 </source>
7816 <dest>
7817 *: "Boot changed"
7818 </dest>
7819 <voice>
7820 *: ""
7821 </voice>
7822</phrase>
7823<phrase>
7824 id: LANG_REBOOT_NOW
7825 desc: Do you want to reboot?
7826 user:
7827 <source>
7828 *: "Reboot now?"
7829 </source>
7830 <dest>
7831 *: "Reboot now?"
7832 </dest>
7833 <voice>
7834 *: ""
7835 </voice>
7836</phrase>
7837<phrase>
7838 id: LANG_OFF_ABORT
7839 desc: Used on recorder models
7840 user:
7841 <source>
7842 *: "OFF to abort"
7843 </source>
7844 <dest>
7845 *: "OFF to abort"
7846 </dest>
7847 <voice>
7848 *: ""
7849 </voice>
7850</phrase>
7851<phrase>
7852 id: LANG_STOP_ABORT
7853 desc: Used on player models
7854 user:
7855 <source>
7856 *: "STOP to abort"
7857 </source>
7858 <dest>
7859 *: "STOP to abort"
7860 </dest>
7861 <voice>
7862 *: ""
7863 </voice>
7864</phrase>
7865<phrase>
7866 id: LANG_NO_FILES
7867 desc: in settings_menu
7868 user:
7869 <source>
7870 *: "No files"
7871 </source>
7872 <dest>
7873 *: "No files"
7874 </dest>
7875 <voice>
7876 *: ""
7877 </voice>
7878</phrase>
7879<phrase>
7880 id: LANG_BACKDROP_LOADED
7881 desc: text for splash to indicate a new backdrop has been loaded successfully
7882 user:
7883 <source>
7884 *: "Backdrop Loaded"
7885 </source>
7886 <dest>
7887 *: "Backdrop Loaded"
7888 </dest>
7889 <voice>
7890 *: ""
7891 </voice>
7892</phrase>
7893<phrase>
7894 id: LANG_BACKDROP_FAILED
7895 desc: text for splash to indicate a failure to load a bitmap as backdrop
7896 user:
7897 <source>
7898 *: "Backdrop Failed"
7899 </source>
7900 <dest>
7901 *: "Backdrop Failed"
7902 </dest>
7903 <voice>
7904 *: ""
7905 </voice>
7906</phrase>
7907<phrase>
7908 id: LANG_KEYBOARD_LOADED
7909 desc: shown when a keyboard has been loaded from the dir browser
7910 user:
7911 <source>
7912 *: "New Keyboard"
7913 </source>
7914 <dest>
7915 *: "New Keyboard"
7916 </dest>
7917 <voice>
7918 *: ""
7919 </voice>
7920</phrase>
7921<phrase>
7922 id: LANG_ID3DB_ARTISTS
7923 desc: ID3 virtual folder name
7924 user:
7925 <source>
7926 *: "Artists"
7927 </source>
7928 <dest>
7929 *: "Artists"
7930 </dest>
7931 <voice>
7932 *: ""
7933 </voice>
7934</phrase>
7935<phrase>
7936 id: LANG_ID3DB_ALBUMS
7937 desc: ID3 virtual folder name
7938 user:
7939 <source>
7940 *: "Albums"
7941 </source>
7942 <dest>
7943 *: "Albums"
7944 </dest>
7945 <voice>
7946 *: ""
7947 </voice>
7948</phrase>
7949<phrase>
7950 id: LANG_ID3DB_SONGS
7951 desc: ID3 virtual folder name
7952 user:
7953 <source>
7954 *: "Songs"
7955 </source>
7956 <dest>
7957 *: "Songs"
7958 </dest>
7959 <voice>
7960 *: ""
7961 </voice>
7962</phrase>
7963<phrase>
7964 id: LANG_ID3DB_GENRES
7965 desc: in tag cache
7966 user:
7967 <source>
7968 *: "Genres"
7969 </source>
7970 <dest>
7971 *: "Genres"
7972 </dest>
7973 <voice>
7974 *: ""
7975 </voice>
7976</phrase>
7977<phrase>
7978 id: LANG_ID3DB_SEARCH
7979 desc: ID3 virtual folder name
7980 user:
7981 <source>
7982 *: "Search"
7983 </source>
7984 <dest>
7985 *: "Search"
7986 </dest>
7987 <voice>
7988 *: ""
7989 </voice>
7990</phrase>
7991<phrase>
7992 id: LANG_ID3DB_SEARCH_ARTISTS
7993 desc: ID3 virtual folder name
7994 user:
7995 <source>
7996 *: "Search Artists"
7997 </source>
7998 <dest>
7999 *: "Search Artists"
8000 </dest>
8001 <voice>
8002 *: ""
8003 </voice>
8004</phrase>
8005<phrase>
8006 id: LANG_ID3DB_SEARCH_ALBUMS
8007 desc: ID3 virtual folder name
8008 user:
8009 <source>
8010 *: "Search Albums"
8011 </source>
8012 <dest>
8013 *: "Search Albums"
8014 </dest>
8015 <voice>
8016 *: ""
8017 </voice>
8018</phrase>
8019<phrase>
8020 id: LANG_ID3DB_SEARCH_SONGS
8021 desc: ID3 virtual folder name
8022 user:
8023 <source>
8024 *: "Search Songs"
8025 </source>
8026 <dest>
8027 *: "Search Songs"
8028 </dest>
8029 <voice>
8030 *: ""
8031 </voice>
8032</phrase>
8033<phrase>
8034 id: LANG_ID3DB_MATCHES
8035 desc: ID3 virtual folder name
8036 user:
8037 <source>
8038 *: "Found %d matches"
8039 </source>
8040 <dest>
8041 *: "Found %d matches"
8042 </dest>
8043 <voice>
8044 *: ""
8045 </voice>
8046</phrase>
8047<phrase>
8048 id: LANG_ID3DB_ALL_SONGS
8049 desc: ID3 virtual folder name
8050 user:
8051 <source>
8052 *: "<All songs>"
8053 </source>
8054 <dest>
8055 *: "<All songs>"
8056 </dest>
8057 <voice>
8058 *: ""
8059 </voice>
8060</phrase>
8061<phrase>
8062 id: LANG_MOVE
8063 desc: The verb/action Move
8064 user:
8065 <source>
8066 *: "Move"
8067 </source>
8068 <dest>
8069 *: "Move"
8070 </dest>
8071 <voice>
8072 *: "Move"
8073 </voice>
8074</phrase>
8075<phrase>
8076 id: LANG_MOVE_FAILED
8077 desc: Error message displayed in playlist viewer
8078 user:
8079 <source>
8080 *: "Move Failed"
8081 </source>
8082 <dest>
8083 *: "Move Failed"
8084 </dest>
8085 <voice>
8086 *: ""
8087 </voice>
8088</phrase>
8089<phrase>
8090 id: LANG_SHOW_INDICES
8091 desc: in playlist viewer menu
8092 user:
8093 <source>
8094 *: "Show Indices"
8095 </source>
8096 <dest>
8097 *: "Show Indices"
8098 </dest>
8099 <voice>
8100 *: "Show Indices"
8101 </voice>
8102</phrase>
8103<phrase>
8104 id: LANG_TRACK_DISPLAY
8105 desc: in playlist viewer on+play menu
8106 user:
8107 <source>
8108 *: "Track Display"
8109 </source>
8110 <dest>
8111 *: "Track Display"
8112 </dest>
8113 <voice>
8114 *: "Track Display"
8115 </voice>
8116</phrase>
8117<phrase>
8118 id: LANG_DISPLAY_TRACK_NAME_ONLY
8119 desc: track display options
8120 user:
8121 <source>
8122 *: "Track Name Only"
8123 </source>
8124 <dest>
8125 *: "Track Name Only"
8126 </dest>
8127 <voice>
8128 *: "Track Name Only"
8129 </voice>
8130</phrase>
8131<phrase>
8132 id: LANG_DISPLAY_FULL_PATH
8133 desc: track display options
8134 user:
8135 <source>
8136 *: "Full Path"
8137 </source>
8138 <dest>
8139 *: "Full Path"
8140 </dest>
8141 <voice>
8142 *: "Full Path"
8143 </voice>
8144</phrase>
8145<phrase>
8146 id: LANG_REMOVE
8147 desc: in playlist viewer on+play menu
8148 user:
8149 <source>
8150 *: "Remove"
8151 </source>
8152 <dest>
8153 *: "Remove"
8154 </dest>
8155 <voice>
8156 *: "Remove"
8157 </voice>
8158</phrase>
8159<phrase>
8160 id: LANG_FILE_OPTIONS
8161 desc: in playlist viewer on+play menu
8162 user:
8163 <source>
8164 *: "File Options"
8165 </source>
8166 <dest>
8167 *: "File Options"
8168 </dest>
8169 <voice>
8170 *: "File Options"
8171 </voice>
8172</phrase>
8173<phrase>
8174 id: LANG_PLUGIN_CANT_OPEN
8175 desc: Plugin open error message
8176 user:
8177 <source>
8178 *: "Can't open %s"
8179 </source>
8180 <dest>
8181 *: "Can't open %s"
8182 </dest>
8183 <voice>
8184 *: ""
8185 </voice>
8186</phrase>
8187<phrase>
8188 id: LANG_READ_FAILED
8189 desc: There was an error reading a file
8190 user:
8191 <source>
8192 *: "Failed reading %s"
8193 </source>
8194 <dest>
8195 *: "Failed reading %s"
8196 </dest>
8197 <voice>
8198 *: ""
8199 </voice>
8200</phrase>
8201<phrase>
8202 id: LANG_PLUGIN_WRONG_MODEL
8203 desc: The plugin is not compatible with the archos model trying to run it
8204 user:
8205 <source>
8206 *: "Incompatible model"
8207 </source>
8208 <dest>
8209 *: "Incompatible model"
8210 </dest>
8211 <voice>
8212 *: ""
8213 </voice>
8214</phrase>
8215<phrase>
8216 id: LANG_PLUGIN_WRONG_VERSION
8217 desc: The plugin is not compatible with the rockbox version trying to run it
8218 user:
8219 <source>
8220 *: "Incompatible version"
8221 </source>
8222 <dest>
8223 *: "Incompatible version"
8224 </dest>
8225 <voice>
8226 *: ""
8227 </voice>
8228</phrase>
8229<phrase>
8230 id: LANG_PLUGIN_ERROR
8231 desc: The plugin return an error code
8232 user:
8233 <source>
8234 *: "Plugin returned error"
8235 </source>
8236 <dest>
8237 *: "Plugin returned error"
8238 </dest>
8239 <voice>
8240 *: ""
8241 </voice>
8242</phrase>
8243<phrase>
8244 id: LANG_FILETYPES_EXTENSION_FULL
8245 desc: Extension array full
8246 user:
8247 <source>
8248 *: "Extension array full"
8249 </source>
8250 <dest>
8251 *: "Extension array full"
8252 </dest>
8253 <voice>
8254 *: ""
8255 </voice>
8256</phrase>
8257<phrase>
8258 id: LANG_FILETYPES_FULL
8259 desc: Filetype array full
8260 user:
8261 <source>
8262 *: "Filetype array full"
8263 </source>
8264 <dest>
8265 *: "Filetype array full"
8266 </dest>
8267 <voice>
8268 *: ""
8269 </voice>
8270</phrase>
8271<phrase>
8272 id: LANG_FILETYPES_PLUGIN_NAME_LONG
8273 desc: Viewer plugin name too long
8274 user:
8275 <source>
8276 *: "Plugin name too long"
8277 </source>
8278 <dest>
8279 *: "Plugin name too long"
8280 </dest>
8281 <voice>
8282 *: ""
8283 </voice>
8284</phrase>
8285<phrase>
8286 id: LANG_FILETYPES_STRING_BUFFER_EMPTY
8287 desc: Filetype string buffer empty
8288 user:
8289 <source>
8290 *: "Filetype string buffer empty"
8291 </source>
8292 <dest>
8293 *: "Filetype string buffer empty"
8294 </dest>
8295 <voice>
8296 *: ""
8297 </voice>
8298</phrase>
8299<phrase>
8300 id: LANG_RESUME_CONFIRM_PLAYER
8301 desc: possible answers to resume question
8302 user:
8303 <source>
8304 *: "(PLAY/STOP)"
8305 </source>
8306 <dest>
8307 *: "(PLAY/STOP)"
8308 </dest>
8309 <voice>
8310 *: ""
8311 </voice>
8312</phrase>
8313<phrase>
8314 id: LANG_FM_PRESET_LOAD
8315 desc: load preset list in fm radio
8316 user:
8317 <source>
8318 *: "Load Preset List"
8319 </source>
8320 <dest>
8321 *: "Load Preset List"
8322 </dest>
8323 <voice>
8324 *: "Load Preset List"
8325 </voice>
8326</phrase>
8327<phrase>
8328 id: LANG_FM_PRESET_SAVE
8329 desc: Save preset list in fm radio
8330 user:
8331 <source>
8332 *: "Save Preset List"
8333 </source>
8334 <dest>
8335 *: "Save Preset List"
8336 </dest>
8337 <voice>
8338 *: "Save Preset List"
8339 </voice>
8340</phrase>
8341<phrase>
8342 id: LANG_FM_PRESET_CLEAR
8343 desc: clear preset list in fm radio
8344 user:
8345 <source>
8346 *: "Clear Preset List"
8347 </source>
8348 <dest>
8349 *: "Clear Preset List"
8350 </dest>
8351 <voice>
8352 *: "Clear Preset List"
8353 </voice>
8354</phrase>
8355<phrase>
8356 id: LANG_FMR
8357 desc: Used when you need to say Preset List, also voiced
8358 user:
8359 <source>
8360 *: "Preset List"
8361 </source>
8362 <dest>
8363 *: "Preset List"
8364 </dest>
8365 <voice>
8366 *: "Preset List"
8367 </voice>
8368</phrase>
8369<phrase>
8370 id: LANG_FM_FIRST_AUTOSCAN
8371 desc: When you run the radio without an fmr file in settings
8372 user:
8373 <source>
8374 *: "No Settings found, AutoScan?"
8375 </source>
8376 <dest>
8377 *: "No Settings found, AutoScan?"
8378 </dest>
8379 <voice>
8380 *: ""
8381 </voice>
8382</phrase>
8383<phrase>
8384 id: LANG_FM_SAVE_CHANGES
8385 desc: When you try to exit radio to confirm save
8386 user:
8387 <source>
8388 *: "Save Changes?"
8389 </source>
8390 <dest>
8391 *: "Save Changes?"
8392 </dest>
8393 <voice>
8394 *: ""
8395 </voice>
8396</phrase>