summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang4451
1 files changed, 2112 insertions, 2339 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index faaa637db0..e53171c71c 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -13,6 +13,97 @@
13# 13#
14# The "voice' entry contains how we want the speech UI to pronounce this. 14# The "voice' entry contains how we want the speech UI to pronounce this.
15# 15#
16
17## general strings
18
19id: LANG_SET_BOOL_YES
20desc: bool true representation
21eng: "Yes"
22voice: "Yes"
23new:
24
25id: LANG_SET_BOOL_NO
26desc: bool false representation
27eng: "No"
28voice: "No"
29new:
30
31id: LANG_ON
32desc: Used in a lot of places
33eng: "On"
34voice: "On"
35new:
36
37id: LANG_OFF
38desc: Used in a lot of places
39eng: "Off"
40voice: "Off"
41new:
42
43id: LANG_RESUME_SETTING_ASK
44desc: in settings_menu
45eng: "Ask"
46voice: "Ask"
47new:
48
49id: LANG_ALWAYS
50desc: used in various places
51eng: "Always"
52voice: "Always"
53new:
54
55## general messages
56
57id: LANG_WAIT
58desc: general please wait splash
59eng: "Loading..."
60voice:
61new:
62
63id: LANG_CONFIRM_SHUTDOWN
64desc: in shutdown screen
65eng: "Press OFF to shut down"
66voice: ""
67new:
68
69id: LANG_SHUTTINGDOWN
70desc: in main menu
71eng: "Shutting down..."
72voice: ""
73new:
74
75id: LANG_RESTARTING_PLAYBACK
76desc: splash screen displayed when pcm buffer size is changed
77eng: "Restarting playback..."
78voice: ""
79new:
80
81id: LANG_REMOVE_MMC
82desc: before acknowledging usb in case an MMC is inserted (Ondio)
83eng: "Please remove inserted MMC"
84voice: "Please remove multimedia card"
85new:
86
87id: LANG_MENU_SETTING_CANCEL
88desc: Visual confirmation of canceling a changed setting
89eng: "Canceled"
90voice: ""
91new:
92
93id: LANG_FAILED
94desc: Something failed. To be appended after actions
95eng: "Failed"
96voice: ""
97new:
98
99## main menu
100
101id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS
102desc: in the main menu
103eng: "Recent Bookmarks"
104voice: "Recent Bookmarks"
105new:
106
16id: LANG_SOUND_SETTINGS 107id: LANG_SOUND_SETTINGS
17desc: in the main menu 108desc: in the main menu
18eng: "Sound Settings" 109eng: "Sound Settings"
@@ -25,208 +116,262 @@ eng: "General Settings"
25voice: "General Settings" 116voice: "General Settings"
26new: 117new:
27 118
28id: LANG_INFO 119id: LANG_MANAGE_MENU
29desc: in the main menu 120desc: in the main menu
30eng: "Info" 121eng: "Manage Settings"
31voice: "Info" 122voice: "Manage Settings"
32new: 123new:
33 124
34id: LANG_VERSION 125id: LANG_CUSTOM_THEME
35desc: in the main menu 126desc: in the main menu
36eng: "Version" 127eng: "Browse Themes"
37voice: "Version" 128voice: "Browse Themes"
38new: 129new:
39 130
40id: LANG_DEBUG 131id: LANG_FM_RADIO
132desc: in the main menu
133eng: "FM Radio"
134voice: "FM Radio"
135new:
136
137id: LANG_RECORDING
41desc: in the main menu 138desc: in the main menu
42eng: "Debug (Keep Out!)" 139eng: "Recording"
43voice: "Debug, keep out!" 140voice: "Recording"
44new: 141new:
45 142
46id: LANG_USB 143id: LANG_PLAYLIST_MENU
47desc: in the main menu 144desc: in the main menu
48eng: "USB (Sim)" 145eng: "Playlist Options"
49voice: "" 146voice: "Playlist Options"
50new: 147new:
51 148
52id: LANG_ROCKBOX_INFO 149id: LANG_PLUGINS
53desc: displayed topmost on the info screen 150desc: in the main menu
54eng: "Rockbox Info:" 151eng: "Browse Plugins"
55voice: "" 152voice: "Browse Plugins"
56new: 153new:
57 154
58id: LANG_BUFFER_STAT_PLAYER 155id: LANG_INFO
59desc: the buffer size player-screen width, %d MB %d fraction of MB 156desc: in the main menu
60eng: "Buf: %d.%03dMB" 157eng: "Info"
61voice: "" 158voice: "Info"
62new: 159new:
63 160
64id: LANG_BUFFER_STAT_RECORDER 161id: LANG_SHUTDOWN
65desc: the buffer size recorder-screen width, %d MB %d fraction of MB 162desc: in main menu
66eng: "Buffer: %d.%03dMB" 163eng: "Shut down"
67voice: "" 164voice: "Shut down"
68new: 165new:
69 166
70id: LANG_BATTERY_CHARGE 167## Sound settings
71desc: tells that the battery is charging, instead of battery level 168
72eng: "Battery: Charging" 169id: LANG_VOLUME
73voice: "" 170desc: in sound_settings
171eng: "Volume"
172voice: "Volume"
74new: 173new:
75 174
76id: LANG_PLAYLIST_LOAD 175id: LANG_BASS
77desc: displayed on screen while loading a playlist 176desc: in sound_settings
78eng: "Loading..." 177eng: "Bass"
79voice: "" 178voice: "Bass"
80new: 179new:
81 180
82id: LANG_PLAYLIST_SHUFFLE 181id: LANG_TREBLE
83desc: displayed on screen while shuffling a playlist 182desc: in sound_settings
84eng: "Shuffling..." 183eng: "Treble"
85voice: "" 184voice: "Treble"
86new: 185new:
87 186
88id: LANG_PLAYINDICES_PLAYLIST 187id: LANG_BALANCE
89desc: in playlist.indices() when playlist is full *WARNING* this and next ID are only used in this function. 188desc: in sound_settings
90eng: "Playlist" 189eng: "Balance"
91voice: "" 190voice: "Balance"
92new: 191new:
93 192
94id: LANG_PLAYINDICES_BUFFER 193id: LANG_CHANNEL_MENU
95desc: in playlist.indices() when playlist is full 194desc: in sound_settings
96eng: "Buffer Full" 195eng: "Channels"
97voice: "" 196voice: "Channels"
98new: 197new:
99 198
100id: LANG_SETTINGS_SAVE_PLAYER 199id: LANG_CHANNEL
101desc: displayed if save settings has failed 200desc: in sound_settings
102eng: "Save Failed" 201eng: "Channel Configuration"
103voice: "" 202voice: ""
104new: 203new:
105 204
106id: LANG_SETTINGS_BATTERY_PLAYER 205id: LANG_CHANNEL_STEREO
107desc: if save settings has failed 206desc: in sound_settings
108eng: "Partition?" 207eng: "Stereo"
109voice: "" 208voice: "Stereo"
110new: 209new:
111 210
112id: LANG_SETTINGS_SAVE_RECORDER 211id: LANG_CHANNEL_MONO
113desc: displayed if save settings has failed 212desc: in sound_settings
114eng: "Save Failed" 213eng: "Mono"
115voice: "" 214voice: "Mono"
116new: 215new:
117 216
118id: LANG_SETTINGS_BATTERY_RECORDER 217id: LANG_CHANNEL_CUSTOM
119desc: if save settings has failed 218desc: in sound_settings
120eng: "No partition?" 219eng: "Custom"
121voice: "" 220voice: "Custom"
122new: 221new:
123 222
124id: LANG_TIME_SET 223id: LANG_CHANNEL_LEFT
125desc: used in set_time() 224desc: in sound_settings
126eng: "ON To Set" 225eng: "Mono Left"
127voice: "" 226voice: "Mono Left"
128new: 227new:
129 228
130id: LANG_TIME_REVERT 229id: LANG_CHANNEL_RIGHT
131desc: used in set_time() 230desc: in sound_settings
132eng: "OFF To Revert" 231eng: "Mono Right"
232voice: "Mono Right"
233new:
234
235id: LANG_CHANNEL_KARAOKE
236desc: in sound_settings
237eng: "Karaoke"
238voice: "Karaoke"
239new:
240
241id: LANG_STEREO_WIDTH
242desc: in sound_settings
243eng: "Stereo width"
244voice: "Stereo width"
245new:
246
247id: LANG_LOUDNESS
248desc: in sound_settings
249eng: "Loudness"
250voice: "Loudness"
251new:
252
253id: LANG_AUTOVOL
254desc: in sound_settings
255eng: "Auto Volume"
256voice: "Auto Volume"
257new:
258
259id: LANG_DECAY
260desc: in sound_settings
261eng: "AV Decay Time"
133voice: "" 262voice: ""
134new: 263new:
135 264
136id: LANG_CONTRAST 265id: LANG_SUPERBASS
137desc: in settings_menu 266desc: in sound settings
138eng: "Contrast" 267eng: "Super bass"
139voice: "Contrast" 268voice: "Super bass"
140new: 269new:
141 270
142id: LANG_SHUFFLE 271id: LANG_MDB_ENABLE
143desc: in settings_menu 272desc: in sound settings
144eng: "Shuffle" 273eng: "MDB Enable"
145voice: "Shuffle" 274voice: "MDB Enable"
146new: 275new:
147 276
148id: LANG_PLAY_SELECTED 277id: LANG_MDB_STRENGTH
149desc: in settings_menu 278desc: in sound settings
150eng: "Play Selected First" 279eng: "MDB Strength"
151voice: "Play Selected File First" 280voice: "MDB Strength"
152new: 281new:
153 282
154id: LANG_SORT_CASE 283id: LANG_MDB_HARMONICS
155desc: in settings_menu 284desc: in sound settings
156eng: "Sort Case Sensitive" 285eng: "MDB Harmonics"
157voice: "Sort Case Sensitive" 286voice: "MDB Harmonics"
158new: 287new:
159 288
160id: LANG_RESUME 289id: LANG_MDB_CENTER
161desc: in settings_menu 290desc: in sound settings
162eng: "Resume on startup" 291eng: "MDB Center frequency"
163voice: "Resume on startup" 292voice: "MDB Center frequency"
164new: 293new:
165 294
166id: LANG_OFF 295id: LANG_MDB_SHAPE
167desc: Used in a lot of places 296desc: in sound settings
168eng: "Off" 297eng: "MDB Shape"
169voice: "Off" 298voice: "MDB Shape"
170new: 299new:
171 300
172id: LANG_RESUME_SETTING_ASK 301id: LANG_CROSSFEED
173desc: in settings_menu 302desc: in sound settings
174eng: "Ask" 303eng: "Crossfeed"
175voice: "Ask" 304voice: "Crossfeed"
176new: 305new:
177 306
178id: LANG_ON 307id: LANG_EQUALIZER
179desc: Used in a lot of places 308desc: in the sound settings menu
180eng: "On" 309eng: "Equalizer"
181voice: "On" 310voice: "Equalizer"
182new: 311new:
183 312
184id: LANG_BACKLIGHT 313## general settings menu
185desc: in settings_menu 314
186eng: "Backlight" 315id: LANG_PLAYBACK
187voice: "Backlight" 316desc: in settings_menu()
317eng: "Playback"
318voice: "Playback"
188new: 319new:
189 320
190id: LANG_SCROLL 321id: LANG_FILE
191desc: in settings_menu 322desc: in settings_menu()
192eng: "Scroll Speed Setting Example" 323eng: "File View"
193voice: "" 324voice: "File View"
194new: 325new:
195 326
196id: LANG_DISCHARGE 327id: LANG_DISPLAY
197desc: DEPRECATED 328desc: in settings_menu()
198eng: "" 329eng: "Display"
199voice: "" 330voice: "Display"
200new: 331new:
201 332
202id: LANG_TIME 333id: LANG_SYSTEM
203desc: in settings_menu 334desc: in settings_menu()
204eng: "Set Time/Date" 335eng: "System"
205voice: "Set Time and Date" 336voice: "System"
206new: 337new:
207 338
208id: LANG_SPINDOWN 339id: LANG_BOOKMARK_SETTINGS
209desc: in settings_menu 340desc: in general settings
210eng: "Disk Spindown" 341eng: "Bookmarking"
211voice: "Disk Spindown" 342voice: "Bookmarking"
212new: 343new:
213 344
214id: LANG_FFRW_STEP 345id: LANG_LANGUAGE
215desc: in settings_menu 346desc: in settings_menu
216eng: "FF/RW Min Step" 347eng: "Language"
217voice: "Minimum Step" 348voice: "Language"
218new: 349new:
219 350
220id: LANG_FFRW_ACCEL 351id: LANG_VOICE
221desc: in settings_menu 352desc: root of voice menu
222eng: "FF/RW Accel" 353eng: "Voice"
223voice: "Acceleration" 354voice: "Voice"
224new: 355new:
225 356
226id: LANG_FOLLOW 357## manage settings menu
227desc: in settings_menu 358
228eng: "Follow Playlist" 359id: LANG_CUSTOM_CFG
229voice: "Follow Playlist" 360desc: in setting_menu()
361eng: "Browse .cfg files"
362voice: "Browse configuration files"
363new:
364
365id: LANG_FIRMWARE
366desc: in the main menu
367eng: "Browse Firmwares"
368voice: "Browse Firmwares"
369new:
370
371id: LANG_RESET
372desc: in system_settings_menu()
373eng: "Reset Settings"
374voice: "Reset Settings"
230new: 375new:
231 376
232id: LANG_RESET_ASK_RECORDER 377id: LANG_RESET_ASK_RECORDER
@@ -235,6 +380,18 @@ eng: "Are You Sure?"
235voice: "" 380voice: ""
236new: 381new:
237 382
383id: LANG_CONFIRM_WITH_PLAY_RECORDER
384desc: Generic recorder string to use to confirm
385eng: "PLAY = Yes"
386voice: ""
387new:
388
389id: LANG_CANCEL_WITH_ANY_RECORDER
390desc: Generic recorder string to use to cancel
391eng: "Any Other = No"
392voice: ""
393new:
394
238id: LANG_RESET_DONE_SETTING 395id: LANG_RESET_DONE_SETTING
239desc: visual confirmation after settings reset 396desc: visual confirmation after settings reset
240eng: "Settings" 397eng: "Settings"
@@ -253,358 +410,424 @@ eng: "Canceled"
253voice: "" 410voice: ""
254new: 411new:
255 412
256id: LANG_CASE_MENU 413id: LANG_SAVE_SETTINGS
257desc: DEPRECATED 414desc: in system_settings_menu()
258eng: "" 415eng: "Write .cfg file"
416voice: "Write configuration file"
417new:
418
419id: LANG_SETTINGS_SAVE_PLAYER
420desc: displayed if save settings has failed
421eng: "Save Failed"
259voice: "" 422voice: ""
260new: 423new:
261 424
262id: LANG_SCROLL_MENU 425id: LANG_SETTINGS_BATTERY_PLAYER
263desc: in display_settings_menu() 426desc: if save settings has failed
264eng: "Scrolling" 427eng: "Partition?"
265voice: "Scrolling" 428voice: ""
266new: 429new:
267 430
268id: LANG_RESET 431id: LANG_SETTINGS_SAVE_RECORDER
269desc: in system_settings_menu() 432desc: displayed if save settings has failed
270eng: "Reset Settings" 433eng: "Save Failed"
271voice: "Reset Settings" 434voice: ""
272new: 435new:
273 436
274id: LANG_PLAYBACK 437id: LANG_SETTINGS_BATTERY_RECORDER
275desc: in settings_menu() 438desc: if save settings has failed
276eng: "Playback" 439eng: "No partition?"
277voice: "Playback" 440voice: ""
278new: 441new:
279 442
280id: LANG_FILE 443## recording menu
281desc: in settings_menu() 444
282eng: "File View" 445id: LANG_RECORDING_MENU
283voice: "File View" 446desc: in the recording sub menu
447eng: "Recording screen"
448voice: "Recording screen"
284new: 449new:
285 450
286id: LANG_DISPLAY 451id: LANG_RECORDING_SETTINGS
287desc: in settings_menu() 452desc: in the main menu
288eng: "Display" 453eng: "Recording Settings"
289voice: "Display" 454voice: "Recording Settings"
290new: 455new:
291 456
292id: LANG_SYSTEM 457## equalizer menu
293desc: in settings_menu() 458
294eng: "System" 459id: LANG_EQUALIZER_ENABLED
295voice: "System" 460desc: in the equalizer settings menu
461eng: "Enable EQ"
462voice: "Enable equalizer"
296new: 463new:
297 464
298id: LANG_VOLUME 465id: LANG_EQUALIZER_GRAPHICAL
299desc: in sound_settings 466desc: in the equalizer settings menu
300eng: "Volume" 467eng: "Graphical EQ"
301voice: "Volume" 468voice: "Graphical equalizer"
302new: 469new:
303 470
304id: LANG_BALANCE 471id: LANG_EQUALIZER_PRECUT
305desc: in sound_settings 472desc: in eq settings
306eng: "Balance" 473eng: "Precut"
307voice: "Balance" 474voice: "Pre-cut"
308new: 475new:
309 476
310id: LANG_BASS 477id: LANG_EQUALIZER_GAIN
311desc: in sound_settings 478desc: in the equalizer settings menu
312eng: "Bass" 479eng: "Simple EQ Settings"
313voice: "Bass" 480voice: "Simple equalizer settings"
314new: 481new:
315 482
316id: LANG_TREBLE 483id: LANG_EQUALIZER_ADVANCED
317desc: in sound_settings 484desc: in the equalizer settings menu
318eng: "Treble" 485eng: "Advanced EQ Settings"
319voice: "Treble" 486voice: "Advanced equalizer settings"
320new: 487new:
321 488
322id: LANG_LOUDNESS 489id: LANG_EQUALIZER_SAVE
323desc: in sound_settings 490desc: in the equalizer settings menu
324eng: "Loudness" 491eng: "Save EQ Preset"
325voice: "Loudness" 492voice: "Save equalizer preset"
326new: 493new:
327 494
328id: LANG_BBOOST 495id: LANG_EQUALIZER_BROWSE
329desc: DEPRECATED 496desc: in the equalizer settings menu
330eng: "" 497eng: "Browse EQ Presets"
498voice: "Browse equalizer presets"
499new:
500
501id: LANG_EQUALIZER_EDIT_MODE
502desc: in the equalizer settings menu
503eng: "Edit mode: %s"
331voice: "" 504voice: ""
332new: 505new:
333 506
334id: LANG_DECAY 507id: LANG_EQUALIZER_GAIN_ITEM
335desc: in sound_settings 508desc: in the equalizer settings menu
336eng: "AV Decay Time" 509eng: "%d Hz Band Gain"
337voice: "" 510voice: ""
338new: 511new:
339 512
340id: LANG_CHANNEL_MENU 513id: LANG_EQUALIZER_BAND_LOW_SHELF
341desc: in sound_settings 514desc: in the equalizer settings menu
342eng: "Channels" 515eng: "Low Shelf Filter"
343voice: "Channels" 516voice: "Low shelf filter"
344new: 517new:
345 518
346id: LANG_CHANNEL 519id: LANG_EQUALIZER_BAND_PEAK
347desc: in sound_settings 520desc: in the equalizer settings menu
348eng: "Channel Configuration" 521eng: "Peak Filter %d"
349voice: "" 522voice: "Peak filter"
350new: 523new:
351 524
352id: LANG_CHANNEL_STEREO 525id: LANG_EQUALIZER_BAND_HIGH_SHELF
353desc: in sound_settings 526desc: in the equalizer settings menu
354eng: "Stereo" 527eng: "High Shelf Filter"
355voice: "Stereo" 528voice: "High shelf filter"
356new: 529new:
357 530
358id: LANG_CHANNEL_MONO 531id: LANG_EQUALIZER_BAND_CUTOFF
359desc: in sound_settings 532desc: in the equalizer settings menu
360eng: "Mono" 533eng: "Cutoff Frequency"
361voice: "Mono" 534voice: "Cutoff Frequency"
362new: 535new:
363 536
364id: LANG_CHANNEL_LEFT 537id: LANG_EQUALIZER_BAND_CENTER
365desc: in sound_settings 538desc: in the equalizer settings menu
366eng: "Mono Left" 539eng: "Center Frequency"
367voice: "Mono Left" 540voice: "Center frequency"
368new: 541new:
369 542
370id: LANG_CHANNEL_RIGHT 543id: LANG_EQUALIZER_BAND_Q
371desc: in sound_settings 544desc: in the equalizer settings menu
372eng: "Mono Right" 545eng: "Q"
373voice: "Mono Right" 546voice: "Q"
374new: 547new:
375 548
376id: LANG_AUTOVOL 549id: LANG_EQUALIZER_BAND_GAIN
377desc: in sound_settings 550desc: in the equalizer settings menu
378eng: "Auto Volume" 551eng: "Gain"
379voice: "Auto Volume" 552voice: "Gain"
380new: 553new:
381 554
382id: LANG_SHOWDIR_ERROR_BUFFER 555## playlist options
383desc: in showdir(), displayed on screen when you reach buffer limit 556
384eng: "Dir Buffer" 557id: LANG_CREATE_PLAYLIST
385voice: "" 558desc: Menu option for creating a playlist
559eng: "Create Playlist"
560voice: "Create Playlist"
386new: 561new:
387 562
388id: LANG_SHOWDIR_ERROR_FULL 563id: LANG_VIEW_DYNAMIC_PLAYLIST
389desc: in showdir(), displayed on screen when you reach buffer limit 564desc: in playlist menu.
390eng: "Is Full!" 565eng: "View Current Playlist"
391voice: "" 566voice: "View Current Playlist"
392new: 567new:
393 568
394id: LANG_RESUME_CONFIRM_PLAYER 569id: LANG_SAVE_DYNAMIC_PLAYLIST
395desc: possible answers to resume question 570desc: in playlist menu.
396eng: "(PLAY/STOP)" 571eng: "Save Current Playlist"
397voice: "" 572voice: "Save Current Playlist"
398new: 573new:
399 574
400id: LANG_RESUME_ASK 575id: LANG_RECURSE_DIRECTORY
401desc: DEPRECATED 576desc: In playlist menu
402eng: "" 577eng: "Recursively Insert Directories"
403voice: "" 578voice: "Recursively Insert Directories"
404new: 579new:
405 580
406id: LANG_KEYLOCK_ON_PLAYER 581id: LANG_WARN_ERASEDYNPLAYLIST_MENU
407desc: displayed when key lock is on 582desc: in playlist options menu, option to warn when erasing dynamic playlist
408eng: "Key Lock ON" 583eng: "Warn When Erasing Dynamic Playlist"
409voice: "" 584voice "Warn When Erasing Dynamic Playlist"
410new: 585new:
411 586
412id: LANG_KEYLOCK_OFF_PLAYER 587## info menu
413desc: displayed when key lock is turned off 588
414eng: "Key Lock OFF" 589id: LANG_INFO_MENU
415voice: "" 590desc: in the info menu
591eng: "Rockbox Info"
592voice: "Rockbox Info"
416new: 593new:
417 594
418id: LANG_KEYLOCK_ON_RECORDER 595id: LANG_VERSION
419desc: displayed when key lock is on 596desc: in the info menu
420eng: "Key Lock Is ON" 597eng: "Version"
421voice: "" 598voice: "Version"
422new: 599new:
423 600
424id: LANG_KEYLOCK_OFF_RECORDER 601id: LANG_DEBUG
425desc: displayed when key lock is turned off 602desc: in the info menu
426eng: "Key Lock Is OFF" 603eng: "Debug (Keep Out!)"
427voice: "" 604voice: "Debug, keep out!"
428new: 605new:
429 606
430id: LANG_MUTE_ON_PLAYER 607id: LANG_USB
431desc: DEPRECATED 608desc: in the info menu
432eng: "" 609eng: "USB (Sim)"
433voice: "" 610voice: ""
434new: 611new:
435 612
436id: LANG_MUTE_OFF_PLAYER 613## playback settings menu
437desc: DEPRECATED 614
438eng: "" 615id: LANG_SHUFFLE
439voice: "" 616desc: in settings_menu
617eng: "Shuffle"
618voice: "Shuffle"
440new: 619new:
441 620
442id: LANG_MUTE_ON_RECORDER 621id: LANG_REPEAT
443desc: DEPRECATED 622desc: in settings_menu
444eng: "" 623eng: "Repeat"
445voice: "" 624voice: "Repeat"
446new: 625new:
447 626
448id: LANG_MUTE_OFF_RECORDER 627id: LANG_REPEAT_ALL
449desc: DEPRECATED 628desc: repeat playlist once all songs have completed
450eng: "" 629eng: "All"
451voice: "" 630voice: "All"
452new: 631new:
453 632
454id: LANG_ID3_INFO 633id: LANG_REPEAT_ONE
455desc: DEPRECATED 634desc: repeat one song
456eng: "" 635eng: "One"
457voice: "" 636voice: "One"
458new: 637new:
459 638
460id: LANG_ID3_SCREEN 639id: LANG_REPEAT_AB
461desc: DEPRECATED 640desc: repeat one song
462eng: "" 641eng: "A-B"
463voice: "" 642voice: "A-B"
464new: 643new:
465 644
466id: LANG_ID3_TITLE 645id: LANG_PLAY_SELECTED
467desc: in wps 646desc: in settings_menu
468eng: "[Title]" 647eng: "Play Selected First"
469voice: "" 648voice: "Play Selected File First"
470new: 649new:
471 650
472id: LANG_ID3_NO_TITLE 651id: LANG_RESUME
473desc: DEPRECATED 652desc: in settings_menu
474eng: "" 653eng: "Resume on startup"
475voice: "" 654voice: "Resume on startup"
476new: 655new:
477 656
478id: LANG_ID3_ARTIST 657id: LANG_WIND_MENU
479desc: in wps 658desc: in the playback sub menu
480eng: "[Artist]" 659eng: "FFwd/Rewind"
481voice: "" 660voice: "Fast forward and Rewind"
482new: 661new:
483 662
484id: LANG_ID3_NO_ARTIST 663id: LANG_MP3BUFFER_MARGIN
485desc: DEPRECATED 664desc: MP3 buffer margin time
486eng: "" 665eng: "Anti-Skip Buffer"
487voice: "" 666voice: "Anti-Skip Buffer"
488new: 667new:
489 668
490id: LANG_ID3_ALBUM 669id: LANG_FADE_ON_STOP
491desc: in wps 670desc: options menu to set fade on stop or pause
492eng: "[Album]" 671eng: "Fade On Stop/Pause"
493voice: "" 672voice: "Fade On Stop and Pause"
494new: 673new:
495 674
496id: LANG_ID3_NO_ALBUM 675id: LANG_PARTY_MODE
497desc: DEPRECATED 676desc: party mode
498eng: "" 677eng: "Party Mode"
499voice: "" 678voice: "Party Mode"
500new: 679new:
501 680
502id: LANG_ID3_TRACKNUM 681id: LANG_CROSSFADE
503desc: in wps 682desc: in playback settings
504eng: "[Tracknum]" 683eng: "Crossfade"
505voice: "" 684voice: "Crossfade"
506new: 685new:
507 686
508id: LANG_ID3_NO_TRACKNUM 687id: LANG_REPLAYGAIN
509desc: DEPRECATED 688desc: in replaygain
510eng: "" 689eng: "Replaygain"
511voice: "" 690voice: "Replaygain"
512new: 691new:
513 692
514id: LANG_ID3_LENGHT 693id: LANG_BEEP
515desc: in wps 694desc: in playback settings
516eng: "[Length]" 695eng: "Beep volume"
517voice: "" 696voice: "Beep volume"
518new: 697new:
519 698
520id: LANG_ID3_PLAYLIST 699id: LANG_WEAK
521desc: in wps 700desc: in beep volume in playback settings
522eng: "[Playlist]" 701eng: "Weak"
523voice: "" 702voice: "Weak"
524new: 703new:
525 704
526id: LANG_ID3_BITRATE 705id: LANG_MODERATE
527desc: in wps 706desc: in beep volume in playback settings
528eng: "[Bitrate]" 707eng: "Moderate"
529voice: "" 708voice: "Moderate"
530new: 709new:
531 710
532id: LANG_ID3_FRECUENCY 711id: LANG_STRONG
533desc: in wps 712desc: in beep volume in playback settings
534eng: "[Frequency]" 713eng: "Strong"
535voice: "" 714voice: "Strong"
536new: 715new:
537 716
538id: LANG_ID3_PATH 717id: LANG_SPDIF_ENABLE
539desc: in wps 718desc: in playback settings menu. enable/disable the optical out
540eng: "[Path]" 719eng: "Optical output"
541voice: "" 720voice: "Optical output"
542new: 721new:
543 722
544id: LANG_PITCH_UP 723id: LANG_ID3_ORDER
545desc: in wps 724desc: in playback settings screen
546eng: "Pitch Up" 725eng: "ID3 tag priority"
547voice: "" 726voice: "ID3 tag priority"
548new: 727new:
549 728
550id: LANG_PITCH_DOWN 729id: LANG_ID3_V1_FIRST
551desc: in wps 730desc: in playback settings screen
552eng: "Pitch Down" 731eng: "V1 then V2"
553voice: "" 732voice: "Version 1 then version 2"
554new: 733new:
555 734
556id: LANG_PAUSE 735id: LANG_ID3_V2_FIRST
557desc: in wps 736desc: in playback settings screen
558eng: "Pause" 737eng: "V2 then V1"
559voice: "" 738voice: "Version 2 then version 1"
560new: 739new:
561 740
562id: LANG_F2_MODE 741id: LANG_NEXT_FOLDER
563desc: in wps F2 pressed 742desc: in settings_menu. Should we allow move to next/prev folder from last/first track of current one
564eng: "Mode:" 743eng: "Auto change directory"
565voice: "" 744voice: "Auto change directory"
566new: 745new:
567 746
568id: LANG_F3_STATUS 747id: LANG_TAGCACHE
569desc: in wps F3 pressed 748desc: in tag cache settings
570eng: "Status" 749eng: "Tag cache"
571voice: "" 750voice: "Tag cache"
572new: 751new:
573 752
574id: LANG_F3_SCROLL 753id: LANG_TAGCACHE_DISK
575desc: in wps F3 pressed 754desc: in tag cache settings
576eng: "Scroll" 755eng: "Keep on disk"
577voice: "" 756voice: "Keep on disk"
578new: 757new:
579 758
580id: LANG_F3_BAR 759id: LANG_TAGCACHE_RAM
581desc: in wps F3 pressed 760desc: in tag cache settings
582eng: "Bar" 761eng: "Load to ram"
583voice: "" 762voice: "Load to ram"
584new: 763new:
585 764
586id: LANG_END_PLAYLIST_PLAYER 765id: LANG_TAGCACHE_FORCE_UPDATE
587desc: when playlist has finished 766desc: in tag cache settings
588eng: "End Of List" 767eng: "Force tag cache update"
768voice: "Force tag cache update"
769new:
770
771id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH
772desc: in tag cache settings
773eng: "Updating in background"
589voice: "" 774voice: ""
590new: 775new:
591 776
592id: LANG_END_PLAYLIST_RECORDER 777id: LANG_TAGCACHE_INIT
593desc: when playlist has finished 778desc: while initializing tagcache on boot
594eng: "End Of Song List" 779eng: "Committing tagcache"
595voice: "" 780voice: ""
596new: 781new:
597 782
598id: LANG_POWEROFF_IDLE 783id: LANG_RUNTIMEDB_ACTIVE
784desc: in settings_menu.
785eng: "Gather runtime data (experimental)"
786voice: "Gather runtime data"
787new:
788
789## file view menu
790
791id: LANG_SORT_CASE
599desc: in settings_menu 792desc: in settings_menu
600eng: "Idle Poweroff" 793eng: "Sort Case Sensitive"
601voice: "Idle Poweroff" 794voice: "Sort Case Sensitive"
602new: 795new:
603 796
604id: LANG_LANGUAGE_LOADED 797id: LANG_SORT_DIR
605desc: shown when a language has been loaded from the dir browser 798desc: browser sorting setting
606eng: "New Language" 799eng: "Sort Directories"
607voice: "" 800voice: "sort directories"
801new:
802
803id: LANG_SORT_FILE
804desc: browser sorting setting
805eng: "Sort Files"
806voice: "sort files"
807new:
808
809id: LANG_SORT_ALPHA
810desc: browser sorting setting
811eng: "Alphabetical"
812voice: "Alphabetical"
813new:
814
815id: LANG_SORT_DATE
816desc: browser sorting setting
817eng: "by date"
818voice: "by date"
819new:
820
821id: LANG_SORT_DATE_REVERSE
822desc: browser sorting setting
823eng: "by newest date"
824voice: "by newest date"
825new:
826
827id: LANG_SORT_TYPE
828desc: browser sorting setting
829eng: "by type"
830voice: "by type"
608new: 831new:
609 832
610id: LANG_FILTER 833id: LANG_FILTER
@@ -613,10 +836,10 @@ eng: "Show Files"
613voice: "Show Files" 836voice: "Show Files"
614new: 837new:
615 838
616id: LANG_FILTER_MUSIC 839id: LANG_FILTER_ALL
617desc: show only music-related files 840desc: show all files
618eng: "Music" 841eng: "All"
619voice: "Music" 842voice: "All"
620new: 843new:
621 844
622id: LANG_FILTER_SUPPORTED 845id: LANG_FILTER_SUPPORTED
@@ -625,329 +848,303 @@ eng: "Supported"
625voice: "Supported" 848voice: "Supported"
626new: 849new:
627 850
628id: LANG_FILTER_ALL 851id: LANG_FILTER_MUSIC
629desc: show all files 852desc: show only music-related files
630eng: "All" 853eng: "Music"
631voice: "All" 854voice: "Music"
632new:
633
634id: LANG_SET_BOOL_YES
635desc: bool true representation
636eng: "Yes"
637voice: "Yes"
638new: 855new:
639 856
640id: LANG_SET_BOOL_NO 857id: LANG_FILTER_PLAYLIST
641desc: bool false representation 858desc: show only playlist
642eng: "No" 859eng: "Playlists"
643voice: "No" 860voice: "Playlists"
644new: 861new:
645 862
646id: LANG_PM_MENU 863id: LANG_FILTER_ID3DB
647desc: in the display menu 864desc: show ID3 database
648eng: "Peak Meter" 865eng: "ID3 database"
649voice: "Peak Meter" 866voice: "ID3 database"
650new: 867new:
651 868
652id: LANG_PM_RELEASE 869id: LANG_FOLLOW
653desc: in the peak meter menu 870desc: in settings_menu
654eng: "Peak Release" 871eng: "Follow Playlist"
655voice: "Peak Release" 872voice: "Follow Playlist"
656new: 873new:
657 874
658id: LANG_PM_PEAK_HOLD 875id: LANG_SHOW_ICONS
659desc: in the peak meter menu 876desc: in settings_menu
660eng: "Peak Hold Time" 877eng: "Show Icons"
661voice: "Peak Hold Time" 878voice: "Show Icons"
662new: 879new:
663 880
664id: LANG_PM_CLIP_HOLD 881## display settings menu
665desc: in the peak meter menu
666eng: "Clip Hold Time"
667voice: "Clip Hold Time"
668new:
669 882
670id: LANG_PM_ETERNAL 883id: LANG_CUSTOM_FONT
671desc: in the peak meter menu 884desc: in setting_menu()
672eng: "Eternal" 885eng: "Browse Fonts"
673voice: "Eternal" 886voice: "Browse Fonts"
674new: 887new:
675 888
676id: LANG_PM_UNITS_PER_READ 889id: LANG_WHILE_PLAYING
677desc: in the peak meter menu 890desc: in settings_menu()
678eng: "Units Per Read" 891eng: "Browse .wps files"
679voice: "Units Per Read" 892voice: "Browse while-playing-screen files"
680new: 893new:
681 894
682id: LANG_BACKLIGHT_ON_WHEN_CHARGING 895id: LANG_REMOTE_WHILE_PLAYING
683desc: in display_settings_menu, backlight timeout with charger connected 896desc: in settings_menu()
684eng: "Backlight When Plugged" 897eng: "Browse .rwps files"
685voice: "Backlight When Plugged" 898voice: "Browse remote while-playing-screen files"
686new: 899new:
687 900
688id: LANG_REPEAT 901id: LANG_LCD_MENU
689desc: in settings_menu 902desc: in the display sub menu
690eng: "Repeat" 903eng: "LCD Settings"
691voice: "Repeat" 904voice: "LCD Settings"
692new: 905new:
693 906
694id: LANG_REPEAT_ALL 907id: LANG_LCD_REMOTE_MENU
695desc: repeat playlist once all songs have completed 908desc: in the display sub menu
696eng: "All" 909eng: "Remote-LCD Settings"
697voice: "All" 910voice: "Remote LCD settings"
698new: 911new:
699 912
700id: LANG_REPEAT_ONE 913id: LANG_SCROLL_MENU
701desc: repeat one song 914desc: in display_settings_menu()
702eng: "One" 915eng: "Scrolling"
703voice: "One" 916voice: "Scrolling"
704new: 917new:
705 918
706id: LANG_RESET_CONFIRM 919id: LANG_BARS_MENU
707desc: confirm to reset settings 920desc: in the display sub menu
708eng: "PLAY=Reset" 921eng: "Status-/Scrollbar"
709voice: "" 922voice: "Status- and Scrollbar"
710new: 923new:
711 924
712id: LANG_RESET_CANCEL 925id: LANG_PM_MENU
713desc: confirm to reset settings 926desc: in the display menu
714eng: "OFF=Cancel" 927eng: "Peak Meter"
715voice: "" 928voice: "Peak Meter"
716new: 929new:
717 930
718id: LANG_TIMEFORMAT 931id: LANG_DEFAULT_CODEPAGE
719desc: select the time format of time in status bar 932desc: default encoding used with id3 tags
720eng: "Time Format" 933eng: "Default Codepage"
721voice: "Time Format" 934voice: "Default codepage"
722new: 935new:
723 936
724id: LANG_12_HOUR_CLOCK 937id: LANG_CODEPAGE_LATIN1
725desc: option for 12 hour clock 938desc: in codepage setting menu
726eng: "12 Hour Clock" 939eng: "Latin1 (ISO-8859-1)"
727voice: "12 Hour Clock" 940voice: "Latin 1"
728new: 941new:
729 942
730id: LANG_24_HOUR_CLOCK 943id: LANG_CODEPAGE_GREEK
731desc: option for 24 hour clock 944desc: in codepage setting menu
732eng: "24 Hour Clock" 945eng: "Greek (ISO-8859-7)"
733voice: "24 Hour Clock" 946voice: "Greek"
734new: 947new:
735 948
736id: LANG_WEEKDAY_SUNDAY 949id: LANG_CODEPAGE_HEBREW
737desc: Maximum 3-letter abbreviation for weekday 950desc: in codepage setting menu
738eng: "Sun" 951eng: "Hebrew (ISO-8859-8)"
739voice: "" 952voice: "Hebrew"
740new: 953new:
741 954
742id: LANG_WEEKDAY_MONDAY 955id: LANG_CODEPAGE_RUSSIAN
743desc: Maximum 3-letter abbreviation for weekday 956desc: in codepage setting menu
744eng: "Mon" 957eng: "Russian (CP1251)"
745voice: "" 958voice: "Russian"
746new: 959new:
747 960
748id: LANG_WEEKDAY_TUESDAY 961id: LANG_CODEPAGE_THAI
749desc: Maximum 3-letter abbreviation for weekday 962desc: in codepage setting menu
750eng: "Tue" 963eng: "Thai (ISO-8859-11)"
751voice: "" 964voice: "Thai"
752new: 965new:
753 966
754id: LANG_WEEKDAY_WEDNESDAY 967id: LANG_CODEPAGE_ARABIC
755desc: Maximum 3-letter abbreviation for weekday 968desc: in codepage setting menu
756eng: "Wed" 969eng: "Arabic (CP1256)"
757voice: "" 970voice: "Arabic"
758new: 971new:
759 972
760id: LANG_WEEKDAY_THURSDAY 973id: LANG_CODEPAGE_TURKISH
761desc: Maximum 3-letter abbreviation for weekday 974desc: in codepage setting menu
762eng: "Thu" 975eng: "Turkish (ISO-8859-9)"
763voice: "" 976voice: "Turkish"
764new: 977new:
765 978
766id: LANG_WEEKDAY_FRIDAY 979id: LANG_CODEPAGE_LATIN_EXTENDED
767desc: Maximum 3-letter abbreviation for weekday 980desc: in codepage setting menu
768eng: "Fri" 981eng: "Latin Extended (ISO-8859-2)"
769voice: "" 982voice: "Latin extended"
770new: 983new:
771 984
772id: LANG_WEEKDAY_SATURDAY 985id: LANG_CODEPAGE_JAPANESE
773desc: Maximum 3-letter abbreviation for weekday 986desc: in codepage setting menu
774eng: "Sat" 987eng: "Japanese (SJIS)"
775voice: "" 988voice: "Japanese"
776new: 989new:
777 990
778id: LANG_MONTH_JANUARY 991id: LANG_CODEPAGE_SIMPLIFIED
779desc: Maximum 3-letter abbreviation for monthname 992desc: in codepage setting menu
780eng: "Jan" 993eng: "Simp. Chinese (GB2312)"
781voice: "January" 994voice: "Simplified Chinese"
782new: 995new:
783 996
784id: LANG_MONTH_FEBRUARY 997id: LANG_CODEPAGE_KOREAN
785desc: Maximum 3-letter abbreviation for monthname 998desc: in codepage setting menu
786eng: "Feb" 999eng: "Korean (KSX1001)"
787voice: "February" 1000voice: "Korean"
788new: 1001new:
789 1002
790id: LANG_MONTH_MARCH 1003id: LANG_CODEPAGE_TRADITIONAL
791desc: Maximum 3-letter abbreviation for monthname 1004desc: in codepage setting menu
792eng: "Mar" 1005eng: "Trad. Chinese (BIG5)"
793voice: "March" 1006voice: "Traditional Chinese"
794new: 1007new:
795 1008
796id: LANG_MONTH_APRIL 1009id: LANG_CODEPAGE_UTF8
797desc: Maximum 3-letter abbreviation for monthname 1010decs: in codepage setting menu
798eng: "Apr" 1011eng: "Unicode (UTF-8)"
799voice: "April" 1012voice: "Unicode"
800new: 1013new:
801 1014
802id: LANG_MONTH_MAY 1015## system settings menu
803desc: Maximum 3-letter abbreviation for monthname
804eng: "May"
805voice: "May"
806new:
807 1016
808id: LANG_MONTH_JUNE 1017id: LANG_BATTERY_MENU
809desc: Maximum 3-letter abbreviation for monthname 1018desc: in the system sub menu
810eng: "Jun" 1019eng: "Battery"
811voice: "June" 1020voice: "Battery"
812new: 1021new:
813 1022
814id: LANG_MONTH_JULY 1023id: LANG_DISK_MENU
815desc: Maximum 3-letter abbreviation for monthname 1024desc: in the system sub menu
816eng: "Jul" 1025eng: "Disk"
817voice: "July" 1026voice: "Disk"
818new: 1027new:
819 1028
820id: LANG_MONTH_AUGUST 1029id: LANG_TIME_MENU
821desc: Maximum 3-letter abbreviation for monthname 1030desc: in the system sub menu
822eng: "Aug" 1031eng: "Time & Date"
823voice: "August" 1032voice: "Time and Date"
824new: 1033new:
825 1034
826id: LANG_MONTH_SEPTEMBER 1035id: LANG_POWEROFF_IDLE
827desc: Maximum 3-letter abbreviation for monthname 1036desc: in settings_menu
828eng: "Sep" 1037eng: "Idle Poweroff"
829voice: "September" 1038voice: "Idle Poweroff"
830new: 1039new:
831 1040
832id: LANG_MONTH_OCTOBER 1041id: LANG_SLEEP_TIMER
833desc: Maximum 3-letter abbreviation for monthname 1042desc: sleep timer setting
834eng: "Oct" 1043eng: "Sleep Timer"
835voice: "October" 1044voice: "Sleep Timer"
836new: 1045new:
837 1046
838id: LANG_MONTH_NOVEMBER 1047id: LANG_ALARM_MOD_ALARM_MENU
839desc: Maximum 3-letter abbreviation for monthname 1048desc: The name of the additional entry in the main menu for the RTC alarm mod.
840eng: "Nov" 1049eng: "Wake-Up Alarm"
841voice: "November" 1050voice: "Wake-Up Alarm"
842new: 1051new:
843 1052
844id: LANG_MONTH_DECEMBER 1053id: LANG_LIMITS_MENU
845desc: Maximum 3-letter abbreviation for monthname 1054desc: in the system sub menu
846eng: "Dec" 1055eng: "Limits"
847voice: "December" 1056voice: "Limits"
848new: 1057new:
849 1058
850id: LANG_RESUME_SETTING_ASK_ONCE 1059id: LANG_LINE_IN
851desc: DEPRECATED 1060desc: in settings_menu
852eng: "" 1061eng: "Line In"
853voice: "" 1062voice: "Line In"
854new: 1063new:
855 1064
856id: LANG_BATTERY_DISPLAY 1065id: LANG_CAR_ADAPTER_MODE
857desc: Battery type title 1066desc: Displayed for setting car adapter mode to on/off
858eng: "Battery Display" 1067eng: "Car Adapter Mode"
859voice: "Battery Display" 1068voice: "Car Adapter Mode"
860new: 1069new:
861 1070
862id: LANG_VOLUME_DISPLAY 1071## bookmarking settings menu
863desc: Volume type title
864eng: "Volume Display"
865voice: "Volume Display"
866new:
867 1072
868id: LANG_DISPLAY_GRAPHIC 1073id: LANG_BOOKMARK_SETTINGS_AUTOCREATE
869desc: Label for type of icon display 1074desc: prompt for user to decide to create an bookmark
870eng: "Graphic" 1075eng: "Bookmark on Stop"
871voice: "Graphic" 1076voice: "Bookmark on Stop"
872new: 1077new:
873 1078
874id: LANG_DISPLAY_NUMERIC 1079id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_YES
875desc: Label for type of icon display 1080desc: Save in recent bookmarks only
876eng: "Numeric" 1081eng: "Yes - Recent only"
877voice: "Numeric" 1082voice: "Yes - Recent only"
878new: 1083new:
879 1084
880id: LANG_PM_PERFORMANCE 1085id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_ASK
881desc: DEPRECATED 1086desc: Save in recent bookmarks only
882eng: "" 1087eng: "Ask - Recent only"
883voice: 1088voice: "Ask - Recent only"
884new: 1089new:
885 1090
886id: LANG_PM_HIGH_PERFORMANCE 1091id: LANG_BOOKMARK_SETTINGS_AUTOLOAD
887desc: DEPRECATED 1092desc: prompt for user to decide to create a bookmark
888eng: "" 1093eng: "Load Last Bookmark"
889voice: "" 1094voice: "Load Last Bookmark"
890new: 1095new:
891 1096
892id: LANG_PM_ENERGY_SAVER 1097id: LANG_BOOKMARK_SETTINGS_MAINTAIN_RECENT_BOOKMARKS
893desc: DEPRECATED 1098desc: Configuration option to maintain a list of recent bookmarks
894eng: "" 1099eng: "Maintain a List of Recent Bookmarks?"
895voice: "" 1100voice: "Maintain a List of Recent Bookmarks?"
896new: 1101new:
897 1102
898id: LANG_PM_SCALE 1103id: LANG_BOOKMARK_SETTINGS_UNIQUE_ONLY
899desc: in the peak meter menu 1104desc: Save only on bookmark for each playlist in recent bookmarks
900eng: "Scale" 1105voice: "Unique only"
901voice: "Scale" 1106eng: "Unique only"
902new: 1107new:
903 1108
904id: LANG_PM_DBFS 1109## voice settings menu
905desc: in the peak meter menu
906eng: "Logarithmic(dB)"
907voice: "Logarithmic decibel"
908new:
909 1110
910id: LANG_PM_LINEAR 1111id: LANG_VOICE_MENU
911desc: in the peak meter menu 1112desc: item of voice menu, enable/disable the voice UI
912eng: "Linear(%)" 1113eng: "Voice Menus"
913voice: "Linear percent" 1114voice: "Voice Menus"
914new: 1115new:
915 1116
916id: LANG_PM_MIN 1117id: LANG_VOICE_DIR
917desc: in the peak meter menu 1118desc: item of voice menu, set the "talkbox" mode for directories
918eng: "Minimum Of Range" 1119eng: "Voice Directories"
919voice: "Minimum Of Range" 1120voice: "Voice Directories"
920new: 1121new:
921 1122
922id: LANG_PM_MAX 1123id: LANG_VOICE_FILE
923desc: in the peak meter menu 1124desc: item of voice menu, set the voive mode for files
924eng: "Maximum Of Range" 1125eng: "Voice Filenames"
925voice: "Maximum Of Range" 1126voice: "Voice Filenames"
926new: 1127new:
927 1128
928id: LANG_RECORDING 1129id: LANG_VOICE_NUMBER
929desc: in the main menu 1130desc: "talkbox" mode for files+directories
930eng: "Recording" 1131eng: "Numbers"
931voice: "Recording" 1132voice: "Numbers"
932new: 1133new:
933 1134
934id: LANG_RECORDING_GAIN 1135id: LANG_VOICE_SPELL
935desc: in the recording screen 1136desc: "talkbox" mode for files+directories
936eng: "Gain" 1137eng: "Spell"
937voice: "" 1138voice: "Spell"
938new: 1139new:
939 1140
940id: LANG_RECORDING_LEFT 1141id: LANG_VOICE_DIR_HOVER
941desc: in the recording screen 1142desc: "talkbox" mode for directories + files
942eng: "Gain L" 1143eng: ".talk mp3 clip"
943voice: "" 1144voice: "talk mp3 clip"
944new: 1145new:
945 1146
946id: LANG_RECORDING_RIGHT 1147## recording settings menu
947desc: in the recording screen
948eng: "Gain R"
949voice: ""
950new:
951 1148
952id: LANG_RECORDING_QUALITY 1149id: LANG_RECORDING_QUALITY
953desc: in the recording settings 1150desc: in the recording settings
@@ -967,12 +1164,6 @@ eng: "Source"
967voice: "Source" 1164voice: "Source"
968new: 1165new:
969 1166
970id: LANG_RECORDING_CHANNELS
971desc: in the recording settings
972eng: "Channels"
973voice: "Channels"
974new:
975
976id: LANG_RECORDING_SRC_MIC 1167id: LANG_RECORDING_SRC_MIC
977desc: in the recording settings 1168desc: in the recording settings
978eng: "Mic" 1169eng: "Mic"
@@ -991,802 +1182,906 @@ eng: "Digital"
991voice: "Digital" 1182voice: "Digital"
992new: 1183new:
993 1184
994id: LANG_RECORDING_SETTINGS 1185id: LANG_RECORDING_CHANNELS
995desc: in the main menu 1186desc: in the recording settings
996eng: "Recording Settings" 1187eng: "Channels"
997voice: "Recording Settings" 1188voice: "Channels"
998new: 1189new:
999 1190
1000id: LANG_DISK_STAT 1191id: LANG_RECORDING_EDITABLE
1001desc: DEPRECATED 1192desc: Editable recordings setting
1002eng: "" 1193eng: "Independent frames"
1003voice: "" 1194voice: "Independent frames"
1004new: 1195new:
1005 1196
1006id: LANG_DISK_FREE_STAT 1197id: LANG_RECORD_TIMESPLIT
1007desc: DEPRECATED 1198desc: Prompt for record timer interval setting, in the record settings menu
1008eng: "" 1199eng: "Time Split"
1009voice: "" 1200voice: "Time Split"
1010new: 1201new:
1011 1202
1012id: LANG_POWEROFF 1203id: LANG_RECORD_PRERECORD_TIME
1013desc: disk poweroff flag 1204desc: in recording settings_menu
1014eng: "Disk Poweroff" 1205eng: "Prerecord time"
1015voice: "Disk Poweroff" 1206voice: "Pre-Record time"
1016new: 1207new:
1017 1208
1018id: LANG_FILTER_PLAYLIST 1209id: LANG_RECORD_DIRECTORY
1019desc: show only playlist 1210desc: in recording settings_menu
1020eng: "Playlists" 1211eng: "Directory"
1021voice: "Playlists" 1212voice: "Directory"
1022new: 1213new:
1023 1214
1024id: LANG_BATTERY_TIME 1215id: LANG_RECORD_CURRENT_DIR
1025desc: battery level in % and estimated time remaining 1216desc: in recording directory options
1026eng: "%d%% %dh %dm" 1217eng: "Current dir"
1027voice: "Battery level" 1218voice: "Current directory"
1028new: 1219new:
1029 1220
1030id: LANG_SLEEP_TIMER 1221id: LANG_RECORD_STARTUP
1031desc: sleep timer setting 1222desc: Start Rockbox in Recording screen
1032eng: "Sleep Timer" 1223eng: "Show recording screen on startup"
1033voice: "Sleep Timer" 1224voice: "Show recording screen on startup"
1034new: 1225new:
1035 1226
1036id: LANG_MP3BUFFER_MARGIN 1227id: LANG_RECORD_TRIGGER
1037desc: MP3 buffer margin time 1228desc: in recording settings_menu
1038eng: "Anti-Skip Buffer" 1229eng: "Trigger"
1039voice: "Anti-Skip Buffer" 1230voice: "Trigger"
1040new: 1231new:
1041 1232
1042id: LANG_BIDIR_SCROLL 1233id: LANG_CLIP_LIGHT
1043desc: Bidirectional scroll limit 1234desc: in record settings menu.
1044eng: "Bidirectional Scroll Limit" 1235eng: "Clipping light"
1045voice: "Bidirectional Scroll Limit" 1236voice: "Clipping light"
1046new: 1237new:
1047 1238
1048id: LANG_SCROLL_DELAY 1239id: LANG_MAIN_UNIT
1049desc: Delay before scrolling 1240desc: in record settings menu.
1050eng: "Scroll Start Delay" 1241eng: "Main unit only"
1051voice: "Scroll Start Delay" 1242voice: "Main unit only"
1052new: 1243new:
1053 1244
1054id: LANG_SCROLL_STEP 1245id: LANG_REMOTE_UNIT
1055desc: Pixels to advance per scroll 1246desc: in record settings menu.
1056eng: "Scroll Step Size" 1247eng: "Remote unit only"
1057voice: "Scroll Step Size" 1248voice: "Remote unit only"
1058new: 1249new:
1059 1250
1060id: LANG_SCROLL_STEP_EXAMPLE 1251id: LANG_REMOTE_MAIN
1061desc: Pixels to advance per scroll 1252desc: in record settings menu.
1062eng: "Scroll Step Size Setting Example Text" 1253eng: "Main and remote unit"
1063voice: "" 1254voice: "Main and remote unit"
1064new: 1255new:
1065 1256
1066id: LANG_SCROLL_SPEED 1257## ffwd/rewind menu
1067desc: in display_settings_menu() 1258
1068eng: "Scroll Speed" 1259id: LANG_FFRW_STEP
1069voice: "Scroll Speed" 1260desc: in settings_menu
1261eng: "FF/RW Min Step"
1262voice: "Minimum Step"
1070new: 1263new:
1071 1264
1072id: LANG_TRICKLE_CHARGE 1265id: LANG_FFRW_ACCEL
1073desc: DEPRECATED 1266desc: in settings_menu
1074eng: "" 1267eng: "FF/RW Accel"
1075voice: "" 1268voice: "Acceleration"
1076new: 1269new:
1077 1270
1078id: LANG_BATTERY_TOPOFF_CHARGE 1271## crossfade menu
1079desc: in info display, shows that top off charge is running 1272
1080eng: "Battery: Top-Off Chg" 1273id: LANG_CROSSFADE_ENABLE
1081voice: "" 1274desc: in crossfade settings menu
1275eng: "Enable crossfade"
1276voice: "Enable crossfade"
1082new: 1277new:
1083 1278
1084id: LANG_BATTERY_TRICKLE_CHARGE 1279id: LANG_TRACKSKIP
1085desc: in info display, shows that trickle charge is running 1280desc: in crossfade settings
1086eng: "Battery: Trickle Chg" 1281eng: "Track Skip Only"
1087voice: "" 1282voice: "Track Skip Only"
1088new: 1283new:
1089 1284
1090id: LANG_BATTERY_CAPACITY 1285id: LANG_CROSSFADE_FADE_IN_DELAY
1091desc: in settings_menu 1286desc: in crossfade settings menu
1092eng: "Battery Capacity" 1287eng: "Fade in delay"
1093voice: "Battery Capacity" 1288voice: "Fade in delay"
1094new: 1289new:
1095 1290
1096id: LANG_MENU_SETTING_CANCEL 1291id: LANG_CROSSFADE_FADE_IN_DURATION
1097desc: Visual confirmation of canceling a changed setting 1292desc: in crossfade settings menu
1098eng: "Canceled" 1293eng: "Fade in duration"
1099voice: "" 1294voice: "Fade in duration"
1100new: 1295new:
1101 1296
1102id: LANG_QUEUE 1297id: LANG_CROSSFADE_FADE_OUT_DELAY
1103desc: The verb/action Queue 1298desc: in crossfade settings menu
1104eng: "Queue" 1299eng: "Fade out delay"
1105voice: "Queue" 1300voice: "Fade out delay"
1106new: 1301new:
1107 1302
1108id: LANG_DELETE 1303id: LANG_CROSSFADE_FADE_OUT_DURATION
1109desc: The verb/action Delete 1304desc: in crossfade settings menu
1110eng: "Delete" 1305eng: "Fade out duration"
1111voice: "Delete" 1306voice: "Fade out duration"
1112new: 1307new:
1113 1308
1114id: LANG_REALLY_DELETE 1309id: LANG_CROSSFADE_FADE_OUT_MODE
1115desc: Really Delete? 1310desc: in crossfade settings menu
1116eng: "Delete?" 1311eng: "Fade out mode"
1117voice: "" 1312voice: "Fade out mode"
1118new: 1313new:
1119 1314
1120id: LANG_DELETED 1315id: LANG_MIX
1121desc: A file has beed deleted 1316desc: in playback settings, crossfade option
1122eng: "Deleted" 1317eng: "Mix"
1123voice: "" 1318voice: "Mix"
1124new: 1319new:
1125 1320
1126id: LANG_RENAME 1321## replaygain menu
1127desc: The verb/action Rename 1322
1128eng: "Rename" 1323id: LANG_REPLAYGAIN_ENABLE
1129voice: "Rename" 1324desc: in replaygain
1325eng: "Enable replaygain"
1326voice: "Enable replaygain"
1130new: 1327new:
1131 1328
1132id: LANG_FAILED 1329id: LANG_REPLAYGAIN_NOCLIP
1133desc: Something failed. To be appended after above actions 1330desc: in replaygain
1134eng: "Failed" 1331eng: "Prevent clipping"
1135voice: "" 1332voice: "Prevent clipping"
1136new: 1333new:
1137 1334
1138id: LANG_ALARM_MOD_ALARM_MENU 1335id: LANG_REPLAYGAIN_MODE
1139desc: The name of the additional entry in the main menu for the RTC alarm mod. 1336desc: in replaygain
1140eng: "Wake-Up Alarm" 1337eng: "Replaygain type"
1141voice: "Wake-Up Alarm" 1338voice: "Replaygain type"
1142new: 1339new:
1143 1340
1144id: LANG_ALARM_MOD_TIME 1341id: LANG_ALBUM_GAIN
1145desc: The current alarm time shown in the alarm menu for the RTC alarm mod. 1342desc: in replaygain
1146eng: "Alarm Time: %02d:%02d" 1343eng: "Album gain"
1147voice: "" 1344voice: "Album gain"
1148new: 1345new:
1149 1346
1150id: LANG_ALARM_MOD_TIME_TO_GO 1347id: LANG_TRACK_GAIN
1151desc: The time until the alarm will go off shown in the alarm menu for the RTC alarm mod. 1348desc: in replaygain
1152eng: "Waking Up In %d:%02d" 1349eng: "Track gain"
1153voice: "" 1350voice: "Track gain"
1154new: 1351new:
1155 1352
1156id: LANG_ALARM_MOD_SHUTDOWN 1353id: LANG_SHUFFLE_GAIN
1157desc: The text that tells the user that the alarm time is ok and the device shuts off (for the RTC alarm mod). 1354desc: use track gain if shuffle mode is on, album gain otherwise
1158eng: "Alarm Set" 1355eng: "Track gain if shuffling"
1159voice: "" 1356voice: "Track gain if shuffling"
1160new: 1357new:
1161 1358
1162id: LANG_ALARM_MOD_ERROR 1359id: LANG_REPLAYGAIN_PREAMP
1163desc: The text that tells that the time is incorrect (for the RTC alarm mod). 1360desc: in replaygain settings
1164eng: "Alarm Time Is Too Soon!" 1361eng: "Pre-amp"
1165voice: "" 1362voice: "Preamp"
1166new: 1363new:
1167 1364
1168id: LANG_ALARM_MOD_KEYS 1365## LCD settings menu, also remote
1169desc: Shown key functions in alarm menu (for the RTC alarm mod). 1366
1170eng: "PLAY=Set OFF=Cancel" 1367id: LANG_BACKLIGHT
1171voice: "" 1368desc: in settings_menu
1369eng: "Backlight"
1370voice: "Backlight"
1172new: 1371new:
1173 1372
1174id: LANG_CREATE_PLAYLIST 1373id: LANG_BACKLIGHT_ON_WHEN_CHARGING
1175desc: Menu option for creating a playlist 1374desc: in display_settings_menu, backlight timeout with charger connected
1176eng: "Create Playlist" 1375eng: "Backlight When Plugged"
1177voice: "Create Playlist" 1376voice: "Backlight When Plugged"
1178new: 1377new:
1179 1378
1180id: LANG_CREATING 1379id: LANG_CAPTION_BACKLIGHT
1181desc: Screen feedback during playlist creation 1380desc: in settings_menu
1182eng: "Creating" 1381eng: "Caption backlight"
1183voice: "" 1382voice: "Caption backlight"
1184new: 1383new:
1185 1384
1186id: LANG_PLAYER_KEYBOARD_BACKSPACE 1385id: LANG_BACKLIGHT_FADE_IN
1187desc: DEPRECATED 1386desc: in settings_menu
1188eng: "" 1387eng: "Backlight fade in"
1189voice: "" 1388voice: "Backlight fade in"
1190new: 1389new:
1191 1390
1192id: LANG_PLAYER_KEYBOARD_DELETE 1391id: LANG_BACKLIGHT_FADE_OUT
1193desc: DEPRECATED 1392desc: in settings_menu
1194eng: "" 1393eng: "Backlight fade out"
1195voice: "" 1394voice: "Backlight fade out"
1196new: 1395new:
1197 1396
1198id: LANG_PLAYER_KEYBOARD_ACCEPT 1397id: LANG_BRIGHTNESS
1199desc: DEPRECATED 1398desc: in settings_menu
1200eng: "" 1399eng: "Brightness"
1201voice: "" 1400voice: "Brightness"
1202new: 1401new:
1203 1402
1204id: LANG_PLAYER_KEYBOARD_ABORT 1403id: LANG_CONTRAST
1205desc: DEPRECATED 1404desc: in settings_menu
1206eng: "" 1405eng: "Contrast"
1207voice: "" 1406voice: "Contrast"
1208new: 1407new:
1209 1408
1210id: LANG_MENU_SHOW_ID3_INFO 1409id: LANG_BACKLIGHT_FILTER_FIRST_KEYPRESS
1211desc: Menu option to start id3 viewer 1410desc: Backlight behaviour setting
1212eng: "Show ID3 Info" 1411eng: "First keypress enables backlight only"
1213voice: "Show ID3 Info" 1412voice: "First keypress enables backlight only"
1214new: 1413new:
1215 1414
1216id: LANG_ID3_GENRE 1415id: LANG_INVERT
1217desc: ID3 frame 'genre' 1416desc: in settings_menu
1218eng: "[Genre]" 1417eng: "LCD Mode"
1219voice: "" 1418voice: "LCD Mode"
1220new: 1419new:
1221 1420
1222id: LANG_ID3_YEAR 1421id: LANG_INVERT_LCD_NORMAL
1223desc: ID3 info 'year' 1422desc: in settings_menu
1224eng: "[Year]" 1423eng: "Normal"
1225voice: "" 1424voice: "Normal"
1226new: 1425new:
1227 1426
1228id: LANG_ID3_NO_INFO 1427id: LANG_INVERT_LCD_INVERSE
1229desc: ID3 info is missing 1428desc: in settings_menu
1230eng: "<No Info>" 1429eng: "Inverse"
1231voice: "" 1430voice: "Inverse"
1232new: 1431new:
1233 1432
1234id: LANG_RECORDING_TIME 1433id: LANG_FLIP_DISPLAY
1235desc: Display of recorded time 1434desc: in settings_menu, option to turn display+buttos by 180 degreed
1236eng: "Time:" 1435eng: "Upside Down"
1237voice: "" 1436voice: "Upside Down"
1238new: 1437new:
1239 1438
1240id: LANG_RECORDING_SIZE 1439id: LANG_INVERT_CURSOR
1241desc: Display of recorded file size 1440desc: in settings_menu
1242eng: "Size:" 1441eng: "Line Selector"
1243voice: "" 1442voice: "Line Selector"
1244new: 1443new:
1245 1444
1246id: LANG_SETTINGS_LOADED1 1445id: LANG_INVERT_CURSOR_POINTER
1247desc: Feedback shown when a .cfg file is loaded 1446desc: in settings_menu
1248eng: "Settings" 1447eng: "Pointer"
1249voice: "" 1448voice: "Pointer"
1250new: 1449new:
1251 1450
1252id: LANG_SETTINGS_LOADED2 1451id: LANG_INVERT_CURSOR_BAR
1253desc: Feedback shown when a .cfg file is loaded 1452desc: in settings_menu
1254eng: "Loaded" 1453eng: "Bar(Inverse)"
1255voice: "" 1454voice: "Inverse Bar"
1256new: 1455new:
1257 1456
1258id: LANG_FADE_ON_STOP 1457id: LANG_CLEAR_BACKDROP
1259desc: options menu to set fade on stop or pause 1458desc: text for LCD settings menu
1260eng: "Fade On Stop/Pause" 1459eng: "Clear backdrop"
1261voice: "Fade On Stop and Pause" 1460voice: "Clear backdrop"
1262new: 1461new:
1263 1462
1264id: LANG_SOKOBAN_ON 1463id: LANG_BACKGROUND_COLOR
1265desc: DEPRECATED 1464desc: menu entry to set the background color
1266eng: "" 1465eng: "Background Colour"
1267voice: "" 1466voice: "Background Colour"
1268new: 1467new:
1269 1468
1270id: LANG_INVERT 1469id: LANG_FOREGROUND_COLOR
1271desc: in settings_menu 1470desc: menu entry to set the foreground color
1272eng: "LCD Mode" 1471eng: "Foreground Colour"
1273voice: "LCD Mode" 1472voice: "Foreground Colour"
1274new: 1473new:
1275 1474
1276id: LANG_CHANNEL_STEREO_NARROW_PLAYER 1475id: LANG_RESET_COLORS
1277desc: DEPRECATED 1476desc: menu
1278eng: "" 1477eng: "Reset Colours"
1279voice: "" 1478voice: "Reset Colours"
1280new: 1479new:
1281 1480
1282id: LANG_CHANNEL_STEREO_NARROW_RECORDER 1481id: LANG_REDUCE_TICKING
1283desc: DEPRECATED 1482desc: in remote lcd settings menu
1284eng: "" 1483eng: "Reduce ticking"
1285voice: "" 1484voice: "Reduce ticking"
1286new: 1485new:
1287 1486
1288id: LANG_CHANNEL_STEREO_WIDE 1487## scrolling menu
1289desc: DEPRECATED 1488
1290eng: "" 1489id: LANG_SCROLL_SPEED
1490desc: in display_settings_menu()
1491eng: "Scroll Speed"
1492voice: "Scroll Speed"
1493new:
1494
1495id: LANG_SCROLL
1496desc: in settings_menu
1497eng: "Scroll Speed Setting Example"
1291voice: "" 1498voice: ""
1292new: 1499new:
1293 1500
1294id: LANG_CHANNEL_KARAOKE 1501id: LANG_SCROLL_DELAY
1295desc: in sound_settings 1502desc: Delay before scrolling
1296eng: "Karaoke" 1503eng: "Scroll Start Delay"
1297voice: "Karaoke" 1504voice: "Scroll Start Delay"
1298new: 1505new:
1299 1506
1300id: LANG_SAVE_SETTINGS 1507id: LANG_SCROLL_STEP
1301desc: in system_settings_menu() 1508desc: Pixels to advance per scroll
1302eng: "Write .cfg file" 1509eng: "Scroll Step Size"
1303voice: "Write configuration file" 1510voice: "Scroll Step Size"
1304new: 1511new:
1305 1512
1306id: LANG_SETTINGS_SAVED1 1513id: LANG_SCROLL_STEP_EXAMPLE
1307desc: Feedback shown when a .cfg file is saved 1514desc: Pixels to advance per scroll
1308eng: "Settings" 1515eng: "Scroll Step Size Setting Example Text"
1309voice: "" 1516voice: ""
1310new: 1517new:
1311 1518
1312id: LANG_SETTINGS_SAVED2 1519id: LANG_BIDIR_SCROLL
1313desc: Feedback shown when a .cfg file is saved 1520desc: Bidirectional scroll limit
1314eng: "Saved" 1521eng: "Bidirectional Scroll Limit"
1315voice: "" 1522voice: "Bidirectional Scroll Limit"
1316new: 1523new:
1317 1524
1318id: LANG_VBRFIX_STOP_PLAY 1525id: LANG_JUMP_SCROLL
1319desc: DEPRECATED 1526desc: (player) menu altarnative for jump scroll
1320eng: "" 1527eng: "Jump scroll"
1321voice: "" 1528voice: "Jump scroll"
1322new: 1529new:
1323 1530
1324id: LANG_VBRFIX_NOT_VBR 1531id: LANG_ONE_TIME
1325desc: DEPRECATED 1532desc: (player) the jump scroll shall be done "one time"
1326eng: "" 1533eng: "One time"
1327voice: "" 1534voice: "One time"
1328new: 1535new:
1329 1536
1330id: LANG_VBRFIX 1537id: LANG_JUMP_SCROLL_DELAY
1331desc: DEPRECATED 1538desc: (player) Delay before making a jump scroll
1332eng: "" 1539eng: "Jump Scroll Delay"
1333voice: "" 1540voice: "Jump Scroll Delay"
1334new: 1541new:
1335 1542
1336id: LANG_INVERT_CURSOR 1543id: LANG_SCREEN_SCROLL_VIEW
1337desc: in settings_menu 1544desc: should lines scroll out of the screen
1338eng: "Line Selector" 1545eng: "Screen Scrolls Out Of View"
1339voice: "Line Selector" 1546voice: "Screen Scrolls Out Of View"
1340new: 1547new:
1341 1548
1342id: LANG_RECORDING_EDITABLE 1549id: LANG_SCREEN_SCROLL_STEP
1343desc: Editable recordings setting 1550desc: Pixels to advance per Screen scroll
1344eng: "Independent frames" 1551eng: "Screen Scroll Step Size"
1345voice: "Independent frames" 1552voice: "Screen Scroll Step Size"
1346new: 1553new:
1347 1554
1348id: LANG_STATUS_BAR 1555id: LANG_SCROLL_PAGINATED
1349desc: display menu, F3 substitute 1556desc: jump to new page when scrolling
1350eng: "Status Bar" 1557eng: "Paged Scrolling"
1351voice: "Status Bar" 1558voice: "Paged scrolling"
1352new: 1559new:
1353 1560
1561#status-/scrollbar menu
1562
1354id: LANG_SCROLL_BAR 1563id: LANG_SCROLL_BAR
1355desc: display menu, F3 substitute 1564desc: display menu, F3 substitute
1356eng: "Scroll Bar" 1565eng: "Scroll Bar"
1357voice: "Scroll Bar" 1566voice: "Scroll Bar"
1358new: 1567new:
1359 1568
1360id: LANG_CAPTION_BACKLIGHT 1569id: LANG_STATUS_BAR
1361desc: in settings_menu 1570desc: display menu, F3 substitute
1362eng: "Caption backlight" 1571eng: "Status Bar"
1363voice: "Caption backlight" 1572voice: "Status Bar"
1364new: 1573new:
1365 1574
1366id: LANG_INVERT_CURSOR_POINTER 1575id: LANG_BUTTON_BAR
1367desc: in settings_menu 1576desc: in settings menu
1368eng: "Pointer" 1577eng: "Button bar"
1369voice: "Pointer" 1578voice: "Button bar"
1370new: 1579new:
1371 1580
1372id: LANG_INVERT_CURSOR_BAR 1581id: LANG_VOLUME_DISPLAY
1373desc: in settings_menu 1582desc: Volume type title
1374eng: "Bar(Inverse)" 1583eng: "Volume Display"
1375voice: "Inverse Bar" 1584voice: "Volume Display"
1376new: 1585new:
1377 1586
1378id: LANG_INVERT_LCD_NORMAL 1587id: LANG_BATTERY_DISPLAY
1379desc: in settings_menu 1588desc: Battery type title
1380eng: "Normal" 1589eng: "Battery Display"
1381voice: "Normal" 1590voice: "Battery Display"
1382new: 1591new:
1383 1592
1384id: LANG_INVERT_LCD_INVERSE 1593id: LANG_DISPLAY_GRAPHIC
1385desc: in settings_menu 1594desc: Label for type of icon display
1386eng: "Inverse" 1595eng: "Graphic"
1387voice: "Inverse" 1596voice: "Graphic"
1388new: 1597new:
1389 1598
1390id: LANG_MAX_FILES_IN_DIR 1599id: LANG_DISPLAY_NUMERIC
1391desc: in settings_menu 1600desc: Label for type of icon display
1392eng: "Max files in dir browser" 1601eng: "Numeric"
1393voice: "Maximum files in directory browser" 1602voice: "Numeric"
1394new: 1603new:
1395 1604
1396id: LANG_MAX_FILES_IN_PLAYLIST 1605## peakmeter menu
1397desc: in settings_menu 1606
1398eng: "Max playlist size" 1607id: LANG_PM_RELEASE
1399voice: "Maximum playlist size" 1608desc: in the peak meter menu
1609eng: "Peak Release"
1610voice: "Peak Release"
1400new: 1611new:
1401 1612
1402id: LANG_JUMP_SCROLL 1613id: LANG_PM_UNITS_PER_READ
1403desc: (player) menu altarnative for jump scroll 1614desc: in the peak meter menu
1404eng: "Jump scroll" 1615eng: "Units Per Read"
1405voice: "Jump scroll" 1616voice: "Units Per Read"
1406new: 1617new:
1407 1618
1408id: LANG_ONE_TIME 1619id: LANG_PM_PEAK_HOLD
1409desc: (player) the jump scroll shall be done "one time" 1620desc: in the peak meter menu
1410eng: "One time" 1621eng: "Peak Hold Time"
1411voice: "One time" 1622voice: "Peak Hold Time"
1412new: 1623new:
1413 1624
1414id: LANG_ALWAYS 1625id: LANG_PM_CLIP_HOLD
1415desc: (player) the jump scroll shall be done "always" 1626desc: in the peak meter menu
1416eng: "Always" 1627eng: "Clip Hold Time"
1417voice: "Always" 1628voice: "Clip Hold Time"
1418new: 1629new:
1419 1630
1420id: LANG_JUMP_SCROLL_DELAY 1631id: LANG_PM_ETERNAL
1421desc: (player) Delay before making a jump scroll 1632desc: in the peak meter menu
1422eng: "Jump Scroll Delay" 1633eng: "Eternal"
1423voice: "Jump Scroll Delay" 1634voice: "Eternal"
1424new: 1635new:
1425 1636
1426id: LANG_RECORD_TIMESPLIT 1637id: LANG_PM_SCALE
1427desc: Prompt for record timer interval setting, in the record settings menu 1638desc: in the peak meter menu
1428eng: "Time Split" 1639eng: "Scale"
1429voice: "Time Split" 1640voice: "Scale"
1430new: 1641new:
1431 1642
1432id: LANG_RECORD_TIMESPLIT_REC 1643id: LANG_PM_DBFS
1433desc: Display of record timer interval setting, on the record screen 1644desc: in the peak meter menu
1434eng: "Split time:" 1645eng: "Logarithmic(dB)"
1435voice: "" 1646voice: "Logarithmic decibel"
1436new: 1647new:
1437 1648
1438id: LANG_SHOW_ICONS 1649id: LANG_PM_LINEAR
1650desc: in the peak meter menu
1651eng: "Linear(%)"
1652voice: "Linear percent"
1653new:
1654
1655id: LANG_PM_MIN
1656desc: in the peak meter menu
1657eng: "Minimum Of Range"
1658voice: "Minimum Of Range"
1659new:
1660
1661id: LANG_PM_MAX
1662desc: in the peak meter menu
1663eng: "Maximum Of Range"
1664voice: "Maximum Of Range"
1665new:
1666
1667## battery menu
1668
1669id: LANG_BATTERY_CAPACITY
1439desc: in settings_menu 1670desc: in settings_menu
1440eng: "Show Icons" 1671eng: "Battery Capacity"
1441voice: "Show Icons" 1672voice: "Battery Capacity"
1442new: 1673new:
1443 1674
1444id: LANG_DISK_FULL 1675id: LANG_BATTERY_TYPE
1445desc: in recording screen 1676desc: in battery settings
1446eng: "The disk is full. Press OFF to continue." 1677eng: "Battery Type"
1447voice: "" 1678voice: "Battery type"
1448new: 1679new:
1449 1680
1450id: LANG_CONFIRM_WITH_PLAY_RECORDER 1681id: LANG_BATTERY_TYPE_ALKALINE
1451desc: Generic recorder string to use to confirm 1682desc: in battery settings
1452eng: "PLAY = Yes" 1683eng: "Alkaline"
1453voice: "" 1684voice: "Alkaline"
1454new: 1685new:
1455 1686
1456id: LANG_CANCEL_WITH_ANY_RECORDER 1687id: LANG_BATTERY_TYPE_NIMH
1457desc: Generic recorder string to use to cancel 1688desc: in battery settings
1458eng: "Any Other = No" 1689eng: "NiMH"
1459voice: "" 1690voice: "Nickel metal hydride"
1460new: 1691new:
1461 1692
1462## 1693## disk menu
1463## Strings used in the plugin loader:
1464##
1465 1694
1466id: LANG_PLUGIN_CANT_OPEN 1695id: LANG_SPINDOWN
1467desc: Plugin open error message 1696desc: in settings_menu
1468eng: "Can't open %s" 1697eng: "Disk Spindown"
1469voice: "" 1698voice: "Disk Spindown"
1470new: 1699new:
1471 1700
1472id: LANG_READ_FAILED 1701id: LANG_POWEROFF
1473desc: There was an error reading a file 1702desc: disk poweroff flag
1474eng: "Failed reading %s" 1703eng: "Disk Poweroff"
1475voice: "" 1704voice: "Disk Poweroff"
1476new: 1705new:
1477 1706
1478id: LANG_PLUGIN_WRONG_MODEL 1707id: LANG_DIRCACHE_ENABLE
1479desc: The plugin is not compatible with the archos model trying to run it 1708desc: in directory cache settings
1480eng: "Incompatible model" 1709eng: "Directory cache"
1481voice: "" 1710voice: "Directory cache"
1482new: 1711new:
1483 1712
1484id: LANG_PLUGIN_WRONG_VERSION 1713id: LANG_DIRCACHE_REBOOT
1485desc: The plugin is not compatible with the rockbox version trying to run it 1714desc: when activating directory cache
1486eng: "Incompatible version" 1715eng: "Please reboot to enable the cache"
1487voice: "" 1716voice: ""
1488new: 1717new:
1489 1718
1490id: LANG_PLUGIN_ERROR 1719id: LANG_DIRCACHE_BUILDING
1491desc: The plugin return an error code 1720desc: when booting up and rebuilding the cache
1492eng: "Plugin returned error" 1721eng: "Scanning disk..."
1493voice: "" 1722voice: ""
1494new: 1723new:
1495 1724
1496## 1725## time & date menu
1497## boot change detection
1498##
1499 1726
1500id: LANG_BOOT_CHANGED 1727id: LANG_TIME
1501desc: File browser discovered the boot file was changed 1728desc: in settings_menu
1502eng: "Boot changed" 1729eng: "Set Time/Date"
1503voice: "" 1730voice: "Set Time and Date"
1504new: 1731new:
1505 1732
1506id: LANG_REBOOT_NOW 1733id: LANG_TIMEFORMAT
1507desc: Do you want to reboot? 1734desc: select the time format of time in status bar
1508eng: "Reboot now?" 1735eng: "Time Format"
1509voice: "" 1736voice: "Time Format"
1510new: 1737new:
1511 1738
1512id: LANG_QUEUE_LAST 1739id: LANG_12_HOUR_CLOCK
1513desc: in onplay menu. queue a track/playlist at end of playlist. 1740desc: option for 12 hour clock
1514eng: "Queue last" 1741eng: "12 Hour Clock"
1515voice: "Queue last" 1742voice: "12 Hour Clock"
1516new: 1743new:
1517 1744
1518id: LANG_INSERT 1745id: LANG_24_HOUR_CLOCK
1519desc: in onplay menu. insert a track/playlist into dynamic playlist. 1746desc: option for 24 hour clock
1520eng: "Insert" 1747eng: "24 Hour Clock"
1521voice: "Insert" 1748voice: "24 Hour Clock"
1522new: 1749new:
1523 1750
1524id: LANG_INSERT_LAST 1751## limits menu
1525desc: in onplay menu. append a track/playlist into dynamic playlist. 1752
1526eng: "Insert last" 1753id: LANG_MAX_FILES_IN_DIR
1527voice: "Insert last" 1754desc: in settings_menu
1755eng: "Max files in dir browser"
1756voice: "Maximum files in directory browser"
1528new: 1757new:
1529 1758
1530id: LANG_QUEUE_FIRST 1759id: LANG_MAX_FILES_IN_PLAYLIST
1531desc: in onplay menu. queue a track/playlist into dynamic playlist. 1760desc: in settings_menu
1532eng: "Queue next" 1761eng: "Max playlist size"
1533voice: "Queue next" 1762voice: "Maximum playlist size"
1534new: 1763new:
1535 1764
1536id: LANG_INSERT_FIRST 1765## context menu (onplay menu)
1537desc: in onplay menu. insert a track/playlist into dynamic playlist. 1766
1538eng: "Insert next" 1767id: LANG_PLAYLIST
1539voice: "Insert next" 1768desc: Used when you need to say playlist, also voiced
1769eng: "Playlist"
1770voice: "Playlist"
1540new: 1771new:
1541 1772
1542id: LANG_SAVE_DYNAMIC_PLAYLIST 1773id: LANG_BOOKMARK_MENU
1543desc: in playlist menu. 1774desc: Text on main menu to get to bookmark commands
1544eng: "Save Current Playlist" 1775eng: "Bookmarks"
1545voice: "Save Current Playlist" 1776voice: "Bookmarks"
1546new: 1777new:
1547 1778
1548id: LANG_PLAYLIST_MENU 1779id: LANG_MENU_SHOW_ID3_INFO
1549desc: in main menu. 1780desc: Menu option to start tag viewer
1550eng: "Playlist Options" 1781eng: "Show ID3 Info"
1551voice: "Playlist Options" 1782voice: "Show ID3 Info"
1552new: 1783new:
1553 1784
1554id: LANG_PLAYLIST_INSERT_COUNT 1785id: LANG_MENU_SET_RATING
1555desc: splash number of tracks inserted 1786desc: in wps context menu
1556eng: "Inserted %d tracks (%s)" 1787eng: "Set song rating"
1557voice: "" 1788voice: "Set song rating"
1558new: 1789new:
1559 1790
1560id: LANG_PLAYLIST_QUEUE_COUNT 1791id: LANG_RATING
1561desc: splash number of tracks queued 1792desc: in set_rating
1562eng: "Queued %d tracks (%s)" 1793eng: "Rating:"
1563voice: "" 1794voice: ""
1564new: 1795new:
1565 1796
1566id: LANG_PLAYLIST_SAVE_COUNT 1797id: LANG_RENAME
1567desc: splash number of tracks saved 1798desc: The verb/action Rename
1568eng: "Saved %d tracks (%s)" 1799eng: "Rename"
1569voice: "" 1800voice: "Rename"
1570new: 1801new:
1571 1802
1572id: LANG_OFF_ABORT 1803id: LANG_CUT
1573desc: Used on recorder models 1804desc: The verb/action Cut
1574eng: "OFF to abort" 1805eng: "Cut"
1575voice: "" 1806voice: "Cut"
1576new: 1807new:
1577 1808
1578id: LANG_STOP_ABORT 1809id: LANG_COPY
1579desc: Used on player models 1810desc: The verb/action Copy
1580eng: "STOP to abort" 1811eng: "Copy"
1581voice: "" 1812voice: "Copy"
1582new: 1813new:
1583 1814
1584id: LANG_PLAYLIST_CONTROL_UPDATE_ERROR 1815id: LANG_PASTE
1585desc: Playlist error 1816desc: The verb/action Paste
1586eng: "Error updating playlist control file" 1817eng: "Paste"
1587voice: "" 1818voice: "Paste"
1588new: 1819new:
1589 1820
1590id: LANG_PLAYLIST_ACCESS_ERROR 1821id: LANG_REALLY_OVERWRITE
1591desc: Playlist error 1822desc: The verb/action Paste
1592eng: "Error accessing playlist file" 1823eng: "File/directory exists. Overwrite?"
1593voice: "" 1824voice: ""
1594new: 1825new:
1595 1826
1596id: LANG_PLAYLIST_CONTROL_ACCESS_ERROR 1827id: LANG_DELETE
1597desc: Playlist error 1828desc: The verb/action Delete
1598eng: "Error accessing playlist control file" 1829eng: "Delete"
1599voice: "" 1830voice: "Delete"
1600new: 1831new:
1601 1832
1602id: LANG_PLAYLIST_DIRECTORY_ACCESS_ERROR 1833id: LANG_SET_AS_BACKDROP
1603desc: Playlist error 1834desc: text for onplay menu entry
1604eng: "Error accessing directory" 1835eng: "Set as backdrop"
1836voice: "Set as backdrop"
1837new:
1838
1839id: LANG_DELETE_DIR
1840desc: in on+play menu
1841eng: "Delete directory"
1842voice: "delete directory"
1843new:
1844
1845id: LANG_REALLY_DELETE
1846desc: Really Delete?
1847eng: "Delete?"
1605voice: "" 1848voice: ""
1606new: 1849new:
1607 1850
1608id: LANG_PLAYLIST_CONTROL_INVALID 1851id: LANG_DELETED
1609desc: Playlist resume error 1852desc: A file has beed deleted
1610eng: "Playlist control file is invalid" 1853eng: "Deleted"
1611voice: "" 1854voice: ""
1612new: 1855new:
1613 1856
1614id: LANG_RECURSE_DIRECTORY 1857id: LANG_ONPLAY_OPEN_WITH
1615desc: In playlist menu 1858desc: Onplay open with
1616eng: "Recursively Insert Directories" 1859eng: "Open with"
1617voice: "Recursively Insert Directories" 1860voice: "open with"
1618new: 1861new:
1619 1862
1620id: LANG_RECURSE_DIRECTORY_QUESTION 1863id: LANG_CREATE_DIR
1621desc: Asked from onplay screen 1864desc: in main menu
1622eng: "Recursively?" 1865eng: "Create directory"
1623voice: "" 1866voice: "Create directory"
1624new: 1867new:
1625 1868
1626id: LANG_CUSTOM_FONT 1869id: LANG_PITCH
1627desc: in setting_menu() 1870desc: "pitch" in the pitch screen
1628eng: "Browse Fonts" 1871eng: "Pitch"
1629voice: "Browse Fonts" 1872voice: "Pitch"
1630new: 1873new:
1631 1874
1632id: LANG_FIRMWARE 1875## playlist context menu
1633desc: in the main menu 1876
1634eng: "Browse Firmwares" 1877id: LANG_VIEW
1635voice: "Browse Firmwares" 1878desc: in on+play menu
1879eng: "View"
1880voice: "View"
1636new: 1881new:
1637 1882
1638id: LANG_LANGUAGE 1883id: LANG_SHUFFLE_PLAYLIST
1639desc: in settings_menu 1884desc: in playlist menu, reshuffles the order in which songs are played
1640eng: "Language" 1885eng: "Reshuffle"
1641voice: "Language" 1886voice: "Reshuffle"
1642new: 1887new:
1643 1888
1644id: LANG_WHILE_PLAYING 1889id: LANG_INSERT
1645desc: in settings_menu() 1890desc: in onplay menu. insert a track/playlist into dynamic playlist.
1646eng: "Browse .wps files" 1891eng: "Insert"
1647voice: "Browse while-playing-screen files" 1892voice: "Insert"
1648new: 1893new:
1649 1894
1650id: LANG_CUSTOM_CFG 1895id: LANG_INSERT_FIRST
1651desc: in setting_menu() 1896desc: in onplay menu. insert a track/playlist into dynamic playlist.
1652eng: "Browse .cfg files" 1897eng: "Insert next"
1653voice: "Browse configuration files" 1898voice: "Insert next"
1654new: 1899new:
1655 1900
1656id: LANG_PLUGINS 1901id: LANG_INSERT_LAST
1657desc: in main_menu() 1902desc: in onplay menu. append a track/playlist into dynamic playlist.
1658eng: "Browse Plugins" 1903eng: "Insert last"
1659voice: "Browse Plugins" 1904voice: "Insert last"
1660new: 1905new:
1661 1906
1662id: LANG_CAR_ADAPTER_MODE 1907id: LANG_INSERT_SHUFFLED
1663desc: Displayed for setting car adapter mode to on/off 1908desc: in onplay menu. insert a track/playlist randomly into dynamic playlist
1664eng: "Car Adapter Mode" 1909eng: "Insert shuffled"
1665voice: "Car Adapter Mode" 1910voice: "Insert shuffled"
1666new: 1911new:
1667 1912
1668id: LANG_LINE_IN 1913id: LANG_QUEUE
1669desc: in settings_menu 1914desc: The verb/action Queue
1670eng: "Line In" 1915eng: "Queue"
1671voice: "Line In" 1916voice: "Queue"
1672new: 1917new:
1673 1918
1674id: LANG_NO_FILES 1919id: LANG_QUEUE_FIRST
1675desc: in settings_menu 1920desc: in onplay menu. queue a track/playlist into dynamic playlist.
1676eng: "No files" 1921eng: "Queue next"
1677voice: "" 1922voice: "Queue next"
1678new: 1923new:
1679 1924
1680id: LANG_BUTTONBAR_MENU 1925id: LANG_QUEUE_LAST
1681desc: in button bar 1926desc: in onplay menu. queue a track/playlist at end of playlist.
1682eng: "Menu" 1927eng: "Queue last"
1683voice: "" 1928voice: "Queue last"
1684new: 1929new:
1685 1930
1686id: LANG_FM_BUTTONBAR_PRESETS 1931id: LANG_QUEUE_SHUFFLED
1687desc: in button bar 1932desc: in onplay menu. queue a track/playlist randomly into dynamic playlist
1688eng: "Preset" 1933eng: "Queue shuffled"
1934voice: "Queue shuffled"
1935new:
1936
1937id: LANG_SEARCH_IN_PLAYLIST
1938desc: in playlist menu.
1939eng: "Search In Playlist"
1940voice: "Search In Playlist"
1941new:
1942
1943id: LANG_PLAYLIST_SEARCH_MSG
1944desc: splash number of tracks inserted
1945eng: "Searching... %d found (%s)"
1689voice: "" 1946voice: ""
1690new: 1947new:
1691 1948
1692id: LANG_FM_SAVE_PRESET 1949## bookmark context menu
1693desc: DEPRECATED 1950
1694eng: "" 1951id: LANG_BOOKMARK_MENU_CREATE
1952desc: Used off of the bookmark menu to create a bookmark
1953eng: "Create Bookmark"
1954voice: "Create Bookmark"
1955new:
1956
1957id: LANG_BOOKMARK_MENU_LIST
1958desc: Used off of the bookmark menu to list available bookmarks for the currently playing directory or M3U
1959eng: "List Bookmarks"
1960voice: "List Bookmarks"
1961new:
1962
1963## info screen
1964
1965id: LANG_ROCKBOX_INFO
1966desc: displayed topmost on the info screen
1967eng: "Rockbox Info:"
1695voice: "" 1968voice: ""
1696new: 1969new:
1697 1970
1698id: LANG_FM_DELETE_PRESET 1971id: LANG_BUFFER_STAT_PLAYER
1699desc: in radio screen 1972desc: the buffer size player-screen width, %d MB %d fraction of MB
1700eng: "Remove preset" 1973eng: "Buf: %d.%03dMB"
1701voice: "" 1974voice: ""
1702new: 1975new:
1703 1976
1704id: LANG_FM_STATION 1977id: LANG_BUFFER_STAT_RECORDER
1705desc: in radio screen 1978desc: the buffer size recorder-screen width, %d MB %d fraction of MB
1706eng: "Station: %d.%dMHz" 1979eng: "Buffer: %d.%03dMB"
1707voice: "" 1980voice: ""
1708new: 1981new:
1709 1982
1710id: LANG_FM_PRESET_SAVE_FAILED 1983id: LANG_BATTERY_CHARGE
1711desc: in radio screen 1984desc: tells that the battery is charging, instead of battery level
1712eng: "Preset save failed" 1985eng: "Battery: Charging"
1713voice: "" 1986voice: ""
1714new: 1987new:
1715 1988
1716id: LANG_FM_NO_PRESETS 1989id: LANG_BATTERY_TOPOFF_CHARGE
1717desc: error when preset list is empty 1990desc: in info display, shows that top off charge is running
1718eng: "No presets" 1991eng: "Battery: Top-Off Chg"
1719voice: "" 1992voice: ""
1720new: 1993new:
1721 1994
1722id: LANG_FM_NO_FREE_PRESETS 1995id: LANG_BATTERY_TRICKLE_CHARGE
1723desc: in radio screen 1996desc: in info display, shows that trickle charge is running
1724eng: "The preset list is full" 1997eng: "Battery: Trickle Chg"
1725voice: "" 1998voice: ""
1726new: 1999new:
1727 2000
1728id: LANG_FM_RADIO 2001id: LANG_BATTERY_TIME
1729desc: in main menu 2002desc: battery level in % and estimated time remaining
1730eng: "FM Radio" 2003eng: "%d%% %dh %dm"
1731voice: "FM Radio" 2004voice: "Battery level"
1732new: 2005new:
1733 2006
1734id: LANG_FM_BUTTONBAR_RECORD 2007id: LANG_DISK_SIZE_INFO
1735desc: in main menu 2008desc: disk size info
1736eng: "Record" 2009eng: "Disk:"
1737voice: "" 2010voice: ""
1738new: 2011new:
1739 2012
1740id: LANG_VIEW_DYNAMIC_PLAYLIST 2013id: LANG_DISK_FREE_INFO
1741desc: in playlist menu. 2014desc: disk size info
1742eng: "View Current Playlist" 2015eng: "Free:"
1743voice: "View Current Playlist" 2016voice: "Free diskspace:"
1744new: 2017new:
1745 2018
1746id: LANG_MOVE 2019id: LANG_DISK_NAME_INTERNAL
1747desc: The verb/action Move 2020desc: in info menu; name for internal disk with multivolume (keep short!)
1748eng: "Move" 2021eng: "Int:"
1749voice: "Move" 2022voice: "Internal"
1750new: 2023new:
1751 2024
1752id: LANG_MOVE_FAILED 2025id: LANG_DISK_NAME_MMC
1753desc: Error message displayed in playlist viewer 2026desc: in info menu; name for external disk with multivolume (Ondio; keep short!)
1754eng: "Move failed" 2027eng: "MMC:"
2028voice: "Multimedia card"
2029new:
2030
2031id: VOICE_CURRENT_TIME
2032desc: spoken only, for wall clock announce
2033eng: ""
2034voice: "Current time:"
2035new:
2036
2037## pitch screen
2038
2039id: LANG_PITCH_UP
2040desc: in wps
2041eng: "Pitch Up"
1755voice: "" 2042voice: ""
1756new: 2043new:
1757 2044
1758id: LANG_FLIP_DISPLAY 2045id: LANG_PITCH_DOWN
1759desc: in settings_menu, option to turn display+buttos by 180 degreed 2046desc: in wps
1760eng: "Upside Down" 2047eng: "Pitch Down"
1761voice: "Upside Down" 2048voice: ""
1762new: 2049new:
1763 2050
1764id: LANG_RECORD_PRERECORD 2051id: LANG_PAUSE
1765desc: in recording and radio screen 2052desc: in wps
1766eng: "Prerecording" 2053eng: "Pause"
1767voice: "" 2054voice: ""
1768new: 2055new:
1769 2056
1770id: LANG_RECORD_PRERECORD_TIME 2057## quickscreens
1771desc: in recording settings_menu 2058
1772eng: "Prerecord time" 2059id: LANG_F2_MODE
1773voice: "Pre-Record time" 2060desc: in wps F2 pressed
2061eng: "Mode:"
2062voice: ""
1774new: 2063new:
1775 2064
1776#Auto bookmark prompts 2065id: LANG_F3_STATUS
1777id: LANG_BOOKMARK_AUTOLOAD_QUERY 2066desc: in wps F3 pressed
1778desc: prompt for user to decide to create a bookmark 2067eng: "Status"
1779eng: "Load Last Bookmark?"
1780voice: "" 2068voice: ""
1781new: 2069new:
1782 2070
1783id: LANG_AUTO_BOOKMARK_QUERY 2071id: LANG_F3_SCROLL
1784desc: prompt for user to decide to create an bookmark 2072desc: in wps F3 pressed
1785eng: "Create a Bookmark?" 2073eng: "Scroll"
2074voice: ""
2075new:
2076
2077id: LANG_F3_BAR
2078desc: in wps F3 pressed
2079eng: "Bar"
1786voice: "" 2080voice: ""
1787new: 2081new:
1788 2082
1789# Bookmark Select Menu Text 2083## bookmark screen
2084
1790id: LANG_BOOKMARK_SELECT_LIST_BOOKMARKS 2085id: LANG_BOOKMARK_SELECT_LIST_BOOKMARKS
1791desc: From the auto-load screen, allows user to list all bookmarks 2086desc: From the auto-load screen, allows user to list all bookmarks
1792eng: "Down = List" 2087eng: "Down = List"
@@ -1829,7 +2124,18 @@ eng: "ON+Play = Delete"
1829voice: "" 2124voice: ""
1830new: 2125new:
1831 2126
1832# Bookmark creation/failure text 2127id: LANG_BOOKMARK_AUTOLOAD_QUERY
2128desc: prompt for user to decide to create a bookmark
2129eng: "Load Last Bookmark?"
2130voice: ""
2131new:
2132
2133id: LANG_AUTO_BOOKMARK_QUERY
2134desc: prompt for user to decide to create an bookmark
2135eng: "Create a Bookmark?"
2136voice: ""
2137new:
2138
1833id: LANG_BOOKMARK_CREATE_SUCCESS 2139id: LANG_BOOKMARK_CREATE_SUCCESS
1834desc: Indicates bookmark was successfully created 2140desc: Indicates bookmark was successfully created
1835eng: "Bookmark Created" 2141eng: "Bookmark Created"
@@ -1842,228 +2148,457 @@ eng: "Bookmark Failed!"
1842voice: "" 2148voice: ""
1843new: 2149new:
1844 2150
1845# Bookmark creation/failure text
1846id: LANG_BOOKMARK_LOAD_EMPTY 2151id: LANG_BOOKMARK_LOAD_EMPTY
1847desc: Indicates bookmark was empty 2152desc: Indicates bookmark was empty
1848eng: "Bookmark Empty" 2153eng: "Bookmark Empty"
1849voice: "" 2154voice: ""
1850new: 2155new:
1851 2156
1852# Bookmark Settings Text 2157## set time screen
1853id: LANG_BOOKMARK_SETTINGS 2158
1854desc: in general settings 2159id: LANG_TIME_SET
1855eng: "Bookmarking" 2160desc: used in set_time()
1856voice: "Bookmarking" 2161eng: "ON To Set"
2162voice: ""
1857new: 2163new:
1858 2164
1859id: LANG_BOOKMARK_SETTINGS_AUTOLOAD 2165id: LANG_TIME_REVERT
1860desc: prompt for user to decide to create a bookmark 2166desc: used in set_time()
1861eng: "Load Last Bookmark" 2167eng: "OFF To Revert"
1862voice: "Load Last Bookmark" 2168voice: ""
1863new: 2169new:
1864 2170
1865id: LANG_BOOKMARK_SETTINGS_AUTOCREATE 2171## while playing screen
1866desc: prompt for user to decide to create an bookmark 2172
1867eng: "Bookmark on Stop" 2173id: LANG_KEYLOCK_ON_PLAYER
1868voice: "Bookmark on Stop" 2174desc: displayed when key lock is on
2175eng: "Key Lock ON"
2176voice: ""
1869new: 2177new:
1870 2178
1871id: LANG_BOOKMARK_SETTINGS_MAINTAIN_RECENT_BOOKMARKS 2179id: LANG_KEYLOCK_OFF_PLAYER
1872desc: Configuration option to maintain a list of recent bookmarks 2180desc: displayed when key lock is turned off
1873eng: "Maintain a List of Recent Bookmarks?" 2181eng: "Key Lock OFF"
1874voice: "Maintain a List of Recent Bookmarks?" 2182voice: ""
1875new: 2183new:
1876 2184
1877id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_YES 2185id: LANG_KEYLOCK_ON_RECORDER
1878desc: Save in recent bookmarks only 2186desc: displayed when key lock is on
1879eng: "Yes - Recent only" 2187eng: "Key Lock Is ON"
1880voice: "Yes - Recent only" 2188voice: ""
1881new: 2189new:
1882 2190
1883id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_ASK 2191id: LANG_KEYLOCK_OFF_RECORDER
1884desc: Save in recent bookmarks only 2192desc: displayed when key lock is turned off
1885eng: "Ask - Recent only" 2193eng: "Key Lock Is OFF"
1886voice: "Ask - Recent only" 2194voice: ""
1887new: 2195new:
1888 2196
2197## recording screen
1889 2198
1890id: LANG_BOOKMARK_SETTINGS_UNIQUE_ONLY 2199id: LANG_RECORDING_TIME
1891desc: Save only on bookmark for each playlist in recent bookmarks 2200desc: Display of recorded time
1892voice: "Unique only" 2201eng: "Time:"
1893eng: "Unique only" 2202voice: ""
1894new: 2203new:
1895 2204
1896# Main Bookmarks Menu 2205id: LANG_RECORD_TIMESPLIT_REC
1897id: LANG_BOOKMARK_MENU 2206desc: Display of record timer interval setting, on the record screen
1898desc: Text on main menu to get to bookmark commands 2207eng: "Split time:"
1899eng: "Bookmarks" 2208voice: ""
1900voice: "Bookmarks"
1901new: 2209new:
1902 2210
1903id: LANG_BOOKMARK_MENU_CREATE 2211id: LANG_RECORDING_SIZE
1904desc: Used off of the bookmark menu to create a bookmark 2212desc: Display of recorded file size
1905eng: "Create Bookmark" 2213eng: "Size:"
1906voice: "Create Bookmark" 2214voice: ""
1907new: 2215new:
1908 2216
1909id: LANG_BOOKMARK_MENU_LIST 2217id: LANG_RECORD_PRERECORD
1910desc: Used off of the bookmark menu to list available bookmarks for the currently playing directory or M3U 2218desc: in recording and radio screen
1911eng: "List Bookmarks" 2219eng: "Prerecording"
1912voice: "List Bookmarks" 2220voice: ""
1913new: 2221new:
1914 2222
1915id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS 2223id: LANG_RECORDING_GAIN
1916desc: Text for the menu text to access the most recent bookmarks list 2224desc: in the recording screen
1917eng: "Recent Bookmarks" 2225eng: "Gain"
1918voice: "Recent Bookmarks" 2226voice: ""
1919new: 2227new:
1920 2228
1921id: LANG_INFO_MENU 2229id: LANG_RECORDING_LEFT
1922desc: in the info sub menu 2230desc: in the recording screen
1923eng: "Rockbox Info" 2231eng: "Gain Left"
1924voice: "Rockbox Info" 2232voice: ""
1925new: 2233new:
1926 2234
1927id: LANG_RECORDING_MENU 2235id: LANG_RECORDING_RIGHT
1928desc: in the recording sub menu 2236desc: in the recording screen
1929eng: "Recording screen" 2237eng: "Gain Right"
1930voice: "Recording screen" 2238voice: ""
1931new: 2239new:
1932 2240
1933id: LANG_WIND_MENU 2241id: LANG_RECORDING_GAIN_ANALOG
1934desc: in the playback sub menu 2242desc: in the recording screen
1935eng: "FFwd/Rewind" 2243eng: "A"
1936voice: "Fast forward and Rewind" 2244voice: ""
1937new: 2245new:
1938 2246
1939id: LANG_LCD_MENU 2247id: LANG_RECORDING_GAIN_DIGITAL
1940desc: in the display sub menu 2248desc: in the recording screen
1941eng: "LCD Settings" 2249eng: "D"
1942voice: "LCD Settings" 2250voice: ""
1943new: 2251new:
1944 2252
1945id: LANG_BARS_MENU 2253id: LANG_DISK_FULL
1946desc: in the display sub menu 2254desc: in recording screen
1947eng: "Status-/Scrollbar" 2255eng: "The disk is full. Press OFF to continue."
1948voice: "Status- and Scrollbar" 2256voice: ""
1949new: 2257new:
1950 2258
1951id: LANG_BATTERY_MENU 2259## recording trigger screen
1952desc: in the system sub menu 2260
1953eng: "Battery" 2261id: LANG_RECORD_TRIGGER_MODE
1954voice: "Battery" 2262desc: in recording settings_menu
2263eng: "Trigger"
2264voice:
1955new: 2265new:
1956 2266
1957id: LANG_DISK_MENU 2267id: LANG_RECORD_TRIG_NOREARM
1958desc: in the system sub menu 2268desc: in recording settings_menu
1959eng: "Disk" 2269eng: "Once"
1960voice: "Disk" 2270voice:
1961new: 2271new:
1962 2272
1963id: LANG_TIME_MENU 2273id: LANG_RECORD_TRIG_REARM
1964desc: in the system sub menu 2274desc: in recording settings_menu
1965eng: "Time & Date" 2275eng: "Repeat"
1966voice: "Time and Date" 2276voice:
1967new: 2277new:
1968 2278
1969# Limits 2279id: LANG_RECORD_START_THRESHOLD
1970id: LANG_LIMITS_MENU 2280desc: in recording settings_menu
1971desc: in the system sub menu 2281eng: "Start above"
1972eng: "Limits" 2282voice:
1973voice: "Limits"
1974new: 2283new:
1975 2284
1976id: LANG_MANAGE_MENU 2285id: LANG_RECORD_MIN_DURATION
1977desc: in the system sub menu 2286desc: in recording settings_menu
1978eng: "Manage Settings" 2287eng: "for at least"
1979voice: "Manage Settings" 2288voice:
1980new: 2289new:
1981 2290
1982id: LANG_RECORD_DIRECTORY 2291id: LANG_RECORD_STOP_THRESHOLD
1983desc: in recording settings_menu 2292desc: in recording settings_menu
1984eng: "Directory" 2293eng: "Stop below"
1985voice: "Directory" 2294voice:
1986new: 2295new:
1987 2296
1988id: LANG_RECORD_CURRENT_DIR 2297id: LANG_RECORD_STOP_POSTREC
1989desc: in recording directory options 2298desc: in recording settings_menu
1990eng: "Current dir" 2299eng: "for at least"
1991voice: "Current directory" 2300voice:
1992new: 2301new:
1993 2302
1994id: LANG_CREATE_DIR 2303id: LANG_RECORD_STOP_GAP
1995desc: in main menu 2304desc: in recording settings_menu
1996eng: "Create directory" 2305eng: "Presplit gap"
1997voice: "Create directory" 2306voice:
1998new: 2307new:
1999 2308
2000id: LANG_VIEW 2309id: LANG_DB_INF
2001desc: in on+play menu 2310desc: -inf db for values below measurement
2002eng: "View" 2311eng: "-inf"
2003voice: "View" 2312voice:
2004new: 2313new:
2005 2314
2006id: LANG_SHOW_INDICES 2315id: LANG_RECORD_TRIG_IDLE
2007desc: in playlist viewer menu 2316desc: waiting for threshold
2008eng: "Show Indices" 2317eng: "Trigger idle"
2009voice: "Show Indices" 2318voice:
2010new: 2319new:
2011 2320
2012id: LANG_TRACK_DISPLAY 2321id: LANG_RECORD_TRIGGER_ACTIVE
2013desc: in playlist viewer on+play menu 2322desc:
2014eng: "Track Display" 2323eng: "Trigger active"
2015voice: "Track Display" 2324voice:
2016new: 2325new:
2017 2326
2018id: LANG_DISPLAY_TRACK_NAME_ONLY 2327## alarm screen
2019desc: track display options 2328
2020eng: "Track name only" 2329id: LANG_ALARM_MOD_TIME
2021voice: "Track name only" 2330desc: The current alarm time shown in the alarm menu for the RTC alarm mod.
2331eng: "Alarm Time: %02d:%02d"
2332voice: ""
2022new: 2333new:
2023 2334
2024id: LANG_DISPLAY_FULL_PATH 2335id: LANG_ALARM_MOD_TIME_TO_GO
2025desc: track display options 2336desc: The time until the alarm will go off shown in the alarm menu for the RTC alarm mod.
2026eng: "Full path" 2337eng: "Waking Up In %d:%02d"
2027voice: "Full path" 2338voice: ""
2028new: 2339new:
2029 2340
2030id: LANG_REMOVE 2341id: LANG_ALARM_MOD_SHUTDOWN
2031desc: in playlist viewer on+play menu 2342desc: The text that tells the user that the alarm time is ok and the device shuts off (for the RTC alarm mod).
2032eng: "Remove" 2343eng: "Alarm Set"
2033voice: "Remove" 2344voice: ""
2034new: 2345new:
2035 2346
2036id: LANG_FILE_OPTIONS 2347id: LANG_ALARM_MOD_ERROR
2037desc: in playlist viewer on+play menu 2348desc: The text that tells that the time is incorrect (for the RTC alarm mod).
2038eng: "File Options" 2349eng: "Alarm Time Is Too Soon!"
2039voice: "File Options" 2350voice: ""
2040new: 2351new:
2041 2352
2042id: LANG_BUTTON_BAR 2353id: LANG_ALARM_MOD_KEYS
2043desc: in settings menu 2354desc: Shown key functions in alarm menu (for the RTC alarm mod).
2044eng: "Button bar" 2355eng: "PLAY=Set OFF=Cancel"
2045voice: "Button bar" 2356voice: ""
2046new: 2357new:
2047 2358
2048id: LANG_DIRBROWSE_F1 2359id: LANG_ALARM_MOD_DISABLE
2049desc: in dir browser, F1 button bar text 2360desc: Announce that the RTC alarm has been turned off
2050eng: "Menu" 2361eng: "Alarm Disabled"
2051voice: "" 2362voice: ""
2052new: 2363new:
2053 2364
2054id: LANG_DIRBROWSE_F2 2365## colour setting screen
2055desc: in dir browser, F2 button bar text 2366
2056eng: "Option" 2367id: LANG_COLOR_RGB_LABELS
2368desc: what to show for the 'R' 'G' 'B' ONE LETTER EACH
2369eng: "RGB"
2370voice:
2371new:
2372
2373id: LANG_COLOR_RGB_VALUE
2374desc: in color screen
2375eng: "RGB: %02X%02X%02X"
2376voice:
2377new:
2378
2379id: LANG_COLOR_UNACCEPTABLE
2380desc: splash when user selects an invalid colour
2381eng: "Invalid colour"
2057voice: "" 2382voice: ""
2058new: 2383new:
2059 2384
2060id: LANG_DIRBROWSE_F3 2385## tag viewer
2061desc: in dir browser, F3 button bar text 2386
2062eng: "LCD" 2387id: LANG_ID3_TITLE
2388desc: in tag viewer
2389eng: "[Title]"
2390voice: ""
2391new:
2392
2393id: LANG_ID3_ARTIST
2394desc: in tag viewer
2395eng: "[Artist]"
2396voice: ""
2397new:
2398
2399id: LANG_ID3_ALBUM
2400desc: in tag viewer
2401eng: "[Album]"
2402voice: ""
2403new:
2404
2405id: LANG_ID3_TRACKNUM
2406desc: in tag viewer
2407eng: "[Tracknum]"
2408voice: ""
2409new:
2410
2411id: LANG_ID3_GENRE
2412desc: in tag viewer
2413eng: "[Genre]"
2414voice: ""
2415new:
2416
2417id: LANG_ID3_YEAR
2418desc: in tag viewer
2419eng: "[Year]"
2420voice: ""
2421new:
2422
2423id: LANG_ID3_LENGTH
2424desc: in tag viewer
2425eng: "[Length]"
2063voice: "" 2426voice: ""
2064new: 2427new:
2065 2428
2066#digits and units for voice, the order is important 2429id: LANG_ID3_PLAYLIST
2430desc: in tag viewer
2431eng: "[Playlist]"
2432voice: ""
2433new:
2434
2435id: LANG_ID3_BITRATE
2436desc: in tag viewer
2437eng: "[Bitrate]"
2438voice: ""
2439new:
2440
2441id: LANG_UNIT_DB
2442desc: in browse_id3
2443eng: "dB"
2444voice: ""
2445new:
2446
2447id: LANG_ID3_VBR
2448desc: in browse_id3
2449eng: " (VBR)"
2450voice: ""
2451new:
2452
2453id: LANG_ID3_FRECUENCY
2454desc: in tag viewer
2455eng: "[Frequency]"
2456voice: ""
2457new:
2458
2459id: LANG_ID3_TRACK_GAIN
2460desc: in tag viewer
2461eng: "[Track gain]"
2462voice: ""
2463new:
2464
2465id: LANG_ID3_ALBUM_GAIN
2466desc: in tag viewer
2467eng: "[Album gain]"
2468voice: ""
2469new:
2470
2471id: LANG_ID3_PATH
2472desc: in tag viewer
2473eng: "[Path]"
2474voice: ""
2475new:
2476
2477id: LANG_ID3_NO_INFO
2478desc: in tag viewer
2479eng: "<No Info>"
2480voice: ""
2481new:
2482
2483## weekdays
2484
2485id: LANG_WEEKDAY_SUNDAY
2486desc: Maximum 3-letter abbreviation for weekday
2487eng: "Sun"
2488voice: ""
2489new:
2490
2491id: LANG_WEEKDAY_MONDAY
2492desc: Maximum 3-letter abbreviation for weekday
2493eng: "Mon"
2494voice: ""
2495new:
2496
2497id: LANG_WEEKDAY_TUESDAY
2498desc: Maximum 3-letter abbreviation for weekday
2499eng: "Tue"
2500voice: ""
2501new:
2502
2503id: LANG_WEEKDAY_WEDNESDAY
2504desc: Maximum 3-letter abbreviation for weekday
2505eng: "Wed"
2506voice: ""
2507new:
2508
2509id: LANG_WEEKDAY_THURSDAY
2510desc: Maximum 3-letter abbreviation for weekday
2511eng: "Thu"
2512voice: ""
2513new:
2514
2515id: LANG_WEEKDAY_FRIDAY
2516desc: Maximum 3-letter abbreviation for weekday
2517eng: "Fri"
2518voice: ""
2519new:
2520
2521id: LANG_WEEKDAY_SATURDAY
2522desc: Maximum 3-letter abbreviation for weekday
2523eng: "Sat"
2524voice: ""
2525new:
2526
2527## months
2528
2529id: LANG_MONTH_JANUARY
2530desc: Maximum 3-letter abbreviation for monthname
2531eng: "Jan"
2532voice: "January"
2533new:
2534
2535id: LANG_MONTH_FEBRUARY
2536desc: Maximum 3-letter abbreviation for monthname
2537eng: "Feb"
2538voice: "February"
2539new:
2540
2541id: LANG_MONTH_MARCH
2542desc: Maximum 3-letter abbreviation for monthname
2543eng: "Mar"
2544voice: "March"
2545new:
2546
2547id: LANG_MONTH_APRIL
2548desc: Maximum 3-letter abbreviation for monthname
2549eng: "Apr"
2550voice: "April"
2551new:
2552
2553id: LANG_MONTH_MAY
2554desc: Maximum 3-letter abbreviation for monthname
2555eng: "May"
2556voice: "May"
2557new:
2558
2559id: LANG_MONTH_JUNE
2560desc: Maximum 3-letter abbreviation for monthname
2561eng: "Jun"
2562voice: "June"
2563new:
2564
2565id: LANG_MONTH_JULY
2566desc: Maximum 3-letter abbreviation for monthname
2567eng: "Jul"
2568voice: "July"
2569new:
2570
2571id: LANG_MONTH_AUGUST
2572desc: Maximum 3-letter abbreviation for monthname
2573eng: "Aug"
2574voice: "August"
2575new:
2576
2577id: LANG_MONTH_SEPTEMBER
2578desc: Maximum 3-letter abbreviation for monthname
2579eng: "Sep"
2580voice: "September"
2581new:
2582
2583id: LANG_MONTH_OCTOBER
2584desc: Maximum 3-letter abbreviation for monthname
2585eng: "Oct"
2586voice: "October"
2587new:
2588
2589id: LANG_MONTH_NOVEMBER
2590desc: Maximum 3-letter abbreviation for monthname
2591eng: "Nov"
2592voice: "November"
2593new:
2594
2595id: LANG_MONTH_DECEMBER
2596desc: Maximum 3-letter abbreviation for monthname
2597eng: "Dec"
2598voice: "December"
2599new:
2600
2601## digits and units for voice, the order is important
2067 2602
2068id: VOICE_ZERO 2603id: VOICE_ZERO
2069desc: spoken only, for composing numbers 2604desc: spoken only, for composing numbers
@@ -2239,10 +2774,10 @@ eng: ""
2239voice: "hundred" 2774voice: "hundred"
2240new: 2775new:
2241 2776
2242id: VOICE_BILLION 2777id: VOICE_THOUSAND
2243desc: spoken only, for composing numbers 2778desc: spoken only, for composing numbers
2244eng: "" 2779eng: ""
2245voice: "billion" 2780voice: "thousand"
2246new: 2781new:
2247 2782
2248id: VOICE_MILLION 2783id: VOICE_MILLION
@@ -2251,10 +2786,10 @@ eng: ""
2251voice: "million" 2786voice: "million"
2252new: 2787new:
2253 2788
2254id: VOICE_THOUSAND 2789id: VOICE_BILLION
2255desc: spoken only, for composing numbers 2790desc: spoken only, for composing numbers
2256eng: "" 2791eng: ""
2257voice: "thousand" 2792voice: "billion"
2258new: 2793new:
2259 2794
2260id: VOICE_MINUS 2795id: VOICE_MINUS
@@ -2269,11 +2804,7 @@ eng: ""
2269voice: "plus" 2804voice: "plus"
2270new: 2805new:
2271 2806
2272id: VOICE_POINT 2807## units for voicing
2273desc: DEPRECATED
2274eng: ""
2275voice: ""
2276new:
2277 2808
2278id: VOICE_MILLISECONDS 2809id: VOICE_MILLISECONDS
2279desc: spoken only, a unit postfix 2810desc: spoken only, a unit postfix
@@ -2335,18 +2866,6 @@ eng: ""
2335voice: "percent" 2866voice: "percent"
2336new: 2867new:
2337 2868
2338id: VOICE_MEGABYTE
2339desc: DEPRECATED
2340eng: ""
2341voice: ""
2342new:
2343
2344id: VOICE_GIGABYTE
2345desc: DEPRECATED
2346eng: ""
2347voice: ""
2348new:
2349
2350id: VOICE_MILLIAMPHOURS 2869id: VOICE_MILLIAMPHOURS
2351desc: spoken only, a unit postfix 2870desc: spoken only, a unit postfix
2352eng: "" 2871eng: ""
@@ -2371,68 +2890,38 @@ eng: ""
2371voice: "hertz" 2890voice: "hertz"
2372new: 2891new:
2373 2892
2374#carry on adding normal LANG_ strings below 2893id: LANG_BYTE
2375 2894desc: a unit postfix
2376id: LANG_VOICE 2895eng: "B"
2377desc: root of voice menu
2378eng: "Voice"
2379voice: "Voice"
2380new:
2381
2382id: LANG_VOICE_MENU
2383desc: item of voice menu, enable/disable the voice UI
2384eng: "Voice Menus"
2385voice: "Voice Menus"
2386new:
2387
2388id: LANG_VOICE_DIR
2389desc: item of voice menu, set the "talkbox" mode for directories
2390eng: "Voice Directories"
2391voice: "Voice Directories"
2392new:
2393
2394id: LANG_VOICE_FILE
2395desc: item of voice menu, set the voive mode for files
2396eng: "Voice Filenames"
2397voice: "Voice Filenames"
2398new:
2399
2400id: LANG_VOICE_NUMBER
2401desc: "talkbox" mode for files+directories
2402eng: "Numbers"
2403voice: "Numbers"
2404new:
2405
2406id: LANG_VOICE_DIR_ENTER
2407desc: DEPRECATED
2408eng: ""
2409voice: "" 2896voice: ""
2410new: 2897new:
2411 2898
2412id: LANG_VOICE_DIR_HOVER 2899id: LANG_KILOBYTE
2413desc: "talkbox" mode for directories + files 2900desc: a unit postfix, also voiced
2414eng: ".talk mp3 clip" 2901eng: "KB"
2415voice: "talk mp3 clip" 2902voice: "kilobyte"
2416new: 2903new:
2417 2904
2418id: VOICE_FILE 2905id: LANG_MEGABYTE
2419desc: spoken only, prefix for file number 2906desc: a unit postfix, also voiced
2420eng: "" 2907eng: "MB"
2421voice: "file" 2908voice: "megabyte"
2422new: 2909new:
2423 2910
2424id: VOICE_DIR 2911id: LANG_GIGABYTE
2425desc: spoken only, prefix for directory number 2912desc: a unit postfix, also voiced
2426eng: "" 2913eng: "GB"
2427voice: "folder" 2914voice: "gigabyte"
2428new: 2915new:
2429 2916
2430id: LANG_VOICE_SPELL 2917id: LANG_POINT
2431desc: "talkbox" mode for files+directories 2918desc: decimal separator for composing numbers
2432eng: "Spell" 2919eng: "."
2433voice: "Spell" 2920voice: "point"
2434new: 2921new:
2435 2922
2923## chars for spelling
2924
2436id: VOICE_CHAR_A 2925id: VOICE_CHAR_A
2437desc: spoken only, for spelling 2926desc: spoken only, for spelling
2438eng: "" 2927eng: ""
@@ -2589,6 +3078,34 @@ eng: ""
2589voice: "Z" 3078voice: "Z"
2590new: 3079new:
2591 3080
3081id: VOICE_DOT
3082desc: spoken only, for spelling
3083eng: ""
3084voice: "dot"
3085new:
3086
3087id: VOICE_PAUSE
3088desc: spoken only, for spelling, a split second of silence (difficult to author)
3089eng: ""
3090voice: " "
3091new:
3092
3093## file/folder voicing
3094
3095id: VOICE_FILE
3096desc: spoken only, prefix for file number
3097eng: ""
3098voice: "file"
3099new:
3100
3101id: VOICE_DIR
3102desc: spoken only, prefix for directory number
3103eng: ""
3104voice: "folder"
3105new:
3106
3107## file extensions for voicing
3108
2592id: VOICE_EXT_MPA 3109id: VOICE_EXT_MPA
2593desc: spoken only, for file extension 3110desc: spoken only, for file extension
2594eng: "" 3111eng: ""
@@ -2643,731 +3160,241 @@ eng: ""
2643voice: "firmware" 3160voice: "firmware"
2644new: 3161new:
2645 3162
2646id: LANG_DELETE_DIR 3163id: VOICE_EXT_RWPS
2647desc: in on+play menu 3164desc: spoken only, for file extension
2648eng: "Delete directory"
2649voice: "delete directory"
2650new:
2651
2652id: VOICE_CURRENT_TIME
2653desc: spoken only, for wall clock announce
2654eng: "" 3165eng: ""
2655voice: "Current time:" 3166voice: "remote while-playing-screen"
2656new:
2657
2658#Filetypes
2659id: LANG_FILETYPES_EXTENSION_FULL
2660desc: Extension array full
2661eng: "Extension array full"
2662voice: ""
2663new:
2664
2665id: LANG_FILETYPES_FULL
2666desc: Filetype array full
2667eng: "Filetype array full"
2668voice: ""
2669new:
2670
2671id: LANG_FILETYPES_PLUGIN_NAME_LONG
2672desc: Viewer plugin name too long
2673eng: "Plugin name too long"
2674voice: ""
2675new:
2676
2677id: LANG_FILETYPES_STRING_BUFFER_EMPTY
2678desc: Filetype string buffer empty
2679eng: "Filetype string buffer empty"
2680voice: ""
2681new:
2682
2683id: LANG_ONPLAY_OPEN_WITH
2684desc: Onplay open with
2685eng: "Open with"
2686voice: "open with"
2687new:
2688
2689id: LANG_SORT_DIR
2690desc: browser sorting setting
2691eng: "Sort Directories"
2692voice: "sort directories"
2693new:
2694
2695id: LANG_SORT_FILE
2696desc: browser sorting setting
2697eng: "Sort Files"
2698voice: "sort files"
2699new:
2700
2701id: LANG_SORT_ALPHA
2702desc: browser sorting setting
2703eng: "Alphabetical"
2704voice: "Alphabetical"
2705new:
2706
2707id: LANG_SORT_DATE
2708desc: browser sorting setting
2709eng: "by date"
2710voice: "by date"
2711new: 3167new:
2712 3168
2713id: LANG_SORT_DATE_REVERSE 3169id: VOICE_EXT_KBD
2714desc: browser sorting setting 3170desc: spoken only, for file extension
2715eng: "by newest date" 3171eng: ""
2716voice: "by newest date" 3172voice: "keyboard"
2717new: 3173new:
2718 3174
2719id: LANG_SORT_TYPE 3175## playlist handling
2720desc: browser sorting setting
2721eng: "by type"
2722voice: "by type"
2723new:
2724 3176
2725id: LANG_FM_EDIT_PRESET 3177id: LANG_PLAYLIST_LOAD
2726desc: in radio screen 3178desc: displayed on screen while loading a playlist
2727eng: "Edit preset" 3179eng: "Loading..."
2728voice: "" 3180voice: ""
2729new: 3181new:
2730 3182
2731id: LANG_FM_MONO_MODE 3183id: LANG_PLAYLIST_SHUFFLE
2732desc: in radio screen 3184desc: displayed on screen while shuffling a playlist
2733eng: "Force mono" 3185eng: "Shuffling..."
2734voice: "" 3186voice: ""
2735new: 3187new:
2736 3188
2737id: LANG_FM_BUTTONBAR_EXIT 3189id: LANG_PLAYLIST_BUFFER_FULL
2738desc: in radio screen 3190desc: in playlist.indices() when playlist is full
2739eng: "Exit" 3191eng: "Playlist Buffer Full"
2740voice: "" 3192voice: ""
2741new: 3193new:
2742 3194
2743id: LANG_FM_BUTTONBAR_EDIT 3195id: LANG_END_PLAYLIST_PLAYER
2744desc: DEPRECATED 3196desc: when playlist has finished
2745eng: "" 3197eng: "End Of List"
2746voice: "" 3198voice: ""
2747new: 3199new:
2748 3200
2749id: LANG_FM_BUTTONBAR_ADD 3201id: LANG_END_PLAYLIST_RECORDER
2750desc: in radio screen 3202desc: when playlist has finished
2751eng: "Add" 3203eng: "End Of Song List"
2752voice: "" 3204voice: ""
2753new: 3205new:
2754 3206
2755id: LANG_FM_BUTTONBAR_ACTION 3207id: LANG_CREATING
2756desc: in radio screen 3208desc: Screen feedback during playlist creation
2757eng: "Action" 3209eng: "Creating"
2758voice: "" 3210voice: ""
2759new: 3211new:
2760 3212
2761id: LANG_MDB_STRENGTH 3213id: LANG_PLAYLIST_INSERT_COUNT
2762desc: in sound settings 3214desc: splash number of tracks inserted
2763eng: "MDB Strength" 3215eng: "Inserted %d tracks (%s)"
2764voice: "MDB Strength"
2765new:
2766
2767id: LANG_MDB_HARMONICS
2768desc: in sound settings
2769eng: "MDB Harmonics"
2770voice: "MDB Harmonics"
2771new:
2772
2773id: LANG_MDB_CENTER
2774desc: in sound settings
2775eng: "MDB Center frequency"
2776voice: "MDB Center frequency"
2777new:
2778
2779id: LANG_MDB_SHAPE
2780desc: in sound settings
2781eng: "MDB Shape"
2782voice: "MDB Shape"
2783new:
2784
2785id: LANG_MDB_ENABLE
2786desc: in sound settings
2787eng: "MDB Enable"
2788voice: "MDB Enable"
2789new:
2790
2791id: LANG_SUPERBASS
2792desc: in sound settings
2793eng: "Super bass"
2794voice: "Super bass"
2795new:
2796
2797id: LANG_SHUTDOWN
2798desc: in main menu
2799eng: "Shut down"
2800voice: "Shut down"
2801new:
2802
2803id: LANG_SHUTTINGDOWN
2804desc: in main menu
2805eng: "Shutting down..."
2806voice: "" 3216voice: ""
2807new: 3217new:
2808 3218
2809id: LANG_CONFIRM_SHUTDOWN 3219id: LANG_PLAYLIST_QUEUE_COUNT
2810desc: in shutdown screen 3220desc: splash number of tracks queued
2811eng: "Press OFF to shut down" 3221eng: "Queued %d tracks (%s)"
2812voice: "" 3222voice: ""
2813new: 3223new:
2814 3224
2815id: LANG_ID3_ORDER 3225id: LANG_PLAYLIST_SAVE_COUNT
2816desc: in playback settings screen 3226desc: splash number of tracks saved
2817eng: "ID3 tag priority" 3227eng: "Saved %d tracks (%s)"
2818voice: "ID3 tag priority"
2819new:
2820
2821id: LANG_ID3_V1_FIRST
2822desc: in playback settings screen
2823eng: "V1 then V2"
2824voice: "Version 1 then version 2"
2825new:
2826
2827id: LANG_ID3_V2_FIRST
2828desc: in playback settings screen
2829eng: "V2 then V1"
2830voice: "Version 2 then version 1"
2831new:
2832
2833id: LANG_NO_ROCKBOX_DIR
2834desc: in browse root
2835eng: "No .rockbox directory"
2836voice: "" 3228voice: ""
2837new: 3229new:
2838 3230
2839id: LANG_INSTALLATION_INCOMPLETE 3231id: LANG_RECURSE_DIRECTORY_QUESTION
2840desc: in browse root 3232desc: Asked from onplay screen
2841eng: "Installation incomplete" 3233eng: "Recursively?"
2842voice: "" 3234voice: ""
2843new: 3235new:
2844 3236
2845id: LANG_REMOVE_MMC 3237id: LANG_WARN_ERASEDYNPLAYLIST_PROMPT
2846desc: before acknowledging usb in case an MMC is inserted (Ondio) 3238desc: prompt shown when about to erase a modified dynamic playlist
2847eng: "Please remove inserted MMC" 3239eng: "Erase dynamic playlist?"
2848voice: "Please remove multimedia card" 3240voice ""
2849new:
2850
2851id: VOICE_DOT
2852desc: spoken only, for spelling
2853eng: ""
2854voice: "dot"
2855new:
2856
2857id: VOICE_PAUSE
2858desc: spoken only, for spelling, a split second of silence (difficult to author)
2859eng: ""
2860voice: " "
2861new:
2862
2863id: LANG_STEREO_WIDTH
2864desc: in sound_settings
2865eng: "Stereo width"
2866voice: "Stereo width"
2867new:
2868
2869id: LANG_CHANNEL_CUSTOM
2870desc: in sound_settings
2871eng: "Custom"
2872voice: "Custom"
2873new:
2874
2875id: LANG_FILTER_ID3DB
2876desc: show ID3 database
2877eng: "ID3 database"
2878voice: "ID3 database"
2879new: 3241new:
2880 3242
2881id: LANG_ID3DB_ARTISTS 3243id: LANG_NOTHING_TO_RESUME
2882desc: ID3 virtual folder name 3244desc: Error message displayed when resume button pressed but no playlist
2883eng: "Artists" 3245eng: "Nothing to resume"
2884voice: "" 3246voice: ""
2885new: 3247new:
2886 3248
2887id: LANG_ID3DB_ALBUMS 3249id: LANG_PLAYLIST_CONTROL_UPDATE_ERROR
2888desc: ID3 virtual folder name 3250desc: Playlist error
2889eng: "Albums" 3251eng: "Error updating playlist control file"
2890voice: "" 3252voice: ""
2891new: 3253new:
2892 3254
2893id: LANG_ID3DB_SONGS 3255id: LANG_PLAYLIST_ACCESS_ERROR
2894desc: ID3 virtual folder name 3256desc: Playlist error
2895eng: "Songs" 3257eng: "Error accessing playlist file"
2896voice: "" 3258voice: ""
2897new: 3259new:
2898 3260
2899id: LANG_ID3DB_SEARCH 3261id: LANG_PLAYLIST_CONTROL_ACCESS_ERROR
2900desc: ID3 virtual folder name 3262desc: Playlist error
2901eng: "Search" 3263eng: "Error accessing playlist control file"
2902voice: "" 3264voice: ""
2903new: 3265new:
2904 3266
2905id: LANG_ID3DB_SEARCH_ARTISTS 3267id: LANG_PLAYLIST_DIRECTORY_ACCESS_ERROR
2906desc: ID3 virtual folder name 3268desc: Playlist error
2907eng: "Search Artists" 3269eng: "Error accessing directory"
2908voice: "" 3270voice: ""
2909new: 3271new:
2910 3272
2911id: LANG_ID3DB_SEARCH_ALBUMS 3273id: LANG_PLAYLIST_CONTROL_INVALID
2912desc: ID3 virtual folder name 3274desc: Playlist resume error
2913eng: "Search Albums" 3275eng: "Playlist control file is invalid"
2914voice: "" 3276voice: ""
2915new: 3277new:
2916 3278
2917id: LANG_ID3DB_SEARCH_SONGS 3279## FM radio
2918desc: ID3 virtual folder name
2919eng: "Search Songs"
2920voice: ""
2921new:
2922 3280
2923id: LANG_ID3DB_MATCHES 3281id: LANG_FM_STATION
2924desc: ID3 virtual folder name 3282desc: in radio screen
2925eng: "Found %d matches" 3283eng: "Station: %d.%dMHz"
2926voice: "" 3284voice: ""
2927new: 3285new:
2928 3286
2929id: LANG_BATTERY_TYPE 3287id: LANG_FM_NO_PRESETS
2930desc: in battery settings 3288desc: error when preset list is empty
2931eng: "Battery Type" 3289eng: "No presets"
2932voice: "Battery type"
2933new:
2934
2935id: LANG_BATTERY_TYPE_ALKALINE
2936desc: in battery settings
2937eng: "Alkaline"
2938voice: "Alkaline"
2939new:
2940
2941id: LANG_BATTERY_TYPE_NIMH
2942desc: in battery settings
2943eng: "NiMH"
2944voice: "Nickel metal hydride"
2945new:
2946
2947id: LANG_POINT
2948desc: decimal separator for composing numbers
2949eng: "."
2950voice: "point"
2951new:
2952
2953id: LANG_BYTE
2954desc: a unit postfix
2955eng: "B"
2956voice: "" 3290voice: ""
2957new: 3291new:
2958 3292
2959id: LANG_KILOBYTE 3293id: LANG_FM_ADD_PRESET
2960desc: a unit postfix, also voiced 3294desc: in radio menu
2961eng: "KB" 3295eng: "Add preset"
2962voice: "kilobyte" 3296voice: "Add preset"
2963new:
2964
2965id: LANG_MEGABYTE
2966desc: a unit postfix, also voiced
2967eng: "MB"
2968voice: "megabyte"
2969new:
2970
2971id: LANG_GIGABYTE
2972desc: a unit postfix, also voiced
2973eng: "GB"
2974voice: "gigabyte"
2975new: 3297new:
2976 3298
2977id: LANG_DISK_SIZE_INFO 3299id: LANG_FM_EDIT_PRESET
2978desc: disk size info 3300desc: in radio screen
2979eng: "Disk:" 3301eng: "Edit preset"
2980voice: "" 3302voice: ""
2981new: 3303new:
2982 3304
2983id: LANG_DISK_FREE_INFO 3305id: LANG_FM_DELETE_PRESET
2984desc: disk size info 3306desc: in radio screen
2985eng: "Free:" 3307eng: "Remove preset"
2986voice: "Free diskspace:"
2987new:
2988
2989id: LANG_ID3DB_ALL_SONGS
2990desc: ID3 virtual folder name
2991eng: "<All songs>"
2992voice: "" 3308voice: ""
2993new: 3309new:
2994 3310
2995id: LANG_PLAYLIST 3311id: LANG_FM_PRESET_SAVE_FAILED
2996desc: Used when you need to say playlist, also voiced 3312desc: in radio screen
2997eng: "Playlist" 3313eng: "Preset save failed"
2998voice: "Playlist"
2999new:
3000
3001id: LANG_RECORD_STARTUP
3002desc: Start Rockbox in Recording screen
3003eng: "Show recording screen on startup"
3004voice: "Show recording screen on startup"
3005new:
3006
3007id: LANG_ALARM_MOD_DISABLE
3008desc: Announce that the RTC alarm has been turned off
3009eng: "Alarm Disabled"
3010voice: "Alarm Disabled"
3011new:
3012
3013###########################
3014id: LANG_RECORD_TRIGGER
3015desc: in recording settings_menu
3016eng: "Trigger"
3017voice: "Trigger"
3018new:
3019
3020id: LANG_RECORD_START_THRESHOLD
3021desc: in recording settings_menu
3022eng: "Start above"
3023voice:
3024new:
3025
3026id: LANG_RECORD_MIN_DURATION
3027desc: in recording settings_menu
3028eng: "for at least"
3029voice:
3030new:
3031
3032id: LANG_RECORD_STOP_THRESHOLD
3033desc: in recording settings_menu
3034eng: "Stop below"
3035voice:
3036new:
3037
3038id: LANG_RECORD_STOP_POSTREC
3039desc: in recording settings_menu
3040eng: "for at least"
3041voice:
3042new:
3043
3044id: LANG_RECORD_STOP_GAP
3045desc: in recording settings_menu
3046eng: "Presplit gap"
3047voice:
3048new:
3049
3050id: LANG_RECORD_TRIGGER_MODE
3051desc: in recording settings_menu
3052eng: "Trigger"
3053voice:
3054new:
3055
3056id: LANG_RECORD_TRIG_NOREARM
3057desc: in recording settings_menu
3058eng: "Once"
3059voice:
3060new:
3061
3062id: LANG_RECORD_TRIG_REARM
3063desc: in recording settings_menu
3064eng: "Repeat"
3065voice:
3066new:
3067
3068id: LANG_DB_INF
3069desc: -inf db for values below measurement
3070eng: "-inf"
3071voice:
3072new:
3073
3074id: LANG_RECORD_TRIG_IDLE
3075desc: waiting for threshold
3076eng: "Trigger idle"
3077voice:
3078new:
3079
3080id: LANG_RECORD_TRIGGER_ACTIVE
3081desc:
3082eng: "Trigger active"
3083voice:
3084new:
3085
3086id: LANG_LCD_REMOTE_MENU
3087desc: in the display sub menu
3088eng: "Remote-LCD Settings"
3089voice: "Remote LCD settings"
3090new:
3091
3092id: LANG_DISK_NAME_INTERNAL
3093desc: in info menu; name for internal disk with multivolume (keep short!)
3094eng: "Int:"
3095voice: "Internal"
3096new:
3097
3098id: LANG_DISK_NAME_MMC
3099desc: in info menu; name for external disk with multivolume (Ondio; keep short!)
3100eng: "MMC:"
3101voice: "Multimedia card"
3102new:
3103
3104id: LANG_CROSSFADE
3105desc: in playback settings
3106eng: "Crossfade"
3107voice: "Crossfade"
3108new:
3109
3110id: LANG_BACKLIGHT_FADE_IN
3111desc: in settings_menu
3112eng: "Backlight fade in"
3113voice: "Backlight fade in"
3114new:
3115
3116id: LANG_BACKLIGHT_FADE_OUT
3117desc: in settings_menu
3118eng: "Backlight fade out"
3119voice: "Backlight fade out"
3120new:
3121
3122id: LANG_SHUFFLE_PLAYLIST
3123desc: in playlist menu, reshuffles the order in which songs are played
3124eng: "Reshuffle"
3125voice: "Reshuffle"
3126new:
3127
3128id: LANG_NOTHING_TO_RESUME
3129desc: Error message displayed when resume button pressed but no playlist
3130eng: "Nothing to resume"
3131voice: "" 3314voice: ""
3132new: 3315new:
3133 3316
3134id: LANG_INSERT_SHUFFLED 3317id: LANG_FM_NO_FREE_PRESETS
3135desc: in onplay menu. insert a track/playlist randomly into dynamic playlist 3318desc: in radio screen
3136eng: "Insert shuffled" 3319eng: "The preset list is full"
3137voice: "Insert shuffled"
3138new:
3139
3140id: LANG_SPDIF_ENABLE
3141desc: in playback settings menu. enable/disable the optical out
3142eng: "Optical output"
3143voice: "Optical output"
3144new:
3145
3146id: LANG_NEXT_FOLDER
3147desc: in settings_menu. Should we allow move to next/prev folder from last/first track of current one
3148eng: "Auto change directory"
3149voice: "Auto change directory"
3150new:
3151
3152id: LANG_RUNTIMEDB_ACTIVE
3153desc: in settings_menu.
3154eng: "Gather runtime data (experimental)"
3155voice: "Gather runtime data"
3156new:
3157
3158id: LANG_MENU_SET_RATING
3159desc: in wps context menu
3160eng: "Set song rating"
3161voice: "Set song rating"
3162new:
3163
3164id: LANG_RATING
3165desc: in set_rating
3166eng: "Rating:"
3167voice: "" 3320voice: ""
3168new: 3321new:
3169 3322
3170id: LANG_CROSSFADE_DURATION 3323id: LANG_BUTTONBAR_MENU
3171desc: DEPRECATED 3324desc: in button bar
3172eng: "" 3325eng: "Menu"
3173voice: "" 3326voice: ""
3174new: 3327new:
3175 3328
3176id: LANG_MIX 3329id: LANG_FM_BUTTONBAR_EXIT
3177desc: in playback settings, crossfade option 3330desc: in radio screen
3178eng: "Mix" 3331eng: "Exit"
3179voice: "Mix"
3180new:
3181
3182id: LANG_RESTARTING_PLAYBACK
3183desc: splash screen displayed when pcm buffer size is changed
3184eng: "Restarting playback..."
3185voice: "" 3332voice: ""
3186new: 3333new:
3187 3334
3188id: LANG_REPLAYGAIN 3335id: LANG_FM_BUTTONBAR_ACTION
3189desc: in replaygain 3336desc: in radio screen
3190eng: "Replaygain" 3337eng: "Action"
3191voice: "Replaygain"
3192new:
3193
3194id: LANG_REPLAYGAIN_ENABLE
3195desc: in replaygain
3196eng: "Enable replaygain"
3197voice: "Enable replaygain"
3198new:
3199
3200id: LANG_REPLAYGAIN_NOCLIP
3201desc: in replaygain
3202eng: "Prevent clipping"
3203voice: "Prevent clipping"
3204new:
3205
3206id: LANG_REPLAYGAIN_MODE
3207desc: in replaygain
3208eng: "Replaygain type"
3209voice: "Replaygain type"
3210new:
3211
3212id: LANG_TRACK_GAIN
3213desc: in replaygain
3214eng: "Track gain"
3215voice: "Track gain"
3216new:
3217
3218id: LANG_ALBUM_GAIN
3219desc: in replaygain
3220eng: "Album gain"
3221voice: "Album gain"
3222new:
3223
3224id: LANG_ID3_TRACK_GAIN
3225desc: in browse_id3
3226eng: "[Track gain]"
3227voice: "" 3338voice: ""
3228new: 3339new:
3229 3340
3230id: LANG_ID3_ALBUM_GAIN 3341id: LANG_FM_BUTTONBAR_PRESETS
3231desc: in browse_id3 3342desc: in button bar
3232eng: "[Album gain]" 3343eng: "Preset"
3233voice: "" 3344voice: ""
3234new: 3345new:
3235 3346
3236id: LANG_ID3_NO_GAIN 3347id: LANG_FM_BUTTONBAR_ADD
3237desc: DEPRECATED 3348desc: in radio screen
3238eng: "" 3349eng: "Add"
3239voice: "" 3350voice: ""
3240new: 3351new:
3241 3352
3242id: LANG_BIDI_SUPPORT 3353id: LANG_FM_BUTTONBAR_RECORD
3243desc: DEPRECATED 3354desc: in radio screen
3244eng: "" 3355eng: "Record"
3245voice: "" 3356voice: ""
3246new: 3357new:
3247 3358
3248id: LANG_REPLAYGAIN_PREAMP 3359id: LANG_FM_MONO_MODE
3249desc: in replaygain settings 3360desc: in radio screen
3250eng: "Pre-amp" 3361eng: "Force mono"
3251voice: "Preamp"
3252new:
3253
3254id: LANG_UNIT_DB
3255desc: in browse_id3
3256eng: "dB"
3257voice: "" 3362voice: ""
3258new: 3363new:
3259 3364
3260id: LANG_ID3_VBR 3365id: LANG_FM_FREEZE
3261desc: in browse_id3 3366desc: splash screen during freeze in radio mode
3262eng: " (VBR)" 3367eng: "Screen frozen!"
3263voice: "" 3368voice: ""
3264new: 3369new:
3265 3370
3266id: LANG_BEEP 3371id: LANG_FM_SCAN_PRESETS
3267desc: in playback settings 3372desc: in radio menu
3268eng: "Beep volume" 3373eng: "Auto scan presets"
3269voice: "Beep volume" 3374voice: "Auto scan presets"
3270new:
3271
3272id: LANG_WEAK
3273desc: in beep volume in playback settings
3274eng: "Weak"
3275voice: "Weak"
3276new:
3277
3278id: LANG_MODERATE
3279desc: in beep volume in playback settings
3280eng: "Moderate"
3281voice: "Moderate"
3282new:
3283
3284id: LANG_STRONG
3285desc: in beep volume in playback settings
3286eng: "Strong"
3287voice: "Strong"
3288new:
3289
3290id: LANG_REPEAT_AB
3291desc: repeat one song
3292eng: "A-B"
3293voice: "A-B"
3294new:
3295
3296id: LANG_SHUFFLE_GAIN
3297desc: use track gain if shuffle mode is on, album gain otherwise
3298eng: "Track gain if shuffling"
3299voice: "Track gain if shuffling"
3300new:
3301
3302id: LANG_DIRCACHE_ENABLE
3303desc: in directory cache settings
3304eng: "Directory cache"
3305voice: "Directory cache"
3306new:
3307
3308id: LANG_DIRCACHE_REBOOT
3309desc: when activating directory cache
3310eng: "Please reboot to enable the cache"
3311voice: ""
3312new: 3375new:
3313 3376
3314id: LANG_DIRCACHE_BUILDING 3377id: LANG_FM_CLEAR_PRESETS
3315desc: when booting up and rebuilding the cache 3378desc: confirmation if presets can be cleared
3316eng: "Scanning disk..." 3379eng: "Clear current presets?"
3317voice: "" 3380voice: ""
3318new: 3381new:
3319 3382
3320id: LANG_CROSSFADE_ENABLE 3383id: LANG_FM_SCANNING
3321desc: in crossfade settings menu 3384desc: during auto scan
3322eng: "Enable crossfade" 3385eng: "Scanning %d.%01dMHz"
3323voice: "Enable crossfade"
3324new:
3325
3326id: LANG_CROSSFADE_FADE_IN_DELAY
3327desc: in crossfade settings menu
3328eng: "Fade in delay"
3329voice: "Fade in delay"
3330new:
3331
3332id: LANG_CROSSFADE_FADE_OUT_DELAY
3333desc: in crossfade settings menu
3334eng: "Fade out delay"
3335voice: "Fade out delay"
3336new:
3337
3338id: LANG_CROSSFADE_FADE_IN_DURATION
3339desc: in crossfade settings menu
3340eng: "Fade in duration"
3341voice: "Fade in duration"
3342new:
3343
3344id: LANG_CROSSFADE_FADE_OUT_DURATION
3345desc: in crossfade settings menu
3346eng: "Fade out duration"
3347voice: "Fade out duration"
3348new:
3349
3350id: LANG_CROSSFADE_FADE_OUT_MODE
3351desc: in crossfade settings menu
3352eng: "Fade out mode"
3353voice: "Fade out mode"
3354new:
3355
3356id: LANG_RECORDING_ADC_RIGHT
3357desc: DEPRECATED
3358eng: ""
3359voice: "" 3386voice: ""
3360new: 3387new:
3361 3388
3362id: LANG_RECORDING_ADC_LEFT 3389id: LANG_FM_DEFAULT_PRESET_NAME
3363desc: DEPRECATED 3390desc: default preset name for auto scan mode
3364eng: "" 3391eng: "%d.%01dMHz"
3365voice: "" 3392voice:
3366new: 3393new:
3367 3394
3368id: LANG_RECORDING_MONITOR 3395id: LANG_FM_TUNE_MODE
3369desc: DEPRECATED 3396desc: in radio screen / menu
3370eng: "" 3397eng: "Mode:"
3371voice: "" 3398voice: ""
3372new: 3399new:
3373 3400
@@ -3383,524 +3410,270 @@ eng: "Preset"
3383voice: "" 3410voice: ""
3384new: 3411new:
3385 3412
3386id: LANG_FM_FREEZE 3413## dir/file browser
3387desc: splash screen during freeze in radio mode
3388eng: "Screen frozen!"
3389voice: ""
3390new:
3391
3392id: LANG_DEFAULT_CODEPAGE
3393desc: default encoding used with id3 tags
3394eng: "Default Codepage"
3395voice:
3396new:
3397
3398id: LANG_CODEPAGE_LATIN1
3399desc: in codepage setting menu
3400eng: "Latin1 (ISO-8859-1)"
3401voice:
3402new:
3403
3404id: LANG_CODEPAGE_GREEK
3405desc: in codepage setting menu
3406eng: "Greek (ISO-8859-7)"
3407voice:
3408new:
3409
3410id: LANG_CODEPAGE_HEBREW
3411desc: in codepage setting menu
3412eng: "Hebrew (ISO-8859-8)"
3413voice:
3414new:
3415
3416id: LANG_CODEPAGE_RUSSIAN
3417desc: in codepage setting menu
3418eng: "Russian (CP1251)"
3419voice:
3420new:
3421
3422id: LANG_CODEPAGE_THAI
3423desc: in codepage setting menu
3424eng: "Thai (ISO-8859-11)"
3425voice:
3426new:
3427
3428id: LANG_CODEPAGE_ARABIC
3429desc: in codepage setting menu
3430eng: "Arabic (CP1256)"
3431voice:
3432new:
3433
3434id: LANG_CODEPAGE_TURKISH
3435desc: in codepage setting menu
3436eng: "Turkish (ISO-8859-9)"
3437voice:
3438new:
3439
3440id: LANG_CODEPAGE_LATIN_EXTENDED
3441desc: in codepage setting menu
3442eng: "Latin Extended (ISO-8859-2)"
3443voice:
3444new:
3445
3446id: LANG_CODEPAGE_JAPANESE
3447desc: in codepage setting menu
3448eng: "Japanese (SJIS)"
3449voice:
3450new:
3451
3452id: LANG_CODEPAGE_SIMPLIFIED
3453desc: in codepage setting menu
3454eng: "Simp. Chinese (GB2312)"
3455voice:
3456new:
3457
3458id: LANG_CODEPAGE_KOREAN
3459desc: in codepage setting menu
3460eng: "Korean (KSX1001)"
3461voice:
3462new:
3463
3464id: LANG_CODEPAGE_TRADITIONAL
3465desc: in codepage setting menu
3466eng: "Trad. Chinese (BIG5)"
3467voice:
3468new:
3469
3470id: LANG_CODEPAGE_UTF8
3471decs: in codepage setting menu
3472eng: "Unicode (UTF-8)"
3473voice:
3474new:
3475 3414
3476id: LANG_CROSSFEED_ENABLE 3415id: LANG_DIRBROWSE_F1
3477desc: DEPRECATED 3416desc: in dir browser, F1 button bar text
3478eng: "" 3417eng: "Menu"
3479voice:
3480new:
3481
3482id: LANG_CROSSFEED
3483desc: in the sound settings menu
3484eng: "Crossfeed"
3485voice: "Crossfeed"
3486new:
3487
3488id: LANG_FM_SCAN_PRESETS
3489desc: in radio menu
3490eng: "Auto scan presets"
3491voice: "Auto scan presets"
3492new:
3493
3494id: LANG_FM_SCANNING
3495desc: during auto scan
3496eng: "Scanning %d.%01dMHz"
3497voice: "" 3418voice: ""
3498new: 3419new:
3499 3420
3500id: LANG_FM_DEFAULT_PRESET_NAME 3421id: LANG_DIRBROWSE_F2
3501desc: default preset name for auto scan mode 3422desc: in dir browser, F2 button bar text
3502eng: "%d.%01dMHz" 3423eng: "Option"
3503voice:
3504new:
3505
3506id: LANG_FM_ADD_PRESET
3507desc: in radio menu
3508eng: "Add preset"
3509voice: "Add preset"
3510new:
3511
3512id: LANG_FM_CLEAR_PRESETS
3513desc: confirmation if presets can be cleared
3514eng: "Clear current presets?"
3515voice: "" 3424voice: ""
3516new: 3425new:
3517 3426
3518id: LANG_WAIT 3427id: LANG_DIRBROWSE_F3
3519desc: general please wait splash 3428desc: in dir browser, F3 button bar text
3520eng: "Loading..." 3429eng: "LCD"
3521voice: 3430voice: ""
3522new:
3523
3524id: VOICE_EXT_RWPS
3525desc: spoken only, for file extension
3526eng: ""
3527voice: "remote while-playing-screen"
3528new:
3529
3530id: LANG_REMOTE_WHILE_PLAYING
3531desc: in settings_menu()
3532eng: "Browse .rwps files"
3533voice: "Browse remote while-playing-screen files"
3534new: 3431new:
3535 3432
3536id: LANG_CUSTOM_THEME 3433id: LANG_SHOWDIR_BUFFER_FULL
3537desc: Custom themes menu 3434desc: in showdir(), displayed on screen when you reach buffer limit
3538eng: "Browse Themes" 3435eng: "Dir Buffer Is Full!"
3539voice: "Browse Themes" 3436voice: ""
3540new: 3437new:
3541 3438
3542id: LANG_REDUCE_TICKING 3439id: LANG_LANGUAGE_LOADED
3543desc: in remote lcd settings menu 3440desc: shown when a language has been loaded from the dir browser
3544eng: "Reduce ticking" 3441eng: "New Language"
3545voice: "Reduce ticking" 3442voice: ""
3546new: 3443new:
3547 3444
3548id: LANG_FM_TUNE_MODE 3445id: LANG_SETTINGS_LOADED
3549desc: in radio screen / menu 3446desc: Feedback shown when a .cfg file is loaded
3550eng: "Mode:" 3447eng: "Settings Loaded"
3551voice: "" 3448voice: ""
3552new: 3449new:
3553 3450
3554id: LANG_BRIGHTNESS 3451id: LANG_SETTINGS_SAVED
3555desc: in settings_menu 3452desc: Feedback shown when a .cfg file is saved
3556eng: "Brightness" 3453eng: "Settings Saved"
3557voice: "Brightness" 3454voice: ""
3558new: 3455new:
3559 3456
3560id: LANG_SCREEN_SCROLL_VIEW 3457id: LANG_BOOT_CHANGED
3561desc: should lines scroll out of the screen 3458desc: File browser discovered the boot file was changed
3562eng: "Screen Scrolls Out Of View" 3459eng: "Boot changed"
3563voice: "Screen Scrolls Out Of View" 3460voice: ""
3564new: 3461new:
3565 3462
3566id: LANG_SCREEN_SCROLL_STEP 3463id: LANG_REBOOT_NOW
3567desc: Pixels to advance per Screen scroll 3464desc: Do you want to reboot?
3568eng: "Screen Scroll Step Size" 3465eng: "Reboot now?"
3569voice: "Screen Scroll Step Size" 3466voice: ""
3570new: 3467new:
3571 3468
3572id: LANG_QUEUE_SHUFFLED 3469id: LANG_OFF_ABORT
3573desc: in onplay menu. queue a track/playlist randomly into dynamic playlist 3470desc: Used on recorder models
3574eng: "Queue shuffled" 3471eng: "OFF to abort"
3575voice: "Queue shuffled" 3472voice: ""
3576new: 3473new:
3577 3474
3578id: LANG_CLEAR_BACKDROP 3475id: LANG_STOP_ABORT
3579desc: text for LCD settings menu 3476desc: Used on player models
3580eng: "Clear backdrop" 3477eng: "STOP to abort"
3581voice: "Clear backdrop" 3478voice: ""
3582new: 3479new:
3583 3480
3584id: LANG_SET_AS_BACKDROP 3481id: LANG_NO_FILES
3585desc: text for onplay menu entry 3482desc: in settings_menu
3586eng: "Set as backdrop" 3483eng: "No files"
3587voice: "Set as backdrop" 3484voice: ""
3588new: 3485new:
3589 3486
3590id: LANG_BACKDROP_LOADED 3487id: LANG_BACKDROP_LOADED
3591desc: text for splash to indicate a new backdrop has been loaded successfully 3488desc: text for splash to indicate a new backdrop has been loaded successfully
3592eng: "Backdrop loaded" 3489eng: "Backdrop loaded"
3593voice: "Backdrop loaded" 3490voice: ""
3594new: 3491new:
3595 3492
3596id: LANG_BACKDROP_FAILED 3493id: LANG_BACKDROP_FAILED
3597desc: text for splash to indicate a failure to load a bitmap as backdrop 3494desc: text for splash to indicate a failure to load a bitmap as backdrop
3598eng: "Backdrop failed" 3495eng: "Backdrop failed"
3599voice: "Backdrop failed" 3496voice: ""
3600new:
3601
3602id: LANG_WARN_ERASEDYNPLAYLIST_MENU
3603desc: in playlist options menu, option to warn when erasing dynamic playlist
3604eng: "Warn When Erasing Dynamic Playlist"
3605voice ""
3606new:
3607
3608id: LANG_WARN_ERASEDYNPLAYLIST_PROMPT
3609desc: prompt shown when about to erase a modified dynamic playlist
3610eng: "Erase dynamic playlist?"
3611voice ""
3612new:
3613
3614id: LANG_EQUALIZER
3615desc: in the sound settings menu
3616eng: "Equalizer"
3617voice: "Equalizer"
3618new:
3619
3620id: LANG_EQUALIZER_ENABLED
3621desc: in the equalizer settings menu
3622eng: "Enable EQ"
3623voice: "Enable EQ"
3624new:
3625
3626id: LANG_EQUALIZER_GRAPHICAL
3627desc: in the equalizer settings menu
3628eng: "Graphical EQ"
3629voice: "Graphical EQ"
3630new:
3631
3632id: LANG_EQUALIZER_GAIN
3633desc: in the equalizer settings menu
3634eng: "Simple EQ Settings"
3635voice: "Simple EQ Settings"
3636new: 3497new:
3637 3498
3638id: LANG_EQUALIZER_ADVANCED 3499id: LANG_KEYBOARD_LOADED
3639desc: in the equalizer settings menu 3500desc: shown when a keyboard has been loaded from the dir browser
3640eng: "Advanced EQ Settings" 3501eng: "New Keyboard"
3641voice: "Advanced EQ Settings" 3502voice: ""
3642new: 3503new:
3643 3504
3644id: LANG_EQUALIZER_SAVE 3505## tag database browser
3645desc: in the equalizer settings menu
3646eng: "Save EQ Preset"
3647voice: "Save EQ Preset"
3648new:
3649 3506
3650id: LANG_EQUALIZER_BROWSE 3507id: LANG_ID3DB_ARTISTS
3651desc: in the equalizer settings menu 3508desc: ID3 virtual folder name
3652eng: "Browse EQ Presets" 3509eng: "Artists"
3653voice: "Browse EQ Presets" 3510voice: ""
3654new: 3511new:
3655 3512
3656id: LANG_EQUALIZER_GAIN_ITEM 3513id: LANG_ID3DB_ALBUMS
3657desc: in the equalizer settings menu 3514desc: ID3 virtual folder name
3658eng: "%d Hz Band Gain" 3515eng: "Albums"
3659voice: "" 3516voice: ""
3660new: 3517new:
3661 3518
3662id: LANG_EQUALIZER_BAND_CUTOFF 3519id: LANG_ID3DB_SONGS
3663desc: in the equalizer settings menu 3520desc: ID3 virtual folder name
3664eng: "Cutoff Frequency" 3521eng: "Songs"
3665voice: "Cutoff Frequency" 3522voice: ""
3666new: 3523new:
3667 3524
3668id: LANG_EQUALIZER_BAND_CENTER 3525id: LANG_ID3DB_GENRES
3669desc: in the equalizer settings menu 3526desc: in tag cache
3670eng: "Center Frequency" 3527eng: "Genres"
3671voice: "Center frequency" 3528voice: ""
3672new: 3529new:
3673 3530
3674id: LANG_EQUALIZER_BAND_Q 3531id: LANG_ID3DB_SEARCH
3675desc: in the equalizer settings menu 3532desc: ID3 virtual folder name
3676eng: "Q" 3533eng: "Search"
3677voice: "Q" 3534voice: ""
3678new: 3535new:
3679 3536
3680id: LANG_EQUALIZER_BAND_GAIN 3537id: LANG_ID3DB_SEARCH_ARTISTS
3681desc: in the equalizer settings menu 3538desc: ID3 virtual folder name
3682eng: "Gain" 3539eng: "Search Artists"
3683voice: "Gain" 3540voice: ""
3684new: 3541new:
3685 3542
3686id: LANG_EQUALIZER_EDIT_MODE 3543id: LANG_ID3DB_SEARCH_ALBUMS
3687desc: in the equalizer settings menu 3544desc: ID3 virtual folder name
3688eng: "Edit mode: %s" 3545eng: "Search Albums"
3689voice: "" 3546voice: ""
3690new: 3547new:
3691 3548
3692id: LANG_EQUALIZER_BAND_LOW_SHELF 3549id: LANG_ID3DB_SEARCH_SONGS
3693desc: in the equalizer settings menu 3550desc: ID3 virtual folder name
3694eng: "Low Shelf Filter" 3551eng: "Search Songs"
3695voice: "" 3552voice: ""
3696new: 3553new:
3697 3554
3698id: LANG_EQUALIZER_BAND_PEAK 3555id: LANG_ID3DB_MATCHES
3699desc: in the equalizer settings menu 3556desc: ID3 virtual folder name
3700eng: "Peak Filter %d" 3557eng: "Found %d matches"
3701voice: "" 3558voice: ""
3702new: 3559new:
3703 3560
3704id: LANG_EQUALIZER_BAND_HIGH_SHELF 3561id: LANG_ID3DB_ALL_SONGS
3705desc: in the equalizer settings menu 3562desc: ID3 virtual folder name
3706eng: "High Shelf Filter" 3563eng: "<All songs>"
3707voice: "" 3564voice: ""
3708new: 3565new:
3709 3566
3710id: LANG_RECORDING_GAIN_ANALOG 3567## playlist viewer
3711desc: in the recording screen
3712eng: "A"
3713voice: "Analog Gain"
3714new:
3715 3568
3716id: LANG_RECORDING_GAIN_DIGITAL 3569id: LANG_MOVE
3717desc: in the recording screen 3570desc: The verb/action Move
3718eng: "D" 3571eng: "Move"
3719voice: "Digital Gain" 3572voice: "Move"
3720new: 3573new:
3721 3574
3722id: LANG_SCROLL_PAGINATED 3575id: LANG_MOVE_FAILED
3723desc: jump to new page when scrolling 3576desc: Error message displayed in playlist viewer
3724eng: "Paged Scrolling" 3577eng: "Move failed"
3725voice: "" 3578voice: ""
3726new: 3579new:
3727 3580
3728id: LANG_CLIP_LIGHT 3581id: LANG_SHOW_INDICES
3729desc: in record settings menu. 3582desc: in playlist viewer menu
3730eng: "Clipping light" 3583eng: "Show Indices"
3731voice: "Clipping light" 3584voice: "Show Indices"
3732new:
3733
3734id: LANG_MAIN_UNIT
3735desc: in record settings menu.
3736eng: "Main unit only"
3737voice: "Main unit only"
3738new:
3739
3740id: LANG_REMOTE_UNIT
3741desc: in record settings menu.
3742eng: "Remote unit only"
3743voice: "Remote unit only"
3744new: 3585new:
3745 3586
3746id: LANG_REMOTE_MAIN 3587id: LANG_TRACK_DISPLAY
3747desc: in record settings menu. 3588desc: in playlist viewer on+play menu
3748eng: "Main and remote unit" 3589eng: "Track Display"
3749voice: "Main and remote unit" 3590voice: "Track Display"
3750new: 3591new:
3751 3592
3752id: LANG_COLOR_RGB_LABELS 3593id: LANG_DISPLAY_TRACK_NAME_ONLY
3753desc: what to show for the 'R' 'G' 'B' ONE LETTER EACH 3594desc: track display options
3754eng: "RGB" 3595eng: "Track name only"
3755voice: 3596voice: "Track name only"
3756new: 3597new:
3757 3598
3758id: LANG_COLOR_RGB_VALUE 3599id: LANG_DISPLAY_FULL_PATH
3759desc: in color screen 3600desc: track display options
3760eng: "RGB: %02X%02X%02X" 3601eng: "Full path"
3761voice: 3602voice: "Full path"
3762new: 3603new:
3763 3604
3764id: LANG_BACKGROUND_COLOR 3605id: LANG_REMOVE
3765desc: menu entry to set the background color 3606desc: in playlist viewer on+play menu
3766eng: "Background Colour" 3607eng: "Remove"
3767voice: "Background Colour" 3608voice: "Remove"
3768new: 3609new:
3769 3610
3770id: LANG_FOREGROUND_COLOR 3611id: LANG_FILE_OPTIONS
3771desc: menu entry to set the foreground color 3612desc: in playlist viewer on+play menu
3772eng: "Foreground Colour" 3613eng: "File Options"
3773voice: "Foreground Colour" 3614voice: "File Options"
3774new: 3615new:
3775 3616
3776id: LANG_RESET_COLORS 3617## plugin loader, filetypes
3777desc: menu
3778eng: "Reset Colours"
3779voice: "Reset Colours"
3780new:
3781 3618
3782id: LANG_COLOR_UNACCEPTABLE 3619id: LANG_PLUGIN_CANT_OPEN
3783desc: splash when user selects an invalid colour 3620desc: Plugin open error message
3784eng: "Invalid colour" 3621eng: "Can't open %s"
3785voice: "" 3622voice: ""
3786new: 3623new:
3787 3624
3788id: LANG_SEARCH_IN_PLAYLIST 3625id: LANG_READ_FAILED
3789desc: in playlist menu. 3626desc: There was an error reading a file
3790eng: "Search In Playlist" 3627eng: "Failed reading %s"
3791voice:
3792new:
3793
3794id: LANG_PLAYLIST_SEARCH_MSG
3795desc: splash number of tracks inserted
3796eng: "Searching... %d found (%s)"
3797voice: "" 3628voice: ""
3798new: 3629new:
3799 3630
3800id: LANG_PARTY_MODE 3631id: LANG_PLUGIN_WRONG_MODEL
3801desc: party mode 3632desc: The plugin is not compatible with the archos model trying to run it
3802eng: "Party Mode" 3633eng: "Incompatible model"
3803voice: "Party Mode" 3634voice: ""
3804new:
3805
3806id: LANG_CUT
3807desc: The verb/action Cut
3808eng: "Cut"
3809voice: "Cut"
3810new:
3811
3812id: LANG_COPY
3813desc: The verb/action Copy
3814eng: "Copy"
3815voice: "Copy"
3816new:
3817
3818id: LANG_PASTE
3819desc: The verb/action Paste
3820eng: "Paste"
3821voice: "Paste"
3822new:
3823
3824id: LANG_REALLY_OVERWRITE
3825desc: The verb/action Paste
3826eng: "File/directory exists. Overwrite?"
3827voice: "File or directory exists. Overwrite?"
3828new:
3829
3830id: LANG_PITCH
3831desc: "pitch" in the pitch screen
3832eng: "Pitch"
3833voice: "Pitch"
3834new:
3835
3836id: LANG_BACKLIGHT_FILTER_FIRST_KEYPRESS
3837desc: Backlight behaviour setting
3838eng: "First keypress enables backlight only"
3839voice: "First keypress enables backlight only"
3840new:
3841
3842id: LANG_ID3DB_GENRES
3843desc: in tag cache
3844eng: "Genres"
3845voice: "Genres"
3846new:
3847
3848id: LANG_TAGCACHE
3849desc: in tag cache settings
3850eng: "Tag cache"
3851voice: "Tag cache"
3852new:
3853
3854id: LANG_TAGCACHE_INIT
3855desc: while initializing tagcache on boot
3856eng: "Committing tagcache"
3857voice:
3858new: 3635new:
3859 3636
3860id: LANG_TAGCACHE_DISK 3637id: LANG_PLUGIN_WRONG_VERSION
3861desc: in tag cache settings 3638desc: The plugin is not compatible with the rockbox version trying to run it
3862eng: "Keep on disk" 3639eng: "Incompatible version"
3863voice: "Keep on disk" 3640voice: ""
3864new: 3641new:
3865 3642
3866id: LANG_TAGCACHE_RAM 3643id: LANG_PLUGIN_ERROR
3867desc: in tag cache settings 3644desc: The plugin return an error code
3868eng: "Load to ram" 3645eng: "Plugin returned error"
3869voice: "Load to ram" 3646voice: ""
3870new: 3647new:
3871 3648
3872id: LANG_TAGCACHE_FORCE_UPDATE 3649id: LANG_FILETYPES_EXTENSION_FULL
3873desc: in tag cache settings 3650desc: Extension array full
3874eng: "Force tag cache update" 3651eng: "Extension array full"
3875voice: "Force tag cache update" 3652voice: ""
3876new: 3653new:
3877 3654
3878id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH 3655id: LANG_FILETYPES_FULL
3879desc: in tag cache settings 3656desc: Filetype array full
3880eng: "Updating in background" 3657eng: "Filetype array full"
3881voice: "Updating in background" 3658voice: ""
3882new: 3659new:
3883 3660
3884id: LANG_EQUALIZER_PRECUT 3661id: LANG_FILETYPES_PLUGIN_NAME_LONG
3885desc: in eq settings 3662desc: Viewer plugin name too long
3886eng: "Precut" 3663eng: "Plugin name too long"
3887voice: "Pre-cut" 3664voice: ""
3888new: 3665new:
3889 3666
3890id: LANG_KEYBOARD_LOADED 3667id: LANG_FILETYPES_STRING_BUFFER_EMPTY
3891desc: shown when a keyboard has been loaded from the dir browser 3668desc: Filetype string buffer empty
3892eng: "New Keyboard" 3669eng: "Filetype string buffer empty"
3893voice: "" 3670voice: ""
3894new: 3671new:
3895 3672
3896id: VOICE_EXT_KBD 3673## misc
3897desc: spoken only, for file extension
3898eng: ""
3899voice: "keyboard"
3900new:
3901 3674
3902id: LANG_TRACKSKIP 3675id: LANG_RESUME_CONFIRM_PLAYER
3903desc: in crossfade settings 3676desc: possible answers to resume question
3904eng: "Track Skip Only" 3677eng: "(PLAY/STOP)"
3905voice: "Track Skip Only" 3678voice: ""
3906new: 3679new: