blob: be143ea6ec1385b8e9a5c2c82518b2c834ae3597 [file] [log] [blame]
Jonas Häggqviste5130f62008-07-30 21:23:22 +00001# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
7# $Id$
8#
9# This program is free software; you can redistribute it and/or
10# modify it under the terms of the GNU General Public License
11# as published by the Free Software Foundation; either version 2
12# of the License, or (at your option) any later version.
13#
14# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
15# KIND, either express or implied.
16#
17# Danish language file, translated by:
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +000018# - Rune Wiinberg
19# - Jakob Givoni
20# - Jonas Häggqvist
21#
22# Try to follow the guidelines from http://www.sslug.dk/locale/ Specifically
23# try to avoid english words at (almost) all costs.
24#
25# Local conventions:
26# "Settings" is removed from translations used in the menu since it's all
27# settings there ("Sound Settings > Lyd"). "Recording Settings" is an exception
28# since it's used alongside "Recording" in some menus.
29# No excessive capitals ("Håndter opsætning" - not "Håndter Opsætning")
30#
31# Strings that need attention:
32# - LANG_EQUALIZER_BAND_LOW_SHELF
33# - LANG_EQUALIZER_BAND_HIGH_SHELF
34# - All strings with "Equalizer" in them.
Daniel Stenbergc06e7772006-04-03 21:11:11 +000035<phrase>
36 id: LANG_SET_BOOL_YES
37 desc: bool true representation
Tom Ross104fb372009-03-03 01:38:26 +000038 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +000039 <source>
40 *: "Yes"
41 </source>
42 <dest>
43 *: "Ja"
44 </dest>
45 <voice>
46 *: "Ja"
47 </voice>
48</phrase>
49<phrase>
50 id: LANG_SET_BOOL_NO
51 desc: bool false representation
Tom Ross104fb372009-03-03 01:38:26 +000052 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +000053 <source>
54 *: "No"
55 </source>
56 <dest>
57 *: "Nej"
58 </dest>
59 <voice>
60 *: "Nej"
61 </voice>
62</phrase>
63<phrase>
64 id: LANG_ON
65 desc: Used in a lot of places
Tom Ross104fb372009-03-03 01:38:26 +000066 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +000067 <source>
68 *: "On"
69 </source>
70 <dest>
71 *: "Til"
72 </dest>
73 <voice>
74 *: "Til"
75 </voice>
76</phrase>
77<phrase>
78 id: LANG_OFF
79 desc: Used in a lot of places
Tom Ross104fb372009-03-03 01:38:26 +000080 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +000081 <source>
82 *: "Off"
83 </source>
84 <dest>
85 *: "Fra"
86 </dest>
87 <voice>
88 *: "Fra"
89 </voice>
90</phrase>
91<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +000092 id: LANG_ALWAYS
Jonas Häggqvist72458ba2006-04-04 16:17:20 +000093 desc: used in various places
Tom Ross104fb372009-03-03 01:38:26 +000094 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +000095 <source>
96 *: "Always"
97 </source>
98 <dest>
99 *: "Altid"
100 </dest>
101 <voice>
102 *: "Altid"
103 </voice>
104</phrase>
105<phrase>
106 id: LANG_WAIT
107 desc: general please wait splash
Tom Ross104fb372009-03-03 01:38:26 +0000108 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000109 <source>
110 *: "Loading..."
111 </source>
112 <dest>
113 *: "Åbner..."
114 </dest>
115 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +0000116 *: "Åbner"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000117 </voice>
118</phrase>
119<phrase>
120 id: LANG_CONFIRM_SHUTDOWN
121 desc: in shutdown screen
Tom Ross104fb372009-03-03 01:38:26 +0000122 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000123 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000124 *: none
125 soft_shutdown: "Press OFF to shut down"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000126 </source>
127 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000128 *: none
129 soft_shutdown: "Tryk SLUK for at lukke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000130 </dest>
131 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000132 *: none
133 soft_shutdown: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000134 </voice>
135</phrase>
136<phrase>
137 id: LANG_SHUTTINGDOWN
138 desc: in main menu
Tom Ross104fb372009-03-03 01:38:26 +0000139 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000140 <source>
141 *: "Shutting down..."
142 </source>
143 <dest>
144 *: "Lukker ned..."
145 </dest>
146 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +0000147 *: "Lukker ned"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000148 </voice>
149</phrase>
150<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000151 id: LANG_REMOVE_MMC
152 desc: before acknowledging usb in case an MMC is inserted (Ondio)
Tom Ross104fb372009-03-03 01:38:26 +0000153 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000154 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000155 *: none
Björn Stenberg355b4c22009-12-07 13:53:55 +0000156 archosondio*: "Please remove inserted MMC"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000157 </source>
158 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000159 *: none
Björn Stenberg355b4c22009-12-07 13:53:55 +0000160 archosondio*: "Fjern venligst MMC"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000161 </dest>
162 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000163 *: none
Björn Stenberg355b4c22009-12-07 13:53:55 +0000164 archosondio*: "Fjern venligst multimedia card"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000165 </voice>
166</phrase>
167<phrase>
168 id: LANG_FAILED
Jonas Häggqvist72458ba2006-04-04 16:17:20 +0000169 desc: Something failed. To be appended after actions
Tom Ross104fb372009-03-03 01:38:26 +0000170 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000171 <source>
172 *: "Failed"
173 </source>
174 <dest>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +0000175 *: "fejlede"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000176 </dest>
177 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +0000178 *: "fejlede"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000179 </voice>
180</phrase>
181<phrase>
182 id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS
Jonas Häggqvist72458ba2006-04-04 16:17:20 +0000183 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000184 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000185 <source>
186 *: "Recent Bookmarks"
187 </source>
188 <dest>
189 *: "Seneste bogmærker"
190 </dest>
191 <voice>
192 *: "Seneste bogmærker"
193 </voice>
194</phrase>
195<phrase>
196 id: LANG_SOUND_SETTINGS
197 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000198 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000199 <source>
200 *: "Sound Settings"
201 </source>
202 <dest>
203 *: "Lyd"
204 </dest>
205 <voice>
206 *: "Lyd"
207 </voice>
208</phrase>
209<phrase>
210 id: LANG_GENERAL_SETTINGS
211 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000212 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000213 <source>
214 *: "General Settings"
215 </source>
216 <dest>
217 *: "Generelt"
218 </dest>
219 <voice>
220 *: "Generelt"
221 </voice>
222</phrase>
223<phrase>
224 id: LANG_MANAGE_MENU
Jonas Häggqvist72458ba2006-04-04 16:17:20 +0000225 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000226 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000227 <source>
228 *: "Manage Settings"
229 </source>
230 <dest>
231 *: "Håndter opsætning"
232 </dest>
233 <voice>
234 *: "Håndter opsætning"
235 </voice>
236</phrase>
237<phrase>
238 id: LANG_CUSTOM_THEME
Jonas Häggqvist72458ba2006-04-04 16:17:20 +0000239 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000240 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000241 <source>
Jonas Häggqvistfb192972009-09-22 11:40:49 +0000242 *: "Browse Theme Files"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000243 </source>
244 <dest>
Jonas Häggqvistfb192972009-09-22 11:40:49 +0000245 *: "Vis temafiler"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000246 </dest>
247 <voice>
Jonas Häggqvistfb192972009-09-22 11:40:49 +0000248 *: "Vis temafiler"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000249 </voice>
250</phrase>
251<phrase>
252 id: LANG_FM_RADIO
Jonas Häggqvist72458ba2006-04-04 16:17:20 +0000253 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000254 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000255 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000256 *: none
257 radio: "FM Radio"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000258 </source>
259 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000260 *: none
261 radio: "FM radio"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000262 </dest>
263 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000264 *: none
265 radio: "FM radio"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000266 </voice>
267</phrase>
268<phrase>
269 id: LANG_RECORDING
270 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000271 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000272 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000273 *: none
274 recording: "Recording"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000275 </source>
276 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000277 *: none
278 recording: "Indspilning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000279 </dest>
280 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000281 *: none
282 recording: "Indspilning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000283 </voice>
284</phrase>
285<phrase>
286 id: LANG_PLUGINS
Jonas Häggqvist72458ba2006-04-04 16:17:20 +0000287 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000288 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000289 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +0000290 *: "Plugins"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000291 </source>
292 <dest>
Jonas Häggqvist09097972007-05-08 00:31:11 +0000293 *: "Plugins"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000294 </dest>
295 <voice>
Jonas Häggqvist09097972007-05-08 00:31:11 +0000296 *: "Plugins"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000297 </voice>
298</phrase>
299<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000300 id: LANG_SHUTDOWN
301 desc: in main menu
Tom Ross104fb372009-03-03 01:38:26 +0000302 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000303 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000304 *: none
305 soft_shutdown: "Shut down"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000306 </source>
307 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000308 *: none
309 soft_shutdown: "Luk ned"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000310 </dest>
311 <voice>
Jonas Häggqvist036e6172008-08-03 19:40:02 +0000312 *: none
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000313 soft_shutdown: "Luk ned"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000314 </voice>
315</phrase>
316<phrase>
317 id: LANG_VOLUME
318 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000319 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000320 <source>
321 *: "Volume"
322 </source>
323 <dest>
324 *: "Lydstyrke"
325 </dest>
326 <voice>
327 *: "Lydstyrke"
328 </voice>
329</phrase>
330<phrase>
331 id: LANG_BASS
332 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000333 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000334 <source>
335 *: "Bass"
336 </source>
337 <dest>
338 *: "Bas"
339 </dest>
340 <voice>
341 *: "Bas"
342 </voice>
343</phrase>
344<phrase>
345 id: LANG_TREBLE
346 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000347 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000348 <source>
349 *: "Treble"
350 </source>
351 <dest>
352 *: "Diskant"
353 </dest>
354 <voice>
355 *: "Diskant"
356 </voice>
357</phrase>
358<phrase>
359 id: LANG_BALANCE
360 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000361 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000362 <source>
363 *: "Balance"
364 </source>
365 <dest>
366 *: "Balance"
367 </dest>
368 <voice>
369 *: "Balance"
370 </voice>
371</phrase>
372<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000373 id: LANG_CHANNEL_STEREO
374 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000375 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000376 <source>
377 *: "Stereo"
378 </source>
379 <dest>
380 *: "Stereo"
381 </dest>
382 <voice>
383 *: "Stereo"
384 </voice>
385</phrase>
386<phrase>
387 id: LANG_CHANNEL_MONO
388 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000389 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000390 <source>
391 *: "Mono"
392 </source>
393 <dest>
394 *: "Mono"
395 </dest>
396 <voice>
397 *: "Mono"
398 </voice>
399</phrase>
400<phrase>
401 id: LANG_CHANNEL_CUSTOM
402 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000403 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000404 <source>
405 *: "Custom"
406 </source>
407 <dest>
408 *: "Brugerdefineret"
409 </dest>
410 <voice>
411 *: "Brugerdefineret"
412 </voice>
413</phrase>
414<phrase>
415 id: LANG_CHANNEL_LEFT
416 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000417 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000418 <source>
419 *: "Mono Left"
420 </source>
421 <dest>
422 *: "Mono venstre"
423 </dest>
424 <voice>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +0000425 *: "Mono venstre"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000426 </voice>
427</phrase>
428<phrase>
429 id: LANG_CHANNEL_RIGHT
430 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000431 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000432 <source>
433 *: "Mono Right"
434 </source>
435 <dest>
436 *: "Mono højre"
437 </dest>
438 <voice>
439 *: "Mono højre"
440 </voice>
441</phrase>
442<phrase>
443 id: LANG_CHANNEL_KARAOKE
444 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000445 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000446 <source>
447 *: "Karaoke"
448 </source>
449 <dest>
450 *: "Karaoke"
451 </dest>
452 <voice>
453 *: "Karaoke"
454 </voice>
455</phrase>
456<phrase>
457 id: LANG_STEREO_WIDTH
458 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000459 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000460 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +0000461 *: "Stereo Width"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000462 </source>
463 <dest>
464 *: "Stereo bredde"
465 </dest>
466 <voice>
467 *: "Stereo bredde"
468 </voice>
469</phrase>
470<phrase>
471 id: LANG_LOUDNESS
472 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000473 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000474 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000475 *: none
476 masf: "Loudness"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000477 </source>
478 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000479 *: none
480 masf: "Loudness"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000481 </dest>
482 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000483 *: none
484 masf: "Loudness"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000485 </voice>
486</phrase>
487<phrase>
488 id: LANG_AUTOVOL
489 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000490 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000491 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000492 *: none
493 masf: "Auto Volume"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000494 </source>
495 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000496 *: none
497 masf: "Auto. lydstyrke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000498 </dest>
499 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000500 *: none
501 masf: "Automatisk lydstyrke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000502 </voice>
503</phrase>
504<phrase>
505 id: LANG_DECAY
506 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000507 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000508 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000509 *: none
510 masf: "AV Decay Time"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000511 </source>
512 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000513 *: none
514 masf: "AL forfaldstid"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000515 </dest>
516 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000517 *: none
518 masf: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000519 </voice>
520</phrase>
521<phrase>
522 id: LANG_SUPERBASS
523 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +0000524 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000525 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000526 *: none
527 masf: "Super Bass"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000528 </source>
529 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000530 *: none
531 masf: "Super bas"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000532 </dest>
533 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000534 *: none
535 masf: "Super bas"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000536 </voice>
537</phrase>
538<phrase>
539 id: LANG_MDB_ENABLE
540 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +0000541 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000542 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000543 *: none
544 masf: "MDB Enable"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000545 </source>
546 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000547 *: none
548 masf: "Aktiver MDB"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000549 </dest>
550 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000551 *: none
552 masf: "Aktiver MDB"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000553 </voice>
554</phrase>
555<phrase>
556 id: LANG_MDB_STRENGTH
557 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +0000558 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000559 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000560 *: none
561 masf: "MDB Strength"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000562 </source>
563 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000564 *: none
565 masf: "MDB styrke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000566 </dest>
567 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000568 *: none
569 masf: "MDB styrke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000570 </voice>
571</phrase>
572<phrase>
573 id: LANG_MDB_HARMONICS
574 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +0000575 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000576 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000577 *: none
578 masf: "MDB Harmonics"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000579 </source>
580 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000581 *: none
582 masf: "MDB harmoni"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000583 </dest>
584 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000585 *: none
586 masf: "MDB harmoni"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000587 </voice>
588</phrase>
589<phrase>
590 id: LANG_MDB_CENTER
591 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +0000592 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000593 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000594 *: none
Alex Parkera2f90342009-05-09 10:54:07 +0000595 masf: "MDB Centre Frequency"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000596 </source>
597 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000598 *: none
599 masf: "MDB center frekvens"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000600 </dest>
601 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000602 *: none
603 masf: "MDB center frekvens"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000604 </voice>
605</phrase>
606<phrase>
607 id: LANG_MDB_SHAPE
608 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +0000609 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000610 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000611 *: none
612 masf: "MDB Shape"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000613 </source>
614 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000615 *: none
616 masf: "MDB form"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000617 </dest>
618 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000619 *: none
620 masf: "MDB form"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000621 </voice>
622</phrase>
623<phrase>
624 id: LANG_CROSSFEED
Jonas Häggqvist72458ba2006-04-04 16:17:20 +0000625 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +0000626 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000627 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000628 *: none
629 swcodec: "Crossfeed"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000630 </source>
631 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000632 *: none
633 swcodec: "Sammenbland højre og venstre kanal"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000634 </dest>
635 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000636 *: none
637 swcodec: "Sammenbland højre og venstre kanal"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000638 </voice>
639</phrase>
640<phrase>
641 id: LANG_PLAYBACK
642 desc: in settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +0000643 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000644 <source>
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +0000645 *: "Playback Settings"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000646 </source>
647 <dest>
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +0000648 *: "Afspilningsindstillinger"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000649 </dest>
650 <voice>
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +0000651 *: "Afspilningsindstillinger"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000652 </voice>
653</phrase>
654<phrase>
655 id: LANG_FILE
656 desc: in settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +0000657 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000658 <source>
659 *: "File View"
660 </source>
661 <dest>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +0000662 *: "Filbrowser"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000663 </dest>
664 <voice>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +0000665 *: "Filbrowser"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000666 </voice>
667</phrase>
668<phrase>
669 id: LANG_DISPLAY
670 desc: in settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +0000671 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000672 <source>
673 *: "Display"
674 </source>
675 <dest>
676 *: "Skærm"
677 </dest>
678 <voice>
679 *: "Skærm"
680 </voice>
681</phrase>
682<phrase>
683 id: LANG_SYSTEM
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000684 desc: in the main menu and settings menu
Tom Ross104fb372009-03-03 01:38:26 +0000685 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000686 <source>
687 *: "System"
688 </source>
689 <dest>
690 *: "System"
691 </dest>
692 <voice>
693 *: "System"
694 </voice>
695</phrase>
696<phrase>
697 id: LANG_BOOKMARK_SETTINGS
698 desc: in general settings
Tom Ross104fb372009-03-03 01:38:26 +0000699 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000700 <source>
701 *: "Bookmarking"
702 </source>
703 <dest>
704 *: "Bogmærker"
705 </dest>
706 <voice>
707 *: "Bogmærker"
708 </voice>
709</phrase>
710<phrase>
711 id: LANG_LANGUAGE
712 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +0000713 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000714 <source>
715 *: "Language"
716 </source>
717 <dest>
718 *: "Sprog"
719 </dest>
720 <voice>
721 *: "Sprog"
722 </voice>
723</phrase>
724<phrase>
725 id: LANG_VOICE
726 desc: root of voice menu
Tom Ross104fb372009-03-03 01:38:26 +0000727 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000728 <source>
729 *: "Voice"
730 </source>
731 <dest>
732 *: "Stemme"
733 </dest>
734 <voice>
735 *: "Stemme"
736 </voice>
737</phrase>
738<phrase>
739 id: LANG_CUSTOM_CFG
740 desc: in setting_menu()
Tom Ross104fb372009-03-03 01:38:26 +0000741 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000742 <source>
Jonas Häggqvist1b53f442008-03-14 10:02:05 +0000743 *: "Browse .cfg Files"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000744 </source>
745 <dest>
746 *: "Vis indstillings filer"
747 </dest>
748 <voice>
749 *: "Vis indstillings filer"
750 </voice>
751</phrase>
752<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000753 id: LANG_RESET
754 desc: in system_settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +0000755 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000756 <source>
757 *: "Reset Settings"
758 </source>
759 <dest>
760 *: "Nulstil opsætning"
761 </dest>
762 <voice>
763 *: "Nulstil opsætning"
764 </voice>
765</phrase>
766<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000767 id: LANG_RESET_DONE_CLEAR
768 desc: visual confirmation after settings reset
Tom Ross104fb372009-03-03 01:38:26 +0000769 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000770 <source>
771 *: "Cleared"
772 </source>
773 <dest>
774 *: "Nulstillet"
775 </dest>
776 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +0000777 *: "Nulstillet"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000778 </voice>
779</phrase>
780<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000781 id: LANG_SAVE_SETTINGS
782 desc: in system_settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +0000783 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000784 <source>
Jonas Häggqvist1b53f442008-03-14 10:02:05 +0000785 *: "Save .cfg File"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000786 </source>
787 <dest>
788 *: "Skriv indstillings fil"
789 </dest>
790 <voice>
791 *: "Skriv indstillings fil"
792 </voice>
793</phrase>
794<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000795 id: LANG_RECORDING_SETTINGS
796 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000797 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000798 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000799 *: none
800 recording: "Recording Settings"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000801 </source>
802 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000803 *: none
804 recording: "Indspilnings indstillinger"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000805 </dest>
806 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000807 *: none
808 recording: "Indspilnings indstillinger"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000809 </voice>
810</phrase>
811<phrase>
812 id: LANG_CREATE_PLAYLIST
813 desc: Menu option for creating a playlist
Tom Ross104fb372009-03-03 01:38:26 +0000814 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000815 <source>
816 *: "Create Playlist"
817 </source>
818 <dest>
819 *: "Lav sætliste"
820 </dest>
821 <voice>
822 *: "Lav sætliste"
823 </voice>
824</phrase>
825<phrase>
826 id: LANG_VIEW_DYNAMIC_PLAYLIST
827 desc: in playlist menu.
Tom Ross104fb372009-03-03 01:38:26 +0000828 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000829 <source>
830 *: "View Current Playlist"
831 </source>
832 <dest>
833 *: "Vis nuværende sætliste"
834 </dest>
835 <voice>
836 *: "Vis nuværende sætliste"
837 </voice>
838</phrase>
839<phrase>
840 id: LANG_SAVE_DYNAMIC_PLAYLIST
841 desc: in playlist menu.
Tom Ross104fb372009-03-03 01:38:26 +0000842 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000843 <source>
844 *: "Save Current Playlist"
845 </source>
846 <dest>
847 *: "Gem denne sætliste"
848 </dest>
849 <voice>
850 *: "Gem denne sætliste"
851 </voice>
852</phrase>
853<phrase>
854 id: LANG_RECURSE_DIRECTORY
855 desc: In playlist menu
Tom Ross104fb372009-03-03 01:38:26 +0000856 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000857 <source>
858 *: "Recursively Insert Directories"
859 </source>
860 <dest>
861 *: "Indsæt mapper og undermapper"
862 </dest>
863 <voice>
864 *: "Indsæt mapper og undermapper"
865 </voice>
866</phrase>
867<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000868 id: LANG_VERSION
Jonas Häggqvist1ab0a502009-02-27 19:46:07 +0000869 desc: in the Rockbox Info screen
Tom Ross104fb372009-03-03 01:38:26 +0000870 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000871 <source>
872 *: "Version"
873 </source>
874 <dest>
875 *: "Version"
876 </dest>
877 <voice>
878 *: "Version"
879 </voice>
880</phrase>
881<phrase>
882 id: LANG_DEBUG
Jonas Häggqvist72458ba2006-04-04 16:17:20 +0000883 desc: in the info menu
Tom Ross104fb372009-03-03 01:38:26 +0000884 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000885 <source>
886 *: "Debug (Keep Out!)"
887 </source>
888 <dest>
889 *: "Fejlfinding, bliv væk!"
890 </dest>
891 <voice>
892 *: "Fejlfinding, bliv væk!"
893 </voice>
894</phrase>
895<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000896 id: LANG_SHUFFLE
897 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +0000898 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000899 <source>
900 *: "Shuffle"
901 </source>
902 <dest>
903 *: "Bland"
904 </dest>
905 <voice>
906 *: "Bland"
907 </voice>
908</phrase>
909<phrase>
910 id: LANG_REPEAT
911 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +0000912 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000913 <source>
914 *: "Repeat"
915 </source>
916 <dest>
917 *: "Gentag"
918 </dest>
919 <voice>
920 *: "Gentag"
921 </voice>
922</phrase>
923<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000924 id: LANG_REPEAT_ONE
925 desc: repeat one song
Tom Ross104fb372009-03-03 01:38:26 +0000926 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000927 <source>
928 *: "One"
929 </source>
930 <dest>
931 *: "En"
932 </dest>
933 <voice>
934 *: "En"
935 </voice>
936</phrase>
937<phrase>
938 id: LANG_REPEAT_AB
Jonas Häggqviste0651712007-09-01 20:36:11 +0000939 desc: repeat range from point A to B
Tom Ross104fb372009-03-03 01:38:26 +0000940 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000941 <source>
942 *: "A-B"
943 </source>
944 <dest>
945 *: "A-B"
946 </dest>
947 <voice>
948 *: "A-B"
949 </voice>
950</phrase>
951<phrase>
952 id: LANG_PLAY_SELECTED
953 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +0000954 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000955 <source>
956 *: "Play Selected First"
957 </source>
958 <dest>
959 *: "Spil valgte først"
960 </dest>
961 <voice>
962 *: "Spil valgte først"
963 </voice>
964</phrase>
965<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000966 id: LANG_WIND_MENU
967 desc: in the playback sub menu
Tom Ross104fb372009-03-03 01:38:26 +0000968 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000969 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +0000970 *: "Fast-Forward/Rewind"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000971 </source>
972 <dest>
973 *: "Spol frem/tilbage"
974 </dest>
975 <voice>
976 *: "Spol frem og tilbage"
977 </voice>
978</phrase>
979<phrase>
980 id: LANG_MP3BUFFER_MARGIN
981 desc: MP3 buffer margin time
Tom Ross104fb372009-03-03 01:38:26 +0000982 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000983 <source>
984 *: "Anti-Skip Buffer"
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000985 flash_storage: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000986 </source>
987 <dest>
988 *: "Anti-hop buffer"
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000989 flash_storage: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000990 </dest>
991 <voice>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +0000992 *: "Anti-hop buffer"
Jonas Häggqvist07a09042007-08-13 21:39:45 +0000993 flash_storage: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000994 </voice>
995</phrase>
996<phrase>
997 id: LANG_FADE_ON_STOP
998 desc: options menu to set fade on stop or pause
Tom Ross104fb372009-03-03 01:38:26 +0000999 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001000 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00001001 *: "Fade on Stop/Pause"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001002 </source>
1003 <dest>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +00001004 *: "Skru ned ved stop/pause"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001005 </dest>
1006 <voice>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +00001007 *: "Skru ned ved stop og pause"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001008 </voice>
1009</phrase>
1010<phrase>
1011 id: LANG_CROSSFADE
1012 desc: in playback settings
Tom Ross104fb372009-03-03 01:38:26 +00001013 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001014 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001015 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001016 crossfade: "Crossfade"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001017 </source>
1018 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001019 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001020 crossfade: "Glidende overgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001021 </dest>
1022 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001023 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001024 crossfade: "Glidende overgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001025 </voice>
1026</phrase>
1027<phrase>
1028 id: LANG_REPLAYGAIN
1029 desc: in replaygain
Tom Ross104fb372009-03-03 01:38:26 +00001030 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001031 <source>
1032 *: "Replaygain"
1033 </source>
1034 <dest>
1035 *: "Lydstyrke korrektion"
1036 </dest>
1037 <voice>
1038 *: "Lydstyrke korrektion"
1039 </voice>
1040</phrase>
1041<phrase>
1042 id: LANG_BEEP
1043 desc: in playback settings
Tom Ross104fb372009-03-03 01:38:26 +00001044 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001045 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001046 *: none
Jonas Häggqvist307f8d42009-06-08 17:49:31 +00001047 swcodec: "Track Skip Beep"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001048 </source>
1049 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001050 *: none
Jonas Häggqvist307f8d42009-06-08 17:49:31 +00001051 swcodec: "Bip ved sangskift"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001052 </dest>
1053 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001054 *: none
Jonas Häggqvist307f8d42009-06-08 17:49:31 +00001055 swcodec: "Bip ved sangskift"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001056 </voice>
1057</phrase>
1058<phrase>
1059 id: LANG_WEAK
1060 desc: in beep volume in playback settings
Tom Ross104fb372009-03-03 01:38:26 +00001061 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001062 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001063 *: none
1064 swcodec: "Weak"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001065 </source>
1066 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001067 *: none
1068 swcodec: "Svag"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001069 </dest>
1070 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001071 *: none
1072 swcodec: "Svag"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001073 </voice>
1074</phrase>
1075<phrase>
1076 id: LANG_MODERATE
1077 desc: in beep volume in playback settings
Tom Ross104fb372009-03-03 01:38:26 +00001078 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001079 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001080 *: none
1081 swcodec: "Moderate"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001082 </source>
1083 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001084 *: none
1085 swcodec: "Middel"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001086 </dest>
1087 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001088 *: none
1089 swcodec: "Middel"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001090 </voice>
1091</phrase>
1092<phrase>
1093 id: LANG_STRONG
1094 desc: in beep volume in playback settings
Tom Ross104fb372009-03-03 01:38:26 +00001095 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001096 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001097 *: none
1098 swcodec: "Strong"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001099 </source>
1100 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001101 *: none
1102 swcodec: "Høj"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001103 </dest>
1104 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001105 *: none
1106 swcodec: "Høj"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001107 </voice>
1108</phrase>
1109<phrase>
1110 id: LANG_SPDIF_ENABLE
1111 desc: in playback settings menu. enable/disable the optical out
Tom Ross104fb372009-03-03 01:38:26 +00001112 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001113 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001114 *: none
1115 spdif_power: "Optical Output"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001116 </source>
1117 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001118 *: none
1119 spdif_power: "Optisk udgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001120 </dest>
1121 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001122 *: none
1123 spdif_power: "Optisk udgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001124 </voice>
1125</phrase>
1126<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001127 id: LANG_NEXT_FOLDER
1128 desc: in settings_menu. Should we allow move to next/prev folder from last/first track of current one
Tom Ross104fb372009-03-03 01:38:26 +00001129 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001130 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00001131 *: "Auto-Change Directory"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001132 </source>
1133 <dest>
1134 *: "Skift mappe automatisk"
1135 </dest>
1136 <voice>
1137 *: "Skift mappe automatisk"
1138 </voice>
1139</phrase>
1140<phrase>
1141 id: LANG_RUNTIMEDB_ACTIVE
1142 desc: in settings_menu.
Tom Ross104fb372009-03-03 01:38:26 +00001143 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001144 <source>
Robert Kukla1cb5dd52007-03-04 16:06:26 +00001145 *: "Gather Runtime Data"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001146 </source>
1147 <dest>
1148 *: "Indsaml brugs-data"
1149 </dest>
1150 <voice>
1151 *: "Indsaml brugs-data"
1152 </voice>
1153</phrase>
1154<phrase>
1155 id: LANG_SORT_CASE
1156 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00001157 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001158 <source>
1159 *: "Sort Case Sensitive"
1160 </source>
1161 <dest>
1162 *: "Gør forskel på små og store bogstaver"
1163 </dest>
1164 <voice>
1165 *: "Gør forskel på små og store bogstaver"
1166 </voice>
1167</phrase>
1168<phrase>
1169 id: LANG_SORT_DIR
1170 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00001171 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001172 <source>
1173 *: "Sort Directories"
1174 </source>
1175 <dest>
1176 *: "Sorter mapper"
1177 </dest>
1178 <voice>
1179 *: "Sorter mapper"
1180 </voice>
1181</phrase>
1182<phrase>
1183 id: LANG_SORT_FILE
1184 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00001185 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001186 <source>
1187 *: "Sort Files"
1188 </source>
1189 <dest>
1190 *: "Sorter filer"
1191 </dest>
1192 <voice>
1193 *: "Sorter filer"
1194 </voice>
1195</phrase>
1196<phrase>
1197 id: LANG_SORT_ALPHA
1198 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00001199 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001200 <source>
1201 *: "Alphabetical"
1202 </source>
1203 <dest>
1204 *: "Alfabetisk"
1205 </dest>
1206 <voice>
1207 *: "Alfabetisk"
1208 </voice>
1209</phrase>
1210<phrase>
1211 id: LANG_SORT_DATE
1212 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00001213 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001214 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00001215 *: "By Date"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001216 </source>
1217 <dest>
1218 *: "Efter dato"
1219 </dest>
1220 <voice>
1221 *: "Efter dato"
1222 </voice>
1223</phrase>
1224<phrase>
1225 id: LANG_SORT_DATE_REVERSE
1226 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00001227 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001228 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00001229 *: "By Newest Date"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001230 </source>
1231 <dest>
1232 *: "Efter nyeste dato"
1233 </dest>
1234 <voice>
1235 *: "Efter nyeste dato"
1236 </voice>
1237</phrase>
1238<phrase>
1239 id: LANG_SORT_TYPE
1240 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00001241 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001242 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00001243 *: "By Type"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001244 </source>
1245 <dest>
1246 *: "Efter type"
1247 </dest>
1248 <voice>
1249 *: "Efter type"
1250 </voice>
1251</phrase>
1252<phrase>
1253 id: LANG_FILTER
1254 desc: setting name for dir filter
Tom Ross104fb372009-03-03 01:38:26 +00001255 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001256 <source>
1257 *: "Show Files"
1258 </source>
1259 <dest>
1260 *: "Vis filtyper"
1261 </dest>
1262 <voice>
1263 *: "Vis filtyper"
1264 </voice>
1265</phrase>
1266<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001267 id: LANG_FILTER_SUPPORTED
1268 desc: show all file types supported by Rockbox
Tom Ross104fb372009-03-03 01:38:26 +00001269 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001270 <source>
1271 *: "Supported"
1272 </source>
1273 <dest>
1274 *: "Understøttede"
1275 </dest>
1276 <voice>
1277 *: "Understøttede"
1278 </voice>
1279</phrase>
1280<phrase>
1281 id: LANG_FILTER_MUSIC
1282 desc: show only music-related files
Tom Ross104fb372009-03-03 01:38:26 +00001283 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001284 <source>
1285 *: "Music"
1286 </source>
1287 <dest>
1288 *: "Musik"
1289 </dest>
1290 <voice>
1291 *: "Musik"
1292 </voice>
1293</phrase>
1294<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001295 id: LANG_FOLLOW
1296 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00001297 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001298 <source>
1299 *: "Follow Playlist"
1300 </source>
1301 <dest>
1302 *: "Følg sætliste"
1303 </dest>
1304 <voice>
1305 *: "Følg sætliste"
1306 </voice>
1307</phrase>
1308<phrase>
1309 id: LANG_SHOW_ICONS
1310 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00001311 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001312 <source>
1313 *: "Show Icons"
1314 </source>
1315 <dest>
1316 *: "Vis ikoner"
1317 </dest>
1318 <voice>
1319 *: "Vis ikoner"
1320 </voice>
1321</phrase>
1322<phrase>
1323 id: LANG_CUSTOM_FONT
1324 desc: in setting_menu()
Tom Ross104fb372009-03-03 01:38:26 +00001325 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001326 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001327 *: none
Jonas Häggqvistfb192972009-09-22 11:40:49 +00001328 lcd_bitmap: "Font"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001329 </source>
1330 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001331 *: none
Jonas Häggqvistfb192972009-09-22 11:40:49 +00001332 lcd_bitmap: "Skrifttype"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001333 </dest>
1334 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001335 *: none
Jonas Häggqvistfb192972009-09-22 11:40:49 +00001336 lcd_bitmap: "Skrifttype"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001337 </voice>
1338</phrase>
1339<phrase>
1340 id: LANG_WHILE_PLAYING
1341 desc: in settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +00001342 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001343 <source>
Jonas Häggqvistfb192972009-09-22 11:40:49 +00001344 *: "While Playing Screen"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001345 </source>
1346 <dest>
Jonas Häggqvistfb192972009-09-22 11:40:49 +00001347 *: "Afspilnings-skærm"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001348 </dest>
1349 <voice>
Jonas Häggqvistfb192972009-09-22 11:40:49 +00001350 *: "Afspilnings-skærm"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001351 </voice>
1352</phrase>
1353<phrase>
1354 id: LANG_REMOTE_WHILE_PLAYING
1355 desc: in settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +00001356 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001357 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001358 *: none
Jonas Häggqvistfb192972009-09-22 11:40:49 +00001359 remote: "Remote While Playing Screen"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001360 </source>
1361 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001362 *: none
Jonas Häggqvistfb192972009-09-22 11:40:49 +00001363 remote: "Fjernbetjenings afspilnings-skærm"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001364 </dest>
1365 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001366 *: none
Jonas Häggqvistfb192972009-09-22 11:40:49 +00001367 remote: "Fjernbetjenings afspilnings-skærm"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001368 </voice>
1369</phrase>
1370<phrase>
1371 id: LANG_LCD_MENU
1372 desc: in the display sub menu
Tom Ross104fb372009-03-03 01:38:26 +00001373 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001374 <source>
1375 *: "LCD Settings"
1376 </source>
1377 <dest>
1378 *: "Skærm indstillinger"
1379 </dest>
1380 <voice>
1381 *: "Skærm indstillinger"
1382 </voice>
1383</phrase>
1384<phrase>
1385 id: LANG_LCD_REMOTE_MENU
1386 desc: in the display sub menu
Tom Ross104fb372009-03-03 01:38:26 +00001387 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001388 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001389 *: none
1390 remote: "Remote-LCD Settings"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001391 </source>
1392 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001393 *: none
1394 remote: "Fjernbetjenings-skærm indstillinger"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001395 </dest>
1396 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001397 *: none
1398 remote: "Fjernbetjenings-skærm indstillinger"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001399 </voice>
1400</phrase>
1401<phrase>
1402 id: LANG_SCROLL_MENU
1403 desc: in display_settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +00001404 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001405 <source>
1406 *: "Scrolling"
1407 </source>
1408 <dest>
1409 *: "Rulning"
1410 </dest>
1411 <voice>
1412 *: "Rulning"
1413 </voice>
1414</phrase>
1415<phrase>
1416 id: LANG_BARS_MENU
1417 desc: in the display sub menu
Tom Ross104fb372009-03-03 01:38:26 +00001418 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001419 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001420 *: none
1421 lcd_bitmap: "Status-/Scrollbar"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001422 </source>
1423 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001424 *: none
1425 lcd_bitmap: "Status- og rulle-bjælke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001426 </dest>
1427 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001428 *: none
1429 lcd_bitmap: "Status- og rulle-bjælke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001430 </voice>
1431</phrase>
1432<phrase>
1433 id: LANG_PM_MENU
1434 desc: in the display menu
Tom Ross104fb372009-03-03 01:38:26 +00001435 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001436 <source>
1437 *: "Peak Meter"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001438 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001439 </source>
1440 <dest>
1441 *: "Spids markør"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001442 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001443 </dest>
1444 <voice>
1445 *: "Spids markør"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001446 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001447 </voice>
1448</phrase>
1449<phrase>
1450 id: LANG_DEFAULT_CODEPAGE
1451 desc: default encoding used with id3 tags
Tom Ross104fb372009-03-03 01:38:26 +00001452 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001453 <source>
1454 *: "Default Codepage"
1455 </source>
1456 <dest>
1457 *: "Standard tegnsæt"
1458 </dest>
1459 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00001460 *: "Standard tegnsæt"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001461 </voice>
1462</phrase>
1463<phrase>
1464 id: LANG_CODEPAGE_LATIN1
1465 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001466 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001467 <source>
1468 *: "Latin1 (ISO-8859-1)"
1469 </source>
1470 <dest>
1471 *: "Vestlig (ISO-8859-1)"
1472 </dest>
1473 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00001474 *: "Vestlig"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001475 </voice>
1476</phrase>
1477<phrase>
1478 id: LANG_CODEPAGE_GREEK
1479 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001480 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001481 <source>
1482 *: "Greek (ISO-8859-7)"
1483 </source>
1484 <dest>
1485 *: "Græsk (ISO-8859-7)"
1486 </dest>
1487 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00001488 *: "Græsk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001489 </voice>
1490</phrase>
1491<phrase>
1492 id: LANG_CODEPAGE_HEBREW
1493 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001494 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001495 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001496 *: none
1497 lcd_bitmap: "Hebrew (ISO-8859-8)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001498 </source>
1499 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001500 *: none
1501 lcd_bitmap: "Hebræisk (ISO-8859-8)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001502 </dest>
1503 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001504 *: none
1505 lcd_bitmap: "Hebræisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001506 </voice>
1507</phrase>
1508<phrase>
Hristo Kovachevffefe922006-04-05 14:23:57 +00001509 id: LANG_CODEPAGE_CYRILLIC
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001510 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001511 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001512 <source>
Peter D'Hoye068fb492006-05-28 21:55:36 +00001513 *: "Cyrillic (CP1251)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001514 </source>
1515 <dest>
Peter D'Hoye068fb492006-05-28 21:55:36 +00001516 *: "Kyrillisk (CP1251)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001517 </dest>
1518 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00001519 *: "Kyrillisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001520 </voice>
1521</phrase>
1522<phrase>
1523 id: LANG_CODEPAGE_THAI
1524 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001525 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001526 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001527 *: none
1528 lcd_bitmap: "Thai (ISO-8859-11)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001529 </source>
1530 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001531 *: none
1532 lcd_bitmap: "Thai (ISO-8859-11)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001533 </dest>
1534 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001535 *: none
1536 lcd_bitmap: "Thai"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001537 </voice>
1538</phrase>
1539<phrase>
1540 id: LANG_CODEPAGE_ARABIC
1541 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001542 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001543 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001544 *: none
1545 lcd_bitmap: "Arabic (CP1256)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001546 </source>
1547 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001548 *: none
1549 lcd_bitmap: "Arabisk (CP1256)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001550 </dest>
1551 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001552 *: none
1553 lcd_bitmap: "Arabisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001554 </voice>
1555</phrase>
1556<phrase>
1557 id: LANG_CODEPAGE_TURKISH
1558 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001559 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001560 <source>
1561 *: "Turkish (ISO-8859-9)"
1562 </source>
1563 <dest>
1564 *: "Tyrkisk (ISO-8859-9)"
1565 </dest>
1566 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00001567 *: "Tyrkisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001568 </voice>
1569</phrase>
1570<phrase>
1571 id: LANG_CODEPAGE_LATIN_EXTENDED
1572 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001573 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001574 <source>
1575 *: "Latin Extended (ISO-8859-2)"
1576 </source>
1577 <dest>
1578 *: "Latin udvidet (ISO-8859-2)"
1579 </dest>
1580 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00001581 *: "Vestlig udvidet"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001582 </voice>
1583</phrase>
1584<phrase>
1585 id: LANG_CODEPAGE_JAPANESE
1586 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001587 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001588 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001589 *: none
1590 lcd_bitmap: "Japanese (SJIS)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001591 </source>
1592 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001593 *: none
1594 lcd_bitmap: "Japansk (SJIS)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001595 </dest>
1596 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001597 *: none
1598 lcd_bitmap: "Japansk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001599 </voice>
1600</phrase>
1601<phrase>
1602 id: LANG_CODEPAGE_SIMPLIFIED
1603 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001604 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001605 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001606 *: none
1607 lcd_bitmap: "Simp. Chinese (GB2312)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001608 </source>
1609 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001610 *: none
1611 lcd_bitmap: "Simplificeret kinesisk (GB2312)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001612 </dest>
1613 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001614 *: none
1615 lcd_bitmap: "Simplificeret kinesisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001616 </voice>
1617</phrase>
1618<phrase>
1619 id: LANG_CODEPAGE_KOREAN
1620 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001621 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001622 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001623 *: none
1624 lcd_bitmap: "Korean (KSX1001)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001625 </source>
1626 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001627 *: none
1628 lcd_bitmap: "Koreansk (KSX1001)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001629 </dest>
1630 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001631 *: none
1632 lcd_bitmap: "Koreansk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001633 </voice>
1634</phrase>
1635<phrase>
1636 id: LANG_CODEPAGE_TRADITIONAL
1637 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001638 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001639 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001640 *: none
1641 lcd_bitmap: "Trad. Chinese (BIG5)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001642 </source>
1643 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001644 *: none
1645 lcd_bitmap: "Tradiotionel kinesisk (BIG5)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001646 </dest>
1647 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001648 *: none
1649 lcd_bitmap: "Traditionel kinesisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001650 </voice>
1651</phrase>
1652<phrase>
1653 id: LANG_CODEPAGE_UTF8
Peter D'Hoye068fb492006-05-28 21:55:36 +00001654 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +00001655 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001656 <source>
1657 *: "Unicode (UTF-8)"
1658 </source>
1659 <dest>
1660 *: "Unicode (UTF-8)"
1661 </dest>
1662 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00001663 *: "Unicode"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001664 </voice>
1665</phrase>
1666<phrase>
1667 id: LANG_BATTERY_MENU
1668 desc: in the system sub menu
Tom Ross104fb372009-03-03 01:38:26 +00001669 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001670 <source>
1671 *: "Battery"
1672 </source>
1673 <dest>
1674 *: "Batteri"
1675 </dest>
1676 <voice>
1677 *: "Batteri"
1678 </voice>
1679</phrase>
1680<phrase>
1681 id: LANG_DISK_MENU
1682 desc: in the system sub menu
Tom Ross104fb372009-03-03 01:38:26 +00001683 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001684 <source>
1685 *: "Disk"
1686 </source>
1687 <dest>
1688 *: "Disk"
1689 </dest>
1690 <voice>
1691 *: "Disk"
1692 </voice>
1693</phrase>
1694<phrase>
1695 id: LANG_TIME_MENU
1696 desc: in the system sub menu
Tom Ross104fb372009-03-03 01:38:26 +00001697 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001698 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001699 *: none
1700 rtc: "Time & Date"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001701 </source>
1702 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001703 *: none
1704 rtc: "Klokkeslet og dato"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001705 </dest>
1706 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001707 *: none
1708 rtc: "Klokkeslet og dato"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001709 </voice>
1710</phrase>
1711<phrase>
1712 id: LANG_POWEROFF_IDLE
1713 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00001714 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001715 <source>
1716 *: "Idle Poweroff"
1717 </source>
1718 <dest>
1719 *: "Automatisk sluk"
1720 </dest>
1721 <voice>
1722 *: "Automatisk sluk"
1723 </voice>
1724</phrase>
1725<phrase>
1726 id: LANG_SLEEP_TIMER
1727 desc: sleep timer setting
Tom Ross104fb372009-03-03 01:38:26 +00001728 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001729 <source>
1730 *: "Sleep Timer"
1731 </source>
1732 <dest>
1733 *: "Auto-sluk"
1734 </dest>
1735 <voice>
1736 *: "Auto-sluk"
1737 </voice>
1738</phrase>
1739<phrase>
1740 id: LANG_ALARM_MOD_ALARM_MENU
1741 desc: The name of the additional entry in the main menu for the RTC alarm mod.
Tom Ross104fb372009-03-03 01:38:26 +00001742 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001743 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001744 *: none
1745 alarm: "Wake-Up Alarm"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001746 </source>
1747 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001748 *: none
1749 alarm: "Vækkeur"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001750 </dest>
1751 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001752 *: none
1753 alarm: "Vækkeur"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001754 </voice>
1755</phrase>
1756<phrase>
1757 id: LANG_LIMITS_MENU
1758 desc: in the system sub menu
Tom Ross104fb372009-03-03 01:38:26 +00001759 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001760 <source>
1761 *: "Limits"
1762 </source>
1763 <dest>
1764 *: "Begrænsninger"
1765 </dest>
1766 <voice>
1767 *: "Begrænsninger"
1768 </voice>
1769</phrase>
1770<phrase>
1771 id: LANG_LINE_IN
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001772 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00001773 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001774 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001775 *: none
Björn Stenbergc0740442009-12-07 12:19:08 +00001776 recording,archosplayer: "Line In"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001777 </source>
1778 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001779 *: none
Björn Stenbergc0740442009-12-07 12:19:08 +00001780 recording,archosplayer: "Linje indgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001781 </dest>
1782 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001783 *: none
Björn Stenbergc0740442009-12-07 12:19:08 +00001784 recording,archosplayer: "Linje indgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001785 </voice>
1786</phrase>
1787<phrase>
1788 id: LANG_CAR_ADAPTER_MODE
1789 desc: Displayed for setting car adapter mode to on/off
Tom Ross104fb372009-03-03 01:38:26 +00001790 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001791 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001792 *: none
1793 charging: "Car Adapter Mode"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001794 </source>
1795 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001796 *: none
1797 charging: "Bil adapter tilstand"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001798 </dest>
1799 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001800 *: none
1801 charging: "Bil adapter tilstand"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001802 </voice>
1803</phrase>
1804<phrase>
1805 id: LANG_BOOKMARK_SETTINGS_AUTOCREATE
1806 desc: prompt for user to decide to create an bookmark
Tom Ross104fb372009-03-03 01:38:26 +00001807 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001808 <source>
1809 *: "Bookmark on Stop"
1810 </source>
1811 <dest>
1812 *: "Opret bogmærke ved stop"
1813 </dest>
1814 <voice>
1815 *: "Opret bogmærke ved stop"
1816 </voice>
1817</phrase>
1818<phrase>
1819 id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_YES
1820 desc: Save in recent bookmarks only
Tom Ross104fb372009-03-03 01:38:26 +00001821 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001822 <source>
1823 *: "Yes - Recent only"
1824 </source>
1825 <dest>
1826 *: "Ja, kun seneste"
1827 </dest>
1828 <voice>
1829 *: "Ja, kun seneste"
1830 </voice>
1831</phrase>
1832<phrase>
1833 id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_ASK
1834 desc: Save in recent bookmarks only
Tom Ross104fb372009-03-03 01:38:26 +00001835 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001836 <source>
1837 *: "Ask - Recent only"
1838 </source>
1839 <dest>
1840 *: "Spørg, kun seneste"
1841 </dest>
1842 <voice>
1843 *: "Spørg, kun seneste"
1844 </voice>
1845</phrase>
1846<phrase>
1847 id: LANG_BOOKMARK_SETTINGS_AUTOLOAD
1848 desc: prompt for user to decide to create a bookmark
Tom Ross104fb372009-03-03 01:38:26 +00001849 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001850 <source>
1851 *: "Load Last Bookmark"
1852 </source>
1853 <dest>
1854 *: "Hent seneste bogmærke"
1855 </dest>
1856 <voice>
1857 *: "Hent seneste bogmærke"
1858 </voice>
1859</phrase>
1860<phrase>
1861 id: LANG_BOOKMARK_SETTINGS_MAINTAIN_RECENT_BOOKMARKS
1862 desc: Configuration option to maintain a list of recent bookmarks
Tom Ross104fb372009-03-03 01:38:26 +00001863 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001864 <source>
1865 *: "Maintain a List of Recent Bookmarks?"
1866 </source>
1867 <dest>
1868 *: "Vedligehold liste af seneste bogmærker?"
1869 </dest>
1870 <voice>
1871 *: "Vedligehold liste af seneste bogmærker?"
1872 </voice>
1873</phrase>
1874<phrase>
1875 id: LANG_BOOKMARK_SETTINGS_UNIQUE_ONLY
1876 desc: Save only on bookmark for each playlist in recent bookmarks
Tom Ross104fb372009-03-03 01:38:26 +00001877 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001878 <source>
1879 *: "Unique only"
1880 </source>
1881 <dest>
1882 *: "Kun unikke"
1883 </dest>
1884 <voice>
1885 *: "Kun unikke"
1886 </voice>
1887</phrase>
1888<phrase>
1889 id: LANG_VOICE_MENU
1890 desc: item of voice menu, enable/disable the voice UI
Tom Ross104fb372009-03-03 01:38:26 +00001891 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001892 <source>
1893 *: "Voice Menus"
1894 </source>
1895 <dest>
1896 *: "Stemme menuer"
1897 </dest>
1898 <voice>
1899 *: "Stemme menuer"
1900 </voice>
1901</phrase>
1902<phrase>
1903 id: LANG_VOICE_DIR
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00001904 desc: item of voice menu, set the voice mode for directories
Tom Ross104fb372009-03-03 01:38:26 +00001905 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001906 <source>
1907 *: "Voice Directories"
1908 </source>
1909 <dest>
1910 *: "Stemme mapper"
1911 </dest>
1912 <voice>
1913 *: "Stemme mapper"
1914 </voice>
1915</phrase>
1916<phrase>
1917 id: LANG_VOICE_FILE
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00001918 desc: item of voice menu, set the voice mode for files
Tom Ross104fb372009-03-03 01:38:26 +00001919 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001920 <source>
1921 *: "Voice Filenames"
1922 </source>
1923 <dest>
1924 *: "Stemme filnavne"
1925 </dest>
1926 <voice>
1927 *: "Stemme filnavne"
1928 </voice>
1929</phrase>
1930<phrase>
1931 id: LANG_VOICE_NUMBER
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00001932 desc: "talkbox" mode for files+directories
Tom Ross104fb372009-03-03 01:38:26 +00001933 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001934 <source>
1935 *: "Numbers"
1936 </source>
1937 <dest>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00001938 *: "Tal"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001939 </dest>
1940 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00001941 *: "Tal"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001942 </voice>
1943</phrase>
1944<phrase>
1945 id: LANG_VOICE_SPELL
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00001946 desc: "talkbox" mode for files+directories
Tom Ross104fb372009-03-03 01:38:26 +00001947 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001948 <source>
1949 *: "Spell"
1950 </source>
1951 <dest>
1952 *: "Stav"
1953 </dest>
1954 <voice>
1955 *: "Stav"
1956 </voice>
1957</phrase>
1958<phrase>
1959 id: LANG_VOICE_DIR_HOVER
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00001960 desc: "talkbox" mode for directories + files
Tom Ross104fb372009-03-03 01:38:26 +00001961 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001962 <source>
Jonas Häggqvistf444b0a2010-10-23 15:43:06 +00001963 *: ".talk Clip"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001964 </source>
1965 <dest>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00001966 *: "Stemme lydfil"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001967 </dest>
1968 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00001969 *: "Stemme lydfil"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001970 </voice>
1971</phrase>
1972<phrase>
1973 id: LANG_RECORDING_QUALITY
1974 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00001975 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001976 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001977 *: none
1978 recording_hwcodec: "Quality"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001979 </source>
1980 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001981 *: none
1982 recording_hwcodec: "Kvalitet"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001983 </dest>
1984 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001985 *: none
1986 recording_hwcodec: "Kvalitet"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001987 </voice>
1988</phrase>
1989<phrase>
Michael Sevakis19b289a2013-07-06 17:14:02 -04001990 id: LANG_FREQUENCY
1991 desc: in recording and playback settings
Tom Ross104fb372009-03-03 01:38:26 +00001992 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001993 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001994 *: none
Michael Sevakis19b289a2013-07-06 17:14:02 -04001995 recording,play_frequency: "Frequency"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001996 </source>
1997 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00001998 *: none
Michael Sevakis19b289a2013-07-06 17:14:02 -04001999 recording,play_frequency: "Frekvens"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002000 </dest>
2001 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002002 *: none
Michael Sevakis19b289a2013-07-06 17:14:02 -04002003 recording,play_frequency: "Frekvens"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002004 </voice>
2005</phrase>
2006<phrase>
2007 id: LANG_RECORDING_SOURCE
2008 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00002009 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002010 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002011 *: none
2012 recording: "Source"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002013 </source>
2014 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002015 *: none
2016 recording: "Lydkilde"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002017 </dest>
2018 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002019 *: none
2020 recording: "Lydkilde"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002021 </voice>
2022</phrase>
2023<phrase>
2024 id: LANG_RECORDING_SRC_MIC
2025 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00002026 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002027 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002028 *: none
2029 recording: "Microphone"
Björn Stenbergc0740442009-12-07 12:19:08 +00002030 iriverh100,iriverh120,iriverh300: "Internal Microphone"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002031 </source>
2032 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002033 *: none
2034 recording: "Mikrofon"
Björn Stenbergc0740442009-12-07 12:19:08 +00002035 iriverh100,iriverh120,iriverh300: "Intern mikrofon"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002036 </dest>
2037 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002038 *: none
2039 recording: "Mikrofon"
Björn Stenbergc0740442009-12-07 12:19:08 +00002040 iriverh100,iriverh120,iriverh300: "Intern mikrofon"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002041 </voice>
2042</phrase>
2043<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002044 id: LANG_RECORDING_SRC_DIGITAL
2045 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00002046 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002047 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002048 *: none
2049 recording: "Digital"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002050 </source>
2051 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002052 *: none
2053 recording: "Digital-indgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002054 </dest>
2055 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002056 *: none
2057 recording: "Digital-indgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002058 </voice>
2059</phrase>
2060<phrase>
2061 id: LANG_RECORDING_EDITABLE
2062 desc: Editable recordings setting
Tom Ross104fb372009-03-03 01:38:26 +00002063 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002064 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002065 *: none
2066 recording_hwcodec: "Independent Frames"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002067 </source>
2068 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002069 *: none
2070 recording_hwcodec: "Uafhængige rammer"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002071 </dest>
2072 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002073 *: none
2074 recording_hwcodec: "Uafhængige rammer"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002075 </voice>
2076</phrase>
2077<phrase>
2078 id: LANG_RECORD_TIMESPLIT
Jonas Häggqvist4b715632006-08-05 15:19:57 +00002079 desc: Record split menu
Tom Ross104fb372009-03-03 01:38:26 +00002080 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002081 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002082 *: none
2083 recording: "File Split Options"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002084 </source>
2085 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002086 *: none
2087 recording: "Fildelings indstillinger"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002088 </dest>
2089 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002090 *: none
2091 recording: "Fildelings indstillinger"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002092 </voice>
2093</phrase>
2094<phrase>
2095 id: LANG_RECORD_PRERECORD_TIME
2096 desc: in recording settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002097 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002098 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002099 *: none
2100 recording: "Prerecord Time"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002101 </source>
2102 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002103 *: none
2104 recording: "For-indspilnings tid"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002105 </dest>
2106 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002107 *: none
2108 recording: "For-indspilnings tid"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002109 </voice>
2110</phrase>
2111<phrase>
2112 id: LANG_RECORD_DIRECTORY
2113 desc: in recording settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002114 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002115 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002116 *: none
2117 recording: "Directory"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002118 </source>
2119 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002120 *: none
2121 recording: "Mappe"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002122 </dest>
2123 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002124 *: none
2125 recording: "Mappe"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002126 </voice>
2127</phrase>
2128<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002129 id: LANG_RECORD_TRIGGER
2130 desc: in recording settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002131 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002132 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002133 *: none
2134 recording: "Trigger"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002135 </source>
2136 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002137 *: none
2138 recording: "Udløser"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002139 </dest>
2140 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002141 *: none
2142 recording: "Udløser"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002143 </voice>
2144</phrase>
2145<phrase>
2146 id: LANG_FFRW_STEP
2147 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002148 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002149 <source>
2150 *: "FF/RW Min Step"
2151 </source>
2152 <dest>
2153 *: "Spol mindste trin"
2154 </dest>
2155 <voice>
2156 *: "Spol mindste trin"
2157 </voice>
2158</phrase>
2159<phrase>
2160 id: LANG_FFRW_ACCEL
2161 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002162 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002163 <source>
2164 *: "FF/RW Accel"
2165 </source>
2166 <dest>
2167 *: "Spol acceleration"
2168 </dest>
2169 <voice>
2170 *: "Spol acceleration"
2171 </voice>
2172</phrase>
2173<phrase>
2174 id: LANG_CROSSFADE_ENABLE
2175 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00002176 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002177 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002178 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002179 crossfade: "Enable Crossfade"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002180 </source>
2181 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002182 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002183 crossfade: "Aktiver glidende overgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002184 </dest>
2185 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002186 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002187 crossfade: "Aktiver glidende overgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002188 </voice>
2189</phrase>
2190<phrase>
2191 id: LANG_CROSSFADE_FADE_IN_DELAY
2192 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00002193 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002194 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002195 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002196 crossfade: "Fade-In Delay"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002197 </source>
2198 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002199 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002200 crossfade: "Pause før indtoning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002201 </dest>
2202 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002203 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002204 crossfade: "Pause før indtoning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002205 </voice>
2206</phrase>
2207<phrase>
2208 id: LANG_CROSSFADE_FADE_IN_DURATION
2209 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00002210 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002211 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002212 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002213 crossfade: "Fade-In Duration"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002214 </source>
2215 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002216 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002217 crossfade: "Længde af indtoning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002218 </dest>
2219 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002220 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002221 crossfade: "Længde af indtoning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002222 </voice>
2223</phrase>
2224<phrase>
2225 id: LANG_CROSSFADE_FADE_OUT_DELAY
2226 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00002227 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002228 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002229 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002230 crossfade: "Fade-Out Delay"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002231 </source>
2232 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002233 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002234 crossfade: "Pause før udtoning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002235 </dest>
2236 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002237 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002238 crossfade: "Pause før udtoning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002239 </voice>
2240</phrase>
2241<phrase>
2242 id: LANG_CROSSFADE_FADE_OUT_DURATION
2243 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00002244 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002245 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002246 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002247 crossfade: "Fade-Out Duration"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002248 </source>
2249 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002250 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002251 crossfade: "Længde af udtoning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002252 </dest>
2253 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002254 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002255 crossfade: "Længde af udtoning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002256 </voice>
2257</phrase>
2258<phrase>
2259 id: LANG_CROSSFADE_FADE_OUT_MODE
2260 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00002261 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002262 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002263 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002264 crossfade: "Fade-Out Mode"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002265 </source>
2266 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002267 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002268 crossfade: "Overgangs type"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002269 </dest>
2270 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002271 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002272 crossfade: "Overgangs type"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002273 </voice>
2274</phrase>
2275<phrase>
2276 id: LANG_MIX
2277 desc: in playback settings, crossfade option
Tom Ross104fb372009-03-03 01:38:26 +00002278 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002279 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002280 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002281 crossfade: "Mix"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002282 </source>
2283 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002284 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002285 crossfade: "Kort glidende overgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002286 </dest>
2287 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002288 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00002289 crossfade: "Kort glidende overgang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002290 </voice>
2291</phrase>
2292<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002293 id: LANG_REPLAYGAIN_NOCLIP
2294 desc: in replaygain
Tom Ross104fb372009-03-03 01:38:26 +00002295 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002296 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002297 *: none
2298 swcodec: "Prevent Clipping"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002299 </source>
2300 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002301 *: none
2302 swcodec: "Undgå klipning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002303 </dest>
2304 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002305 *: none
2306 swcodec: "Undgå klipning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002307 </voice>
2308</phrase>
2309<phrase>
2310 id: LANG_REPLAYGAIN_MODE
2311 desc: in replaygain
Tom Ross104fb372009-03-03 01:38:26 +00002312 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002313 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00002314 *: "Replaygain Type"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002315 </source>
2316 <dest>
2317 *: "Lydstyrke korrektion type"
2318 </dest>
2319 <voice>
2320 *: "Lydstyrke korrektion type"
2321 </voice>
2322</phrase>
2323<phrase>
2324 id: LANG_ALBUM_GAIN
2325 desc: in replaygain
Tom Ross104fb372009-03-03 01:38:26 +00002326 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002327 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00002328 *: "Album Gain"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002329 </source>
2330 <dest>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +00002331 *: "Lydstyrke per album"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002332 </dest>
2333 <voice>
Peter D'Hoye068fb492006-05-28 21:55:36 +00002334 *: "Lydstyrke per album"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002335 </voice>
2336</phrase>
2337<phrase>
2338 id: LANG_TRACK_GAIN
2339 desc: in replaygain
Tom Ross104fb372009-03-03 01:38:26 +00002340 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002341 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00002342 *: "Track Gain"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002343 </source>
2344 <dest>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +00002345 *: "Lydstyrke per sang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002346 </dest>
2347 <voice>
Peter D'Hoye068fb492006-05-28 21:55:36 +00002348 *: "Lydstyrke per sang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002349 </voice>
2350</phrase>
2351<phrase>
2352 id: LANG_SHUFFLE_GAIN
2353 desc: use track gain if shuffle mode is on, album gain otherwise
Tom Ross104fb372009-03-03 01:38:26 +00002354 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002355 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00002356 *: "Track Gain if Shuffling"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002357 </source>
2358 <dest>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +00002359 *: "Lydstyrkekontrol per sang ved tilfældig afspilning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002360 </dest>
2361 <voice>
Peter D'Hoye068fb492006-05-28 21:55:36 +00002362 *: "Lydstyrkekontrol per sang ved tilfældig afspilning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002363 </voice>
2364</phrase>
2365<phrase>
2366 id: LANG_REPLAYGAIN_PREAMP
2367 desc: in replaygain settings
Tom Ross104fb372009-03-03 01:38:26 +00002368 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002369 <source>
2370 *: "Pre-amp"
2371 </source>
2372 <dest>
2373 *: "Forforstærkning"
2374 </dest>
2375 <voice>
2376 *: "For-forstærkning"
2377 </voice>
2378</phrase>
2379<phrase>
2380 id: LANG_BACKLIGHT
2381 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002382 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002383 <source>
2384 *: "Backlight"
2385 </source>
2386 <dest>
2387 *: "Lys"
2388 </dest>
2389 <voice>
2390 *: "Lys"
2391 </voice>
2392</phrase>
2393<phrase>
2394 id: LANG_BACKLIGHT_ON_WHEN_CHARGING
2395 desc: in display_settings_menu, backlight timeout with charger connected
Tom Ross104fb372009-03-03 01:38:26 +00002396 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002397 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002398 *: none
2399 charging: "Backlight (While Plugged In)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002400 </source>
2401 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002402 *: none
2403 charging: "Lys ved opladning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002404 </dest>
2405 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002406 *: none
2407 charging: "Lys ved opladning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002408 </voice>
2409</phrase>
2410<phrase>
2411 id: LANG_CAPTION_BACKLIGHT
2412 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002413 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002414 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00002415 *: "Caption Backlight"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002416 </source>
2417 <dest>
2418 *: "Lys ved sangskift"
2419 </dest>
2420 <voice>
2421 *: "Lys ved sangskift"
2422 </voice>
2423</phrase>
2424<phrase>
2425 id: LANG_BACKLIGHT_FADE_IN
2426 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002427 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002428 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002429 *: none
Nils Wallméniuse73383e2008-11-26 13:17:18 +00002430 backlight_fade*: "Backlight Fade In"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002431 </source>
2432 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002433 *: none
Nils Wallméniuse73383e2008-11-26 13:17:18 +00002434 backlight_fade*: "Tænd lys langsomt"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002435 </dest>
2436 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002437 *: none
Nils Wallméniuse73383e2008-11-26 13:17:18 +00002438 backlight_fade*: "Tænd lys langsomt"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002439 </voice>
2440</phrase>
2441<phrase>
2442 id: LANG_BACKLIGHT_FADE_OUT
2443 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002444 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002445 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002446 *: none
Nils Wallméniuse73383e2008-11-26 13:17:18 +00002447 backlight_fade*: "Backlight Fade Out"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002448 </source>
2449 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002450 *: none
Nils Wallméniuse73383e2008-11-26 13:17:18 +00002451 backlight_fade*: "Dæmp lys"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002452 </dest>
2453 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002454 *: none
Nils Wallméniuse73383e2008-11-26 13:17:18 +00002455 backlight_fade*: "Dæmp lys"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002456 </voice>
2457</phrase>
2458<phrase>
2459 id: LANG_BRIGHTNESS
2460 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002461 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002462 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002463 *: none
2464 backlight_brightness: "Brightness"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002465 </source>
2466 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002467 *: none
2468 backlight_brightness: "Lysstyrke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002469 </dest>
2470 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002471 *: none
2472 backlight_brightness: "Lysstyrke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002473 </voice>
2474</phrase>
2475<phrase>
2476 id: LANG_CONTRAST
2477 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002478 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002479 <source>
2480 *: "Contrast"
2481 </source>
2482 <dest>
2483 *: "Kontrast"
2484 </dest>
2485 <voice>
2486 *: "Kontrast"
2487 </voice>
2488</phrase>
2489<phrase>
2490 id: LANG_INVERT
2491 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002492 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002493 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002494 *: none
Nils Wallménius16d32d52008-08-12 11:51:09 +00002495 lcd_invert,remote_lcd_invert: "LCD Mode"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002496 </source>
2497 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002498 *: none
Nils Wallménius16d32d52008-08-12 11:51:09 +00002499 lcd_invert,remote_lcd_invert: "Inverteret skærm"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002500 </dest>
2501 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002502 *: none
Nils Wallménius16d32d52008-08-12 11:51:09 +00002503 lcd_invert,remote_lcd_invert: "Inverteret skærm"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002504 </voice>
2505</phrase>
2506<phrase>
2507 id: LANG_INVERT_LCD_INVERSE
2508 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002509 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002510 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002511 *: none
Nils Wallménius16d32d52008-08-12 11:51:09 +00002512 lcd_invert,remote_lcd_invert: "Inverse"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002513 </source>
2514 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002515 *: none
Nils Wallménius16d32d52008-08-12 11:51:09 +00002516 lcd_invert,remote_lcd_invert: "Ja"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002517 </dest>
2518 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002519 *: none
Nils Wallménius16d32d52008-08-12 11:51:09 +00002520 lcd_invert,remote_lcd_invert: "Ja"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002521 </voice>
2522</phrase>
2523<phrase>
2524 id: LANG_FLIP_DISPLAY
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002525 desc: in settings_menu, option to turn display+buttos by 180 degrees
Tom Ross104fb372009-03-03 01:38:26 +00002526 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002527 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002528 *: none
2529 lcd_bitmap: "Upside Down"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002530 </source>
2531 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002532 *: none
2533 lcd_bitmap: "På hovedet"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002534 </dest>
2535 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002536 *: none
2537 lcd_bitmap: "På hovedet"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002538 </voice>
2539</phrase>
2540<phrase>
2541 id: LANG_INVERT_CURSOR
2542 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002543 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002544 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002545 *: none
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +00002546 lcd_bitmap: "Line Selector Type"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002547 </source>
2548 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002549 *: none
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +00002550 lcd_bitmap: "Linjevælger"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002551 </dest>
2552 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002553 *: none
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +00002554 lcd_bitmap: "Linjevælger"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002555 </voice>
2556</phrase>
2557<phrase>
2558 id: LANG_INVERT_CURSOR_POINTER
2559 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002560 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002561 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002562 *: none
2563 lcd_bitmap: "Pointer"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002564 </source>
2565 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002566 *: none
2567 lcd_bitmap: "Markør"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002568 </dest>
2569 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002570 *: none
2571 lcd_bitmap: "Markør"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002572 </voice>
2573</phrase>
2574<phrase>
2575 id: LANG_INVERT_CURSOR_BAR
2576 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002577 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002578 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002579 *: none
2580 lcd_bitmap: "Bar (Inverse)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002581 </source>
2582 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002583 *: none
2584 lcd_bitmap: "Inverteret bjælke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002585 </dest>
2586 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002587 *: none
2588 lcd_bitmap: "Inverteret bjælke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002589 </voice>
2590</phrase>
2591<phrase>
2592 id: LANG_REDUCE_TICKING
2593 desc: in remote lcd settings menu
Tom Ross104fb372009-03-03 01:38:26 +00002594 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002595 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002596 *: none
2597 remote_ticking: "Reduce Ticking"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002598 </source>
2599 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002600 *: none
2601 remote_ticking: "Reducer støj"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002602 </dest>
2603 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002604 *: none
2605 remote_ticking: "Reducer støj"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002606 </voice>
2607</phrase>
2608<phrase>
2609 id: LANG_SCROLL_SPEED
2610 desc: in display_settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +00002611 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002612 <source>
2613 *: "Scroll Speed"
2614 </source>
2615 <dest>
2616 *: "Rulle hastighed"
2617 </dest>
2618 <voice>
2619 *: "Rulle hastighed"
2620 </voice>
2621</phrase>
2622<phrase>
2623 id: LANG_SCROLL
2624 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002625 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002626 <source>
2627 *: "Scroll Speed Setting Example"
2628 </source>
2629 <dest>
2630 *: "Eksempel på rulle-hastighed"
2631 </dest>
2632 <voice>
2633 *: ""
2634 </voice>
2635</phrase>
2636<phrase>
2637 id: LANG_SCROLL_DELAY
2638 desc: Delay before scrolling
Tom Ross104fb372009-03-03 01:38:26 +00002639 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002640 <source>
2641 *: "Scroll Start Delay"
2642 </source>
2643 <dest>
2644 *: "Rul start pause"
2645 </dest>
2646 <voice>
2647 *: "Rul start pause"
2648 </voice>
2649</phrase>
2650<phrase>
2651 id: LANG_SCROLL_STEP
2652 desc: Pixels to advance per scroll
Tom Ross104fb372009-03-03 01:38:26 +00002653 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002654 <source>
2655 *: "Scroll Step Size"
2656 </source>
2657 <dest>
2658 *: "Rul trin størrelse"
2659 </dest>
2660 <voice>
2661 *: "Rul trin størrelse"
2662 </voice>
2663</phrase>
2664<phrase>
2665 id: LANG_SCROLL_STEP_EXAMPLE
2666 desc: Pixels to advance per scroll
Tom Ross104fb372009-03-03 01:38:26 +00002667 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002668 <source>
2669 *: "Scroll Step Size Setting Example Text"
2670 </source>
2671 <dest>
2672 *: "Rul trin indstilling eksempel tekst"
2673 </dest>
2674 <voice>
2675 *: ""
2676 </voice>
2677</phrase>
2678<phrase>
2679 id: LANG_BIDIR_SCROLL
2680 desc: Bidirectional scroll limit
Tom Ross104fb372009-03-03 01:38:26 +00002681 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002682 <source>
2683 *: "Bidirectional Scroll Limit"
2684 </source>
2685 <dest>
2686 *: "Tovejs-rul grænse"
2687 </dest>
2688 <voice>
2689 *: "Tovejs-rul grænse"
2690 </voice>
2691</phrase>
2692<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002693 id: LANG_SCROLL_BAR
2694 desc: display menu, F3 substitute
Tom Ross104fb372009-03-03 01:38:26 +00002695 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002696 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002697 *: none
2698 lcd_bitmap: "Scroll Bar"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002699 </source>
2700 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002701 *: none
2702 lcd_bitmap: "Rullebjælke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002703 </dest>
2704 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002705 *: none
2706 lcd_bitmap: "Rullebjælke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002707 </voice>
2708</phrase>
2709<phrase>
2710 id: LANG_STATUS_BAR
2711 desc: display menu, F3 substitute
Tom Ross104fb372009-03-03 01:38:26 +00002712 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002713 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002714 *: none
2715 lcd_bitmap: "Status Bar"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002716 </source>
2717 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002718 *: none
2719 lcd_bitmap: "Status bjælke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002720 </dest>
2721 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002722 *: none
2723 lcd_bitmap: "Status bjælke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002724 </voice>
2725</phrase>
2726<phrase>
2727 id: LANG_BUTTON_BAR
2728 desc: in settings menu
Tom Ross104fb372009-03-03 01:38:26 +00002729 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002730 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002731 *: none
2732 recorder_pad: "Button Bar"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002733 </source>
2734 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002735 *: none
2736 recorder_pad: "Knap bjælke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002737 </dest>
2738 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002739 *: none
2740 recorder_pad: "Knap bjælke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002741 </voice>
2742</phrase>
2743<phrase>
2744 id: LANG_VOLUME_DISPLAY
2745 desc: Volume type title
Tom Ross104fb372009-03-03 01:38:26 +00002746 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002747 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002748 *: none
2749 lcd_bitmap: "Volume Display"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002750 </source>
2751 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002752 *: none
2753 lcd_bitmap: "Lydstyrkevisning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002754 </dest>
2755 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002756 *: none
2757 lcd_bitmap: "Lydstyrkevisning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002758 </voice>
2759</phrase>
2760<phrase>
2761 id: LANG_BATTERY_DISPLAY
2762 desc: Battery type title
Tom Ross104fb372009-03-03 01:38:26 +00002763 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002764 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002765 *: none
2766 lcd_bitmap: "Battery Display"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002767 </source>
2768 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002769 *: none
2770 lcd_bitmap: "Batteriindikator"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002771 </dest>
2772 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002773 *: none
2774 lcd_bitmap: "Batteriindikator"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002775 </voice>
2776</phrase>
2777<phrase>
2778 id: LANG_DISPLAY_GRAPHIC
2779 desc: Label for type of icon display
Tom Ross104fb372009-03-03 01:38:26 +00002780 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002781 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002782 *: none
2783 lcd_bitmap: "Graphic"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002784 </source>
2785 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002786 *: none
2787 lcd_bitmap: "Grafisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002788 </dest>
2789 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002790 *: none
2791 lcd_bitmap: "Grafisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002792 </voice>
2793</phrase>
2794<phrase>
2795 id: LANG_DISPLAY_NUMERIC
2796 desc: Label for type of icon display
Tom Ross104fb372009-03-03 01:38:26 +00002797 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002798 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002799 *: none
2800 lcd_bitmap: "Numeric"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002801 </source>
2802 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002803 *: none
2804 lcd_bitmap: "Numerisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002805 </dest>
2806 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002807 *: none
2808 lcd_bitmap: "Numerisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002809 </voice>
2810</phrase>
2811<phrase>
2812 id: LANG_PM_RELEASE
2813 desc: in the peak meter menu
Tom Ross104fb372009-03-03 01:38:26 +00002814 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002815 <source>
2816 *: "Peak Release"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002817 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002818 </source>
2819 <dest>
2820 *: "Spidsfrigivelse"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002821 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002822 </dest>
2823 <voice>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +00002824 *: "Spidsfrigivelse"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002825 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002826 </voice>
2827</phrase>
2828<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002829 id: LANG_PM_PEAK_HOLD
2830 desc: in the peak meter menu
Tom Ross104fb372009-03-03 01:38:26 +00002831 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002832 <source>
2833 *: "Peak Hold Time"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002834 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002835 </source>
2836 <dest>
2837 *: "Spidsfrysetid"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002838 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002839 </dest>
2840 <voice>
2841 *: "Spidsfrysetid"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002842 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002843 </voice>
2844</phrase>
2845<phrase>
2846 id: LANG_PM_CLIP_HOLD
2847 desc: in the peak meter menu
Tom Ross104fb372009-03-03 01:38:26 +00002848 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002849 <source>
2850 *: "Clip Hold Time"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002851 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002852 </source>
2853 <dest>
2854 *: "Klipfrysetid"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002855 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002856 </dest>
2857 <voice>
2858 *: "Klipfrysetid"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002859 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002860 </voice>
2861</phrase>
2862<phrase>
2863 id: LANG_PM_ETERNAL
2864 desc: in the peak meter menu
Tom Ross104fb372009-03-03 01:38:26 +00002865 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002866 <source>
2867 *: "Eternal"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002868 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002869 </source>
2870 <dest>
2871 *: "Uendelig"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002872 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002873 </dest>
2874 <voice>
2875 *: "Uendelig"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002876 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002877 </voice>
2878</phrase>
2879<phrase>
2880 id: LANG_PM_SCALE
2881 desc: in the peak meter menu
Tom Ross104fb372009-03-03 01:38:26 +00002882 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002883 <source>
2884 *: "Scale"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002885 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002886 </source>
2887 <dest>
2888 *: "Skala"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002889 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002890 </dest>
2891 <voice>
2892 *: "Skala"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002893 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002894 </voice>
2895</phrase>
2896<phrase>
2897 id: LANG_PM_DBFS
2898 desc: in the peak meter menu
Tom Ross104fb372009-03-03 01:38:26 +00002899 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002900 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00002901 *: "Logarithmic (dB)"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002902 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002903 </source>
2904 <dest>
2905 *: "logaritmisk(dB)"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002906 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002907 </dest>
2908 <voice>
2909 *: "Logaritmisk decibel"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002910 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002911 </voice>
2912</phrase>
2913<phrase>
2914 id: LANG_PM_LINEAR
2915 desc: in the peak meter menu
Tom Ross104fb372009-03-03 01:38:26 +00002916 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002917 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00002918 *: "Linear (%)"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002919 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002920 </source>
2921 <dest>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00002922 *: "Lineær(%)"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002923 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002924 </dest>
2925 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00002926 *: "Lineær procent"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002927 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002928 </voice>
2929</phrase>
2930<phrase>
2931 id: LANG_PM_MIN
2932 desc: in the peak meter menu
Tom Ross104fb372009-03-03 01:38:26 +00002933 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002934 <source>
2935 *: "Minimum Of Range"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002936 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002937 </source>
2938 <dest>
2939 *: "Mindste værdi"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002940 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002941 </dest>
2942 <voice>
2943 *: "Mindste værdi"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002944 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002945 </voice>
2946</phrase>
2947<phrase>
2948 id: LANG_PM_MAX
2949 desc: in the peak meter menu
Tom Ross104fb372009-03-03 01:38:26 +00002950 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002951 <source>
2952 *: "Maximum Of Range"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002953 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002954 </source>
2955 <dest>
2956 *: "Største værdi"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002957 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002958 </dest>
2959 <voice>
2960 *: "Største værdi"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002961 masd: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002962 </voice>
2963</phrase>
2964<phrase>
2965 id: LANG_BATTERY_CAPACITY
2966 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002967 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002968 <source>
2969 *: "Battery Capacity"
2970 </source>
2971 <dest>
2972 *: "Batteri kapacitet"
2973 </dest>
2974 <voice>
2975 *: "Batteri kapacitet"
2976 </voice>
2977</phrase>
2978<phrase>
2979 id: LANG_BATTERY_TYPE
2980 desc: in battery settings
Tom Ross104fb372009-03-03 01:38:26 +00002981 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002982 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002983 *: none
2984 battery_types: "Battery Type"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002985 </source>
2986 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002987 *: none
2988 battery_types: "Batteri type"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002989 </dest>
2990 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00002991 *: none
2992 battery_types: "Batteri type"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002993 </voice>
2994</phrase>
2995<phrase>
2996 id: LANG_BATTERY_TYPE_ALKALINE
2997 desc: in battery settings
Tom Ross104fb372009-03-03 01:38:26 +00002998 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002999 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003000 *: none
3001 battery_types: "Alkaline"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003002 </source>
3003 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003004 *: none
3005 battery_types: "Alkaline"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003006 </dest>
3007 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003008 *: none
3009 battery_types: "Alkaline"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003010 </voice>
3011</phrase>
3012<phrase>
3013 id: LANG_BATTERY_TYPE_NIMH
3014 desc: in battery settings
Tom Ross104fb372009-03-03 01:38:26 +00003015 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003016 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003017 *: none
3018 battery_types: "NiMH"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003019 </source>
3020 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003021 *: none
3022 battery_types: "NiMH"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003023 </dest>
3024 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003025 *: none
3026 battery_types: "Nikkel metal hydrid"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003027 </voice>
3028</phrase>
3029<phrase>
3030 id: LANG_SPINDOWN
3031 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00003032 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003033 <source>
3034 *: "Disk Spindown"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003035 flash_storage: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003036 </source>
3037 <dest>
3038 *: "Sluk harddiskmotor"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003039 flash_storage: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003040 </dest>
3041 <voice>
3042 *: "Sluk harddiskmotor"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003043 flash_storage: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003044 </voice>
3045</phrase>
3046<phrase>
3047 id: LANG_DIRCACHE_ENABLE
3048 desc: in directory cache settings
Tom Ross104fb372009-03-03 01:38:26 +00003049 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003050 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003051 *: none
3052 dircache: "Directory Cache"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003053 </source>
3054 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003055 *: none
3056 dircache: "Filnavn cache"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003057 </dest>
3058 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003059 *: none
3060 dircache: "Filnavn cache"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003061 </voice>
3062</phrase>
3063<phrase>
3064 id: LANG_TIME
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003065 desc: Used on the bookmark select window to label elapsed time
Tom Ross104fb372009-03-03 01:38:26 +00003066 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003067 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003068 *: "Time"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003069 </source>
3070 <dest>
3071 *: "Indstil tid/dato"
3072 </dest>
3073 <voice>
3074 *: "Indstil tid og dato"
3075 </voice>
3076</phrase>
3077<phrase>
3078 id: LANG_TIMEFORMAT
3079 desc: select the time format of time in status bar
Tom Ross104fb372009-03-03 01:38:26 +00003080 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003081 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04003082 *: "Time Format"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003083 </source>
3084 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04003085 *: "Tidsformat"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003086 </dest>
3087 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04003088 *: "Tidsformat"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003089 </voice>
3090</phrase>
3091<phrase>
3092 id: LANG_12_HOUR_CLOCK
3093 desc: option for 12 hour clock
Tom Ross104fb372009-03-03 01:38:26 +00003094 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003095 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04003096 *: "12 Hour Clock"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003097 </source>
3098 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04003099 *: "12 timers ur"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003100 </dest>
3101 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04003102 *: "12 timers ur"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003103 </voice>
3104</phrase>
3105<phrase>
3106 id: LANG_24_HOUR_CLOCK
3107 desc: option for 24 hour clock
Tom Ross104fb372009-03-03 01:38:26 +00003108 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003109 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04003110 *: "24 Hour Clock"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003111 </source>
3112 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04003113 *: "24 timers ur"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003114 </dest>
3115 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04003116 *: "24 timers ur"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003117 </voice>
3118</phrase>
3119<phrase>
3120 id: LANG_MAX_FILES_IN_DIR
3121 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00003122 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003123 <source>
Jonas Häggqvist1b53f442008-03-14 10:02:05 +00003124 *: "Max Entries in File Browser"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003125 </source>
3126 <dest>
3127 *: "Maks filer i fil-browser"
3128 </dest>
3129 <voice>
3130 *: "Maks filer i fil-browser"
3131 </voice>
3132</phrase>
3133<phrase>
3134 id: LANG_MAX_FILES_IN_PLAYLIST
3135 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00003136 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003137 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00003138 *: "Max Playlist Size"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003139 </source>
3140 <dest>
3141 *: "Maks sætliste størrelse"
3142 </dest>
3143 <voice>
3144 *: "Maks sætliste størrelse"
3145 </voice>
3146</phrase>
3147<phrase>
3148 id: LANG_PLAYLIST
3149 desc: Used when you need to say playlist, also voiced
Tom Ross104fb372009-03-03 01:38:26 +00003150 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003151 <source>
3152 *: "Playlist"
3153 </source>
3154 <dest>
3155 *: "Sætliste"
3156 </dest>
3157 <voice>
3158 *: "Sætliste"
3159 </voice>
3160</phrase>
3161<phrase>
3162 id: LANG_BOOKMARK_MENU
3163 desc: Text on main menu to get to bookmark commands
Tom Ross104fb372009-03-03 01:38:26 +00003164 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003165 <source>
3166 *: "Bookmarks"
3167 </source>
3168 <dest>
3169 *: "Bogmærker"
3170 </dest>
3171 <voice>
3172 *: "Bogmærker"
3173 </voice>
3174</phrase>
3175<phrase>
3176 id: LANG_MENU_SHOW_ID3_INFO
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00003177 desc: Menu option to start tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00003178 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003179 <source>
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +00003180 *: "Show Track Info"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003181 </source>
3182 <dest>
Jonas Häggqvistb2c4a9a2008-07-27 20:13:33 +00003183 *: "Vis sanginformation"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003184 </dest>
3185 <voice>
Jonas Häggqvistb2c4a9a2008-07-27 20:13:33 +00003186 *: "Vis sanginformation"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003187 </voice>
3188</phrase>
3189<phrase>
3190 id: LANG_MENU_SET_RATING
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003191 desc: Set the rating of a file in the wps context menu
Tom Ross104fb372009-03-03 01:38:26 +00003192 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003193 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00003194 *: "Set Song Rating"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003195 </source>
3196 <dest>
3197 *: "Sæt bedømmelse"
3198 </dest>
3199 <voice>
3200 *: "Sæt bedømmelse"
3201 </voice>
3202</phrase>
3203<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003204 id: LANG_RENAME
3205 desc: The verb/action Rename
Tom Ross104fb372009-03-03 01:38:26 +00003206 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003207 <source>
3208 *: "Rename"
3209 </source>
3210 <dest>
3211 *: "Omdøb"
3212 </dest>
3213 <voice>
3214 *: "Omdøb"
3215 </voice>
3216</phrase>
3217<phrase>
3218 id: LANG_DELETE
3219 desc: The verb/action Delete
Tom Ross104fb372009-03-03 01:38:26 +00003220 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003221 <source>
3222 *: "Delete"
3223 </source>
3224 <dest>
3225 *: "Slet"
3226 </dest>
3227 <voice>
3228 *: "Slet"
3229 </voice>
3230</phrase>
3231<phrase>
3232 id: LANG_DELETE_DIR
3233 desc: in on+play menu
Tom Ross104fb372009-03-03 01:38:26 +00003234 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003235 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00003236 *: "Delete Directory"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003237 </source>
3238 <dest>
3239 *: "Slet mappe"
3240 </dest>
3241 <voice>
3242 *: "Slet mappe"
3243 </voice>
3244</phrase>
3245<phrase>
3246 id: LANG_REALLY_DELETE
3247 desc: Really Delete?
Tom Ross104fb372009-03-03 01:38:26 +00003248 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003249 <source>
3250 *: "Delete?"
3251 </source>
3252 <dest>
3253 *: "Slet?"
3254 </dest>
3255 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00003256 *: "Vil du slette?"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003257 </voice>
3258</phrase>
3259<phrase>
3260 id: LANG_DELETED
3261 desc: A file has beed deleted
Tom Ross104fb372009-03-03 01:38:26 +00003262 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003263 <source>
3264 *: "Deleted"
3265 </source>
3266 <dest>
3267 *: "Slettet"
3268 </dest>
3269 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00003270 *: "Slettet"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003271 </voice>
3272</phrase>
3273<phrase>
3274 id: LANG_ONPLAY_OPEN_WITH
3275 desc: Onplay open with
Tom Ross104fb372009-03-03 01:38:26 +00003276 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003277 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00003278 *: "Open With..."
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003279 </source>
3280 <dest>
3281 *: "Åben med"
3282 </dest>
3283 <voice>
3284 *: "Åben med"
3285 </voice>
3286</phrase>
3287<phrase>
3288 id: LANG_CREATE_DIR
3289 desc: in main menu
Tom Ross104fb372009-03-03 01:38:26 +00003290 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003291 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00003292 *: "Create Directory"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003293 </source>
3294 <dest>
3295 *: "Opret mappe"
3296 </dest>
3297 <voice>
3298 *: "Opret mappe"
3299 </voice>
3300</phrase>
3301<phrase>
3302 id: LANG_VIEW
3303 desc: in on+play menu
Tom Ross104fb372009-03-03 01:38:26 +00003304 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003305 <source>
3306 *: "View"
3307 </source>
3308 <dest>
3309 *: "Vis"
3310 </dest>
3311 <voice>
3312 *: "Vis"
3313 </voice>
3314</phrase>
3315<phrase>
3316 id: LANG_SHUFFLE_PLAYLIST
3317 desc: in playlist menu, reshuffles the order in which songs are played
Tom Ross104fb372009-03-03 01:38:26 +00003318 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003319 <source>
3320 *: "Reshuffle"
3321 </source>
3322 <dest>
3323 *: "Bland igen"
3324 </dest>
3325 <voice>
3326 *: "Bland igen"
3327 </voice>
3328</phrase>
3329<phrase>
3330 id: LANG_INSERT
3331 desc: in onplay menu. insert a track/playlist into dynamic playlist.
Tom Ross104fb372009-03-03 01:38:26 +00003332 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003333 <source>
3334 *: "Insert"
3335 </source>
3336 <dest>
3337 *: "Indsæt"
3338 </dest>
3339 <voice>
3340 *: "Indsæt"
3341 </voice>
3342</phrase>
3343<phrase>
3344 id: LANG_INSERT_FIRST
3345 desc: in onplay menu. insert a track/playlist into dynamic playlist.
Tom Ross104fb372009-03-03 01:38:26 +00003346 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003347 <source>
Jonas Häggqvist1b53f442008-03-14 10:02:05 +00003348 *: "Insert Next"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003349 </source>
3350 <dest>
3351 *: "Indsæt som næste"
3352 </dest>
3353 <voice>
3354 *: "Indsæt som næste"
3355 </voice>
3356</phrase>
3357<phrase>
3358 id: LANG_INSERT_LAST
3359 desc: in onplay menu. append a track/playlist into dynamic playlist.
Tom Ross104fb372009-03-03 01:38:26 +00003360 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003361 <source>
Jonas Häggqvist1b53f442008-03-14 10:02:05 +00003362 *: "Insert Last"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003363 </source>
3364 <dest>
3365 *: "Indsæt til sidst"
3366 </dest>
3367 <voice>
3368 *: "Indsæt til sidst"
3369 </voice>
3370</phrase>
3371<phrase>
3372 id: LANG_INSERT_SHUFFLED
3373 desc: in onplay menu. insert a track/playlist randomly into dynamic playlist
Tom Ross104fb372009-03-03 01:38:26 +00003374 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003375 <source>
Jonas Häggqvist1b53f442008-03-14 10:02:05 +00003376 *: "Insert Shuffled"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003377 </source>
3378 <dest>
3379 *: "Indsæt blandet"
3380 </dest>
3381 <voice>
3382 *: "Indsæt blandet"
3383 </voice>
3384</phrase>
3385<phrase>
3386 id: LANG_QUEUE
3387 desc: The verb/action Queue
Tom Ross104fb372009-03-03 01:38:26 +00003388 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003389 <source>
3390 *: "Queue"
3391 </source>
3392 <dest>
3393 *: "Sæt i kø"
3394 </dest>
3395 <voice>
3396 *: "Sæt i kø"
3397 </voice>
3398</phrase>
3399<phrase>
3400 id: LANG_QUEUE_FIRST
3401 desc: in onplay menu. queue a track/playlist into dynamic playlist.
Tom Ross104fb372009-03-03 01:38:26 +00003402 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003403 <source>
Jonas Häggqvist1b53f442008-03-14 10:02:05 +00003404 *: "Queue Next"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003405 </source>
3406 <dest>
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +00003407 *: "Sæt i kø som næste"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003408 </dest>
3409 <voice>
3410 *: "Sæt i kø som næste"
3411 </voice>
3412</phrase>
3413<phrase>
3414 id: LANG_QUEUE_LAST
3415 desc: in onplay menu. queue a track/playlist at end of playlist.
Tom Ross104fb372009-03-03 01:38:26 +00003416 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003417 <source>
Jonas Häggqvist1b53f442008-03-14 10:02:05 +00003418 *: "Queue Last"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003419 </source>
3420 <dest>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +00003421 *: "Sæt i kø sidst"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003422 </dest>
3423 <voice>
3424 *: "Sæt i kø sidst"
3425 </voice>
3426</phrase>
3427<phrase>
3428 id: LANG_BOOKMARK_MENU_CREATE
3429 desc: Used off of the bookmark menu to create a bookmark
Tom Ross104fb372009-03-03 01:38:26 +00003430 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003431 <source>
3432 *: "Create Bookmark"
3433 </source>
3434 <dest>
3435 *: "Opret bogmærke"
3436 </dest>
3437 <voice>
3438 *: "Opret bogmærke"
3439 </voice>
3440</phrase>
3441<phrase>
3442 id: LANG_BOOKMARK_MENU_LIST
3443 desc: Used off of the bookmark menu to list available bookmarks for the currently playing directory or M3U
Tom Ross104fb372009-03-03 01:38:26 +00003444 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003445 <source>
3446 *: "List Bookmarks"
3447 </source>
3448 <dest>
3449 *: "Vis bogmærker"
3450 </dest>
3451 <voice>
3452 *: "Vis bogmærker"
3453 </voice>
3454</phrase>
3455<phrase>
3456 id: LANG_ROCKBOX_INFO
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003457 desc: displayed topmost on the info screen and in the info menu
Tom Ross104fb372009-03-03 01:38:26 +00003458 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003459 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003460 *: "Rockbox Info"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003461 </source>
3462 <dest>
3463 *: "Rockbox info:"
3464 </dest>
3465 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003466 *: "Rockbox information"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003467 </voice>
3468</phrase>
3469<phrase>
3470 id: LANG_BATTERY_CHARGE
3471 desc: tells that the battery is charging, instead of battery level
Tom Ross104fb372009-03-03 01:38:26 +00003472 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003473 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003474 *: none
3475 charging: "Battery: Charging"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003476 </source>
3477 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003478 *: none
3479 charging: "Batteri: Lader"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003480 </dest>
3481 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003482 *: none
3483 charging: "Batteri lader"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003484 </voice>
3485</phrase>
3486<phrase>
3487 id: LANG_BATTERY_TOPOFF_CHARGE
Björn Stenbergc0740442009-12-07 12:19:08 +00003488 desc: in info display, shows that top off charge is running Only for V1 archosrecorder
Tom Ross104fb372009-03-03 01:38:26 +00003489 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003490 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003491 *: none
Björn Stenbergc0740442009-12-07 12:19:08 +00003492 archosrecorder: "Battery: Top-Off Chg"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003493 </source>
3494 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003495 *: none
Björn Stenbergc0740442009-12-07 12:19:08 +00003496 archosrecorder: "Batteri: Fyld ladning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003497 </dest>
3498 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003499 *: none
Björn Stenbergc0740442009-12-07 12:19:08 +00003500 archosrecorder: "Batteri fyld-lader"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003501 </voice>
3502</phrase>
3503<phrase>
3504 id: LANG_BATTERY_TRICKLE_CHARGE
3505 desc: in info display, shows that trickle charge is running
Tom Ross104fb372009-03-03 01:38:26 +00003506 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003507 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003508 *: none
3509 charging: "Battery: Trickle Chg"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003510 </source>
3511 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003512 *: none
3513 charging: "Batteri: Dryp-ladning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003514 </dest>
3515 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003516 *: none
3517 charging: "Batteri dryp-lader"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003518 </voice>
3519</phrase>
3520<phrase>
3521 id: LANG_BATTERY_TIME
3522 desc: battery level in % and estimated time remaining
Tom Ross104fb372009-03-03 01:38:26 +00003523 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003524 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +00003525 *: "Battery: %d%% %dh %dm"
Björn Stenberg355b4c22009-12-07 13:53:55 +00003526 archosplayer,archosrecorder,archosfmrecorder,archosrecorderv2,archosondio*,iriverifp7xx: "%d%% %dh %dm"
Björn Stenbergc0740442009-12-07 12:19:08 +00003527 iriverh10,ipodmini1g,ipodmini2g: "Batt: %d%% %dh %dm"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003528 </source>
3529 <dest>
Jonas Häggqvist09097972007-05-08 00:31:11 +00003530 *: "Batteri: %d%% %dt %dm"
Björn Stenberg355b4c22009-12-07 13:53:55 +00003531 archosplayer,archosrecorder,archosfmrecorder,archosrecorderv2,archosondio*,iriverifp7xx: "%d%% %dt %dm"
Björn Stenbergc0740442009-12-07 12:19:08 +00003532 iriverh10,ipodmini1g,ipodmini2g: "Batt: %d%% %dt %dm"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003533 </dest>
3534 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00003535 *: "Batteri niveau"
Björn Stenberg355b4c22009-12-07 13:53:55 +00003536 archosplayer,archosrecorder,archosfmrecorder,archosrecorderv2,archosondio*,iriverifp7xx: ""
Björn Stenbergc0740442009-12-07 12:19:08 +00003537 iriverh10,ipodmini1g,ipodmini2g: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003538 </voice>
3539</phrase>
3540<phrase>
3541 id: LANG_DISK_SIZE_INFO
3542 desc: disk size info
Tom Ross104fb372009-03-03 01:38:26 +00003543 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003544 <source>
3545 *: "Disk:"
3546 </source>
3547 <dest>
3548 *: "Disk:"
3549 </dest>
3550 <voice>
Jonas Häggqvist11135492007-12-23 13:57:26 +00003551 *: "Disk størrelse"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003552 </voice>
3553</phrase>
3554<phrase>
3555 id: LANG_DISK_FREE_INFO
3556 desc: disk size info
Tom Ross104fb372009-03-03 01:38:26 +00003557 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003558 <source>
3559 *: "Free:"
3560 </source>
3561 <dest>
3562 *: "Fri:"
3563 </dest>
3564 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00003565 *: "Ledig diskplads"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003566 </voice>
3567</phrase>
3568<phrase>
3569 id: LANG_DISK_NAME_INTERNAL
3570 desc: in info menu; name for internal disk with multivolume (keep short!)
Tom Ross104fb372009-03-03 01:38:26 +00003571 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003572 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003573 *: none
3574 multivolume: "Int:"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003575 </source>
3576 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003577 *: none
3578 multivolume: "Int:"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003579 </dest>
3580 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003581 *: none
3582 multivolume: "Intern"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003583 </voice>
3584</phrase>
3585<phrase>
3586 id: LANG_DISK_NAME_MMC
3587 desc: in info menu; name for external disk with multivolume (Ondio; keep short!)
Tom Ross104fb372009-03-03 01:38:26 +00003588 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003589 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003590 *: none
Jonas Häggqvista28e33f2008-10-26 14:17:49 +00003591 multivolume: "HD1"
Marianne Arnold92afc962011-06-04 19:33:01 +00003592 sansae200*,sansac200*,sansafuze*,sansaclipplus: "mSD:"
Björn Stenberg355b4c22009-12-07 13:53:55 +00003593 archosondio*: "MMC:"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003594 </source>
3595 <dest>
Jonas Häggqvist4b077702007-09-16 20:29:46 +00003596 *: none
Jonas Häggqvista28e33f2008-10-26 14:17:49 +00003597 multivolume: "HD1"
Marianne Arnold92afc962011-06-04 19:33:01 +00003598 sansae200*,sansac200*,sansafuze*,sansaclipplus: "mSD:"
Björn Stenberg355b4c22009-12-07 13:53:55 +00003599 archosondio*: "MMC:"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003600 </dest>
3601 <voice>
Jonas Häggqvist4b077702007-09-16 20:29:46 +00003602 *: none
Jonas Häggqvista28e33f2008-10-26 14:17:49 +00003603 multivolume: "Hard disk 1"
Marianne Arnold92afc962011-06-04 19:33:01 +00003604 sansae200*,sansac200*,sansafuze*,sansaclipplus: "Mikro SD kort"
Björn Stenberg355b4c22009-12-07 13:53:55 +00003605 archosondio*: "Multimedie kort"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003606 </voice>
3607</phrase>
3608<phrase>
3609 id: VOICE_CURRENT_TIME
3610 desc: spoken only, for wall clock announce
Tom Ross104fb372009-03-03 01:38:26 +00003611 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003612 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003613 *: none
3614 rtc: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003615 </source>
3616 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003617 *: none
3618 rtc: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003619 </dest>
3620 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003621 *: none
3622 rtc: "Klokken er"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003623 </voice>
3624</phrase>
3625<phrase>
3626 id: LANG_PITCH_UP
3627 desc: in wps
Tom Ross104fb372009-03-03 01:38:26 +00003628 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003629 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003630 *: none
3631 pitchscreen: "Pitch Up"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003632 </source>
3633 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003634 *: none
3635 pitchscreen: "Hastighed op"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003636 </dest>
3637 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003638 *: none
3639 pitchscreen: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003640 </voice>
3641</phrase>
3642<phrase>
3643 id: LANG_PITCH_DOWN
3644 desc: in wps
Tom Ross104fb372009-03-03 01:38:26 +00003645 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003646 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003647 *: none
3648 pitchscreen: "Pitch Down"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003649 </source>
3650 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003651 *: none
3652 pitchscreen: "Hastighed ned"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003653 </dest>
3654 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003655 *: none
3656 pitchscreen: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003657 </voice>
3658</phrase>
3659<phrase>
3660 id: LANG_PAUSE
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003661 desc: in wps and recording trigger menu
Tom Ross104fb372009-03-03 01:38:26 +00003662 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003663 <source>
3664 *: "Pause"
3665 </source>
3666 <dest>
3667 *: "Pause"
3668 </dest>
3669 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00003670 *: "Pause"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003671 </voice>
3672</phrase>
3673<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003674 id: LANG_AUTO_BOOKMARK_QUERY
3675 desc: prompt for user to decide to create an bookmark
Tom Ross104fb372009-03-03 01:38:26 +00003676 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003677 <source>
3678 *: "Create a Bookmark?"
3679 </source>
3680 <dest>
3681 *: "Opret bogmærke?"
3682 </dest>
3683 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00003684 *: "Vil du oprette bogmærke?"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003685 </voice>
3686</phrase>
3687<phrase>
3688 id: LANG_BOOKMARK_CREATE_SUCCESS
3689 desc: Indicates bookmark was successfully created
Tom Ross104fb372009-03-03 01:38:26 +00003690 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003691 <source>
3692 *: "Bookmark Created"
3693 </source>
3694 <dest>
3695 *: "Bogmærke oprettet"
3696 </dest>
3697 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00003698 *: "Bogmærke oprettet"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003699 </voice>
3700</phrase>
3701<phrase>
3702 id: LANG_BOOKMARK_CREATE_FAILURE
3703 desc: Indicates bookmark was not created
Tom Ross104fb372009-03-03 01:38:26 +00003704 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003705 <source>
3706 *: "Bookmark Failed!"
3707 </source>
3708 <dest>
3709 *: "Bogmærke fejlede!"
3710 </dest>
3711 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00003712 *: "Bogmærke fejlede"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003713 </voice>
3714</phrase>
3715<phrase>
3716 id: LANG_BOOKMARK_LOAD_EMPTY
3717 desc: Indicates bookmark was empty
Tom Ross104fb372009-03-03 01:38:26 +00003718 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003719 <source>
3720 *: "Bookmark Empty"
3721 </source>
3722 <dest>
3723 *: "Bogmærke tomt"
3724 </dest>
3725 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00003726 *: "Bogmærke tomt"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003727 </voice>
3728</phrase>
3729<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003730 id: LANG_TIME_REVERT
3731 desc: used in set_time()
Tom Ross104fb372009-03-03 01:38:26 +00003732 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003733 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003734 *: none
3735 rtc: "OFF = Revert"
Jonas Häggqvistfb192972009-09-22 11:40:49 +00003736 mrobe500: "POWER = Revert"
Björn Stenbergc0740442009-12-07 12:19:08 +00003737 iriverh100,iriverh120,iriverh300: "STOP = Revert"
Marcin Bukate3ab05a2010-11-28 22:51:30 +00003738 ipod*,sansac200*,mpiohd300: "MENU = Revert"
Björn Stenbergc0740442009-12-07 12:19:08 +00003739 iaudiox5,iaudiom5: "RECORD = Revert"
3740 iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "PREV = Revert"
3741 gigabeatfx: "POWER = Revert"
Jean-Louis Biasini43e52e32013-07-15 08:17:29 +03003742 sansafuzeplus: "BACK = Revert"
Jonas Häggqvist1b53f442008-03-14 10:02:05 +00003743 mrobe100: "DISPLAY = Revert"
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +00003744 gigabeats: "BACK = Revert"
Björn Stenbergc0740442009-12-07 12:19:08 +00003745 gogearsa9200: "LEFT = Revert"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00003746 vibe500: "CANCEL = Revert"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02003747 samsungyh*: "REW = Revert"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003748 </source>
3749 <dest>
Jonas Häggqvist036e6172008-08-03 19:40:02 +00003750 *: none
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003751 rtc: "SLUK = Fortryd"
Jonas Häggqvistfb192972009-09-22 11:40:49 +00003752 mrobe500: "TÆND/SLUK = Fortryd"
Björn Stenbergc0740442009-12-07 12:19:08 +00003753 iriverh100,iriverh120,iriverh300: "STOP = Fortryd"
Marcin Bukate3ab05a2010-11-28 22:51:30 +00003754 ipod*,sansac200*,mpiohd300: "MENU = Fortryd"
Björn Stenbergc0740442009-12-07 12:19:08 +00003755 iaudiox5,iaudiom5: "OPTAG = Fortryd"
3756 iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "FORRIGE = Fortryd"
3757 gigabeatfx: "TÆND/SLUK = Fortryd"
Jonas Häggqvist1b53f442008-03-14 10:02:05 +00003758 mrobe100: "VIS = Fortryd"
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +00003759 gigabeats: "TILBAGE = Fortryd"
Björn Stenbergc0740442009-12-07 12:19:08 +00003760 gogearsa9200: "VENSTRE = Fortryd"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00003761 vibe500: "C = Fortryd"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02003762 samsungyh*: "REW = Fortryd"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003763 </dest>
3764 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003765 *: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003766 </voice>
3767</phrase>
3768<phrase>
3769 id: LANG_RECORDING_TIME
3770 desc: Display of recorded time
Tom Ross104fb372009-03-03 01:38:26 +00003771 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003772 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003773 *: none
3774 recording: "Time:"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003775 </source>
3776 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003777 *: none
3778 recording: "Tid:"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003779 </dest>
3780 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003781 *: none
3782 recording: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003783 </voice>
3784</phrase>
3785<phrase>
3786 id: LANG_RECORD_PRERECORD
3787 desc: in recording and radio screen
Tom Ross104fb372009-03-03 01:38:26 +00003788 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003789 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003790 *: none
3791 recording: "Pre-Recording"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003792 </source>
3793 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003794 *: none
3795 recording: "For-indspilning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003796 </dest>
3797 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003798 *: none
3799 recording: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003800 </voice>
3801</phrase>
3802<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003803 id: LANG_DISK_FULL
3804 desc: in recording screen
Tom Ross104fb372009-03-03 01:38:26 +00003805 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003806 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003807 *: none
Jonas Häggqvist498586f2007-08-20 17:22:57 +00003808 recording: "The disk is full. Press OFF to continue."
Björn Stenbergc0740442009-12-07 12:19:08 +00003809 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
3810 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
Szymon Dziok1fd57a22010-03-11 17:12:23 +00003811 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02003812 samsungyh*: "Disk full. Press LEFT to continue."
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003813 </source>
3814 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003815 *: none
3816 recording: "Disken er fuld. Tryk SLUK for at fortsætte."
Björn Stenbergc0740442009-12-07 12:19:08 +00003817 iriverh100,iriverh120,iriverh300: "Disken er fuld. Tryk STOP for at fortsætte."
3818 iaudiom5,iaudiox5: "Disken er fuld. Tryk TÆND/SLUK for at fortsætte."
Szymon Dziok1fd57a22010-03-11 17:12:23 +00003819 sansae200*,sansac200*,vibe500: "Disken er fuld. Tryk FORRIGE for at fortsætte."
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02003820 samsungyh*: "Disken er fuld. Tryk LEFT for at fortsætte."
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003821 </dest>
3822 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003823 *: none
3824 recording: ""
Björn Stenbergc0740442009-12-07 12:19:08 +00003825 iriverh100,iriverh120,iriverh300: ""
3826 iaudiom5,iaudiox5: ""
3827 sansae200*,sansac200*: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003828 </voice>
3829</phrase>
3830<phrase>
3831 id: LANG_RECORD_TRIG_NOREARM
3832 desc: in recording settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00003833 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003834 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003835 *: none
3836 recording: "Once"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003837 </source>
3838 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003839 *: none
3840 recording: "En gang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003841 </dest>
3842 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003843 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00003844 recording: "En gang"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003845 </voice>
3846</phrase>
3847<phrase>
3848 id: LANG_RECORD_START_THRESHOLD
3849 desc: in recording settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00003850 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003851 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003852 *: none
3853 recording: "Start Above"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003854 </source>
3855 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003856 *: none
3857 recording: "Start over"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003858 </dest>
3859 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003860 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00003861 recording: "Start over"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003862 </voice>
3863</phrase>
3864<phrase>
3865 id: LANG_RECORD_STOP_THRESHOLD
3866 desc: in recording settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00003867 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003868 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003869 *: none
3870 recording: "Stop Below"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003871 </source>
3872 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003873 *: none
3874 recording: "Stop under"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003875 </dest>
3876 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003877 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00003878 recording: "Stop under"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003879 </voice>
3880</phrase>
3881<phrase>
3882 id: LANG_RECORD_STOP_GAP
3883 desc: in recording settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00003884 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003885 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003886 *: none
3887 recording: "Presplit Gap"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003888 </source>
3889 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003890 *: none
3891 recording: "Pause før deling"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003892 </dest>
3893 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003894 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00003895 recording: "Pause før deling"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003896 </voice>
3897</phrase>
3898<phrase>
3899 id: LANG_DB_INF
3900 desc: -inf db for values below measurement
Tom Ross104fb372009-03-03 01:38:26 +00003901 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003902 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003903 *: none
3904 recording: "-inf"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003905 </source>
3906 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003907 *: none
3908 recording: "-inf"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003909 </dest>
3910 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003911 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00003912 recording: "Minus uendelig"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003913 </voice>
3914</phrase>
3915<phrase>
3916 id: LANG_ALARM_MOD_TIME
3917 desc: The current alarm time shown in the alarm menu for the RTC alarm mod.
Tom Ross104fb372009-03-03 01:38:26 +00003918 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003919 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003920 *: none
Rafaël Carré8302c5f2010-05-22 00:28:10 +00003921 alarm: "Alarm Time:"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003922 </source>
3923 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003924 *: none
Rafaël Carré8302c5f2010-05-22 00:28:10 +00003925 alarm: "Alarm tid:"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003926 </dest>
3927 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003928 *: none
3929 alarm: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003930 </voice>
3931</phrase>
3932<phrase>
3933 id: LANG_ALARM_MOD_TIME_TO_GO
3934 desc: The time until the alarm will go off shown in the alarm menu for the RTC alarm mod.
Tom Ross104fb372009-03-03 01:38:26 +00003935 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003936 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003937 *: none
3938 alarm: "Waking Up In %d:%02d"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003939 </source>
3940 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003941 *: none
3942 alarm: "Vågner om %d:%02d"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003943 </dest>
3944 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003945 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00003946 alarm: "Vågner om"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003947 </voice>
3948</phrase>
3949<phrase>
3950 id: LANG_ALARM_MOD_SHUTDOWN
3951 desc: The text that tells the user that the alarm time is ok and the device shuts off (for the RTC alarm mod).
Tom Ross104fb372009-03-03 01:38:26 +00003952 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003953 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003954 *: none
3955 alarm: "Alarm Set"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003956 </source>
3957 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003958 *: none
3959 alarm: "Alarm sat"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003960 </dest>
3961 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003962 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00003963 alarm: "Alarm sat"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003964 </voice>
3965</phrase>
3966<phrase>
3967 id: LANG_ALARM_MOD_ERROR
3968 desc: The text that tells that the time is incorrect (for the RTC alarm mod).
Tom Ross104fb372009-03-03 01:38:26 +00003969 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003970 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003971 *: none
3972 alarm: "Alarm Time Is Too Soon!"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003973 </source>
3974 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003975 *: none
3976 alarm: "Alarm tidspunkt for tidligt!"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003977 </dest>
3978 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003979 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00003980 alarm: "Alarm tidspunkt for tidligt"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003981 </voice>
3982</phrase>
3983<phrase>
3984 id: LANG_ALARM_MOD_KEYS
3985 desc: Shown key functions in alarm menu (for the RTC alarm mod).
Tom Ross104fb372009-03-03 01:38:26 +00003986 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003987 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003988 *: none
3989 alarm: "PLAY=Set OFF=Cancel"
Jonas Häggqvist09097972007-05-08 00:31:11 +00003990 ipod*: "SELECT=Set MENU=Cancel"
Björn Stenbergc0740442009-12-07 12:19:08 +00003991 iriverh10,iriverh10_5gb: "SELECT=Set PREV=Cancel"
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +00003992 gigabeats: "SELECT=Set POWER=Cancel"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00003993 vibe500: "OK=Set C=Cancel"
Marcin Bukat693bf862010-12-13 09:34:31 +00003994 mpiohd300: "ENTER=Set MENU=Cancel"
Jean-Louis Biasini43e52e32013-07-15 08:17:29 +03003995 sansafuzeplus: "SELECT=Set BACK=Cancel"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00003996 </source>
3997 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00003998 *: none
3999 alarm: "SPIL=Sæt SLUK=Annuller"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00004000 ipod*: "VÆLG=Sæt MENU=Annuller"
Björn Stenbergc0740442009-12-07 12:19:08 +00004001 iriverh10,iriverh10_5gb: "VÆLG=Sæt FORRIGE=Annuller"
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +00004002 gigabeats: "VÆLG=Sæt TÆND/SLUK=Annuller"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00004003 vibe500: "OK=Sæt C=Annuller"
Marcin Bukat693bf862010-12-13 09:34:31 +00004004 mpiohd300: "ENTER=Sæt MENU=Annuller"
Jean-Louis Biasini43e52e32013-07-15 08:17:29 +03004005 sansafuzeplus: "SELECT=Sæt BACK=Annuller"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004006 </dest>
4007 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004008 *: none
4009 alarm: ""
4010 ipod*: ""
Björn Stenbergc0740442009-12-07 12:19:08 +00004011 iriverh10,iriverh10_5gb: ""
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +00004012 gigabeats: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004013 </voice>
4014</phrase>
4015<phrase>
4016 id: LANG_ALARM_MOD_DISABLE
4017 desc: Announce that the RTC alarm has been turned off
Tom Ross104fb372009-03-03 01:38:26 +00004018 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004019 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004020 *: none
4021 alarm: "Alarm Disabled"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004022 </source>
4023 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004024 *: none
4025 alarm: "Alarm slået fra"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004026 </dest>
4027 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004028 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00004029 alarm: "Alarm slået fra"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004030 </voice>
4031</phrase>
4032<phrase>
4033 id: LANG_ID3_TITLE
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004034 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004035 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004036 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004037 *: "Title"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004038 </source>
4039 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004040 *: "Titel"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004041 </dest>
4042 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004043 *: "Titel"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004044 </voice>
4045</phrase>
4046<phrase>
4047 id: LANG_ID3_ARTIST
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004048 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004049 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004050 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004051 *: "Artist"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004052 </source>
4053 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004054 *: "Kunstner"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004055 </dest>
4056 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004057 *: "Kunstner"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004058 </voice>
4059</phrase>
4060<phrase>
4061 id: LANG_ID3_ALBUM
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004062 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004063 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004064 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004065 *: "Album"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004066 </source>
4067 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004068 *: "Album"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004069 </dest>
4070 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004071 *: "Album"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004072 </voice>
4073</phrase>
4074<phrase>
4075 id: LANG_ID3_TRACKNUM
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004076 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004077 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004078 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004079 *: "Tracknum"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004080 </source>
4081 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004082 *: "Sangnummer"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004083 </dest>
4084 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004085 *: "Sangnummer"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004086 </voice>
4087</phrase>
4088<phrase>
4089 id: LANG_ID3_GENRE
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004090 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004091 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004092 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004093 *: "Genre"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004094 </source>
4095 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004096 *: "Genre"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004097 </dest>
4098 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004099 *: "Genre"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004100 </voice>
4101</phrase>
4102<phrase>
4103 id: LANG_ID3_YEAR
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004104 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004105 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004106 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004107 *: "Year"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004108 </source>
4109 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004110 *: "År"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004111 </dest>
4112 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004113 *: "År"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004114 </voice>
4115</phrase>
4116<phrase>
4117 id: LANG_ID3_PLAYLIST
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004118 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004119 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004120 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004121 *: "Playlist"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004122 </source>
4123 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004124 *: "Sætliste"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004125 </dest>
4126 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004127 *: "Sætliste"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004128 </voice>
4129</phrase>
4130<phrase>
4131 id: LANG_ID3_BITRATE
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004132 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004133 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004134 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004135 *: "Bitrate"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004136 </source>
4137 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004138 *: "Bitrate"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004139 </dest>
4140 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004141 *: "Bitrate"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004142 </voice>
4143</phrase>
4144<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004145 id: LANG_ID3_VBR
4146 desc: in browse_id3
Tom Ross104fb372009-03-03 01:38:26 +00004147 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004148 <source>
4149 *: " (VBR)"
4150 </source>
4151 <dest>
4152 *: " (VBR)"
4153 </dest>
4154 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004155 *: "VBR"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004156 </voice>
4157</phrase>
4158<phrase>
Barry Wardell8a52d702007-07-28 16:32:24 +00004159 id: LANG_ID3_FREQUENCY
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004160 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004161 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004162 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004163 *: "Frequency"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004164 </source>
4165 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004166 *: "Frekvens"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004167 </dest>
4168 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004169 *: "Frekvens"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004170 </voice>
4171</phrase>
4172<phrase>
4173 id: LANG_ID3_TRACK_GAIN
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004174 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004175 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004176 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004177 *: "Track Gain"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004178 </source>
4179 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004180 *: "Sang lydstyrke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004181 </dest>
4182 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004183 *: "Sang lydstyrke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004184 </voice>
4185</phrase>
4186<phrase>
4187 id: LANG_ID3_ALBUM_GAIN
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004188 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004189 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004190 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004191 *: "Album Gain"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004192 </source>
4193 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004194 *: "Album lydstyrke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004195 </dest>
4196 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004197 *: "Album lydstyrke"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004198 </voice>
4199</phrase>
4200<phrase>
4201 id: LANG_ID3_PATH
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004202 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004203 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004204 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004205 *: "Path"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004206 </source>
4207 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00004208 *: "Sti"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004209 </dest>
4210 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004211 *: "Sti"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004212 </voice>
4213</phrase>
4214<phrase>
4215 id: LANG_ID3_NO_INFO
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00004216 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00004217 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004218 <source>
4219 *: "<No Info>"
4220 </source>
4221 <dest>
4222 *: "<Ingen info>"
4223 </dest>
4224 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04004225 *: "Ingen info"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004226 </voice>
4227</phrase>
4228<phrase>
4229 id: LANG_WEEKDAY_SUNDAY
4230 desc: Maximum 3-letter abbreviation for weekday
Tom Ross104fb372009-03-03 01:38:26 +00004231 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004232 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004233 *: none
4234 rtc: "Sun"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004235 </source>
4236 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004237 *: none
4238 rtc: "Søn"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004239 </dest>
4240 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004241 *: none
4242 rtc: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004243 </voice>
4244</phrase>
4245<phrase>
4246 id: LANG_WEEKDAY_MONDAY
4247 desc: Maximum 3-letter abbreviation for weekday
Tom Ross104fb372009-03-03 01:38:26 +00004248 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004249 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004250 *: none
4251 rtc: "Mon"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004252 </source>
4253 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004254 *: none
4255 rtc: "Man"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004256 </dest>
4257 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004258 *: none
4259 rtc: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004260 </voice>
4261</phrase>
4262<phrase>
4263 id: LANG_WEEKDAY_TUESDAY
4264 desc: Maximum 3-letter abbreviation for weekday
Tom Ross104fb372009-03-03 01:38:26 +00004265 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004266 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004267 *: none
4268 rtc: "Tue"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004269 </source>
4270 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004271 *: none
4272 rtc: "Tir"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004273 </dest>
4274 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004275 *: none
4276 rtc: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004277 </voice>
4278</phrase>
4279<phrase>
4280 id: LANG_WEEKDAY_WEDNESDAY
4281 desc: Maximum 3-letter abbreviation for weekday
Tom Ross104fb372009-03-03 01:38:26 +00004282 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004283 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004284 *: none
4285 rtc: "Wed"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004286 </source>
4287 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004288 *: none
4289 rtc: "Ons"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004290 </dest>
4291 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004292 *: none
4293 rtc: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004294 </voice>
4295</phrase>
4296<phrase>
4297 id: LANG_WEEKDAY_THURSDAY
4298 desc: Maximum 3-letter abbreviation for weekday
Tom Ross104fb372009-03-03 01:38:26 +00004299 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004300 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004301 *: none
4302 rtc: "Thu"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004303 </source>
4304 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004305 *: none
4306 rtc: "Tor"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004307 </dest>
4308 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004309 *: none
4310 rtc: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004311 </voice>
4312</phrase>
4313<phrase>
4314 id: LANG_WEEKDAY_FRIDAY
4315 desc: Maximum 3-letter abbreviation for weekday
Tom Ross104fb372009-03-03 01:38:26 +00004316 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004317 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004318 *: none
4319 rtc: "Fri"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004320 </source>
4321 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004322 *: none
4323 rtc: "Fre"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004324 </dest>
4325 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004326 *: none
4327 rtc: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004328 </voice>
4329</phrase>
4330<phrase>
4331 id: LANG_WEEKDAY_SATURDAY
4332 desc: Maximum 3-letter abbreviation for weekday
Tom Ross104fb372009-03-03 01:38:26 +00004333 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004334 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004335 *: none
4336 rtc: "Sat"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004337 </source>
4338 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004339 *: none
4340 rtc: "Lør"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004341 </dest>
4342 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00004343 *: none
4344 rtc: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004345 </voice>
4346</phrase>
4347<phrase>
4348 id: LANG_MONTH_JANUARY
4349 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004350 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004351 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004352 *: "Jan"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004353 </source>
4354 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004355 *: "Jan"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004356 </dest>
4357 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004358 *: "Januar"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004359 </voice>
4360</phrase>
4361<phrase>
4362 id: LANG_MONTH_FEBRUARY
4363 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004364 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004365 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004366 *: "Feb"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004367 </source>
4368 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004369 *: "Feb"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004370 </dest>
4371 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004372 *: "Februar"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004373 </voice>
4374</phrase>
4375<phrase>
4376 id: LANG_MONTH_MARCH
4377 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004378 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004379 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004380 *: "Mar"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004381 </source>
4382 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004383 *: "Mar"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004384 </dest>
4385 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004386 *: "Marts"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004387 </voice>
4388</phrase>
4389<phrase>
4390 id: LANG_MONTH_APRIL
4391 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004392 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004393 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004394 *: "Apr"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004395 </source>
4396 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004397 *: "Apr"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004398 </dest>
4399 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004400 *: "April"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004401 </voice>
4402</phrase>
4403<phrase>
4404 id: LANG_MONTH_MAY
4405 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004406 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004407 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004408 *: "May"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004409 </source>
4410 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004411 *: "Maj"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004412 </dest>
4413 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004414 *: "Maj"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004415 </voice>
4416</phrase>
4417<phrase>
4418 id: LANG_MONTH_JUNE
4419 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004420 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004421 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004422 *: "Jun"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004423 </source>
4424 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004425 *: "Jun"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004426 </dest>
4427 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004428 *: "Juni"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004429 </voice>
4430</phrase>
4431<phrase>
4432 id: LANG_MONTH_JULY
4433 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004434 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004435 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004436 *: "Jul"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004437 </source>
4438 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004439 *: "Jul"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004440 </dest>
4441 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004442 *: "Juli"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004443 </voice>
4444</phrase>
4445<phrase>
4446 id: LANG_MONTH_AUGUST
4447 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004448 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004449 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004450 *: "Aug"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004451 </source>
4452 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004453 *: "Aug"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004454 </dest>
4455 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004456 *: "August"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004457 </voice>
4458</phrase>
4459<phrase>
4460 id: LANG_MONTH_SEPTEMBER
4461 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004462 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004463 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004464 *: "Sep"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004465 </source>
4466 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004467 *: "Sep"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004468 </dest>
4469 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004470 *: "September"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004471 </voice>
4472</phrase>
4473<phrase>
4474 id: LANG_MONTH_OCTOBER
4475 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004476 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004477 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004478 *: "Oct"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004479 </source>
4480 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004481 *: "Okt"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004482 </dest>
4483 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004484 *: "Oktober"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004485 </voice>
4486</phrase>
4487<phrase>
4488 id: LANG_MONTH_NOVEMBER
4489 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004490 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004491 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004492 *: "Nov"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004493 </source>
4494 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004495 *: "Nov"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004496 </dest>
4497 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004498 *: "November"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004499 </voice>
4500</phrase>
4501<phrase>
4502 id: LANG_MONTH_DECEMBER
4503 desc: Maximum 3-letter abbreviation for monthname
Tom Ross104fb372009-03-03 01:38:26 +00004504 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004505 <source>
Franklin Weiee659d42019-07-20 13:36:10 -04004506 *: "Dec"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004507 </source>
4508 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -04004509 *: "Dec"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004510 </dest>
4511 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -04004512 *: "December"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004513 </voice>
4514</phrase>
4515<phrase>
4516 id: VOICE_ZERO
4517 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004518 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004519 <source>
4520 *: ""
4521 </source>
4522 <dest>
4523 *: ""
4524 </dest>
4525 <voice>
4526 *: "0"
4527 </voice>
4528</phrase>
4529<phrase>
4530 id: VOICE_ONE
4531 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004532 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004533 <source>
4534 *: ""
4535 </source>
4536 <dest>
4537 *: ""
4538 </dest>
4539 <voice>
4540 *: "1"
4541 </voice>
4542</phrase>
4543<phrase>
4544 id: VOICE_TWO
4545 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004546 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004547 <source>
4548 *: ""
4549 </source>
4550 <dest>
4551 *: ""
4552 </dest>
4553 <voice>
4554 *: "2"
4555 </voice>
4556</phrase>
4557<phrase>
4558 id: VOICE_THREE
4559 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004560 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004561 <source>
4562 *: ""
4563 </source>
4564 <dest>
4565 *: ""
4566 </dest>
4567 <voice>
4568 *: "3"
4569 </voice>
4570</phrase>
4571<phrase>
4572 id: VOICE_FOUR
4573 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004574 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004575 <source>
4576 *: ""
4577 </source>
4578 <dest>
4579 *: ""
4580 </dest>
4581 <voice>
4582 *: "4"
4583 </voice>
4584</phrase>
4585<phrase>
Nils Wallméniusb87715f2008-09-06 15:32:05 +00004586 id: VOICE_FIVE
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004587 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004588 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004589 <source>
4590 *: ""
4591 </source>
4592 <dest>
4593 *: ""
4594 </dest>
4595 <voice>
4596 *: "5"
4597 </voice>
4598</phrase>
4599<phrase>
4600 id: VOICE_SIX
4601 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004602 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004603 <source>
4604 *: ""
4605 </source>
4606 <dest>
4607 *: ""
4608 </dest>
4609 <voice>
4610 *: "6"
4611 </voice>
4612</phrase>
4613<phrase>
4614 id: VOICE_SEVEN
4615 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004616 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004617 <source>
4618 *: ""
4619 </source>
4620 <dest>
4621 *: ""
4622 </dest>
4623 <voice>
4624 *: "7"
4625 </voice>
4626</phrase>
4627<phrase>
4628 id: VOICE_EIGHT
4629 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004630 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004631 <source>
4632 *: ""
4633 </source>
4634 <dest>
4635 *: ""
4636 </dest>
4637 <voice>
4638 *: "8"
4639 </voice>
4640</phrase>
4641<phrase>
4642 id: VOICE_NINE
4643 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004644 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004645 <source>
4646 *: ""
4647 </source>
4648 <dest>
4649 *: ""
4650 </dest>
4651 <voice>
4652 *: "9"
4653 </voice>
4654</phrase>
4655<phrase>
4656 id: VOICE_TEN
4657 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004658 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004659 <source>
4660 *: ""
4661 </source>
4662 <dest>
4663 *: ""
4664 </dest>
4665 <voice>
4666 *: "10"
4667 </voice>
4668</phrase>
4669<phrase>
4670 id: VOICE_ELEVEN
4671 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004672 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004673 <source>
4674 *: ""
4675 </source>
4676 <dest>
4677 *: ""
4678 </dest>
4679 <voice>
4680 *: "11"
4681 </voice>
4682</phrase>
4683<phrase>
4684 id: VOICE_TWELVE
4685 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004686 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004687 <source>
4688 *: ""
4689 </source>
4690 <dest>
4691 *: ""
4692 </dest>
4693 <voice>
4694 *: "12"
4695 </voice>
4696</phrase>
4697<phrase>
4698 id: VOICE_THIRTEEN
4699 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004700 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004701 <source>
4702 *: ""
4703 </source>
4704 <dest>
4705 *: ""
4706 </dest>
4707 <voice>
4708 *: "13"
4709 </voice>
4710</phrase>
4711<phrase>
4712 id: VOICE_FOURTEEN
4713 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004714 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004715 <source>
4716 *: ""
4717 </source>
4718 <dest>
4719 *: ""
4720 </dest>
4721 <voice>
4722 *: "14"
4723 </voice>
4724</phrase>
4725<phrase>
4726 id: VOICE_FIFTEEN
4727 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004728 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004729 <source>
4730 *: ""
4731 </source>
4732 <dest>
4733 *: ""
4734 </dest>
4735 <voice>
4736 *: "15"
4737 </voice>
4738</phrase>
4739<phrase>
4740 id: VOICE_SIXTEEN
4741 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004742 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004743 <source>
4744 *: ""
4745 </source>
4746 <dest>
4747 *: ""
4748 </dest>
4749 <voice>
4750 *: "16"
4751 </voice>
4752</phrase>
4753<phrase>
4754 id: VOICE_SEVENTEEN
4755 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004756 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004757 <source>
4758 *: ""
4759 </source>
4760 <dest>
4761 *: ""
4762 </dest>
4763 <voice>
4764 *: "17"
4765 </voice>
4766</phrase>
4767<phrase>
4768 id: VOICE_EIGHTEEN
4769 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004770 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004771 <source>
4772 *: ""
4773 </source>
4774 <dest>
4775 *: ""
4776 </dest>
4777 <voice>
4778 *: "18"
4779 </voice>
4780</phrase>
4781<phrase>
4782 id: VOICE_NINETEEN
4783 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004784 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004785 <source>
4786 *: ""
4787 </source>
4788 <dest>
4789 *: ""
4790 </dest>
4791 <voice>
4792 *: "19"
4793 </voice>
4794</phrase>
4795<phrase>
4796 id: VOICE_TWENTY
4797 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004798 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004799 <source>
4800 *: ""
4801 </source>
4802 <dest>
4803 *: ""
4804 </dest>
4805 <voice>
4806 *: "20"
4807 </voice>
4808</phrase>
4809<phrase>
4810 id: VOICE_THIRTY
4811 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004812 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004813 <source>
4814 *: ""
4815 </source>
4816 <dest>
4817 *: ""
4818 </dest>
4819 <voice>
4820 *: "30"
4821 </voice>
4822</phrase>
4823<phrase>
4824 id: VOICE_FORTY
4825 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004826 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004827 <source>
4828 *: ""
4829 </source>
4830 <dest>
4831 *: ""
4832 </dest>
4833 <voice>
4834 *: "40"
4835 </voice>
4836</phrase>
4837<phrase>
4838 id: VOICE_FIFTY
4839 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004840 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004841 <source>
4842 *: ""
4843 </source>
4844 <dest>
4845 *: ""
4846 </dest>
4847 <voice>
4848 *: "50"
4849 </voice>
4850</phrase>
4851<phrase>
4852 id: VOICE_SIXTY
4853 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004854 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004855 <source>
4856 *: ""
4857 </source>
4858 <dest>
4859 *: ""
4860 </dest>
4861 <voice>
4862 *: "60"
4863 </voice>
4864</phrase>
4865<phrase>
4866 id: VOICE_SEVENTY
4867 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004868 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004869 <source>
4870 *: ""
4871 </source>
4872 <dest>
4873 *: ""
4874 </dest>
4875 <voice>
4876 *: "70"
4877 </voice>
4878</phrase>
4879<phrase>
4880 id: VOICE_EIGHTY
4881 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004882 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004883 <source>
4884 *: ""
4885 </source>
4886 <dest>
4887 *: ""
4888 </dest>
4889 <voice>
4890 *: "80"
4891 </voice>
4892</phrase>
4893<phrase>
4894 id: VOICE_NINETY
4895 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004896 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004897 <source>
4898 *: ""
4899 </source>
4900 <dest>
4901 *: ""
4902 </dest>
4903 <voice>
4904 *: "90"
4905 </voice>
4906</phrase>
4907<phrase>
4908 id: VOICE_HUNDRED
4909 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004910 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004911 <source>
4912 *: ""
4913 </source>
4914 <dest>
4915 *: ""
4916 </dest>
4917 <voice>
4918 *: "hundrede"
4919 </voice>
4920</phrase>
4921<phrase>
4922 id: VOICE_THOUSAND
4923 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004924 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004925 <source>
4926 *: ""
4927 </source>
4928 <dest>
4929 *: ""
4930 </dest>
4931 <voice>
4932 *: "tusinde"
4933 </voice>
4934</phrase>
4935<phrase>
4936 id: VOICE_MILLION
4937 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004938 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004939 <source>
4940 *: ""
4941 </source>
4942 <dest>
4943 *: ""
4944 </dest>
4945 <voice>
4946 *: "million"
4947 </voice>
4948</phrase>
4949<phrase>
4950 id: VOICE_BILLION
4951 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004952 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004953 <source>
4954 *: ""
4955 </source>
4956 <dest>
4957 *: ""
4958 </dest>
4959 <voice>
4960 *: "milliard"
4961 </voice>
4962</phrase>
4963<phrase>
4964 id: VOICE_MINUS
4965 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004966 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004967 <source>
4968 *: ""
4969 </source>
4970 <dest>
4971 *: ""
4972 </dest>
4973 <voice>
4974 *: "minus"
4975 </voice>
4976</phrase>
4977<phrase>
4978 id: VOICE_PLUS
4979 desc: spoken only, for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00004980 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004981 <source>
4982 *: ""
4983 </source>
4984 <dest>
4985 *: ""
4986 </dest>
4987 <voice>
4988 *: "plus"
4989 </voice>
4990</phrase>
4991<phrase>
4992 id: VOICE_MILLISECONDS
4993 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00004994 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00004995 <source>
4996 *: ""
4997 </source>
4998 <dest>
4999 *: ""
5000 </dest>
5001 <voice>
5002 *: "millisekunder"
5003 </voice>
5004</phrase>
5005<phrase>
5006 id: VOICE_SECOND
5007 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005008 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005009 <source>
5010 *: ""
5011 </source>
5012 <dest>
5013 *: ""
5014 </dest>
5015 <voice>
5016 *: "sekund"
5017 </voice>
5018</phrase>
5019<phrase>
5020 id: VOICE_SECONDS
5021 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005022 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005023 <source>
5024 *: ""
5025 </source>
5026 <dest>
5027 *: ""
5028 </dest>
5029 <voice>
5030 *: "sekunder"
5031 </voice>
5032</phrase>
5033<phrase>
5034 id: VOICE_MINUTE
5035 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005036 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005037 <source>
5038 *: ""
5039 </source>
5040 <dest>
5041 *: ""
5042 </dest>
5043 <voice>
5044 *: "minut"
5045 </voice>
5046</phrase>
5047<phrase>
5048 id: VOICE_MINUTES
5049 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005050 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005051 <source>
5052 *: ""
5053 </source>
5054 <dest>
5055 *: ""
5056 </dest>
5057 <voice>
5058 *: "minutter"
5059 </voice>
5060</phrase>
5061<phrase>
5062 id: VOICE_HOUR
5063 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005064 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005065 <source>
5066 *: ""
5067 </source>
5068 <dest>
5069 *: ""
5070 </dest>
5071 <voice>
5072 *: "time"
5073 </voice>
5074</phrase>
5075<phrase>
5076 id: VOICE_HOURS
5077 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005078 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005079 <source>
5080 *: ""
5081 </source>
5082 <dest>
5083 *: ""
5084 </dest>
5085 <voice>
5086 *: "timer"
5087 </voice>
5088</phrase>
5089<phrase>
5090 id: VOICE_KHZ
5091 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005092 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005093 <source>
5094 *: ""
5095 </source>
5096 <dest>
5097 *: ""
5098 </dest>
5099 <voice>
5100 *: "kilohertz"
5101 </voice>
5102</phrase>
5103<phrase>
5104 id: VOICE_DB
5105 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005106 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005107 <source>
5108 *: ""
5109 </source>
5110 <dest>
5111 *: ""
5112 </dest>
5113 <voice>
5114 *: "decibel"
5115 </voice>
5116</phrase>
5117<phrase>
5118 id: VOICE_PERCENT
5119 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005120 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005121 <source>
5122 *: ""
5123 </source>
5124 <dest>
5125 *: ""
5126 </dest>
5127 <voice>
5128 *: "procent"
5129 </voice>
5130</phrase>
5131<phrase>
5132 id: VOICE_MILLIAMPHOURS
5133 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005134 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005135 <source>
5136 *: ""
5137 </source>
5138 <dest>
5139 *: ""
5140 </dest>
5141 <voice>
5142 *: "milli-ampere timer"
5143 </voice>
5144</phrase>
5145<phrase>
5146 id: VOICE_PIXEL
5147 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005148 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005149 <source>
5150 *: ""
5151 </source>
5152 <dest>
5153 *: ""
5154 </dest>
5155 <voice>
5156 *: "pixel"
5157 </voice>
5158</phrase>
5159<phrase>
5160 id: VOICE_PER_SEC
5161 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005162 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005163 <source>
5164 *: ""
5165 </source>
5166 <dest>
5167 *: ""
5168 </dest>
5169 <voice>
5170 *: "per sekund"
5171 </voice>
5172</phrase>
5173<phrase>
5174 id: VOICE_HERTZ
5175 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005176 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005177 <source>
5178 *: ""
5179 </source>
5180 <dest>
5181 *: ""
5182 </dest>
5183 <voice>
5184 *: "hertz"
5185 </voice>
5186</phrase>
5187<phrase>
5188 id: LANG_BYTE
5189 desc: a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00005190 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005191 <source>
5192 *: "B"
5193 </source>
5194 <dest>
5195 *: "B"
5196 </dest>
5197 <voice>
5198 *: ""
5199 </voice>
5200</phrase>
5201<phrase>
5202 id: LANG_KILOBYTE
5203 desc: a unit postfix, also voiced
Tom Ross104fb372009-03-03 01:38:26 +00005204 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005205 <source>
5206 *: "KB"
5207 </source>
5208 <dest>
Jonas Häggqvist20baeca2008-06-22 14:59:49 +00005209 *: "KiB"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005210 </dest>
5211 <voice>
Jonas Häggqvist20baeca2008-06-22 14:59:49 +00005212 *: "kibibyte"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005213 </voice>
5214</phrase>
5215<phrase>
5216 id: LANG_MEGABYTE
5217 desc: a unit postfix, also voiced
Tom Ross104fb372009-03-03 01:38:26 +00005218 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005219 <source>
5220 *: "MB"
5221 </source>
5222 <dest>
Jonas Häggqvist20baeca2008-06-22 14:59:49 +00005223 *: "MiB"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005224 </dest>
5225 <voice>
Jonas Häggqvist20baeca2008-06-22 14:59:49 +00005226 *: "mebibyte"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005227 </voice>
5228</phrase>
5229<phrase>
5230 id: LANG_GIGABYTE
5231 desc: a unit postfix, also voiced
Tom Ross104fb372009-03-03 01:38:26 +00005232 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005233 <source>
5234 *: "GB"
5235 </source>
5236 <dest>
Jonas Häggqvist20baeca2008-06-22 14:59:49 +00005237 *: "GiB"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005238 </dest>
5239 <voice>
Jonas Häggqvist20baeca2008-06-22 14:59:49 +00005240 *: "gibibyte"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005241 </voice>
5242</phrase>
5243<phrase>
5244 id: LANG_POINT
5245 desc: decimal separator for composing numbers
Tom Ross104fb372009-03-03 01:38:26 +00005246 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005247 <source>
5248 *: "."
5249 </source>
5250 <dest>
5251 *: ","
5252 </dest>
5253 <voice>
5254 *: "komma"
5255 </voice>
5256</phrase>
5257<phrase>
5258 id: VOICE_CHAR_A
5259 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005260 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005261 <source>
5262 *: ""
5263 </source>
5264 <dest>
5265 *: ""
5266 </dest>
5267 <voice>
5268 *: "A"
5269 </voice>
5270</phrase>
5271<phrase>
5272 id: VOICE_CHAR_B
5273 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005274 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005275 <source>
5276 *: ""
5277 </source>
5278 <dest>
5279 *: ""
5280 </dest>
5281 <voice>
5282 *: "B"
5283 </voice>
5284</phrase>
5285<phrase>
5286 id: VOICE_CHAR_C
5287 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005288 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005289 <source>
5290 *: ""
5291 </source>
5292 <dest>
5293 *: ""
5294 </dest>
5295 <voice>
5296 *: "C"
5297 </voice>
5298</phrase>
5299<phrase>
5300 id: VOICE_CHAR_D
5301 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005302 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005303 <source>
5304 *: ""
5305 </source>
5306 <dest>
5307 *: ""
5308 </dest>
5309 <voice>
5310 *: "D"
5311 </voice>
5312</phrase>
5313<phrase>
5314 id: VOICE_CHAR_E
5315 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005316 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005317 <source>
5318 *: ""
5319 </source>
5320 <dest>
5321 *: ""
5322 </dest>
5323 <voice>
5324 *: "E"
5325 </voice>
5326</phrase>
5327<phrase>
5328 id: VOICE_CHAR_F
5329 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005330 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005331 <source>
5332 *: ""
5333 </source>
5334 <dest>
5335 *: ""
5336 </dest>
5337 <voice>
5338 *: "F"
5339 </voice>
5340</phrase>
5341<phrase>
5342 id: VOICE_CHAR_G
5343 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005344 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005345 <source>
5346 *: ""
5347 </source>
5348 <dest>
5349 *: ""
5350 </dest>
5351 <voice>
5352 *: "G"
5353 </voice>
5354</phrase>
5355<phrase>
5356 id: VOICE_CHAR_H
5357 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005358 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005359 <source>
5360 *: ""
5361 </source>
5362 <dest>
5363 *: ""
5364 </dest>
5365 <voice>
5366 *: "H"
5367 </voice>
5368</phrase>
5369<phrase>
5370 id: VOICE_CHAR_I
5371 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005372 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005373 <source>
5374 *: ""
5375 </source>
5376 <dest>
5377 *: ""
5378 </dest>
5379 <voice>
5380 *: "I"
5381 </voice>
5382</phrase>
5383<phrase>
5384 id: VOICE_CHAR_J
5385 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005386 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005387 <source>
5388 *: ""
5389 </source>
5390 <dest>
5391 *: ""
5392 </dest>
5393 <voice>
5394 *: "J"
5395 </voice>
5396</phrase>
5397<phrase>
5398 id: VOICE_CHAR_K
5399 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005400 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005401 <source>
5402 *: ""
5403 </source>
5404 <dest>
5405 *: ""
5406 </dest>
5407 <voice>
5408 *: "K"
5409 </voice>
5410</phrase>
5411<phrase>
5412 id: VOICE_CHAR_L
5413 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005414 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005415 <source>
5416 *: ""
5417 </source>
5418 <dest>
5419 *: ""
5420 </dest>
5421 <voice>
5422 *: "L"
5423 </voice>
5424</phrase>
5425<phrase>
5426 id: VOICE_CHAR_M
5427 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005428 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005429 <source>
5430 *: ""
5431 </source>
5432 <dest>
5433 *: ""
5434 </dest>
5435 <voice>
5436 *: "M"
5437 </voice>
5438</phrase>
5439<phrase>
5440 id: VOICE_CHAR_N
5441 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005442 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005443 <source>
5444 *: ""
5445 </source>
5446 <dest>
5447 *: ""
5448 </dest>
5449 <voice>
5450 *: "N"
5451 </voice>
5452</phrase>
5453<phrase>
5454 id: VOICE_CHAR_O
5455 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005456 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005457 <source>
5458 *: ""
5459 </source>
5460 <dest>
5461 *: ""
5462 </dest>
5463 <voice>
5464 *: "O"
5465 </voice>
5466</phrase>
5467<phrase>
5468 id: VOICE_CHAR_P
5469 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005470 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005471 <source>
5472 *: ""
5473 </source>
5474 <dest>
5475 *: ""
5476 </dest>
5477 <voice>
5478 *: "P"
5479 </voice>
5480</phrase>
5481<phrase>
5482 id: VOICE_CHAR_Q
5483 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005484 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005485 <source>
5486 *: ""
5487 </source>
5488 <dest>
5489 *: ""
5490 </dest>
5491 <voice>
5492 *: "Q"
5493 </voice>
5494</phrase>
5495<phrase>
5496 id: VOICE_CHAR_R
5497 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005498 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005499 <source>
5500 *: ""
5501 </source>
5502 <dest>
5503 *: ""
5504 </dest>
5505 <voice>
5506 *: "R"
5507 </voice>
5508</phrase>
5509<phrase>
5510 id: VOICE_CHAR_S
5511 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005512 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005513 <source>
5514 *: ""
5515 </source>
5516 <dest>
5517 *: ""
5518 </dest>
5519 <voice>
5520 *: "S"
5521 </voice>
5522</phrase>
5523<phrase>
5524 id: VOICE_CHAR_T
5525 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005526 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005527 <source>
5528 *: ""
5529 </source>
5530 <dest>
5531 *: ""
5532 </dest>
5533 <voice>
5534 *: "T"
5535 </voice>
5536</phrase>
5537<phrase>
5538 id: VOICE_CHAR_U
5539 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005540 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005541 <source>
5542 *: ""
5543 </source>
5544 <dest>
5545 *: ""
5546 </dest>
5547 <voice>
5548 *: "U"
5549 </voice>
5550</phrase>
5551<phrase>
5552 id: VOICE_CHAR_V
5553 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005554 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005555 <source>
5556 *: ""
5557 </source>
5558 <dest>
5559 *: ""
5560 </dest>
5561 <voice>
5562 *: "V"
5563 </voice>
5564</phrase>
5565<phrase>
5566 id: VOICE_CHAR_W
5567 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005568 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005569 <source>
5570 *: ""
5571 </source>
5572 <dest>
5573 *: ""
5574 </dest>
5575 <voice>
5576 *: "W"
5577 </voice>
5578</phrase>
5579<phrase>
5580 id: VOICE_CHAR_X
5581 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005582 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005583 <source>
5584 *: ""
5585 </source>
5586 <dest>
5587 *: ""
5588 </dest>
5589 <voice>
5590 *: "X"
5591 </voice>
5592</phrase>
5593<phrase>
5594 id: VOICE_CHAR_Y
5595 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005596 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005597 <source>
5598 *: ""
5599 </source>
5600 <dest>
5601 *: ""
5602 </dest>
5603 <voice>
5604 *: "Y"
5605 </voice>
5606</phrase>
5607<phrase>
5608 id: VOICE_CHAR_Z
5609 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005610 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005611 <source>
5612 *: ""
5613 </source>
5614 <dest>
5615 *: ""
5616 </dest>
5617 <voice>
5618 *: "Z"
5619 </voice>
5620</phrase>
5621<phrase>
5622 id: VOICE_DOT
5623 desc: spoken only, for spelling
Tom Ross104fb372009-03-03 01:38:26 +00005624 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005625 <source>
5626 *: ""
5627 </source>
5628 <dest>
5629 *: ""
5630 </dest>
5631 <voice>
5632 *: "punktum"
5633 </voice>
5634</phrase>
5635<phrase>
5636 id: VOICE_PAUSE
5637 desc: spoken only, for spelling, a split second of silence (difficult to author)
Tom Ross104fb372009-03-03 01:38:26 +00005638 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005639 <source>
5640 *: ""
5641 </source>
5642 <dest>
5643 *: ""
5644 </dest>
5645 <voice>
5646 *: " "
5647 </voice>
5648</phrase>
5649<phrase>
5650 id: VOICE_FILE
5651 desc: spoken only, prefix for file number
Tom Ross104fb372009-03-03 01:38:26 +00005652 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005653 <source>
5654 *: ""
5655 </source>
5656 <dest>
5657 *: ""
5658 </dest>
5659 <voice>
5660 *: "fil"
5661 </voice>
5662</phrase>
5663<phrase>
5664 id: VOICE_DIR
5665 desc: spoken only, prefix for directory number
Tom Ross104fb372009-03-03 01:38:26 +00005666 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005667 <source>
5668 *: ""
5669 </source>
5670 <dest>
5671 *: ""
5672 </dest>
5673 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00005674 *: "mappe"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005675 </voice>
5676</phrase>
5677<phrase>
5678 id: VOICE_EXT_MPA
5679 desc: spoken only, for file extension
Tom Ross104fb372009-03-03 01:38:26 +00005680 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005681 <source>
5682 *: ""
5683 </source>
5684 <dest>
5685 *: ""
5686 </dest>
5687 <voice>
5688 *: "lyd"
5689 </voice>
5690</phrase>
5691<phrase>
5692 id: VOICE_EXT_CFG
5693 desc: spoken only, for file extension
Tom Ross104fb372009-03-03 01:38:26 +00005694 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005695 <source>
5696 *: ""
5697 </source>
5698 <dest>
5699 *: ""
5700 </dest>
5701 <voice>
5702 *: "indstillings fil"
5703 </voice>
5704</phrase>
5705<phrase>
5706 id: VOICE_EXT_WPS
5707 desc: spoken only, for file extension
Tom Ross104fb372009-03-03 01:38:26 +00005708 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005709 <source>
5710 *: ""
5711 </source>
5712 <dest>
5713 *: ""
5714 </dest>
5715 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00005716 *: "afspilningsskærm fil"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005717 </voice>
5718</phrase>
5719<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005720 id: VOICE_EXT_ROCK
5721 desc: spoken only, for file extension
Tom Ross104fb372009-03-03 01:38:26 +00005722 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005723 <source>
5724 *: ""
5725 </source>
5726 <dest>
5727 *: ""
5728 </dest>
5729 <voice>
5730 *: "plugin"
5731 </voice>
5732</phrase>
5733<phrase>
5734 id: VOICE_EXT_FONT
5735 desc: spoken only, for file extension
Tom Ross104fb372009-03-03 01:38:26 +00005736 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005737 <source>
5738 *: ""
5739 </source>
5740 <dest>
5741 *: ""
5742 </dest>
5743 <voice>
5744 *: "skrifttype"
5745 </voice>
5746</phrase>
5747<phrase>
5748 id: VOICE_EXT_BMARK
5749 desc: spoken only, for file extension and the word in general
Tom Ross104fb372009-03-03 01:38:26 +00005750 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005751 <source>
5752 *: ""
5753 </source>
5754 <dest>
5755 *: ""
5756 </dest>
5757 <voice>
5758 *: "bogmærke"
5759 </voice>
5760</phrase>
5761<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005762 id: VOICE_EXT_AJZ
5763 desc: spoken only, for file extension
Tom Ross104fb372009-03-03 01:38:26 +00005764 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005765 <source>
5766 *: ""
5767 </source>
5768 <dest>
5769 *: ""
5770 </dest>
5771 <voice>
5772 *: "firmware"
5773 </voice>
5774</phrase>
5775<phrase>
5776 id: VOICE_EXT_RWPS
5777 desc: spoken only, for file extension
Tom Ross104fb372009-03-03 01:38:26 +00005778 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005779 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00005780 *: none
5781 remote: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005782 </source>
5783 <dest>
Jonas Häggqvist036e6172008-08-03 19:40:02 +00005784 *: none
Jonas Häggqvist07a09042007-08-13 21:39:45 +00005785 remote: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005786 </dest>
5787 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00005788 *: none
5789 remote: "fjernbetjenings afspilningsskærm"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005790 </voice>
5791</phrase>
5792<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005793 id: LANG_PLAYLIST_BUFFER_FULL
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00005794 desc: in playlist.indices() when playlist is full
Tom Ross104fb372009-03-03 01:38:26 +00005795 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005796 <source>
5797 *: "Playlist Buffer Full"
5798 </source>
5799 <dest>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005800 *: "Sætliste bufferen er fuld"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005801 </dest>
5802 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005803 *: "Sætliste bufferen er fuld"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005804 </voice>
5805</phrase>
5806<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005807 id: LANG_CREATING
5808 desc: Screen feedback during playlist creation
Tom Ross104fb372009-03-03 01:38:26 +00005809 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005810 <source>
5811 *: "Creating"
5812 </source>
5813 <dest>
5814 *: "Opretter"
5815 </dest>
5816 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00005817 *: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005818 </voice>
5819</phrase>
5820<phrase>
5821 id: LANG_PLAYLIST_INSERT_COUNT
5822 desc: splash number of tracks inserted
Tom Ross104fb372009-03-03 01:38:26 +00005823 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005824 <source>
5825 *: "Inserted %d tracks (%s)"
5826 </source>
5827 <dest>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005828 *: "Har tilføjet %d sange (%s)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005829 </dest>
5830 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005831 *: "sange tilføjet"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005832 </voice>
5833</phrase>
5834<phrase>
5835 id: LANG_PLAYLIST_QUEUE_COUNT
5836 desc: splash number of tracks queued
Tom Ross104fb372009-03-03 01:38:26 +00005837 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005838 <source>
5839 *: "Queued %d tracks (%s)"
5840 </source>
5841 <dest>
Peter D'Hoye068fb492006-05-28 21:55:36 +00005842 *: "Har sat %d sange i kø (%s)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005843 </dest>
5844 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005845 *: "sange sat i kø"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005846 </voice>
5847</phrase>
5848<phrase>
5849 id: LANG_PLAYLIST_SAVE_COUNT
5850 desc: splash number of tracks saved
Tom Ross104fb372009-03-03 01:38:26 +00005851 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005852 <source>
5853 *: "Saved %d tracks (%s)"
5854 </source>
5855 <dest>
Peter D'Hoye068fb492006-05-28 21:55:36 +00005856 *: "Har gemt %d sange (%s)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005857 </dest>
5858 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005859 *: "sange gemt"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005860 </voice>
5861</phrase>
5862<phrase>
5863 id: LANG_RECURSE_DIRECTORY_QUESTION
5864 desc: Asked from onplay screen
Tom Ross104fb372009-03-03 01:38:26 +00005865 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005866 <source>
5867 *: "Recursively?"
5868 </source>
5869 <dest>
5870 *: "Indsæt undermapper?"
5871 </dest>
5872 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005873 *: "Vil du indsætte undermapper?"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005874 </voice>
5875</phrase>
5876<phrase>
5877 id: LANG_NOTHING_TO_RESUME
5878 desc: Error message displayed when resume button pressed but no playlist
Tom Ross104fb372009-03-03 01:38:26 +00005879 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005880 <source>
5881 *: "Nothing to resume"
5882 </source>
5883 <dest>
5884 *: "Intet at fortsætte"
5885 </dest>
5886 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005887 *: "Intet at fortsætte"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005888 </voice>
5889</phrase>
5890<phrase>
5891 id: LANG_PLAYLIST_CONTROL_UPDATE_ERROR
5892 desc: Playlist error
Tom Ross104fb372009-03-03 01:38:26 +00005893 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005894 <source>
5895 *: "Error updating playlist control file"
5896 </source>
5897 <dest>
5898 *: "Fejl under opdatering af kontrol fil"
5899 </dest>
5900 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005901 *: "Fejl under opdatering af kontrol fil"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005902 </voice>
5903</phrase>
5904<phrase>
5905 id: LANG_PLAYLIST_ACCESS_ERROR
5906 desc: Playlist error
Tom Ross104fb372009-03-03 01:38:26 +00005907 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005908 <source>
5909 *: "Error accessing playlist file"
5910 </source>
5911 <dest>
5912 *: "Fejl ved tilgang af sætliste fil"
5913 </dest>
5914 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005915 *: "Fejl ved tilgang af sætliste fil"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005916 </voice>
5917</phrase>
5918<phrase>
5919 id: LANG_PLAYLIST_CONTROL_ACCESS_ERROR
5920 desc: Playlist error
Tom Ross104fb372009-03-03 01:38:26 +00005921 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005922 <source>
5923 *: "Error accessing playlist control file"
5924 </source>
5925 <dest>
5926 *: "Fejl ved tilgang af sætliste kontrol fil"
5927 </dest>
5928 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005929 *: "Fejl ved tilgang af sætliste kontrol fil"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005930 </voice>
5931</phrase>
5932<phrase>
5933 id: LANG_PLAYLIST_DIRECTORY_ACCESS_ERROR
5934 desc: Playlist error
Tom Ross104fb372009-03-03 01:38:26 +00005935 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005936 <source>
5937 *: "Error accessing directory"
5938 </source>
5939 <dest>
5940 *: "Fejl ved tilgang af mappe"
5941 </dest>
5942 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005943 *: "Fejl ved tilgang af mappe"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005944 </voice>
5945</phrase>
5946<phrase>
5947 id: LANG_PLAYLIST_CONTROL_INVALID
5948 desc: Playlist resume error
Tom Ross104fb372009-03-03 01:38:26 +00005949 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005950 <source>
5951 *: "Playlist control file is invalid"
5952 </source>
5953 <dest>
5954 *: "Sætliste kontrol fil er ugyldig"
5955 </dest>
5956 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00005957 *: "Sætliste kontrol fil er ugyldig"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005958 </voice>
5959</phrase>
5960<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005961 id: LANG_FM_NO_PRESETS
5962 desc: error when preset list is empty
Tom Ross104fb372009-03-03 01:38:26 +00005963 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005964 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00005965 *: none
5966 radio: "No presets"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005967 </source>
5968 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00005969 *: none
5970 radio: "Ingen stationer"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005971 </dest>
5972 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00005973 *: none
5974 radio: "Ingen stationer"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005975 </voice>
5976</phrase>
5977<phrase>
5978 id: LANG_FM_ADD_PRESET
5979 desc: in radio menu
Tom Ross104fb372009-03-03 01:38:26 +00005980 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005981 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00005982 *: none
5983 radio: "Add Preset"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005984 </source>
5985 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00005986 *: none
5987 radio: "Gem station"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005988 </dest>
5989 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00005990 *: none
5991 radio: "Gem station"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005992 </voice>
5993</phrase>
5994<phrase>
5995 id: LANG_FM_EDIT_PRESET
5996 desc: in radio screen
Tom Ross104fb372009-03-03 01:38:26 +00005997 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00005998 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00005999 *: none
6000 radio: "Edit Preset"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006001 </source>
6002 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006003 *: none
6004 radio: "Ret station"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006005 </dest>
6006 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006007 *: none
6008 radio: "Ret station"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006009 </voice>
6010</phrase>
6011<phrase>
6012 id: LANG_FM_DELETE_PRESET
6013 desc: in radio screen
Tom Ross104fb372009-03-03 01:38:26 +00006014 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006015 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006016 *: none
6017 radio: "Remove Preset"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006018 </source>
6019 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006020 *: none
6021 radio: "Fjern station"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006022 </dest>
6023 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006024 *: none
6025 radio: "Fjern station"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006026 </voice>
6027</phrase>
6028<phrase>
6029 id: LANG_FM_PRESET_SAVE_FAILED
6030 desc: in radio screen
Tom Ross104fb372009-03-03 01:38:26 +00006031 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006032 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006033 *: none
6034 radio: "Preset Save Failed"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006035 </source>
6036 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006037 *: none
6038 radio: "Station kunne ikke gemmes"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006039 </dest>
6040 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006041 *: none
6042 radio: "Station kunne ikke gemmes"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006043 </voice>
6044</phrase>
6045<phrase>
6046 id: LANG_FM_NO_FREE_PRESETS
6047 desc: in radio screen
Tom Ross104fb372009-03-03 01:38:26 +00006048 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006049 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006050 *: none
6051 radio: "The Preset List is Full"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006052 </source>
6053 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006054 *: none
6055 radio: "Station listen er fuld"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006056 </dest>
6057 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006058 *: none
6059 radio: "Station listen er fuld"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006060 </voice>
6061</phrase>
6062<phrase>
6063 id: LANG_BUTTONBAR_MENU
6064 desc: in button bar
Tom Ross104fb372009-03-03 01:38:26 +00006065 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006066 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006067 *: none
6068 radio_screen_button_bar: "Menu"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006069 </source>
6070 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006071 *: none
6072 radio_screen_button_bar: "Menu"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006073 </dest>
6074 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006075 *: none
6076 radio_screen_button_bar: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006077 </voice>
6078</phrase>
6079<phrase>
6080 id: LANG_FM_BUTTONBAR_EXIT
6081 desc: in radio screen
Tom Ross104fb372009-03-03 01:38:26 +00006082 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006083 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006084 *: none
6085 radio_screen_button_bar: "Exit"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006086 </source>
6087 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006088 *: none
6089 radio_screen_button_bar: "Afslut"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006090 </dest>
6091 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006092 *: none
6093 radio_screen_button_bar: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006094 </voice>
6095</phrase>
6096<phrase>
6097 id: LANG_FM_BUTTONBAR_ACTION
6098 desc: in radio screen
Tom Ross104fb372009-03-03 01:38:26 +00006099 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006100 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006101 *: none
6102 radio_screen_button_bar: "Action"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006103 </source>
6104 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006105 *: none
6106 radio_screen_button_bar: "Handling"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006107 </dest>
6108 <voice>
Jonas Häggqvist036e6172008-08-03 19:40:02 +00006109 *: none
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006110 radio_screen_button_bar: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006111 </voice>
6112</phrase>
6113<phrase>
6114 id: LANG_FM_BUTTONBAR_ADD
6115 desc: in radio screen
Tom Ross104fb372009-03-03 01:38:26 +00006116 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006117 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006118 *: none
6119 radio_screen_button_bar: "Add"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006120 </source>
6121 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006122 *: none
6123 radio_screen_button_bar: "Tilføj"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006124 </dest>
6125 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006126 *: none
6127 radio_screen_button_bar: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006128 </voice>
6129</phrase>
6130<phrase>
6131 id: LANG_FM_BUTTONBAR_RECORD
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006132 desc: in radio screen
Tom Ross104fb372009-03-03 01:38:26 +00006133 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006134 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006135 *: none
6136 radio_screen_button_bar: "Record"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006137 </source>
6138 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006139 *: none
6140 radio_screen_button_bar: "Optag"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006141 </dest>
6142 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006143 *: none
6144 radio_screen_button_bar: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006145 </voice>
6146</phrase>
6147<phrase>
6148 id: LANG_FM_MONO_MODE
6149 desc: in radio screen
Tom Ross104fb372009-03-03 01:38:26 +00006150 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006151 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006152 *: none
Jonas Häggqvistda6b43b2008-03-14 17:14:20 +00006153 radio: "Force Mono"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006154 </source>
6155 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006156 *: none
6157 radio: "Tving mono"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006158 </dest>
6159 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006160 *: none
6161 radio: "Tving mono"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006162 </voice>
6163</phrase>
6164<phrase>
6165 id: LANG_FM_FREEZE
6166 desc: splash screen during freeze in radio mode
Tom Ross104fb372009-03-03 01:38:26 +00006167 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006168 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006169 *: none
6170 radio: "Screen frozen!"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006171 </source>
6172 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006173 *: none
6174 radio: "Skærm frosset"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006175 </dest>
6176 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006177 *: none
6178 radio: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006179 </voice>
6180</phrase>
6181<phrase>
6182 id: LANG_FM_SCAN_PRESETS
6183 desc: in radio menu
Tom Ross104fb372009-03-03 01:38:26 +00006184 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006185 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006186 *: none
6187 radio: "Auto-Scan Presets"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006188 </source>
6189 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006190 *: none
6191 radio: "Find stationer automatisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006192 </dest>
6193 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006194 *: none
6195 radio: "Find stationer automatisk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006196 </voice>
6197</phrase>
6198<phrase>
6199 id: LANG_FM_CLEAR_PRESETS
6200 desc: confirmation if presets can be cleared
Tom Ross104fb372009-03-03 01:38:26 +00006201 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006202 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006203 *: none
6204 radio: "Clear Current Presets?"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006205 </source>
6206 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006207 *: none
6208 radio: "Slet nuværende stationer?"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006209 </dest>
6210 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006211 *: none
Jonas Häggqvistdef4b402008-08-17 14:03:18 +00006212 radio: "Vil du slette nuværende stationer?"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006213 </voice>
6214</phrase>
6215<phrase>
6216 id: LANG_FM_SCANNING
6217 desc: during auto scan
Tom Ross104fb372009-03-03 01:38:26 +00006218 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006219 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006220 *: none
6221 radio: "Scanning %d.%02d MHz"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006222 </source>
6223 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006224 *: none
6225 radio: "Skanner %d,%02d MHz"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006226 </dest>
6227 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006228 *: none
6229 radio: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006230 </voice>
6231</phrase>
6232<phrase>
6233 id: LANG_FM_DEFAULT_PRESET_NAME
6234 desc: default preset name for auto scan mode
Tom Ross104fb372009-03-03 01:38:26 +00006235 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006236 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006237 *: none
6238 radio: "%d.%02d MHz"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006239 </source>
6240 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006241 *: none
6242 radio: "%d,%02d MHz"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006243 </dest>
6244 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006245 *: none
6246 radio: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006247 </voice>
6248</phrase>
6249<phrase>
6250 id: LANG_RADIO_SCAN_MODE
6251 desc: in radio screen / menu
Tom Ross104fb372009-03-03 01:38:26 +00006252 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006253 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006254 *: none
6255 radio: "Scan"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006256 </source>
6257 <dest>
Jonas Häggqvist036e6172008-08-03 19:40:02 +00006258 *: none
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006259 radio: "Skan"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006260 </dest>
6261 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006262 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00006263 radio: "Skan"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006264 </voice>
6265</phrase>
6266<phrase>
6267 id: LANG_SHOWDIR_BUFFER_FULL
6268 desc: in showdir(), displayed on screen when you reach buffer limit
Tom Ross104fb372009-03-03 01:38:26 +00006269 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006270 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006271 *: "Dir Buffer is Full!"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006272 </source>
6273 <dest>
6274 *: "Mappe buffer er fuld!"
6275 </dest>
6276 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00006277 *: "Mappe buffer er fuld!"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006278 </voice>
6279</phrase>
6280<phrase>
6281 id: LANG_LANGUAGE_LOADED
6282 desc: shown when a language has been loaded from the dir browser
Tom Ross104fb372009-03-03 01:38:26 +00006283 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006284 <source>
6285 *: "New Language"
6286 </source>
6287 <dest>
6288 *: "Nyt sprog"
6289 </dest>
6290 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00006291 *: "Nyt sprog"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006292 </voice>
6293</phrase>
6294<phrase>
6295 id: LANG_SETTINGS_LOADED
6296 desc: Feedback shown when a .cfg file is loaded
Tom Ross104fb372009-03-03 01:38:26 +00006297 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006298 <source>
6299 *: "Settings Loaded"
6300 </source>
6301 <dest>
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00006302 *: "Indstillinger hentet"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006303 </dest>
6304 <voice>
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00006305 *: "Indstillinger hentet"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006306 </voice>
6307</phrase>
6308<phrase>
6309 id: LANG_SETTINGS_SAVED
6310 desc: Feedback shown when a .cfg file is saved
Tom Ross104fb372009-03-03 01:38:26 +00006311 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006312 <source>
6313 *: "Settings Saved"
6314 </source>
6315 <dest>
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00006316 *: "Indstillinger gemt"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006317 </dest>
6318 <voice>
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00006319 *: "Indstillinger gemt"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006320 </voice>
6321</phrase>
6322<phrase>
6323 id: LANG_BOOT_CHANGED
6324 desc: File browser discovered the boot file was changed
Tom Ross104fb372009-03-03 01:38:26 +00006325 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006326 <source>
6327 *: "Boot changed"
6328 </source>
6329 <dest>
6330 *: "Boot ændret"
6331 </dest>
6332 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00006333 *: "Boot ændret"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006334 </voice>
6335</phrase>
6336<phrase>
6337 id: LANG_REBOOT_NOW
6338 desc: Do you want to reboot?
Tom Ross104fb372009-03-03 01:38:26 +00006339 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006340 <source>
6341 *: "Reboot now?"
6342 </source>
6343 <dest>
6344 *: "Genstart nu?"
6345 </dest>
6346 <voice>
Jonas Häggqvistdef4b402008-08-17 14:03:18 +00006347 *: "Vil du genstarte nu?"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006348 </voice>
6349</phrase>
6350<phrase>
6351 id: LANG_OFF_ABORT
Björn Stenbergc0740442009-12-07 12:19:08 +00006352 desc: Used on archosrecorder models
Tom Ross104fb372009-03-03 01:38:26 +00006353 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006354 <source>
6355 *: "OFF to abort"
Björn Stenbergc0740442009-12-07 12:19:08 +00006356 archosplayer,iriverh100,iriverh120,iriverh300: "STOP to abort"
Jonas Häggqvist09097972007-05-08 00:31:11 +00006357 ipod*: "PLAY/PAUSE to abort"
Björn Stenbergc0740442009-12-07 12:19:08 +00006358 iaudiox5,iaudiom5: "Long PLAY to abort"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00006359 iriverh10,iriverh10_5gb,sansae200*,sansac200*,vibe500: "PREV to abort"
Jonas Häggqvista28e33f2008-10-26 14:17:49 +00006360 gigabeats: "BACK to abort"
Björn Stenbergc0740442009-12-07 12:19:08 +00006361 gigabeatfx: "POWER to abort"
Jean-Louis Biasini43e52e32013-07-15 08:17:29 +03006362 sansafuzeplus: "BACK to abort"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006363 </source>
6364 <dest>
6365 *: "SLUK for at afbryde"
Björn Stenbergc0740442009-12-07 12:19:08 +00006366 archosplayer,iriverh100,iriverh120,iriverh300: "STOP for at afbryde"
Jonas Häggqvist09097972007-05-08 00:31:11 +00006367 ipod*: "SPIL/PAUSE for at afbryde"
Björn Stenbergc0740442009-12-07 12:19:08 +00006368 iaudiox5,iaudiom5: "Lang SPIL for at afbryde"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00006369 iriverh10,iriverh10_5gb,sansae200*,sansac200*,vibe500: "FORRIGE for at afbryde"
Jonas Häggqvista28e33f2008-10-26 14:17:49 +00006370 gigabeats: "TILBAGE for at afbryde"
Björn Stenbergc0740442009-12-07 12:19:08 +00006371 gigabeatfx: "TÆND/SLUK for at afbryde"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006372 </dest>
6373 <voice>
6374 *: ""
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006375 </voice>
6376</phrase>
6377<phrase>
6378 id: LANG_NO_FILES
6379 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00006380 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006381 <source>
6382 *: "No files"
6383 </source>
6384 <dest>
6385 *: "Ingen filer"
6386 </dest>
6387 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00006388 *: "Ingen filer"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006389 </voice>
6390</phrase>
6391<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006392 id: LANG_MOVE
6393 desc: The verb/action Move
Tom Ross104fb372009-03-03 01:38:26 +00006394 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006395 <source>
6396 *: "Move"
6397 </source>
6398 <dest>
6399 *: "Flyt"
6400 </dest>
6401 <voice>
6402 *: "Flyt"
6403 </voice>
6404</phrase>
6405<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006406 id: LANG_SHOW_INDICES
6407 desc: in playlist viewer menu
Tom Ross104fb372009-03-03 01:38:26 +00006408 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006409 <source>
6410 *: "Show Indices"
6411 </source>
6412 <dest>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00006413 *: "Vis indekser"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006414 </dest>
6415 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00006416 *: "Vis indekser"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006417 </voice>
6418</phrase>
6419<phrase>
6420 id: LANG_TRACK_DISPLAY
6421 desc: in playlist viewer on+play menu
Tom Ross104fb372009-03-03 01:38:26 +00006422 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006423 <source>
6424 *: "Track Display"
6425 </source>
6426 <dest>
Peter D'Hoye068fb492006-05-28 21:55:36 +00006427 *: "Sang visning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006428 </dest>
6429 <voice>
Peter D'Hoye068fb492006-05-28 21:55:36 +00006430 *: "Sang visning"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006431 </voice>
6432</phrase>
6433<phrase>
6434 id: LANG_DISPLAY_TRACK_NAME_ONLY
6435 desc: track display options
Tom Ross104fb372009-03-03 01:38:26 +00006436 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006437 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006438 *: "Track Name Only"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006439 </source>
6440 <dest>
6441 *: "Kun titel"
6442 </dest>
6443 <voice>
6444 *: "Kun titel"
6445 </voice>
6446</phrase>
6447<phrase>
6448 id: LANG_DISPLAY_FULL_PATH
6449 desc: track display options
Tom Ross104fb372009-03-03 01:38:26 +00006450 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006451 <source>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006452 *: "Full Path"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006453 </source>
6454 <dest>
6455 *: "Fuld sti"
6456 </dest>
6457 <voice>
6458 *: "Fuld sti"
6459 </voice>
6460</phrase>
6461<phrase>
6462 id: LANG_REMOVE
6463 desc: in playlist viewer on+play menu
Tom Ross104fb372009-03-03 01:38:26 +00006464 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006465 <source>
6466 *: "Remove"
6467 </source>
6468 <dest>
6469 *: "Fjern"
6470 </dest>
6471 <voice>
6472 *: "Fjern"
6473 </voice>
6474</phrase>
6475<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006476 id: LANG_PLUGIN_CANT_OPEN
6477 desc: Plugin open error message
Tom Ross104fb372009-03-03 01:38:26 +00006478 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006479 <source>
6480 *: "Can't open %s"
6481 </source>
6482 <dest>
6483 *: "Kan ikke åbne %s"
6484 </dest>
6485 <voice>
6486 *: ""
6487 </voice>
6488</phrase>
6489<phrase>
6490 id: LANG_READ_FAILED
6491 desc: There was an error reading a file
Tom Ross104fb372009-03-03 01:38:26 +00006492 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006493 <source>
6494 *: "Failed reading %s"
6495 </source>
6496 <dest>
6497 *: "Læsning af %s fejlede"
6498 </dest>
6499 <voice>
6500 *: ""
6501 </voice>
6502</phrase>
6503<phrase>
6504 id: LANG_PLUGIN_WRONG_MODEL
6505 desc: The plugin is not compatible with the archos model trying to run it
Tom Ross104fb372009-03-03 01:38:26 +00006506 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006507 <source>
6508 *: "Incompatible model"
6509 </source>
6510 <dest>
6511 *: "Ikke-kompatibel model"
6512 </dest>
6513 <voice>
6514 *: ""
6515 </voice>
6516</phrase>
6517<phrase>
6518 id: LANG_PLUGIN_WRONG_VERSION
6519 desc: The plugin is not compatible with the rockbox version trying to run it
Tom Ross104fb372009-03-03 01:38:26 +00006520 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006521 <source>
6522 *: "Incompatible version"
6523 </source>
6524 <dest>
6525 *: "Ikke-kompatibel version"
6526 </dest>
6527 <voice>
6528 *: ""
6529 </voice>
6530</phrase>
6531<phrase>
6532 id: LANG_PLUGIN_ERROR
6533 desc: The plugin return an error code
Tom Ross104fb372009-03-03 01:38:26 +00006534 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006535 <source>
6536 *: "Plugin returned error"
6537 </source>
6538 <dest>
6539 *: "Plugin returnerede fejl"
6540 </dest>
6541 <voice>
6542 *: ""
6543 </voice>
6544</phrase>
6545<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006546 id: LANG_FILETYPES_FULL
6547 desc: Filetype array full
Tom Ross104fb372009-03-03 01:38:26 +00006548 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006549 <source>
6550 *: "Filetype array full"
6551 </source>
6552 <dest>
6553 *: "Filtype tabel fuld"
6554 </dest>
6555 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00006556 *: "Filtype tabel fuld"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00006557 </voice>
6558</phrase>
6559<phrase>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006560 id: LANG_FM_SAVE_CHANGES
Jonathan Gordond1fd4f02011-07-21 06:40:21 +00006561 desc: deprecated
Tom Ross104fb372009-03-03 01:38:26 +00006562 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006563 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006564 *: none
Jonathan Gordond1fd4f02011-07-21 06:40:21 +00006565 radio: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006566 </source>
6567 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006568 *: none
Jonathan Gordond1fd4f02011-07-21 06:40:21 +00006569 radio: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006570 </dest>
6571 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006572 *: none
Jonathan Gordond1fd4f02011-07-21 06:40:21 +00006573 radio: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006574 </voice>
6575</phrase>
6576<phrase>
6577 id: LANG_EQUALIZER_ADVANCED
6578 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00006579 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006580 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006581 *: none
6582 swcodec: "Advanced EQ Settings"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006583 </source>
6584 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006585 *: none
6586 swcodec: "Avancerede EQ indstillinger"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006587 </dest>
6588 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006589 *: none
6590 swcodec: "Avancerede equalizer indstillinger"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006591 </voice>
6592</phrase>
6593<phrase>
6594 id: LANG_WARN_ERASEDYNPLAYLIST_MENU
6595 desc: in playlist options menu, option to warn when erasing dynamic playlist
Tom Ross104fb372009-03-03 01:38:26 +00006596 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006597 <source>
6598 *: "Warn When Erasing Dynamic Playlist"
6599 </source>
6600 <dest>
6601 *: "Advar ved sletning af dynamisk sætliste"
6602 </dest>
6603 <voice>
6604 *: "Advar ved sletning af dynamisk sætliste"
6605 </voice>
6606</phrase>
6607<phrase>
6608 id: LANG_TAGCACHE_INIT
6609 desc: while initializing tagcache on boot
Tom Ross104fb372009-03-03 01:38:26 +00006610 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006611 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +00006612 *: "Committing database"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006613 </source>
6614 <dest>
Jonas Häggqvist09097972007-05-08 00:31:11 +00006615 *: "Gemmer database"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006616 </dest>
6617 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00006618 *: "Gemmer database"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006619 </voice>
6620</phrase>
6621<phrase>
6622 id: LANG_EQUALIZER_GRAPHICAL
6623 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00006624 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006625 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006626 *: none
6627 swcodec: "Graphical EQ"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006628 </source>
6629 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006630 *: none
6631 swcodec: "Grafisk EQ"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006632 </dest>
6633 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006634 *: none
6635 swcodec: "Grafisk equalizer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006636 </voice>
6637</phrase>
6638<phrase>
6639 id: LANG_CLEAR_BACKDROP
6640 desc: text for LCD settings menu
Tom Ross104fb372009-03-03 01:38:26 +00006641 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006642 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006643 *: none
6644 lcd_non-mono: "Clear Backdrop"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006645 </source>
6646 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006647 *: none
6648 lcd_non-mono: "Slet baggrund"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006649 </dest>
6650 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006651 *: none
6652 lcd_non-mono: "Slet baggrund"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006653 </voice>
6654</phrase>
6655<phrase>
6656 id: LANG_BACKGROUND_COLOR
6657 desc: menu entry to set the background color
Tom Ross104fb372009-03-03 01:38:26 +00006658 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006659 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006660 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006661 lcd_color: "Background Colour"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006662 </source>
6663 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006664 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006665 lcd_color: "Baggrundsfarve"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006666 </dest>
6667 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006668 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006669 lcd_color: "Baggrundsfarve"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006670 </voice>
6671</phrase>
6672<phrase>
6673 id: LANG_EQUALIZER_BAND_Q
6674 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00006675 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006676 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006677 *: none
6678 swcodec: "Q"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006679 </source>
6680 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006681 *: none
6682 swcodec: "Q"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006683 </dest>
6684 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006685 *: none
6686 swcodec: "Q"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006687 </voice>
6688</phrase>
6689<phrase>
6690 id: LANG_QUEUE_SHUFFLED
6691 desc: in onplay menu. queue a track/playlist randomly into dynamic playlist
Tom Ross104fb372009-03-03 01:38:26 +00006692 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006693 <source>
Jonas Häggqvist1b53f442008-03-14 10:02:05 +00006694 *: "Queue Shuffled"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006695 </source>
6696 <dest>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00006697 *: "Sæt i kø blandet"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006698 </dest>
6699 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00006700 *: "Sæt i kø blandet"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006701 </voice>
6702</phrase>
6703<phrase>
6704 id: LANG_PASTE
6705 desc: The verb/action Paste
Tom Ross104fb372009-03-03 01:38:26 +00006706 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006707 <source>
6708 *: "Paste"
6709 </source>
6710 <dest>
6711 *: "Indsæt"
6712 </dest>
6713 <voice>
6714 *: "Indsæt"
6715 </voice>
6716</phrase>
6717<phrase>
6718 id: LANG_EQUALIZER_PRECUT
6719 desc: in eq settings
Tom Ross104fb372009-03-03 01:38:26 +00006720 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006721 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006722 *: none
6723 swcodec: "Precut"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006724 </source>
6725 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006726 *: none
6727 swcodec: "For-dæmpning"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006728 </dest>
6729 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006730 *: none
6731 swcodec: "For-dæmpning"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006732 </voice>
6733</phrase>
6734<phrase>
6735 id: LANG_WARN_ERASEDYNPLAYLIST_PROMPT
6736 desc: prompt shown when about to erase a modified dynamic playlist
Tom Ross104fb372009-03-03 01:38:26 +00006737 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006738 <source>
6739 *: "Erase dynamic playlist?"
6740 </source>
6741 <dest>
6742 *: "Slet dynamisk sætliste?"
6743 </dest>
6744 <voice>
Jonas Häggqvistdef4b402008-08-17 14:03:18 +00006745 *: "Vil du slette dynamisk sætliste?"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006746 </voice>
6747</phrase>
6748<phrase>
6749 id: LANG_FOREGROUND_COLOR
6750 desc: menu entry to set the foreground color
Tom Ross104fb372009-03-03 01:38:26 +00006751 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006752 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006753 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006754 lcd_color: "Foreground Colour"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006755 </source>
6756 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006757 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006758 lcd_color: "Forgrundsfarve"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006759 </dest>
6760 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006761 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006762 lcd_color: "Forgrundsfarve"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006763 </voice>
6764</phrase>
6765<phrase>
6766 id: LANG_BACKLIGHT_FILTER_FIRST_KEYPRESS
6767 desc: Backlight behaviour setting
Tom Ross104fb372009-03-03 01:38:26 +00006768 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006769 <source>
Jonas Häggqvist498586f2007-08-20 17:22:57 +00006770 *: "First Buttonpress Enables Backlight Only"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006771 </source>
6772 <dest>
6773 *: "Første tastetryk tænder kun skærm"
6774 </dest>
6775 <voice>
6776 *: "Første tastetryk tænder kun skærm"
6777 </voice>
6778</phrase>
6779<phrase>
6780 id: LANG_REMOTE_MAIN
6781 desc: in record settings menu.
Tom Ross104fb372009-03-03 01:38:26 +00006782 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006783 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006784 *: none
6785 remote: "Main and Remote Unit"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006786 </source>
6787 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006788 *: none
6789 remote: "Begge skærme"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006790 </dest>
6791 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006792 *: none
6793 remote: "Begge skærme"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006794 </voice>
6795</phrase>
6796<phrase>
6797 id: VOICE_EXT_KBD
6798 desc: spoken only, for file extension
Tom Ross104fb372009-03-03 01:38:26 +00006799 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006800 <source>
6801 *: ""
6802 </source>
6803 <dest>
6804 *: ""
6805 </dest>
6806 <voice>
6807 *: "tastatur"
6808 </voice>
6809</phrase>
6810<phrase>
6811 id: LANG_EQUALIZER_SAVE
6812 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00006813 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006814 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006815 *: none
6816 swcodec: "Save EQ Preset"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006817 </source>
6818 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006819 *: none
6820 swcodec: "Gem EQ indstillinger"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006821 </dest>
6822 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006823 *: none
6824 swcodec: "Gem equalizer indstillinger"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006825 </voice>
6826</phrase>
6827<phrase>
6828 id: LANG_MAIN_UNIT
6829 desc: in record settings menu.
Tom Ross104fb372009-03-03 01:38:26 +00006830 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006831 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006832 *: none
6833 remote: "Main Unit Only"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006834 </source>
6835 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006836 *: none
6837 remote: "Hovedskærm"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006838 </dest>
6839 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006840 *: none
6841 remote: "Hovedskærm"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006842 </voice>
6843</phrase>
6844<phrase>
6845 id: LANG_FM_PRESET_LOAD
6846 desc: load preset list in fm radio
Tom Ross104fb372009-03-03 01:38:26 +00006847 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006848 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006849 *: none
6850 radio: "Load Preset List"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006851 </source>
6852 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006853 *: none
Jonas Häggqvist167564b2007-08-21 22:27:15 +00006854 radio: "Indlæs stationer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006855 </dest>
6856 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006857 *: none
Jonas Häggqvist167564b2007-08-21 22:27:15 +00006858 radio: "Indlæs stationer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006859 </voice>
6860</phrase>
6861<phrase>
6862 id: LANG_TAGCACHE_RAM
6863 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00006864 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006865 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006866 *: none
6867 tc_ramcache: "Load to RAM"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006868 </source>
6869 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006870 *: none
6871 tc_ramcache: "Gem i hukommelse"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006872 </dest>
6873 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006874 *: none
6875 tc_ramcache: "Gem i hukommelse"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006876 </voice>
6877</phrase>
6878<phrase>
6879 id: LANG_COPY
6880 desc: The verb/action Copy
Tom Ross104fb372009-03-03 01:38:26 +00006881 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006882 <source>
6883 *: "Copy"
6884 </source>
6885 <dest>
6886 *: "Kopier"
6887 </dest>
6888 <voice>
6889 *: "Kopier"
6890 </voice>
6891</phrase>
6892<phrase>
6893 id: LANG_PITCH
6894 desc: "pitch" in the pitch screen
Tom Ross104fb372009-03-03 01:38:26 +00006895 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006896 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006897 *: none
6898 pitchscreen: "Pitch"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006899 </source>
6900 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006901 *: none
6902 pitchscreen: "Afspilningshastighed"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006903 </dest>
6904 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006905 *: none
6906 pitchscreen: "Afspilningshastighed"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006907 </voice>
6908</phrase>
6909<phrase>
6910 id: LANG_SCREEN_SCROLL_STEP
6911 desc: Pixels to advance per Screen scroll
Tom Ross104fb372009-03-03 01:38:26 +00006912 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006913 <source>
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006914 *: none
6915 lcd_bitmap: "Screen Scroll Step Size"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006916 </source>
6917 <dest>
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006918 *: none
6919 lcd_bitmap: "Skærmrulnings trinstørrelse"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006920 </dest>
6921 <voice>
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006922 *: none
6923 lcd_bitmap: "Skærmrulnings trinstørrelse"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006924 </voice>
6925</phrase>
6926<phrase>
6927 id: LANG_SCROLL_PAGINATED
6928 desc: jump to new page when scrolling
Tom Ross104fb372009-03-03 01:38:26 +00006929 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006930 <source>
6931 *: "Paged Scrolling"
6932 </source>
6933 <dest>
6934 *: "Rul hele sider"
6935 </dest>
6936 <voice>
6937 *: "Rul hele sider"
6938 </voice>
6939</phrase>
6940<phrase>
6941 id: LANG_FMR
6942 desc: Used when you need to say Preset List, also voiced
Tom Ross104fb372009-03-03 01:38:26 +00006943 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006944 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006945 *: none
6946 radio: "Preset List"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006947 </source>
6948 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006949 *: none
Jonas Häggqvist167564b2007-08-21 22:27:15 +00006950 radio: "Stationer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006951 </dest>
6952 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006953 *: none
Jonas Häggqvist167564b2007-08-21 22:27:15 +00006954 radio: "Stationer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006955 </voice>
6956</phrase>
6957<phrase>
6958 id: LANG_SCREEN_SCROLL_VIEW
6959 desc: should lines scroll out of the screen
Tom Ross104fb372009-03-03 01:38:26 +00006960 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006961 <source>
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006962 *: none
6963 lcd_bitmap: "Screen Scrolls Out Of View"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006964 </source>
6965 <dest>
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006966 *: none
6967 lcd_bitmap: "Skærm ruller ud"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006968 </dest>
6969 <voice>
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006970 *: none
6971 lcd_bitmap: "Skærm ruller ud"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006972 </voice>
6973</phrase>
6974<phrase>
6975 id: LANG_COLOR_UNACCEPTABLE
6976 desc: splash when user selects an invalid colour
Tom Ross104fb372009-03-03 01:38:26 +00006977 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006978 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006979 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006980 lcd_color: "Invalid colour"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006981 </source>
6982 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006983 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006984 lcd_color: "Ugyldig farve"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006985 </dest>
6986 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00006987 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00006988 lcd_color: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006989 </voice>
6990</phrase>
6991<phrase>
6992 id: LANG_TAGCACHE_FORCE_UPDATE
6993 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00006994 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006995 <source>
Alex Parker8e63df12009-05-09 16:09:01 +00006996 *: "Initialize Now"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00006997 </source>
6998 <dest>
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +00006999 *: "Genopbyg database"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007000 </dest>
7001 <voice>
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +00007002 *: "Genopbyg database"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007003 </voice>
7004</phrase>
7005<phrase>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007006 id: LANG_ID3_LENGTH
7007 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00007008 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007009 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00007010 *: "Length"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007011 </source>
7012 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00007013 *: "Længde"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007014 </dest>
7015 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04007016 *: "Længde"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007017 </voice>
7018</phrase>
7019<phrase>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007020 id: LANG_SEARCH_IN_PLAYLIST
7021 desc: in playlist menu.
Tom Ross104fb372009-03-03 01:38:26 +00007022 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007023 <source>
7024 *: "Search In Playlist"
7025 </source>
7026 <dest>
7027 *: "Søg i sætliste"
7028 </dest>
7029 <voice>
7030 *: "Søg i sætliste"
7031 </voice>
7032</phrase>
7033<phrase>
7034 id: LANG_PARTY_MODE
7035 desc: party mode
Tom Ross104fb372009-03-03 01:38:26 +00007036 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007037 <source>
7038 *: "Party Mode"
7039 </source>
7040 <dest>
7041 *: "Festtilstand"
7042 </dest>
7043 <voice>
7044 *: "Festtilstand"
7045 </voice>
7046</phrase>
7047<phrase>
7048 id: LANG_BACKDROP_FAILED
Frank Gevaerts966becf2011-04-10 13:54:06 +00007049 desc: deprecated
Tom Ross104fb372009-03-03 01:38:26 +00007050 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007051 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007052 *: none
Frank Gevaerts966becf2011-04-10 13:54:06 +00007053 lcd_non-mono: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007054 </source>
7055 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007056 *: none
Frank Gevaerts966becf2011-04-10 13:54:06 +00007057 lcd_non-mono: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007058 </dest>
7059 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007060 *: none
7061 lcd_non-mono: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007062 </voice>
7063</phrase>
7064<phrase>
7065 id: LANG_REMOTE_UNIT
7066 desc: in record settings menu.
Tom Ross104fb372009-03-03 01:38:26 +00007067 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007068 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007069 *: none
7070 remote: "Remote Unit Only"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007071 </source>
7072 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007073 *: none
7074 remote: "Fjernbetjeningsskærm"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007075 </dest>
7076 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007077 *: none
7078 remote: "Fjernbetjeningsskærm"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007079 </voice>
7080</phrase>
7081<phrase>
7082 id: LANG_REALLY_OVERWRITE
7083 desc: The verb/action Paste
Tom Ross104fb372009-03-03 01:38:26 +00007084 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007085 <source>
7086 *: "File/directory exists. Overwrite?"
7087 </source>
7088 <dest>
7089 *: "Fil/mappe eksisterer. Overskriv?"
7090 </dest>
7091 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00007092 *: "Fil eller mappe eksisterer. Vil du overskrive?"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007093 </voice>
7094</phrase>
7095<phrase>
7096 id: LANG_EQUALIZER_BAND_CUTOFF
7097 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007098 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007099 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007100 *: none
7101 swcodec: "Cutoff Frequency"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007102 </source>
7103 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007104 *: none
Jonas Häggqvista9933ce2007-12-23 10:58:18 +00007105 swcodec: "Grænse frekvens"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007106 </dest>
7107 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007108 *: none
Jonas Häggqvista9933ce2007-12-23 10:58:18 +00007109 swcodec: "Grænse frekvens"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007110 </voice>
7111</phrase>
7112<phrase>
7113 id: LANG_CLIP_LIGHT
7114 desc: in record settings menu.
Tom Ross104fb372009-03-03 01:38:26 +00007115 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007116 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007117 *: none
7118 recording: "Clipping Light"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007119 </source>
7120 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007121 *: none
7122 recording: "Lys ved klipning"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007123 </dest>
7124 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007125 *: none
7126 recording: "Lys ved klipning"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007127 </voice>
7128</phrase>
7129<phrase>
7130 id: LANG_RESET_COLORS
7131 desc: menu
Tom Ross104fb372009-03-03 01:38:26 +00007132 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007133 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007134 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00007135 lcd_color: "Reset Colours"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007136 </source>
7137 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007138 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00007139 lcd_color: "Nulstil farver"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007140 </dest>
7141 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007142 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00007143 lcd_color: "Nulstil farver"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007144 </voice>
7145</phrase>
7146<phrase>
7147 id: LANG_FM_FIRST_AUTOSCAN
7148 desc: When you run the radio without an fmr file in settings
Tom Ross104fb372009-03-03 01:38:26 +00007149 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007150 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007151 *: none
7152 radio: "No settings found. Autoscan?"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007153 </source>
7154 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007155 *: none
Jonas Häggqvist167564b2007-08-21 22:27:15 +00007156 radio: "Ingen stationer fundet, skan automatisk?"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007157 </dest>
7158 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007159 *: none
Jonas Häggqvistdef4b402008-08-17 14:03:18 +00007160 radio: "Ingen stationer fundet, vil du skanne automatisk?"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007161 </voice>
7162</phrase>
7163<phrase>
7164 id: LANG_COLOR_RGB_LABELS
7165 desc: what to show for the 'R' 'G' 'B' ONE LETTER EACH
Tom Ross104fb372009-03-03 01:38:26 +00007166 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007167 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007168 *: none
7169 lcd_color: "RGB"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007170 </source>
7171 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007172 *: none
7173 lcd_color: "RGB"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007174 </dest>
7175 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007176 *: none
7177 lcd_color: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007178 </voice>
7179</phrase>
7180<phrase>
7181 id: LANG_PLAYLIST_SEARCH_MSG
7182 desc: splash number of tracks inserted
Tom Ross104fb372009-03-03 01:38:26 +00007183 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007184 <source>
7185 *: "Searching... %d found (%s)"
7186 </source>
7187 <dest>
7188 *: "Søger... %d fundet (%s)"
7189 </dest>
7190 <voice>
7191 *: ""
7192 </voice>
7193</phrase>
7194<phrase>
7195 id: LANG_EQUALIZER_GAIN_ITEM
7196 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007197 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007198 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007199 *: none
7200 swcodec: "%d Hz Band Gain"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007201 </source>
7202 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007203 *: none
7204 swcodec: "%d Hz bånd forstærkning"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007205 </dest>
7206 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007207 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00007208 swcodec: "hertz bånd forstærkning"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007209 </voice>
7210</phrase>
7211<phrase>
Jeffrey Goode664dc902009-11-11 00:48:17 +00007212 id: LANG_MANTRACKSKIP
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007213 desc: in crossfade settings
Tom Ross104fb372009-03-03 01:38:26 +00007214 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007215 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007216 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00007217 crossfade: "Manual Track Skip Only"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007218 </source>
7219 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007220 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00007221 crossfade: "Kun ved manuel sangskift"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007222 </dest>
7223 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007224 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00007225 crossfade: "Kun ved manuel sangskift"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007226 </voice>
7227</phrase>
7228<phrase>
7229 id: LANG_EQUALIZER_BAND_CENTER
7230 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007231 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007232 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007233 *: none
Alex Parkera2f90342009-05-09 10:54:07 +00007234 swcodec: "Centre Frequency"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007235 </source>
7236 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007237 *: none
7238 swcodec: "Midterfrekvens"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007239 </dest>
7240 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007241 *: none
7242 swcodec: "Midterfrekvens"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007243 </voice>
7244</phrase>
7245<phrase>
7246 id: LANG_FM_PRESET_CLEAR
7247 desc: clear preset list in fm radio
Tom Ross104fb372009-03-03 01:38:26 +00007248 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007249 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007250 *: none
7251 radio: "Clear Preset List"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007252 </source>
7253 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007254 *: none
Jonas Häggqvist167564b2007-08-21 22:27:15 +00007255 radio: "Slet stationer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007256 </dest>
7257 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007258 *: none
Jonas Häggqvist167564b2007-08-21 22:27:15 +00007259 radio: "Slet stationer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007260 </voice>
7261</phrase>
7262<phrase>
7263 id: LANG_KEYBOARD_LOADED
7264 desc: shown when a keyboard has been loaded from the dir browser
Tom Ross104fb372009-03-03 01:38:26 +00007265 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007266 <source>
7267 *: "New Keyboard"
7268 </source>
7269 <dest>
7270 *: "Nyt tastatur"
7271 </dest>
7272 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00007273 *: "Nyt tastatur"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007274 </voice>
7275</phrase>
7276<phrase>
7277 id: LANG_TAGCACHE
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007278 desc: in the main menu and the settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007279 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007280 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007281 *: "Database"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007282 </source>
7283 <dest>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007284 *: "Database"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007285 </dest>
7286 <voice>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007287 *: "Database"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007288 </voice>
7289</phrase>
7290<phrase>
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007291 id: LANG_FM_PRESET_SAVE
7292 desc: Save preset list in fm radio
Tom Ross104fb372009-03-03 01:38:26 +00007293 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007294 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007295 *: none
7296 radio: "Save Preset List"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007297 </source>
7298 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007299 *: none
Jonas Häggqvist167564b2007-08-21 22:27:15 +00007300 radio: "Gem stationer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007301 </dest>
7302 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007303 *: none
Jonas Häggqvist167564b2007-08-21 22:27:15 +00007304 radio: "Gem stationer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007305 </voice>
7306</phrase>
7307<phrase>
7308 id: LANG_COLOR_RGB_VALUE
7309 desc: in color screen
Tom Ross104fb372009-03-03 01:38:26 +00007310 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007311 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007312 *: none
7313 lcd_color: "RGB: %02X%02X%02X"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007314 </source>
7315 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007316 *: none
7317 lcd_color: "RGB: %02X%02X%02X"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007318 </dest>
7319 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007320 *: none
7321 lcd_color: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007322 </voice>
7323</phrase>
7324<phrase>
7325 id: LANG_EQUALIZER_GAIN
7326 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007327 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007328 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007329 *: none
7330 swcodec: "Simple EQ Settings"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007331 </source>
7332 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007333 *: none
7334 swcodec: "Simple EQ indstillinger"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007335 </dest>
7336 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007337 *: none
7338 swcodec: "Simple equalizer indstillinger"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007339 </voice>
7340</phrase>
7341<phrase>
7342 id: LANG_EQUALIZER_BAND_LOW_SHELF
7343 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007344 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007345 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007346 *: none
7347 swcodec: "Low Shelf Filter"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007348 </source>
7349 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007350 *: none
7351 swcodec: "Low shelf filter"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007352 </dest>
7353 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007354 *: none
7355 swcodec: "Low shelf filter"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007356 </voice>
7357</phrase>
7358<phrase>
7359 id: LANG_EQUALIZER_EDIT_MODE
7360 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007361 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007362 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007363 *: none
7364 swcodec: "Edit mode: %s"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007365 </source>
7366 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007367 *: none
7368 swcodec: "Indstil: %s"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007369 </dest>
7370 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007371 *: none
7372 swcodec: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007373 </voice>
7374</phrase>
7375<phrase>
7376 id: LANG_EQUALIZER_ENABLED
7377 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007378 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007379 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007380 *: none
7381 swcodec: "Enable EQ"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007382 </source>
7383 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007384 *: none
7385 swcodec: "Aktiver EQ"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007386 </dest>
7387 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007388 *: none
7389 swcodec: "Aktiver equalizer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007390 </voice>
7391</phrase>
7392<phrase>
7393 id: LANG_CUT
7394 desc: The verb/action Cut
Tom Ross104fb372009-03-03 01:38:26 +00007395 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007396 <source>
7397 *: "Cut"
7398 </source>
7399 <dest>
7400 *: "Klip"
7401 </dest>
7402 <voice>
7403 *: "Klip"
7404 </voice>
7405</phrase>
7406<phrase>
7407 id: LANG_EQUALIZER_BAND_HIGH_SHELF
7408 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007409 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007410 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007411 *: none
7412 swcodec: "High Shelf Filter"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007413 </source>
7414 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007415 *: none
7416 swcodec: "High shelf filter"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007417 </dest>
7418 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007419 *: none
7420 swcodec: "High shelf filter"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007421 </voice>
7422</phrase>
7423<phrase>
7424 id: LANG_EQUALIZER_BROWSE
7425 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007426 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007427 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007428 *: none
7429 swcodec: "Browse EQ Presets"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007430 </source>
7431 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007432 *: none
7433 swcodec: "Gennemse EQ indstillinger"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007434 </dest>
7435 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007436 *: none
7437 swcodec: "Gennemse equalizer indstillinger"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007438 </voice>
7439</phrase>
7440<phrase>
7441 id: LANG_EQUALIZER
7442 desc: in the sound settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007443 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007444 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007445 *: none
7446 swcodec: "Equalizer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007447 </source>
7448 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007449 *: none
7450 swcodec: "Equalizer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007451 </dest>
7452 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007453 *: none
7454 swcodec: "Equalizer"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007455 </voice>
7456</phrase>
7457<phrase>
7458 id: LANG_BACKDROP_LOADED
Frank Gevaerts966becf2011-04-10 13:54:06 +00007459 desc: deprecated
Tom Ross104fb372009-03-03 01:38:26 +00007460 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007461 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007462 *: none
Frank Gevaerts966becf2011-04-10 13:54:06 +00007463 lcd_non-mono: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007464 </source>
7465 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007466 *: none
Frank Gevaerts966becf2011-04-10 13:54:06 +00007467 lcd_non-mono: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007468 </dest>
7469 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007470 *: none
7471 lcd_non-mono: ""
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007472 </voice>
7473</phrase>
7474<phrase>
7475 id: LANG_SET_AS_BACKDROP
7476 desc: text for onplay menu entry
Tom Ross104fb372009-03-03 01:38:26 +00007477 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007478 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007479 *: none
7480 lcd_non-mono: "Set As Backdrop"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007481 </source>
7482 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007483 *: none
7484 lcd_non-mono: "Brug som baggrund"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007485 </dest>
7486 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007487 *: none
7488 lcd_non-mono: "Brug som baggrund"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007489 </voice>
7490</phrase>
7491<phrase>
7492 id: LANG_EQUALIZER_BAND_PEAK
7493 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00007494 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007495 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007496 *: none
7497 swcodec: "Peak Filter %d"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007498 </source>
7499 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007500 *: none
7501 swcodec: "Top filter %d"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007502 </dest>
7503 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007504 *: none
7505 swcodec: "Top filter"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007506 </voice>
7507</phrase>
7508<phrase>
7509 id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH
7510 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00007511 user: core
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007512 <source>
7513 *: "Updating in background"
7514 </source>
7515 <dest>
7516 *: "Opdaterer i baggrunden"
7517 </dest>
7518 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00007519 *: "Opdaterer i baggrunden"
Jonas Häggqvist72458ba2006-04-04 16:17:20 +00007520 </voice>
7521</phrase>
Peter D'Hoye068fb492006-05-28 21:55:36 +00007522<phrase>
7523 id: LANG_TAGNAVI_ALL_TRACKS
7524 desc: "<All tracks>" entry in tag browser
Tom Ross104fb372009-03-03 01:38:26 +00007525 user: core
Peter D'Hoye068fb492006-05-28 21:55:36 +00007526 <source>
7527 *: "<All tracks>"
7528 </source>
7529 <dest>
7530 *: "<Alle sange>"
7531 </dest>
7532 <voice>
7533 *: "Alle sange"
7534 </voice>
7535</phrase>
7536<phrase>
7537 id: LANG_TAGCACHE_BUSY
7538 desc: when trying to shutdown and tagcache is committing
Tom Ross104fb372009-03-03 01:38:26 +00007539 user: core
Peter D'Hoye068fb492006-05-28 21:55:36 +00007540 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007541 *: "Database is not ready"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007542 </source>
7543 <dest>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007544 *: "Database ikke klar"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007545 </dest>
7546 <voice>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007547 *: "Database er ikke klar"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007548 </voice>
7549</phrase>
7550<phrase>
Peter D'Hoye068fb492006-05-28 21:55:36 +00007551 id: LANG_REMOTE_SCROLL_SETS
7552 desc: "Remote Scrolling Options" Submenu in "Scrolling Options" menu
Tom Ross104fb372009-03-03 01:38:26 +00007553 user: core
Peter D'Hoye068fb492006-05-28 21:55:36 +00007554 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007555 *: none
7556 remote: "Remote Scrolling Options"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007557 </source>
7558 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007559 *: none
7560 remote: "Rulning på fjernbetjening"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007561 </dest>
7562 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007563 *: none
7564 remote: "Rulning på fjernbetjening"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007565 </voice>
7566</phrase>
7567<phrase>
7568 id: LANG_CROSSFEED_HF_CUTOFF
7569 desc: in crossfeed settings
Tom Ross104fb372009-03-03 01:38:26 +00007570 user: core
Peter D'Hoye068fb492006-05-28 21:55:36 +00007571 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007572 *: none
7573 swcodec: "High-Frequency Cutoff"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007574 </source>
7575 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007576 *: none
Jonas Häggqvista9933ce2007-12-23 10:58:18 +00007577 swcodec: "Højfrekvensgrænse"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007578 </dest>
7579 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007580 *: none
Jonas Häggqvista9933ce2007-12-23 10:58:18 +00007581 swcodec: "Højfrekvensgrænse"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007582 </voice>
7583</phrase>
7584<phrase>
7585 id: LANG_INVALID_FILENAME
7586 desc: "invalid filename entered" error message
Tom Ross104fb372009-03-03 01:38:26 +00007587 user: core
Peter D'Hoye068fb492006-05-28 21:55:36 +00007588 <source>
7589 *: "Invalid Filename!"
7590 </source>
7591 <dest>
7592 *: "Ugyldigt filnavn"
7593 </dest>
7594 <voice>
7595 *: "Ugyldigt filnavn"
7596 </voice>
7597</phrase>
7598<phrase>
Peter D'Hoye068fb492006-05-28 21:55:36 +00007599 id: LANG_CROSSFEED_CROSS_GAIN
7600 desc: in crossfeed settings
Tom Ross104fb372009-03-03 01:38:26 +00007601 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00007602 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007603 *: none
7604 swcodec: "Cross Gain"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007605 </source>
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00007606 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007607 *: none
7608 swcodec: "Krydsforstærkning"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007609 </dest>
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00007610 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007611 *: none
7612 swcodec: "Krydsforstærkning"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007613 </voice>
7614</phrase>
7615<phrase>
7616 id: LANG_CROSSFEED_HF_ATTENUATION
7617 desc: in crossfeed settings
Tom Ross104fb372009-03-03 01:38:26 +00007618 user: core
Peter D'Hoye068fb492006-05-28 21:55:36 +00007619 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007620 *: none
7621 swcodec: "High-Frequency Attenuation"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007622 </source>
7623 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007624 *: none
Jonas Häggqvista9933ce2007-12-23 10:58:18 +00007625 swcodec: "Højfrekvensdæmpning"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007626 </dest>
7627 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007628 *: none
Jonas Häggqvista9933ce2007-12-23 10:58:18 +00007629 swcodec: "Højfrekvensdæmpning"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007630 </voice>
7631</phrase>
7632<phrase>
7633 id: LANG_CROSSFEED_DIRECT_GAIN
7634 desc: in crossfeed settings
Tom Ross104fb372009-03-03 01:38:26 +00007635 user: core
Peter D'Hoye068fb492006-05-28 21:55:36 +00007636 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007637 *: none
7638 swcodec: "Direct Gain"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007639 </source>
7640 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007641 *: none
7642 swcodec: "Direkte forstærkning"
Peter D'Hoye068fb492006-05-28 21:55:36 +00007643 </dest>
7644 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007645 *: none
7646 swcodec: "Direkte forstærkning"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007647 </voice>
7648</phrase>
7649<phrase>
7650 id: LANG_TAGCACHE_IMPORT
7651 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00007652 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007653 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007654 *: "Import Modifications"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007655 </source>
7656 <dest>
7657 *: "Importer ændringer"
7658 </dest>
7659 <voice>
Jonas Häggqvist76e5d6c2006-09-30 17:15:10 +00007660 *: "Importer ændringer"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007661 </voice>
7662</phrase>
7663<phrase>
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007664 id: LANG_REMOTE_LCD_OFF
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007665 desc: Remote lcd off splash in recording screen
Tom Ross104fb372009-03-03 01:38:26 +00007666 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007667 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007668 *: none
7669 remote: "Remote Display OFF"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007670 </source>
7671 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007672 *: none
7673 remote: "Fjernbetjeningsskærm slukket"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007674 </dest>
7675 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007676 *: none
7677 remote: "Fjernbetjeningsskærm slukket"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007678 </voice>
7679</phrase>
7680<phrase>
7681 id: LANG_TAGCACHE_AUTOUPDATE
7682 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00007683 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007684 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007685 *: "Auto Update"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007686 </source>
7687 <dest>
7688 *: "Opdater automatisk"
7689 </dest>
7690 <voice>
7691 *: "Opdater automatisk"
7692 </voice>
7693</phrase>
7694<phrase>
7695 id: LANG_STOP_RECORDING
7696 desc: in record timesplit options
Tom Ross104fb372009-03-03 01:38:26 +00007697 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007698 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007699 *: none
7700 recording: "Stop recording"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007701 </source>
7702 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007703 *: none
7704 recording: "Stop indspilning"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007705 </dest>
7706 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007707 *: none
7708 recording: "Stop indspilning"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007709 </voice>
7710</phrase>
7711<phrase>
7712 id: LANG_TAGCACHE_UPDATE
7713 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00007714 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007715 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007716 *: "Update Now"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007717 </source>
7718 <dest>
7719 *: "Opdater nu"
7720 </dest>
7721 <voice>
7722 *: "Opdater nu"
7723 </voice>
7724</phrase>
7725<phrase>
7726 id: LANG_TAGCACHE_EXPORT
7727 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00007728 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007729 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007730 *: "Export Modifications"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007731 </source>
7732 <dest>
7733 *: "Exporter ændringer"
7734 </dest>
7735 <voice>
7736 *: "Exporter ændringer"
7737 </voice>
7738</phrase>
7739<phrase>
7740 id: LANG_SPLIT_SIZE
7741 desc: in record timesplit options
Tom Ross104fb372009-03-03 01:38:26 +00007742 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007743 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007744 *: none
7745 recording: "Split Filesize"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007746 </source>
7747 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007748 *: none
7749 recording: "Del ved filstørrelse"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007750 </dest>
7751 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007752 *: none
7753 recording: "Del ved filstørrelse"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007754 </voice>
7755</phrase>
7756<phrase>
7757 id: LANG_REMOTE_LCD_ON
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007758 desc: Remote lcd off splash in recording screen
Tom Ross104fb372009-03-03 01:38:26 +00007759 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007760 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007761 *: none
7762 remote: "(Vol- : Re-enable)"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007763 </source>
7764 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007765 *: none
7766 remote: "(SKRU NED: Tænd igen)"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007767 </dest>
7768 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007769 *: none
7770 remote: "Skru ned for at tænde igen"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007771 </voice>
7772</phrase>
7773<phrase>
7774 id: LANG_CATALOG
Alex Parker0f29bfc2012-08-29 19:20:22 +01007775 desc: in main menu and onplay menu
Tom Ross104fb372009-03-03 01:38:26 +00007776 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007777 <source>
Alex Parkeraec2f312011-07-21 14:13:20 +00007778 *: "Playlist Catalogue"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007779 </source>
7780 <dest>
7781 *: "Sætliste katalog"
7782 </dest>
7783 <voice>
7784 *: "Sætliste katalog"
7785 </voice>
7786</phrase>
7787<phrase>
7788 id: LANG_SPLIT_MEASURE
7789 desc: in record timesplit options
Tom Ross104fb372009-03-03 01:38:26 +00007790 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007791 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007792 *: none
7793 recording: "Split Measure"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007794 </source>
7795 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007796 *: none
7797 recording: "Fildelings type"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007798 </dest>
7799 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007800 *: none
7801 recording: "Fildelings type"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007802 </voice>
7803</phrase>
7804<phrase>
7805 id: LANG_CATALOG_ADD_TO_NEW
Alex Parkeraec2f312011-07-21 14:13:20 +00007806 desc: in onplay playlist catalogue submenu
Tom Ross104fb372009-03-03 01:38:26 +00007807 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007808 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007809 *: "Add to New Playlist"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007810 </source>
7811 <dest>
7812 *: "Tilføj til ny sætliste"
7813 </dest>
7814 <voice>
7815 *: "Tilføj til ny sætliste"
7816 </voice>
7817</phrase>
7818<phrase>
7819 id: LANG_SPLIT_TIME
7820 desc: in record timesplit options
Tom Ross104fb372009-03-03 01:38:26 +00007821 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007822 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007823 *: none
7824 recording: "Split Time"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007825 </source>
7826 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007827 *: none
7828 recording: "Del ved tid"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007829 </dest>
7830 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007831 *: none
7832 recording: "Del ved tid"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007833 </voice>
7834</phrase>
7835<phrase>
7836 id: LANG_CATALOG_ADD_TO
Alex Parkeraec2f312011-07-21 14:13:20 +00007837 desc: in onplay playlist catalogue submenu
Tom Ross104fb372009-03-03 01:38:26 +00007838 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007839 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007840 *: "Add to Playlist"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007841 </source>
7842 <dest>
7843 *: "Tilføj til sætliste"
7844 </dest>
7845 <voice>
7846 *: "Tilføj til sætliste"
7847 </voice>
7848</phrase>
7849<phrase>
7850 id: LANG_START_NEW_FILE
7851 desc: in record timesplit options
Tom Ross104fb372009-03-03 01:38:26 +00007852 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007853 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007854 *: none
7855 recording: "Start new file"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007856 </source>
7857 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007858 *: none
7859 recording: "Start ny fil"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007860 </dest>
7861 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007862 *: none
7863 recording: "Start ny fil"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007864 </voice>
7865</phrase>
7866<phrase>
7867 id: LANG_SPLIT_TYPE
7868 desc: in record timesplit options
Tom Ross104fb372009-03-03 01:38:26 +00007869 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007870 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007871 *: none
7872 recording: "What to do when Splitting"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007873 </source>
7874 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007875 *: none
7876 recording: "Handling ved fildeling"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007877 </dest>
7878 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007879 *: none
7880 recording: "Handling ved fildeling"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007881 </voice>
7882</phrase>
7883<phrase>
7884 id: LANG_CATALOG_VIEW
Alex Parkeraec2f312011-07-21 14:13:20 +00007885 desc: in onplay playlist catalogue submenu
Tom Ross104fb372009-03-03 01:38:26 +00007886 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007887 <source>
Alex Parkeraec2f312011-07-21 14:13:20 +00007888 *: "View Catalogue"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007889 </source>
7890 <dest>
7891 *: "Vis katalog"
7892 </dest>
7893 <voice>
7894 *: "Vis katalog"
7895 </voice>
7896</phrase>
7897<phrase>
7898 id: LANG_CATALOG_NO_DIRECTORY
Alex Parkeraec2f312011-07-21 14:13:20 +00007899 desc: error message when playlist catalogue directory doesn't exist
Tom Ross104fb372009-03-03 01:38:26 +00007900 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007901 <source>
7902 *: "%s doesn't exist"
7903 </source>
7904 <dest>
7905 *: "%s eksisterer ikke"
7906 </dest>
7907 <voice>
Jonas Häggqvistb4fb3cd2008-11-27 09:34:55 +00007908 *: "Playlist mappen eksisterer ikke"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007909 </voice>
7910</phrase>
7911<phrase>
7912 id: LANG_CATALOG_NO_PLAYLISTS
Alex Parkeraec2f312011-07-21 14:13:20 +00007913 desc: error message when no playlists for playlist catalogue
Tom Ross104fb372009-03-03 01:38:26 +00007914 user: core
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007915 <source>
Jonas Häggqvist09097972007-05-08 00:31:11 +00007916 *: "No Playlists"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007917 </source>
7918 <dest>
7919 *: "Ingen sætlister"
7920 </dest>
7921 <voice>
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +00007922 *: "Ingen sætlister"
Jonas Häggqvist4b715632006-08-05 15:19:57 +00007923 </voice>
7924</phrase>
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007925<phrase>
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007926 id: LANG_SYSFONT_CHANNEL_STEREO
7927 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +00007928 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007929 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007930 *: none
7931 recording: "Stereo"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007932 </source>
7933 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007934 *: none
7935 recording: "Stereo"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007936 </dest>
7937 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007938 *: none
7939 recording: "Stereo"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007940 </voice>
7941</phrase>
7942<phrase>
7943 id: LANG_SYSFONT_CHANNEL_MONO
7944 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +00007945 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007946 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007947 *: none
7948 recording: "Mono"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007949 </source>
7950 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007951 *: none
7952 recording: "Mono"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007953 </dest>
7954 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007955 *: none
7956 recording: "Mono"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007957 </voice>
7958</phrase>
7959<phrase>
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007960 id: LANG_SYSFONT_RECORDING_QUALITY
7961 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00007962 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007963 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007964 *: none
7965 recording_hwcodec: "Quality"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007966 </source>
7967 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007968 *: none
7969 recording_hwcodec: "Kvalitet"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007970 </dest>
7971 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007972 *: none
7973 recording_hwcodec: "Kvalitet"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007974 </voice>
7975</phrase>
7976<phrase>
7977 id: LANG_SYSFONT_RECORDING_FREQUENCY
7978 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00007979 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007980 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007981 *: none
7982 recording: "Frequency"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007983 </source>
7984 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007985 *: none
7986 recording: "Frekvens"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007987 </dest>
7988 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007989 *: none
7990 recording: "Frekvens"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007991 </voice>
7992</phrase>
7993<phrase>
7994 id: LANG_SYSFONT_RECORDING_SOURCE
7995 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00007996 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00007997 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00007998 *: none
7999 recording: "Source"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008000 </source>
8001 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008002 *: none
8003 recording: "Lydkilde"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008004 </dest>
8005 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008006 *: none
8007 recording: "Lydkilde"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008008 </voice>
8009</phrase>
8010<phrase>
8011 id: LANG_SYSFONT_RECORDING_SRC_MIC
8012 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00008013 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008014 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008015 *: none
8016 recording: "Int. Mic"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008017 </source>
8018 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008019 *: none
8020 recording: "Intern mikrofon"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008021 </dest>
8022 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008023 *: none
8024 recording: "Intern mikrofon"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008025 </voice>
8026</phrase>
8027<phrase>
8028 id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
8029 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00008030 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008031 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008032 *: none
8033 recording: "Digital"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008034 </source>
8035 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008036 *: none
8037 recording: "Digital-indgang"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008038 </dest>
8039 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008040 *: none
8041 recording: "Digital-indgang"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008042 </voice>
8043</phrase>
8044<phrase>
8045 id: LANG_SYSFONT_RECORD_TRIGGER
8046 desc: in recording settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00008047 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008048 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008049 *: none
8050 recording: "Trigger"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008051 </source>
8052 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008053 *: none
8054 recording: "Udløser"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008055 </dest>
8056 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008057 *: none
8058 recording: "Udløser"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008059 </voice>
8060</phrase>
8061<phrase>
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008062 id: LANG_SYSFONT_DIRBROWSE_F1
8063 desc: in dir browser, F1 button bar text
Tom Ross104fb372009-03-03 01:38:26 +00008064 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008065 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008066 *: none
8067 recorder_pad: "Menu"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008068 </source>
8069 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008070 *: none
8071 recorder_pad: "Menu"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008072 </dest>
8073 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008074 *: none
8075 recorder_pad: ""
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008076 </voice>
8077</phrase>
8078<phrase>
8079 id: LANG_SYSFONT_DIRBROWSE_F2
8080 desc: in dir browser, F2 button bar text
Tom Ross104fb372009-03-03 01:38:26 +00008081 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008082 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008083 *: none
8084 recorder_pad: "Option"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008085 </source>
8086 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008087 *: none
8088 recorder_pad: "Indstilling"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008089 </dest>
8090 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008091 *: none
8092 recorder_pad: ""
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008093 </voice>
8094</phrase>
8095<phrase>
8096 id: LANG_SYSFONT_DIRBROWSE_F3
8097 desc: in dir browser, F3 button bar text
Tom Ross104fb372009-03-03 01:38:26 +00008098 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008099 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008100 *: none
8101 recorder_pad: "LCD"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008102 </source>
8103 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008104 *: none
8105 recorder_pad: "Skærm"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008106 </dest>
8107 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008108 *: none
8109 recorder_pad: ""
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008110 </voice>
8111</phrase>
8112<phrase>
8113 id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
8114 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00008115 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008116 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008117 *: none
Jonas Häggqvistb4fb3cd2008-11-27 09:34:55 +00008118 swcodec: "Cutoff"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008119 </source>
8120 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008121 *: none
Jonas Häggqvistb4fb3cd2008-11-27 09:34:55 +00008122 swcodec: "Grænse"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008123 </dest>
8124 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008125 *: none
Jonas Häggqvistb4fb3cd2008-11-27 09:34:55 +00008126 swcodec: "Grænse"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008127 </voice>
8128</phrase>
8129<phrase>
8130 id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
8131 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00008132 user: core
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008133 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008134 *: none
Jonas Häggqvistb4fb3cd2008-11-27 09:34:55 +00008135 swcodec: "Edit mode: %s %s"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008136 </source>
8137 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008138 *: none
Jonas Häggqvistb4fb3cd2008-11-27 09:34:55 +00008139 swcodec: "Indstil: %s %s"
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008140 </dest>
8141 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008142 *: none
8143 swcodec: ""
Shachar Libermanf17e5c02006-08-07 21:24:22 +00008144 </voice>
8145</phrase>
Jonas Häggqvistba232362006-08-23 03:31:40 +00008146<phrase>
Jonas Häggqvistba232362006-08-23 03:31:40 +00008147 id: LANG_NEVER
8148 desc: in lcd settings
Tom Ross104fb372009-03-03 01:38:26 +00008149 user: core
Jonas Häggqvistba232362006-08-23 03:31:40 +00008150 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008151 *: none
8152 lcd_sleep: "Never"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008153 </source>
8154 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008155 *: none
8156 lcd_sleep: "Aldrig"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008157 </dest>
8158 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008159 *: none
8160 lcd_sleep: "Aldrig"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008161 </voice>
8162</phrase>
8163<phrase>
8164 id: LANG_AGC_DJSET
8165 desc: AGC preset
Tom Ross104fb372009-03-03 01:38:26 +00008166 user: core
Jonas Häggqvistba232362006-08-23 03:31:40 +00008167 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008168 *: none
8169 agc: "DJ-Set (slow)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008170 </source>
8171 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008172 *: none
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +00008173 agc: "DJ-Sæt (langsom)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008174 </dest>
8175 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008176 *: none
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +00008177 agc: "DJ-Sæt (langsom)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008178 </voice>
8179</phrase>
8180<phrase>
8181 id: LANG_LCD_SLEEP_AFTER_BACKLIGHT_OFF
8182 desc: In display settings, time to switch LCD chip into power saving state
Tom Ross104fb372009-03-03 01:38:26 +00008183 user: core
Jonas Häggqvistba232362006-08-23 03:31:40 +00008184 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008185 *: none
8186 lcd_sleep: "Sleep (After Backlight Off)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008187 </source>
8188 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008189 *: none
8190 lcd_sleep: "Sluk skærm efter lys slukker"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008191 </dest>
8192 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008193 *: none
8194 lcd_sleep: "Sluk skærm efter lys slukker"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008195 </voice>
8196</phrase>
8197<phrase>
Jonas Häggqvistba232362006-08-23 03:31:40 +00008198 id: LANG_AGC_LIVE
8199 desc: AGC preset
Tom Ross104fb372009-03-03 01:38:26 +00008200 user: core
Jonas Häggqvistba232362006-08-23 03:31:40 +00008201 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008202 *: none
8203 agc: "Live (slow)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008204 </source>
8205 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008206 *: none
8207 agc: "Live (langsom)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008208 </dest>
8209 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008210 *: none
8211 agc: "Live (langsom)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008212 </voice>
8213</phrase>
8214<phrase>
8215 id: LANG_AGC_VOICE
8216 desc: AGC preset
Tom Ross104fb372009-03-03 01:38:26 +00008217 user: core
Jonas Häggqvistba232362006-08-23 03:31:40 +00008218 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008219 *: none
8220 agc: "Voice (fast)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008221 </source>
8222 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008223 *: none
8224 agc: "Stemme (hurtig)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008225 </dest>
8226 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008227 *: none
8228 agc: "Stemme (hurtig)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008229 </voice>
8230</phrase>
8231<phrase>
8232 id: LANG_AGC_MEDIUM
8233 desc: AGC preset
Tom Ross104fb372009-03-03 01:38:26 +00008234 user: core
Jonas Häggqvistba232362006-08-23 03:31:40 +00008235 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008236 *: none
8237 agc: "Medium"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008238 </source>
8239 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008240 *: none
8241 agc: "Medium"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008242 </dest>
8243 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008244 *: none
8245 agc: "Medium"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008246 </voice>
8247</phrase>
8248<phrase>
8249 id: LANG_AGC_SAFETY
8250 desc: AGC preset
Tom Ross104fb372009-03-03 01:38:26 +00008251 user: core
Jonas Häggqvistba232362006-08-23 03:31:40 +00008252 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008253 *: none
8254 agc: "Safety (clip)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008255 </source>
8256 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008257 *: none
8258 agc: "Sikker (klip)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008259 </dest>
8260 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008261 *: none
8262 agc: "Sikker (klip)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008263 </voice>
8264</phrase>
8265<phrase>
8266 id: LANG_LOADING_PERCENT
8267 desc: splash number of percents loaded
Tom Ross104fb372009-03-03 01:38:26 +00008268 user: core
Jonas Häggqvistba232362006-08-23 03:31:40 +00008269 <source>
8270 *: "Loading... %d%% done (%s)"
8271 </source>
8272 <dest>
8273 *: "Henter... %d%% færdig (%s)"
8274 </dest>
8275 <voice>
8276 *: ""
8277 </voice>
8278</phrase>
8279<phrase>
Jonas Häggqvistba232362006-08-23 03:31:40 +00008280 id: LANG_SHOW_PATH
8281 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00008282 user: core
Jonas Häggqvistba232362006-08-23 03:31:40 +00008283 <source>
8284 *: "Show Path"
8285 </source>
8286 <dest>
8287 *: "Vis sti"
8288 </dest>
8289 <voice>
8290 *: "Vis sti"
8291 </voice>
8292</phrase>
8293<phrase>
Jonas Häggqvistba232362006-08-23 03:31:40 +00008294 id: LANG_SHOW_PATH_CURRENT
8295 desc: in show path menu
Tom Ross104fb372009-03-03 01:38:26 +00008296 user: core
Jonas Häggqvistba232362006-08-23 03:31:40 +00008297 <source>
8298 *: "Current Directory Only"
8299 </source>
8300 <dest>
8301 *: "Aktuel mappe"
8302 </dest>
8303 <voice>
8304 *: "Aktuel mappe"
8305 </voice>
8306</phrase>
8307<phrase>
Jonas Häggqvistba232362006-08-23 03:31:40 +00008308 id: LANG_BACKLIGHT_ON_BUTTON_HOLD
8309 desc: in lcd settings
Tom Ross104fb372009-03-03 01:38:26 +00008310 user: core
Jonas Häggqvistba232362006-08-23 03:31:40 +00008311 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008312 *: none
Jonas Häggqvist498586f2007-08-20 17:22:57 +00008313 hold_button: "Backlight on Hold"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008314 </source>
8315 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008316 *: none
8317 hold_button: "Lys (ved tastatur lås)"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008318 </dest>
8319 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008320 *: none
8321 hold_button: "Lys ved tastatur lås"
Jonas Häggqvistba232362006-08-23 03:31:40 +00008322 </voice>
8323</phrase>
Jonas Häggqvist17e1e692006-09-13 16:32:37 +00008324<phrase>
8325 id: VOICE_KBIT_PER_SEC
Jonas Häggqvist09097972007-05-08 00:31:11 +00008326 desc: spoken only, a unit postfix
Tom Ross104fb372009-03-03 01:38:26 +00008327 user: core
Jonas Häggqvist17e1e692006-09-13 16:32:37 +00008328 <source>
8329 *: ""
8330 </source>
8331 <dest>
8332 *: ""
8333 </dest>
8334 <voice>
8335 *: "kilobit per sekund"
8336 </voice>
8337</phrase>
8338<phrase>
Jonas Häggqvist09097972007-05-08 00:31:11 +00008339 id: LANG_AFMT_PCM_WAV
8340 desc: audio format description
Tom Ross104fb372009-03-03 01:38:26 +00008341 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008342 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008343 *: none
8344 recording: "PCM Wave"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008345 </source>
8346 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008347 *: none
8348 recording: "PCM Wave"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008349 </dest>
8350 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008351 *: none
8352 recording: "PCM Wave"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008353 </voice>
8354</phrase>
8355<phrase>
8356 id: LANG_BUILDING_DATABASE
8357 desc: splash database building progress
Tom Ross104fb372009-03-03 01:38:26 +00008358 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008359 <source>
8360 *: "Building database... %d found (OFF to return)"
Björn Stenbergc0740442009-12-07 12:19:08 +00008361 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +00008362 ipod*: "Building database... %d found (PREV to return)"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02008363 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00008364 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
Björn Stenbergc0740442009-12-07 12:19:08 +00008365 gogearsa9200: "Building database... %d found (REW to return)"
Jonas Häggqvista9e2b872011-06-27 12:11:48 +00008366 archosplayer: "Building DB %d found"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008367 </source>
8368 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008369 *: "Bygger database... %d fundet (SLUK for at stoppe)"
Björn Stenbergc0740442009-12-07 12:19:08 +00008370 iriverh100,iriverh120,iriverh300: "Bygger database... %d fundet (STOP for at stoppe)"
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +00008371 ipod*: "Bygger database... %d fundet (FORRIGE for at stoppe)"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02008372 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Bygger database... %d fundet (VENSTRE for at stoppe)"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00008373 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Bygger database... %d fundet (FORRIGE for at stoppe)"
Björn Stenbergc0740442009-12-07 12:19:08 +00008374 gogearsa9200: "Bygger database... %d fundet (SPOL TILBAGE for at stoppe)"
Jonas Häggqvista9e2b872011-06-27 12:11:48 +00008375 archosplayer: "Bygger DB %d fundet"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008376 </dest>
8377 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008378 *: "filer fundet til databasen"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008379 </voice>
8380</phrase>
8381<phrase>
8382 id: LANG_DIR_BROWSER
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008383 desc: main menu title
Tom Ross104fb372009-03-03 01:38:26 +00008384 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008385 <source>
8386 *: "Files"
8387 </source>
8388 <dest>
8389 *: "Filer"
8390 </dest>
8391 <voice>
8392 *: "Filer"
8393 </voice>
8394</phrase>
8395<phrase>
8396 id: LANG_ID3_COMMENT
8397 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00008398 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008399 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00008400 *: "Comment"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008401 </source>
8402 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00008403 *: "Kommentar"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008404 </dest>
8405 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04008406 *: "Kommentar"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008407 </voice>
8408</phrase>
8409<phrase>
8410 id: LANG_AFMT_WAVPACK
8411 desc: audio format description
Tom Ross104fb372009-03-03 01:38:26 +00008412 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008413 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008414 *: none
8415 recording_swcodec: "WavPack"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008416 </source>
8417 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008418 *: none
8419 recording_swcodec: "WavPack"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008420 </dest>
8421 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008422 *: none
8423 recording_swcodec: "WavPack"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008424 </voice>
8425</phrase>
8426<phrase>
8427 id: LANG_USB_CHARGING
8428 desc: in Battery menu
Tom Ross104fb372009-03-03 01:38:26 +00008429 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008430 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008431 *: none
Frank Gevaerts8be08a32010-01-15 19:51:52 +00008432 usb_charging_enable: "Charge During USB Connection"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008433 </source>
8434 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008435 *: none
Frank Gevaerts8be08a32010-01-15 19:51:52 +00008436 usb_charging_enable: "Oplad ved USB forbindelse"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008437 </dest>
8438 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008439 *: none
Frank Gevaerts8be08a32010-01-15 19:51:52 +00008440 usb_charging_enable: "Oplad ved U S B forbindelse"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008441 </voice>
8442</phrase>
8443<phrase>
8444 id: LANG_SOURCE_FREQUENCY
8445 desc: when recording source frequency setting must follow source
Tom Ross104fb372009-03-03 01:38:26 +00008446 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008447 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008448 *: none
8449 recording: "(Same As Source)"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008450 </source>
8451 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008452 *: none
8453 recording: "(som kilde)"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008454 </dest>
8455 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008456 *: none
8457 recording: "Som kilde"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008458 </voice>
8459</phrase>
8460<phrase>
8461 id: LANG_FM_EUROPE
8462 desc: fm tuner region europe
Tom Ross104fb372009-03-03 01:38:26 +00008463 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008464 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008465 *: none
8466 radio: "Europe"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008467 </source>
8468 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008469 *: none
8470 radio: "Europa"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008471 </dest>
8472 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008473 *: none
8474 radio: "Europa"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008475 </voice>
8476</phrase>
8477<phrase>
8478 id: LANG_WARNING_BATTERY_LOW
8479 desc: general warning
Tom Ross104fb372009-03-03 01:38:26 +00008480 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008481 <source>
8482 *: "WARNING! Low Battery!"
8483 </source>
8484 <dest>
8485 *: "ADVARSEL! Batteri niveau lavt!"
8486 </dest>
8487 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00008488 *: "ADVARSEL! Batteri niveau lavt!"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008489 </voice>
8490</phrase>
8491<phrase>
8492 id: LANG_ENCODER_SETTINGS
8493 desc: encoder settings
Tom Ross104fb372009-03-03 01:38:26 +00008494 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008495 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008496 *: none
8497 recording: "Encoder Settings"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008498 </source>
8499 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008500 *: none
8501 recording: "Encoder indstillinger"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008502 </dest>
8503 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008504 *: none
8505 recording: "Encoder indstillinger"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008506 </voice>
8507</phrase>
8508<phrase>
8509 id: LANG_PLAYLISTVIEWER_SETTINGS
8510 desc: title for the playlist viewer settings menus
Tom Ross104fb372009-03-03 01:38:26 +00008511 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008512 <source>
8513 *: "Playlist Viewer Settings"
8514 </source>
8515 <dest>
8516 *: "Sætlistevisning indstillinger"
8517 </dest>
8518 <voice>
8519 *: "Sætlistevisning indstillinger"
8520 </voice>
8521</phrase>
8522<phrase>
8523 id: LANG_NOW_PLAYING
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008524 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +00008525 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008526 <source>
8527 *: "Now Playing"
8528 </source>
8529 <dest>
8530 *: "Afspiller nu"
8531 </dest>
8532 <voice>
8533 *: "Afspiller nu"
8534 </voice>
8535</phrase>
8536<phrase>
8537 id: LANG_RECORDING_FORMAT
8538 desc: audio format item in recording menu
Tom Ross104fb372009-03-03 01:38:26 +00008539 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008540 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008541 *: none
8542 recording: "Format"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008543 </source>
8544 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008545 *: none
8546 recording: "Format"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008547 </dest>
8548 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008549 *: none
8550 recording: "Format"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008551 </voice>
8552</phrase>
8553<phrase>
8554 id: LANG_SHUFFLE_TRACKSKIP
8555 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00008556 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008557 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008558 *: none
Jeffrey Goode29d27112009-11-12 15:42:37 +00008559 crossfade: "Shuffle or Manual Track Skip"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008560 </source>
8561 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008562 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00008563 crossfade: "Sangskift ved blandet afspilning"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008564 </dest>
8565 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008566 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00008567 crossfade: "Sangskift ved blandet afspilning"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008568 </voice>
8569</phrase>
8570<phrase>
8571 id: LANG_BITRATE
8572 desc: bits-kilobits per unit time
Tom Ross104fb372009-03-03 01:38:26 +00008573 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008574 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008575 *: none
8576 recording_swcodec: "Bitrate"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008577 </source>
8578 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008579 *: none
8580 recording_swcodec: "Bitrate"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008581 </dest>
8582 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008583 *: none
8584 recording_swcodec: "Bitrate"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008585 </voice>
8586</phrase>
8587<phrase>
8588 id: LANG_TOP_TIME
8589 desc: in run time screen
Tom Ross104fb372009-03-03 01:38:26 +00008590 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008591 <source>
8592 *: "Top Time"
8593 </source>
8594 <dest>
8595 *: "Længste"
8596 </dest>
8597 <voice>
8598 *: "Længste"
8599 </voice>
8600</phrase>
8601<phrase>
8602 id: LANG_RANDOM
8603 desc: random folder
Tom Ross104fb372009-03-03 01:38:26 +00008604 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008605 <source>
8606 *: "Random"
8607 </source>
8608 <dest>
8609 *: "Tilfældig"
8610 </dest>
8611 <voice>
8612 *: "Tilfældig"
8613 </voice>
8614</phrase>
8615<phrase>
8616 id: LANG_RECORD_TRIGGER_NEWFILESTP
8617 desc: trigger types
Tom Ross104fb372009-03-03 01:38:26 +00008618 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008619 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008620 *: none
8621 recording: "New file"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008622 </source>
8623 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008624 *: none
8625 recording: "Ny fil"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008626 </dest>
8627 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008628 *: none
8629 recording: "Ny fil"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008630 </voice>
8631</phrase>
8632<phrase>
8633 id: LANG_MAIN_MENU
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008634 desc: in start screen setting
Tom Ross104fb372009-03-03 01:38:26 +00008635 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008636 <source>
8637 *: "Main Menu"
8638 </source>
8639 <dest>
8640 *: "Hovedmenu"
8641 </dest>
8642 <voice>
8643 *: "Hovedmenu"
8644 </voice>
8645</phrase>
8646<phrase>
8647 id: LANG_ALARM_WAKEUP_SCREEN
8648 desc: in alarm menu setting
Tom Ross104fb372009-03-03 01:38:26 +00008649 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008650 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008651 *: none
8652 alarm: "Alarm Wake up Screen"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008653 </source>
8654 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008655 *: none
8656 alarm: "Alarm skærm"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008657 </dest>
8658 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008659 *: none
8660 alarm: "Alarm skærm"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008661 </voice>
8662</phrase>
8663<phrase>
8664 id: LANG_SAVE_THEME
8665 desc: save a theme file
Tom Ross104fb372009-03-03 01:38:26 +00008666 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008667 <source>
8668 *: "Save Theme Settings"
8669 </source>
8670 <dest>
8671 *: "Tema indstillinger"
8672 </dest>
8673 <voice>
8674 *: "Tema indstillinger"
8675 </voice>
8676</phrase>
8677<phrase>
8678 id: LANG_AFMT_AIFF
8679 desc: audio format description
Tom Ross104fb372009-03-03 01:38:26 +00008680 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008681 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008682 *: none
8683 recording: "AIFF"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008684 </source>
8685 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008686 *: none
8687 recording: "AIFF"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008688 </dest>
8689 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008690 *: none
8691 recording: "AIFF"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008692 </voice>
8693</phrase>
8694<phrase>
8695 id: LANG_NO_SETTINGS
8696 desc: when something has settings in a certain context
Tom Ross104fb372009-03-03 01:38:26 +00008697 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008698 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008699 *: none
8700 recording: "(No Settings)"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008701 </source>
8702 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008703 *: none
8704 recording: "(Ingen indstillinger)"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008705 </dest>
8706 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008707 *: none
8708 recording: "Ingen indstillinger tilgængelige"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008709 </voice>
8710</phrase>
8711<phrase>
8712 id: LANG_RESUME_PLAYBACK
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008713 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +00008714 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008715 <source>
8716 *: "Resume Playback"
8717 </source>
8718 <dest>
8719 *: "Fortsæt afspilning"
8720 </dest>
8721 <voice>
8722 *: "Fortsæt afspilning"
8723 </voice>
8724</phrase>
8725<phrase>
8726 id: LANG_REPLACE
8727 desc: in onplay menu. Replace the current playlist with a new one.
Tom Ross104fb372009-03-03 01:38:26 +00008728 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008729 <source>
8730 *: "Play Next"
8731 </source>
8732 <dest>
8733 *: "Afspil næste"
8734 </dest>
8735 <voice>
8736 *: "Afspil næste"
8737 </voice>
8738</phrase>
8739<phrase>
8740 id: LANG_WARNING_BATTERY_EMPTY
8741 desc: general warning
Tom Ross104fb372009-03-03 01:38:26 +00008742 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008743 <source>
8744 *: "Battery empty! RECHARGE!"
8745 </source>
8746 <dest>
8747 *: "Batteri tomt! LAD OP!"
8748 </dest>
8749 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00008750 *: "Batteri tomt! LAD OP!"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008751 </voice>
8752</phrase>
8753<phrase>
8754 id: LANG_FM_KOREA
8755 desc: fm region korea
Tom Ross104fb372009-03-03 01:38:26 +00008756 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008757 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008758 *: none
8759 radio: "Korea"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008760 </source>
8761 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008762 *: none
8763 radio: "Korea"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008764 </dest>
8765 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008766 *: none
8767 radio: "Korea"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008768 </voice>
8769</phrase>
8770<phrase>
8771 id: LANG_RUNNING_TIME
8772 desc: in run time screen
Tom Ross104fb372009-03-03 01:38:26 +00008773 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008774 <source>
8775 *: "Running Time"
8776 </source>
8777 <dest>
8778 *: "Tændt tid"
8779 </dest>
8780 <voice>
8781 *: "Tændt tid"
8782 </voice>
8783</phrase>
8784<phrase>
8785 id: LANG_FM_US
8786 desc: fm region us / canada
Tom Ross104fb372009-03-03 01:38:26 +00008787 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008788 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008789 *: none
8790 radio: "US / Canada"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008791 </source>
8792 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008793 *: none
Jonas Häggqvista28e33f2008-10-26 14:17:49 +00008794 radio: "USA / Canada"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008795 </dest>
8796 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008797 *: none
Jonas Häggqvista28e33f2008-10-26 14:17:49 +00008798 radio: "USA og Canada"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008799 </voice>
8800</phrase>
8801<phrase>
8802 id: LANG_FM_REGION
8803 desc: fm tuner region setting
Tom Ross104fb372009-03-03 01:38:26 +00008804 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008805 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008806 *: none
8807 radio: "Region"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008808 </source>
8809 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008810 *: none
8811 radio: "Region"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008812 </dest>
8813 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008814 *: none
8815 radio: "Region"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008816 </voice>
8817</phrase>
8818<phrase>
8819 id: LANG_ROCKBOX_TITLE
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008820 desc: main menu title
Tom Ross104fb372009-03-03 01:38:26 +00008821 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008822 <source>
8823 *: "Rockbox"
8824 </source>
8825 <dest>
8826 *: "Rockbox"
8827 </dest>
8828 <voice>
8829 *: "Rockbox"
8830 </voice>
8831</phrase>
8832<phrase>
8833 id: LANG_RECORD_TRIGGER_STOP
8834 desc: trigger types
Tom Ross104fb372009-03-03 01:38:26 +00008835 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008836 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008837 *: none
8838 recording: "Stop"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008839 </source>
8840 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008841 *: none
8842 recording: "Stop"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008843 </dest>
8844 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008845 *: none
8846 recording: "Stop"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008847 </voice>
8848</phrase>
8849<phrase>
8850 id: LANG_PLEASE_REBOOT
8851 desc: when activating an option that requires a reboot
Tom Ross104fb372009-03-03 01:38:26 +00008852 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008853 <source>
8854 *: "Please reboot to enable"
8855 </source>
8856 <dest>
8857 *: "Genstart venligst for at aktivere"
8858 </dest>
8859 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00008860 *: "Genstart venligst for at aktivere"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008861 </voice>
8862</phrase>
8863<phrase>
8864 id: LANG_ONPLAY_MENU_TITLE
8865 desc: title for the onplay menus
Tom Ross104fb372009-03-03 01:38:26 +00008866 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008867 <source>
8868 *: "Context Menu"
8869 </source>
8870 <dest>
8871 *: "Kontekst menu"
8872 </dest>
8873 <voice>
8874 *: "Kontekst menu"
8875 </voice>
8876</phrase>
8877<phrase>
8878 id: LANG_PREVIOUS_SCREEN
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008879 desc: in start screen setting
Tom Ross104fb372009-03-03 01:38:26 +00008880 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008881 <source>
8882 *: "Previous Screen"
8883 </source>
8884 <dest>
8885 *: "Tidligere skærm"
8886 </dest>
8887 <voice>
8888 *: "Tidligere skærm"
8889 </voice>
8890</phrase>
8891<phrase>
8892 id: LANG_CUESHEET_ENABLE
8893 desc: cuesheet support option
Tom Ross104fb372009-03-03 01:38:26 +00008894 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008895 <source>
8896 *: "Cuesheet Support"
8897 </source>
8898 <dest>
8899 *: "Cuesheet understøttelse"
8900 </dest>
8901 <voice>
8902 *: "Cuesheet understøttelse"
8903 </voice>
8904</phrase>
8905<phrase>
8906 id: LANG_START_SCREEN
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008907 desc: in the system sub menu
Tom Ross104fb372009-03-03 01:38:26 +00008908 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008909 <source>
8910 *: "Start Screen"
8911 </source>
8912 <dest>
8913 *: "Start skærm"
8914 </dest>
8915 <voice>
8916 *: "Start skærm"
8917 </voice>
8918</phrase>
8919<phrase>
Jonas Häggqvist09097972007-05-08 00:31:11 +00008920 id: LANG_FM_JAPAN
8921 desc: fm region japan
Tom Ross104fb372009-03-03 01:38:26 +00008922 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008923 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008924 *: none
8925 radio: "Japan"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008926 </source>
8927 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008928 *: none
8929 radio: "Japan"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008930 </dest>
8931 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008932 *: none
8933 radio: "Japan"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008934 </voice>
8935</phrase>
8936<phrase>
8937 id: LANG_DITHERING
8938 desc: in the sound settings menu
Tom Ross104fb372009-03-03 01:38:26 +00008939 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008940 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008941 *: none
8942 swcodec: "Dithering"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008943 </source>
8944 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008945 *: none
8946 swcodec: "Dithering"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008947 </dest>
8948 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008949 *: none
8950 swcodec: "Dithering"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008951 </voice>
8952</phrase>
8953<phrase>
8954 id: LANG_PROPERTIES
8955 desc: browser file/dir properties
Tom Ross104fb372009-03-03 01:38:26 +00008956 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008957 <source>
8958 *: "Properties"
8959 </source>
8960 <dest>
8961 *: "Egenskaber"
8962 </dest>
8963 <voice>
8964 *: "Egenskaber"
8965 </voice>
8966</phrase>
8967<phrase>
8968 id: LANG_BUTTONLIGHT_TIMEOUT
8969 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00008970 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008971 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008972 *: none
Nils Wallménius6f73ebe2008-11-08 20:13:29 +00008973 button_light: "Button Light Timeout"
Björn Stenbergc0740442009-12-07 12:19:08 +00008974 sansafuze*,sansae200*: "Wheel Light Timeout"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008975 </source>
8976 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008977 *: none
Nils Wallménius6f73ebe2008-11-08 20:13:29 +00008978 button_light: "Knap-lys sluk"
Björn Stenbergc0740442009-12-07 12:19:08 +00008979 sansafuze*,sansae200*: "Hjul-lys sluk"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008980 </dest>
8981 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00008982 *: none
Nils Wallménius6f73ebe2008-11-08 20:13:29 +00008983 button_light: "Knap-lys sluk"
Björn Stenbergc0740442009-12-07 12:19:08 +00008984 sansafuze*,sansae200*: "Hjul-lys sluk"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008985 </voice>
8986</phrase>
8987<phrase>
8988 id: LANG_ID3_ALBUMARTIST
8989 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00008990 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00008991 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00008992 *: "Album Artist"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008993 </source>
8994 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00008995 *: "Album kunstner"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008996 </dest>
8997 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04008998 *: "Album kunstner"
Jonas Häggqvist09097972007-05-08 00:31:11 +00008999 </voice>
9000</phrase>
9001<phrase>
9002 id: LANG_AFMT_MPA_L3
9003 desc: audio format description
Tom Ross104fb372009-03-03 01:38:26 +00009004 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00009005 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009006 *: none
9007 recording: "MPEG Layer 3"
Jonas Häggqvist09097972007-05-08 00:31:11 +00009008 </source>
9009 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009010 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00009011 recording: "MP3"
Jonas Häggqvist09097972007-05-08 00:31:11 +00009012 </dest>
9013 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009014 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00009015 recording: "MP3"
Jonas Häggqvist09097972007-05-08 00:31:11 +00009016 </voice>
9017</phrase>
9018<phrase>
Jonas Häggqvist09097972007-05-08 00:31:11 +00009019 id: LANG_CLEAR_TIME
9020 desc: in run time screen
Tom Ross104fb372009-03-03 01:38:26 +00009021 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00009022 <source>
9023 *: "Clear Time?"
9024 </source>
9025 <dest>
9026 *: "Nulstil tid?"
9027 </dest>
9028 <voice>
Jonas Häggqvistdef4b402008-08-17 14:03:18 +00009029 *: "Vil du nulstille tid?"
Jonas Häggqvist09097972007-05-08 00:31:11 +00009030 </voice>
9031</phrase>
9032<phrase>
9033 id: LANG_AUDIOSCROBBLER
9034 desc: "Last.fm Log" in the playback menu
Tom Ross104fb372009-03-03 01:38:26 +00009035 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00009036 <source>
9037 *: "Last.fm Log"
9038 </source>
9039 <dest>
9040 *: "Last.fm log"
9041 </dest>
9042 <voice>
9043 *: "Last.fm log"
9044 </voice>
9045</phrase>
9046<phrase>
9047 id: LANG_RECORD_TRIGGER_TYPE
9048 desc: in recording trigger menu
Tom Ross104fb372009-03-03 01:38:26 +00009049 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00009050 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009051 *: none
9052 recording: "Trigtype"
Jonas Häggqvist09097972007-05-08 00:31:11 +00009053 </source>
9054 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009055 *: none
9056 recording: "Udløser type"
Jonas Häggqvist09097972007-05-08 00:31:11 +00009057 </dest>
9058 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009059 *: none
9060 recording: "Udløser type"
Jonas Häggqvist09097972007-05-08 00:31:11 +00009061 </voice>
9062</phrase>
9063<phrase>
9064 id: LANG_FM_MENU
9065 desc: fm menu title
Tom Ross104fb372009-03-03 01:38:26 +00009066 user: core
Jonas Häggqvist09097972007-05-08 00:31:11 +00009067 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009068 *: none
9069 radio: "FM Radio Menu"
Jonas Häggqvist09097972007-05-08 00:31:11 +00009070 </source>
9071 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009072 *: none
9073 radio: "FM radio menu"
Jonas Häggqvist09097972007-05-08 00:31:11 +00009074 </dest>
9075 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009076 *: none
9077 radio: "FM radio menu"
Jonas Häggqvist09097972007-05-08 00:31:11 +00009078 </voice>
9079</phrase>
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009080<phrase>
9081 id: LANG_DELETING
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00009082 desc:
Tom Ross104fb372009-03-03 01:38:26 +00009083 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009084 <source>
9085 *: "Deleting..."
9086 </source>
9087 <dest>
9088 *: "Sletter..."
9089 </dest>
9090 <voice>
9091 *: "Sletter"
9092 </voice>
9093</phrase>
9094<phrase>
9095 id: LANG_BOOKMARK_CONTEXT_RESUME
9096 desc: bookmark context menu, resume this bookmark
Tom Ross104fb372009-03-03 01:38:26 +00009097 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009098 <source>
9099 *: "Resume"
9100 </source>
9101 <dest>
9102 *: "Fortsæt"
9103 </dest>
9104 <voice>
9105 *: "Fortsæt"
9106 </voice>
9107</phrase>
9108<phrase>
9109 id: LANG_LISTACCEL_ACCEL_SPEED
9110 desc: list acceleration speed
Tom Ross104fb372009-03-03 01:38:26 +00009111 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009112 <source>
9113 *: "List Acceleration Speed"
Thomas Martitzfd14cac2009-03-02 19:25:50 +00009114 wheel_acceleration: none
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009115 </source>
9116 <dest>
9117 *: "Liste acceleration hastighed"
Thomas Martitzfd14cac2009-03-02 19:25:50 +00009118 wheel_acceleration: none
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009119 </dest>
9120 <voice>
9121 *: "Liste acceleration hastighed"
Thomas Martitzfd14cac2009-03-02 19:25:50 +00009122 wheel_acceleration: none
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009123 </voice>
9124</phrase>
9125<phrase>
9126 id: LANG_BOOKMARK_CONTEXT_MENU
9127 desc: bookmark selection list context menu
Tom Ross104fb372009-03-03 01:38:26 +00009128 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009129 <source>
9130 *: "Bookmark Actions"
9131 </source>
9132 <dest>
9133 *: "Bogmærke handlinger"
9134 </dest>
9135 <voice>
9136 *: "Bogmærke handlinger"
9137 </voice>
9138</phrase>
9139<phrase>
9140 id: LANG_REC_DIR_NOT_WRITABLE
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00009141 desc:
Tom Ross104fb372009-03-03 01:38:26 +00009142 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009143 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009144 *: none
9145 recording: "Can't write to recording directory"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009146 </source>
9147 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009148 *: none
9149 recording: "Kan ikke skrive til optagelsesmappe"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009150 </dest>
9151 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009152 *: none
9153 recording: "Kan ikke skrive til optagelsesmappe"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009154 </voice>
9155</phrase>
9156<phrase>
9157 id: LANG_BROWSE_CUESHEET
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00009158 desc:
Tom Ross104fb372009-03-03 01:38:26 +00009159 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009160 <source>
9161 *: "Browse Cuesheet"
9162 </source>
9163 <dest>
Jonas Häggqvist557ae972007-12-24 16:00:04 +00009164 *: "Vis cuesheet"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009165 </dest>
9166 <voice>
Jonas Häggqvist557ae972007-12-24 16:00:04 +00009167 *: "Vis cuesheet"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009168 </voice>
9169</phrase>
9170<phrase>
9171 id: LANG_VOICE_FILE_TALK
9172 desc: Item of voice menu, whether to use file .talk clips
Tom Ross104fb372009-03-03 01:38:26 +00009173 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009174 <source>
9175 *: "Use File .talk Clips"
9176 </source>
9177 <dest>
9178 *: "Brug stemmeklip"
9179 </dest>
9180 <voice>
9181 *: "Brug stemmeklip"
9182 </voice>
9183</phrase>
9184<phrase>
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009185 id: LANG_CLEAR_REC_DIR
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00009186 desc:
Tom Ross104fb372009-03-03 01:38:26 +00009187 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009188 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009189 *: none
9190 recording: "Clear Recording Directory"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009191 </source>
9192 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009193 *: none
Alex Parker3b566342011-02-27 12:53:56 +00009194 recording: "Nulstil optagelsesmappe"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009195 </dest>
9196 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009197 *: none
Alex Parker3b566342011-02-27 12:53:56 +00009198 recording: "Nulstil optagelsesmappe"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009199 </voice>
9200</phrase>
9201<phrase>
9202 id: VOICE_BOOKMARK_SELECT_INDEX_TEXT
9203 desc: voice only, used in the bookmark list to label index number
Tom Ross104fb372009-03-03 01:38:26 +00009204 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009205 <source>
9206 *: ""
9207 </source>
9208 <dest>
9209 *: ""
9210 </dest>
9211 <voice>
9212 *: "Indeks"
9213 </voice>
9214</phrase>
9215<phrase>
9216 id: LANG_BUTTONLIGHT_BRIGHTNESS
9217 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00009218 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009219 <source>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009220 *: none
Nils Wallménius6f73ebe2008-11-08 20:13:29 +00009221 buttonlight_brightness: "Button Light Brightness"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009222 </source>
9223 <dest>
Robert Kukla66d8a992008-04-15 23:57:51 +00009224 *: none
Nils Wallménius6f73ebe2008-11-08 20:13:29 +00009225 buttonlight_brightness: "Knap-lys styrke"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009226 </dest>
9227 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009228 *: none
Nils Wallménius6f73ebe2008-11-08 20:13:29 +00009229 buttonlight_brightness: "Knap-lys styrke"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009230 </voice>
9231</phrase>
9232<phrase>
9233 id: LANG_ID3_DISCNUM
9234 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00009235 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009236 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00009237 *: "Discnum"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009238 </source>
9239 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00009240 *: "Disc nummer"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009241 </dest>
9242 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04009243 *: "Disc nummer"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009244 </voice>
9245</phrase>
9246<phrase>
9247 id: LANG_BOOKMARK_CONTEXT_DELETE
9248 desc: bookmark context menu, delete this bookmark
Tom Ross104fb372009-03-03 01:38:26 +00009249 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009250 <source>
9251 *: "Delete"
9252 </source>
9253 <dest>
9254 *: "Slet"
9255 </dest>
9256 <voice>
9257 *: "Slet"
9258 </voice>
9259</phrase>
9260<phrase>
9261 id: LANG_BOOKMARK_DONT_RESUME
9262 desc: top item in the list when asking user about bookmark auto load
Tom Ross104fb372009-03-03 01:38:26 +00009263 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009264 <source>
9265 *: "<Don't Resume>"
9266 </source>
9267 <dest>
9268 *: "<Fortsæt ikke>"
9269 </dest>
9270 <voice>
9271 *: "Fortsæt ikke"
9272 </voice>
9273</phrase>
9274<phrase>
9275 id: LANG_BOOKMARK_SELECT_BOOKMARK
9276 desc: bookmark selection list title
Tom Ross104fb372009-03-03 01:38:26 +00009277 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009278 <source>
9279 *: "Select Bookmark"
9280 </source>
9281 <dest>
9282 *: "Vælg bogmærke"
9283 </dest>
9284 <voice>
9285 *: "Vælg bogmærke"
9286 </voice>
9287</phrase>
9288<phrase>
9289 id: LANG_LISTACCEL_START_DELAY
9290 desc: Delay before list starts accelerating
Tom Ross104fb372009-03-03 01:38:26 +00009291 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009292 <source>
9293 *: "List Acceleration Start Delay"
Thomas Martitzfd14cac2009-03-02 19:25:50 +00009294 wheel_acceleration: none
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009295 </source>
9296 <dest>
9297 *: "Pause før listeacceleration"
Thomas Martitzfd14cac2009-03-02 19:25:50 +00009298 wheel_acceleration: none
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009299 </dest>
9300 <voice>
9301 *: "Pause før listeacceleration"
Thomas Martitzfd14cac2009-03-02 19:25:50 +00009302 wheel_acceleration: none
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009303 </voice>
9304</phrase>
9305<phrase>
9306 id: LANG_MOVING
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00009307 desc:
Tom Ross104fb372009-03-03 01:38:26 +00009308 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009309 <source>
9310 *: "Moving..."
9311 </source>
9312 <dest>
9313 *: "Flytter..."
9314 </dest>
9315 <voice>
9316 *: "Flytter"
9317 </voice>
9318</phrase>
9319<phrase>
9320 id: LANG_VOICE_DIR_TALK
9321 desc: Item of voice menu, whether to use directory .talk clips
Tom Ross104fb372009-03-03 01:38:26 +00009322 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009323 <source>
9324 *: "Use Directory .talk Clips"
9325 </source>
9326 <dest>
9327 *: "Brug stemmefiler for mapper"
9328 </dest>
9329 <voice>
9330 *: "Brug stemmefiler for mapper"
9331 </voice>
9332</phrase>
9333<phrase>
9334 id: LANG_BOOKMARK_SHUFFLE
9335 desc: bookmark selection list, bookmark enables shuffle
Tom Ross104fb372009-03-03 01:38:26 +00009336 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009337 <source>
9338 *: ", Shuffle"
9339 </source>
9340 <dest>
9341 *: ", bland"
9342 </dest>
9343 <voice>
9344 *: ""
9345 </voice>
9346</phrase>
9347<phrase>
9348 id: LANG_BOOKMARK_INVALID
9349 desc: bookmark selection list, bookmark couldn't be parsed
Tom Ross104fb372009-03-03 01:38:26 +00009350 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009351 <source>
9352 *: "<Invalid Bookmark>"
9353 </source>
9354 <dest>
9355 *: "<Ugyldigt bogmærke>"
9356 </dest>
9357 <voice>
9358 *: "Ugyldigt bogmærke"
9359 </voice>
9360</phrase>
9361<phrase>
9362 id: LANG_COPYING
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00009363 desc:
Tom Ross104fb372009-03-03 01:38:26 +00009364 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009365 <source>
9366 *: "Copying..."
9367 </source>
9368 <dest>
9369 *: "Kopierer..."
9370 </dest>
9371 <voice>
9372 *: "Kopierer"
9373 </voice>
9374</phrase>
9375<phrase>
9376 id: LANG_SET_AS_REC_DIR
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009377 desc: used in the onplay menu to set a recording dir
Tom Ross104fb372009-03-03 01:38:26 +00009378 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009379 <source>
9380 *: none
9381 recording: "Set As Recording Directory"
9382 </source>
9383 <dest>
9384 *: none
9385 recording: "Sæt til optagelsesmappe"
9386 </dest>
9387 <voice>
9388 *: none
9389 recording: "Sæt til optagelsesmappe"
9390 </voice>
9391</phrase>
9392<phrase>
9393 id: LANG_SYSFONT_LINE_IN
9394 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00009395 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009396 <source>
9397 *: none
9398 recording: "Line In"
9399 </source>
9400 <dest>
9401 *: none
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00009402 recording: "Line in"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009403 </dest>
9404 <voice>
9405 *: none
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00009406 recording: "Line in"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009407 </voice>
9408</phrase>
9409<phrase>
9410 id: LANG_SCANNING_DISK
9411 desc: when booting up and rebuilding the cache and calculating free space
Tom Ross104fb372009-03-03 01:38:26 +00009412 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009413 <source>
9414 *: "Scanning disk..."
9415 </source>
9416 <dest>
Jonas Häggqvist557ae972007-12-24 16:00:04 +00009417 *: "Skanner disk..."
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009418 </dest>
9419 <voice>
Jonas Häggqvist557ae972007-12-24 16:00:04 +00009420 *: "Skanner disk"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009421 </voice>
9422</phrase>
9423<phrase>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009424 id: LANG_GAIN
9425 desc: Generic string for gain used in EQ menu and recording screen
Tom Ross104fb372009-03-03 01:38:26 +00009426 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009427 <source>
9428 *: "Gain"
9429 </source>
9430 <dest>
9431 *: "Forstærkning"
9432 </dest>
9433 <voice>
9434 *: "Forstærkning"
9435 </voice>
9436</phrase>
9437<phrase>
9438 id: LANG_HEADPHONE_UNPLUG_DISABLE_AUTORESUME
9439 desc: in pause_phones_menu.
Tom Ross104fb372009-03-03 01:38:26 +00009440 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009441 <source>
9442 *: none
9443 headphone_detection: "Disable resume on startup if phones unplugged"
9444 </source>
9445 <dest>
9446 *: none
9447 headphone_detection: "Genoptag ikke ved opstart hvis hovedtelefoner ikke er tilsluttet"
9448 </dest>
9449 <voice>
9450 *: none
9451 headphone_detection: "Genoptag ikke ved opstart hvis hovedtelefoner ikke er tilsluttet"
9452 </voice>
9453</phrase>
9454<phrase>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009455 id: LANG_SET_TIME
9456 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00009457 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009458 <source>
9459 *: none
9460 rtc: "Set Time/Date"
9461 </source>
9462 <dest>
9463 *: none
9464 rtc: "Indstil dato og tid"
9465 </dest>
9466 <voice>
9467 *: none
9468 rtc: "Indstil dato og tid"
9469 </voice>
9470</phrase>
9471<phrase>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009472 id: LANG_NORMAL
9473 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00009474 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009475 <source>
9476 *: "Normal"
9477 </source>
9478 <dest>
9479 *: "Normal"
9480 </dest>
9481 <voice>
9482 *: "Normal"
9483 </voice>
9484</phrase>
9485<phrase>
9486 id: LANG_BUFFER_STAT
9487 desc: the buffer size, %d MB %d fraction of MB
Tom Ross104fb372009-03-03 01:38:26 +00009488 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009489 <source>
Bertrik Sikkend86255b2008-08-03 22:02:11 +00009490 *: "Buffer:"
Björn Stenbergc0740442009-12-07 12:19:08 +00009491 archosplayer: "Buf:"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009492 </source>
9493 <dest>
Bertrik Sikkend86255b2008-08-03 22:02:11 +00009494 *: "Buffer:"
Björn Stenbergc0740442009-12-07 12:19:08 +00009495 archosplayer: "Buf:"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009496 </dest>
9497 <voice>
Jonas Häggqvistb5ac8c22007-12-23 14:18:20 +00009498 *: "Buffer størrelse"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009499 </voice>
9500</phrase>
9501<phrase>
9502 id: LANG_HEADPHONE_UNPLUG_RESUME
9503 desc: in pause_phones_menu.
Tom Ross104fb372009-03-03 01:38:26 +00009504 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009505 <source>
9506 *: none
9507 headphone_detection: "Pause and Resume"
9508 </source>
9509 <dest>
9510 *: none
Jonas Häggqvist1eb0d2d2008-08-17 13:20:06 +00009511 headphone_detection: "Pause og genoptag"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009512 </dest>
9513 <voice>
9514 *: none
9515 headphone_detection: "Pause og genoptag"
9516 </voice>
9517</phrase>
9518<phrase>
9519 id: LANG_CHANNEL_CONFIGURATION
9520 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +00009521 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009522 <source>
9523 *: "Channel Configuration"
9524 </source>
9525 <dest>
9526 *: "Kanal indstillinger"
9527 </dest>
9528 <voice>
9529 *: "Kanal indstillinger"
9530 </voice>
9531</phrase>
9532<phrase>
9533 id: LANG_CONFIRM_WITH_BUTTON
9534 desc: Generic string to use to confirm
Tom Ross104fb372009-03-03 01:38:26 +00009535 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009536 <source>
9537 *: "PLAY = Yes"
Jonas Häggqvist791e13e2010-01-31 01:46:43 +00009538 cowond2*: "MENU, or top-right = Yes"
Björn Stenbergc0740442009-12-07 12:19:08 +00009539 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02009540 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
Jonas Häggqvist791e13e2010-01-31 01:46:43 +00009541 mrobe500: "PLAY, POWER, or top-right = Yes"
Björn Stenbergc0740442009-12-07 12:19:08 +00009542 archosplayer: "(PLAY/STOP)"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00009543 vibe500: "OK = Yes"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009544 </source>
9545 <dest>
9546 *: "SPIL = Ja"
Jonas Häggqvist791e13e2010-01-31 01:46:43 +00009547 cowond2*: "MENU eller top-højre = Ja"
Björn Stenbergc0740442009-12-07 12:19:08 +00009548 iriverh100,iriverh120,iriverh300: "NAVI = Ja"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02009549 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "VÆLG = Ja"
Jonas Häggqvist791e13e2010-01-31 01:46:43 +00009550 mrobe500: "SPIL, TÆND/SLUK eller top-højre = Ja"
Björn Stenbergc0740442009-12-07 12:19:08 +00009551 archosplayer: "(SPIL/STOP)"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00009552 vibe500: "OK = Ja"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009553 </dest>
9554 <voice>
9555 *: ""
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009556 </voice>
9557</phrase>
9558<phrase>
9559 id: LANG_TIME_SET_BUTTON
9560 desc: used in set_time()
Tom Ross104fb372009-03-03 01:38:26 +00009561 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009562 <source>
9563 *: none
9564 rtc: "ON = Set"
Jonas Häggqvistfb192972009-09-22 11:40:49 +00009565 mrobe500: "HEART = Set"
Björn Stenbergc0740442009-12-07 12:19:08 +00009566 iriverh100,iriverh120,iriverh300: "NAVI = Set"
Tomasz Mońc40f5202011-11-29 11:18:59 +00009567 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02009568 gogearsa9200,samsungyh*: "PLAY = Set"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00009569 vibe500: "OK = Set"
Marcin Bukate3ab05a2010-11-28 22:51:30 +00009570 mpiohd300: "ENTER = Set"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009571 </source>
9572 <dest>
9573 *: none
9574 rtc: "Tænd = Indstil"
Jonas Häggqvistfb192972009-09-22 11:40:49 +00009575 mrobe500: "HJERTE = Indstil"
Björn Stenbergc0740442009-12-07 12:19:08 +00009576 iriverh100,iriverh120,iriverh300: "NAVI = Indstil"
9577 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "VÆLG = Indstil"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02009578 gogearsa9200,samsungyh*: "SPIL = Indstil"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00009579 vibe500: "OK = Indstil"
Marcin Bukate3ab05a2010-11-28 22:51:30 +00009580 mpiohd300: "ENTER = Indstil"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009581 </dest>
9582 <voice>
9583 *: none
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009584 </voice>
9585</phrase>
9586<phrase>
9587 id: LANG_CANCEL_WITH_ANY
9588 desc: Generic string to use to cancel
Tom Ross104fb372009-03-03 01:38:26 +00009589 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009590 <source>
9591 *: "Any Other = No"
Björn Stenbergc0740442009-12-07 12:19:08 +00009592 archosplayer: none
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009593 </source>
9594 <dest>
9595 *: "Alle andre = Nej"
Björn Stenbergc0740442009-12-07 12:19:08 +00009596 archosplayer: none
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009597 </dest>
9598 <voice>
9599 *: ""
Björn Stenbergc0740442009-12-07 12:19:08 +00009600 archosplayer: none
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009601 </voice>
9602</phrase>
9603<phrase>
9604 id: LANG_PLUGIN_DEMOS
9605 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +00009606 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009607 <source>
9608 *: "Demos"
9609 </source>
9610 <dest>
9611 *: "Demoer"
9612 </dest>
9613 <voice>
9614 *: "Demoer"
9615 </voice>
9616</phrase>
9617<phrase>
9618 id: LANG_ALL
9619 desc: generic string used both in dir file filter and repeat mode selection
Tom Ross104fb372009-03-03 01:38:26 +00009620 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009621 <source>
9622 *: "All"
9623 </source>
9624 <dest>
9625 *: "Alle"
9626 </dest>
9627 <voice>
9628 *: "Alle"
9629 </voice>
9630</phrase>
9631<phrase>
9632 id: LANG_ADD_TO_FAVES
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00009633 desc:
Tom Ross104fb372009-03-03 01:38:26 +00009634 user: core
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009635 <source>
Jonas Häggqvist1b53f442008-03-14 10:02:05 +00009636 *: "Add to Shortcuts"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009637 </source>
9638 <dest>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009639 *: "Tilføj til genveje"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +00009640 </dest>
9641 <voice>
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009642 *: "Tilføj til genveje"
9643 </voice>
9644</phrase>
9645<phrase>
9646 id: LANG_PRESET
9647 desc: in button bar and radio screen / menu
Tom Ross104fb372009-03-03 01:38:26 +00009648 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009649 <source>
9650 *: none
9651 radio: "Preset"
9652 </source>
9653 <dest>
9654 *: none
Jonas Häggqvist167564b2007-08-21 22:27:15 +00009655 radio: "Station"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009656 </dest>
9657 <voice>
9658 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00009659 radio: "Station"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009660 </voice>
9661</phrase>
9662<phrase>
9663 id: LANG_PLUGIN_GAMES
9664 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +00009665 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009666 <source>
9667 *: "Games"
9668 </source>
9669 <dest>
9670 *: "Spil"
9671 </dest>
9672 <voice>
9673 *: "Spil"
9674 </voice>
9675</phrase>
9676<phrase>
9677 id: LANG_END_PLAYLIST
9678 desc: when playlist has finished
Tom Ross104fb372009-03-03 01:38:26 +00009679 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009680 <source>
9681 *: "End of Song List"
Björn Stenbergc0740442009-12-07 12:19:08 +00009682 archosplayer: "End of List"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009683 </source>
9684 <dest>
9685 *: "Slut på sætliste"
Björn Stenbergc0740442009-12-07 12:19:08 +00009686 archosplayer: "Liste slut"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009687 </dest>
9688 <voice>
9689 *: "Slut på sætliste"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009690 </voice>
9691</phrase>
9692<phrase>
9693 id: LANG_SYSFONT_GAIN
9694 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00009695 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009696 <source>
9697 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00009698 swcodec: "Gain"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009699 </source>
9700 <dest>
9701 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00009702 swcodec: "Forstærkning"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009703 </dest>
9704 <voice>
9705 *: none
Nils Wallménius8598a2c2010-06-05 11:31:01 +00009706 swcodec: "Forstærkning"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009707 </voice>
9708</phrase>
9709<phrase>
9710 id: LANG_KEYLOCK_OFF
9711 desc: displayed when key lock is turned off
Tom Ross104fb372009-03-03 01:38:26 +00009712 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009713 <source>
Jonas Häggqvist498586f2007-08-20 17:22:57 +00009714 *: "Buttons Unlocked"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009715 </source>
9716 <dest>
9717 *: "Knaplås fra"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009718 </dest>
9719 <voice>
9720 *: ""
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009721 </voice>
9722</phrase>
9723<phrase>
9724 id: LANG_SYSFONT_MODE
9725 desc: in wps F2 pressed
Tom Ross104fb372009-03-03 01:38:26 +00009726 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009727 <source>
9728 *: none
9729 lcd_bitmap: "Mode:"
9730 </source>
9731 <dest>
9732 *: none
9733 lcd_bitmap: "Tilstand:"
9734 </dest>
9735 <voice>
9736 *: none
9737 lcd_bitmap: ""
9738 </voice>
9739</phrase>
9740<phrase>
9741 id: LANG_MIN_DURATION
9742 desc: in recording settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00009743 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009744 <source>
9745 *: none
9746 recording: "for at least"
9747 </source>
9748 <dest>
9749 *: none
9750 recording: "i mindst"
9751 </dest>
9752 <voice>
9753 *: none
Jonas Häggqvist11135492007-12-23 13:57:26 +00009754 recording: "i mindst"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009755 </voice>
9756</phrase>
9757<phrase>
9758 id: LANG_CHANNELS
9759 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +00009760 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009761 <source>
9762 *: "Channels"
9763 </source>
9764 <dest>
9765 *: "Kanaler"
9766 </dest>
9767 <voice>
9768 *: "Kanaler"
9769 </voice>
9770</phrase>
9771<phrase>
9772 id: LANG_ASK
9773 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00009774 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009775 <source>
9776 *: "Ask"
9777 </source>
9778 <dest>
9779 *: "Spørg"
9780 </dest>
9781 <voice>
9782 *: "Spørg"
9783 </voice>
9784</phrase>
9785<phrase>
9786 id: LANG_MODE
9787 desc: in wps F2 pressed and radio screen
Tom Ross104fb372009-03-03 01:38:26 +00009788 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009789 <source>
9790 *: "Mode:"
9791 </source>
9792 <dest>
9793 *: "Tilstand:"
9794 </dest>
9795 <voice>
Jonathan Gordon142725e2011-06-16 13:28:15 +00009796 *: "Tilstand:"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009797 </voice>
9798</phrase>
9799<phrase>
9800 id: LANG_PITCH_DOWN_SEMITONE
9801 desc: in wps
Tom Ross104fb372009-03-03 01:38:26 +00009802 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009803 <source>
9804 *: none
9805 pitchscreen: "Semitone Down"
9806 </source>
9807 <dest>
9808 *: none
9809 pitchscreen: "Halvtone ned"
9810 </dest>
9811 <voice>
9812 *: none
9813 pitchscreen: ""
9814 </voice>
9815</phrase>
9816<phrase>
9817 id: LANG_HEADPHONE_UNPLUG
9818 desc: in settings_menu.
Tom Ross104fb372009-03-03 01:38:26 +00009819 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009820 <source>
9821 *: none
9822 headphone_detection: "Pause on Headphone Unplug"
9823 </source>
9824 <dest>
9825 *: none
9826 headphone_detection: "Pause når hovedtelefoner fjernes"
9827 </dest>
9828 <voice>
9829 *: none
9830 headphone_detection: "Pause når hovedtelefoner fjernes"
9831 </voice>
9832</phrase>
9833<phrase>
9834 id: LANG_ID3_GROUPING
9835 desc: in tag viewer
Tom Ross104fb372009-03-03 01:38:26 +00009836 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009837 <source>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00009838 *: "Work"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009839 </source>
9840 <dest>
Thomas Martitz0bd45b32009-10-31 12:40:20 +00009841 *: "Værk"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009842 </dest>
9843 <voice>
Solomon Peachy4adad0b2018-10-30 09:45:26 -04009844 *: "Værk"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009845 </voice>
9846</phrase>
9847<phrase>
9848 id: LANG_HEADPHONE_UNPLUG_RW
Jonas Häggqvista9e2b872011-06-27 12:11:48 +00009849 desc: deprecated
Tom Ross104fb372009-03-03 01:38:26 +00009850 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009851 <source>
Jonas Häggqvista9e2b872011-06-27 12:11:48 +00009852 *: ""
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009853 </source>
9854 <dest>
Jonas Häggqvista9e2b872011-06-27 12:11:48 +00009855 *: ""
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009856 </dest>
9857 <voice>
Jonas Häggqvista9e2b872011-06-27 12:11:48 +00009858 *: ""
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009859 </voice>
9860</phrase>
9861<phrase>
9862 id: LANG_PITCH_UP_SEMITONE
9863 desc: in wps
Tom Ross104fb372009-03-03 01:38:26 +00009864 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009865 <source>
9866 *: none
9867 pitchscreen: "Semitone Up"
9868 </source>
9869 <dest>
9870 *: none
9871 pitchscreen: "Halvtone op"
9872 </dest>
9873 <voice>
9874 *: none
9875 pitchscreen: ""
9876 </voice>
9877</phrase>
9878<phrase>
9879 id: LANG_SHOW_FILENAME_EXT
9880 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00009881 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009882 <source>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00009883 *: "Show Filename Extensions"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009884 </source>
9885 <dest>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00009886 *: "Vis fil-endelser"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009887 </dest>
9888 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00009889 *: "Vis fil-endelser"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009890 </voice>
9891</phrase>
9892<phrase>
9893 id: LANG_PLUGIN_APPS
9894 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +00009895 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009896 <source>
9897 *: "Applications"
9898 </source>
9899 <dest>
9900 *: "Programmer"
9901 </dest>
9902 <voice>
9903 *: "Programmer"
9904 </voice>
9905</phrase>
9906<phrase>
9907 id: VOICE_EXT_CUESHEET
Jonas Häggqvist0cff1582008-08-19 20:15:25 +00009908 desc:
Tom Ross104fb372009-03-03 01:38:26 +00009909 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009910 <source>
9911 *: ""
9912 </source>
9913 <dest>
9914 *: ""
9915 </dest>
9916 <voice>
9917 *: "cuesheet"
9918 </voice>
9919</phrase>
9920<phrase>
9921 id: LANG_SYSFONT_CHANNELS
9922 desc: in the recording settings
Tom Ross104fb372009-03-03 01:38:26 +00009923 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009924 <source>
9925 *: none
9926 recording: "Channels"
9927 </source>
9928 <dest>
9929 *: none
9930 recording: "Kanaler"
9931 </dest>
9932 <voice>
9933 *: none
9934 recording: "Kanaler"
9935 </voice>
9936</phrase>
9937<phrase>
9938 id: LANG_PLAYLISTS
Alex Parker0f29bfc2012-08-29 19:20:22 +01009939 desc: in the file view setting
Tom Ross104fb372009-03-03 01:38:26 +00009940 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009941 <source>
9942 *: "Playlists"
9943 </source>
9944 <dest>
9945 *: "Sætlister"
9946 </dest>
9947 <voice>
9948 *: "Sætlister"
9949 </voice>
9950</phrase>
9951<phrase>
9952 id: LANG_UNKNOWN_TYPES
9953 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00009954 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009955 <source>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00009956 *: "Only Unknown Types"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009957 </source>
9958 <dest>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00009959 *: "Kun ikke-genkendte typer"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009960 </dest>
9961 <voice>
Jonas Häggqvist167564b2007-08-21 22:27:15 +00009962 *: "Kun ikke-genkendte typer"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009963 </voice>
9964</phrase>
9965<phrase>
9966 id: LANG_KEYLOCK_ON
9967 desc: displayed when key lock is on
Tom Ross104fb372009-03-03 01:38:26 +00009968 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009969 <source>
Jonas Häggqvist498586f2007-08-20 17:22:57 +00009970 *: "Buttons Locked"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009971 </source>
9972 <dest>
9973 *: "Knaplås til"
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009974 </dest>
9975 <voice>
9976 *: ""
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009977 </voice>
9978</phrase>
9979<phrase>
9980 id: LANG_SETTINGS
9981 desc: in main menu and visual confirmation after settings reset
Tom Ross104fb372009-03-03 01:38:26 +00009982 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009983 <source>
9984 *: "Settings"
9985 </source>
9986 <dest>
9987 *: "Indstillinger"
9988 </dest>
9989 <voice>
9990 *: "Indstillinger"
9991 </voice>
9992</phrase>
9993<phrase>
9994 id: LANG_CANCEL
9995 desc: Visual confirmation of canceling a changed setting
Tom Ross104fb372009-03-03 01:38:26 +00009996 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +00009997 <source>
9998 *: "Cancelled"
9999 </source>
10000 <dest>
10001 *: "Anulleret"
10002 </dest>
10003 <voice>
10004 *: "Anulleret"
10005 </voice>
10006</phrase>
10007<phrase>
10008 id: VOICE_OF
10009 desc: spoken only, as in 3/8 => 3 of 8
Tom Ross104fb372009-03-03 01:38:26 +000010010 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +000010011 <source>
10012 *: ""
10013 </source>
10014 <dest>
10015 *: ""
10016 </dest>
10017 <voice>
10018 *: "af"
10019 </voice>
10020</phrase>
10021<phrase>
10022 id: LANG_RESET_ASK
10023 desc: confirm to reset settings
Tom Ross104fb372009-03-03 01:38:26 +000010024 user: core
Jonas Häggqvist07a09042007-08-13 21:39:45 +000010025 <source>
10026 *: "Are You Sure?"
10027 </source>
10028 <dest>
10029 *: "Er du sikker?"
10030 </dest>
10031 <voice>
10032 *: "Er du sikker?"
Jonas Häggqvist4cc01f72007-08-03 18:32:14 +000010033 </voice>
10034</phrase>
Jonas Häggqvistee44c8d2007-08-14 13:17:49 +000010035<phrase>
10036 id: LANG_EXT_ONLY_VIEW_ALL
10037 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +000010038 user: core
Jonas Häggqvistee44c8d2007-08-14 13:17:49 +000010039 <source>
Jonas Häggqvist167564b2007-08-21 22:27:15 +000010040 *: "Only When Viewing All Types"
Jonas Häggqvistee44c8d2007-08-14 13:17:49 +000010041 </source>
10042 <dest>
10043 *: "Kun når alle typer vises"
10044 </dest>
10045 <voice>
10046 *: "Kun når alle typer vises"
10047 </voice>
10048</phrase>
Jonas Häggqvist498586f2007-08-20 17:22:57 +000010049<phrase>
10050 id: VOICE_PM_UNITS_PER_TICK
10051 desc: spoken only, peak meter release unit
Tom Ross104fb372009-03-03 01:38:26 +000010052 user: core
Jonas Häggqvist498586f2007-08-20 17:22:57 +000010053 <source>
10054 *: ""
10055 </source>
10056 <dest>
10057 *: ""
10058 </dest>
10059 <voice>
10060 *: "enheder per tidsenhed"
10061 </voice>
10062</phrase>
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010063<phrase>
10064 id: VOICE_AM
10065 desc: spoken only, for wall clock announce
Tom Ross104fb372009-03-03 01:38:26 +000010066 user: core
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010067 <source>
Franklin Weiee659d42019-07-20 13:36:10 -040010068 *: ""
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010069 </source>
10070 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -040010071 *: ""
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010072 </dest>
10073 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -040010074 *: "A M"
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010075 </voice>
10076</phrase>
10077<phrase>
10078 id: VOICE_PM
10079 desc: spoken only, for wall clock announce
Tom Ross104fb372009-03-03 01:38:26 +000010080 user: core
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010081 <source>
Franklin Weiee659d42019-07-20 13:36:10 -040010082 *: ""
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010083 </source>
10084 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -040010085 *: ""
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010086 </dest>
10087 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -040010088 *: "P M"
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010089 </voice>
10090</phrase>
10091<phrase>
10092 id: VOICE_OCLOCK
10093 desc: spoken only, for wall clock announce
Tom Ross104fb372009-03-03 01:38:26 +000010094 user: core
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010095 <source>
Franklin Weiee659d42019-07-20 13:36:10 -040010096 *: ""
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010097 </source>
10098 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -040010099 *: ""
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010100 </dest>
10101 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -040010102 *: ""
Jonas Häggqvistbaa32b62007-08-22 00:15:39 +000010103 </voice>
10104</phrase>
Jonas Häggqvist1799c162007-08-23 13:28:57 +000010105<phrase>
10106 id: VOICE_OH
10107 desc: spoken only, for wall clock announce
Tom Ross104fb372009-03-03 01:38:26 +000010108 user: core
Jonas Häggqvist1799c162007-08-23 13:28:57 +000010109 <source>
Franklin Weiee659d42019-07-20 13:36:10 -040010110 *: ""
Jonas Häggqvist1799c162007-08-23 13:28:57 +000010111 </source>
10112 <dest>
Franklin Weiee659d42019-07-20 13:36:10 -040010113 *: ""
Jonas Häggqvist1799c162007-08-23 13:28:57 +000010114 </dest>
10115 <voice>
Franklin Weiee659d42019-07-20 13:36:10 -040010116 *: "nul"
Jonas Häggqvist1799c162007-08-23 13:28:57 +000010117 </voice>
10118</phrase>
Jonas Häggqvista60d0012007-08-27 22:15:55 +000010119<phrase>
Jonas Häggqvista60d0012007-08-27 22:15:55 +000010120 id: LANG_PM_CLIPCOUNTER
10121 desc: in settings, for recording peak meter
Tom Ross104fb372009-03-03 01:38:26 +000010122 user: core
Jonas Häggqvista60d0012007-08-27 22:15:55 +000010123 <source>
10124 *: none
10125 recording: "Clip Counter"
10126 </source>
10127 <dest>
10128 *: none
10129 recording: "Klip tæller"
10130 </dest>
10131 <voice>
10132 *: none
10133 recording: "Klip tæller"
10134 </voice>
10135</phrase>
10136<phrase>
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010137 id: LANG_VOICE_FILETYPE
10138 desc: voice settings menu
Tom Ross104fb372009-03-03 01:38:26 +000010139 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010140 <source>
Jonas Häggqvist1b53f442008-03-14 10:02:05 +000010141 *: "Say File Type"
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010142 </source>
10143 <dest>
10144 *: "Sig filtype"
10145 </dest>
10146 <voice>
10147 *: "Sig filtype"
10148 </voice>
10149</phrase>
10150<phrase>
10151 id: LANG_NOT_PRESENT
10152 desc: when external memory is not present
Tom Ross104fb372009-03-03 01:38:26 +000010153 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010154 <source>
10155 *: none
10156 multivolume: "Not present"
10157 </source>
10158 <dest>
10159 *: none
10160 multivolume: "Ikke til stede"
10161 </dest>
10162 <voice>
10163 *: none
10164 multivolume: "Ikke til stede"
10165 </voice>
10166</phrase>
10167<phrase>
10168 id: LANG_BASS_CUTOFF
10169 desc: Bass setting cut-off frequency
Tom Ross104fb372009-03-03 01:38:26 +000010170 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010171 <source>
10172 *: none
Marcin Bukat606bed02011-03-14 10:28:45 +000010173 ipodvideo,ipod6g,mpiohd200,mpiohd300,gigabeatfx,mrobe100: "Bass Cutoff"
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010174 </source>
10175 <dest>
10176 *: none
Marcin Bukat606bed02011-03-14 10:28:45 +000010177 ipodvideo,ipod6g,mpiohd200,mpiohd300,gigabeatfx,mrobe100: "Basgrænse"
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010178 </dest>
10179 <voice>
10180 *: none
Marcin Bukat606bed02011-03-14 10:28:45 +000010181 ipodvideo,ipod6g,mpiohd200,mpiohd300,gigabeatfx,mrobe100: "Basgrænse"
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010182 </voice>
10183</phrase>
10184<phrase>
10185 id: LANG_SELECTOR_START_COLOR
10186 desc: line selector color option
Tom Ross104fb372009-03-03 01:38:26 +000010187 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010188 <source>
10189 *: none
10190 lcd_color: "Primary Colour"
10191 </source>
10192 <dest>
10193 *: none
10194 lcd_color: "Primær farve"
10195 </dest>
10196 <voice>
10197 *: none
10198 lcd_color: "Primær farve"
10199 </voice>
10200</phrase>
10201<phrase>
10202 id: VOICE_BLANK
10203 desc: keyboard
Tom Ross104fb372009-03-03 01:38:26 +000010204 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010205 <source>
10206 *: ""
10207 </source>
10208 <dest>
10209 *: ""
10210 </dest>
10211 <voice>
10212 *: "Blank"
10213 </voice>
10214</phrase>
10215<phrase>
10216 id: LANG_TALK_BATTERY_LEVEL
10217 desc: Setting for spontaneous battery level announcement
Tom Ross104fb372009-03-03 01:38:26 +000010218 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010219 <source>
10220 *: "Announce Battery Level"
10221 </source>
10222 <dest>
10223 *: "Annoncer batteriniveau"
10224 </dest>
10225 <voice>
10226 *: "Annoncer batteriniveau"
10227 </voice>
10228</phrase>
10229<phrase>
10230 id: LANG_SELECTOR_COLOR_MENU
10231 desc: line selector color menu title
Tom Ross104fb372009-03-03 01:38:26 +000010232 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010233 <source>
10234 *: none
10235 lcd_color: "Line Selector Colours"
10236 </source>
10237 <dest>
10238 *: none
10239 lcd_color: "Farve for linjevælger"
10240 </dest>
10241 <voice>
10242 *: none
10243 lcd_color: "Farve for linjevælger"
10244 </voice>
10245</phrase>
10246<phrase>
10247 id: VOICE_EMPTY_LIST
10248 desc: spoken only, when a list dialog contains no elements
Tom Ross104fb372009-03-03 01:38:26 +000010249 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010250 <source>
10251 *: ""
10252 </source>
10253 <dest>
10254 *: ""
10255 </dest>
10256 <voice>
10257 *: "Tom liste"
10258 </voice>
10259</phrase>
10260<phrase>
10261 id: LANG_SELECTOR_TEXT_COLOR
10262 desc: line selector text color option
Tom Ross104fb372009-03-03 01:38:26 +000010263 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010264 <source>
10265 *: none
10266 lcd_color: "Text Colour"
10267 </source>
10268 <dest>
10269 *: none
10270 lcd_color: "Tekst farve"
10271 </dest>
10272 <voice>
10273 *: none
10274 lcd_color: "Tekst farve"
10275 </voice>
10276</phrase>
10277<phrase>
10278 id: LANG_THEME_MENU
10279 desc: in the settings menu
Tom Ross104fb372009-03-03 01:38:26 +000010280 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010281 <source>
10282 *: "Theme Settings"
10283 </source>
10284 <dest>
10285 *: "Tema"
10286 </dest>
10287 <voice>
10288 *: "Tema"
10289 </voice>
10290</phrase>
10291<phrase>
10292 id: VOICE_EDIT
10293 desc: keyboard
Tom Ross104fb372009-03-03 01:38:26 +000010294 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010295 <source>
10296 *: ""
10297 </source>
10298 <dest>
10299 *: ""
10300 </dest>
10301 <voice>
10302 *: "Rediger"
10303 </voice>
10304</phrase>
10305<phrase>
10306 id: LANG_INVERT_CURSOR_GRADIENT
10307 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +000010308 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010309 <source>
10310 *: none
10311 lcd_color: "Bar (Gradient Colour)"
10312 </source>
10313 <dest>
10314 *: none
10315 lcd_color: "Bar (farvegradient)"
10316 </dest>
10317 <voice>
10318 *: none
Jonas Häggqvist1d0f6b92007-12-29 13:50:45 +000010319 lcd_color: "Farvegradueret bar"
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010320 </voice>
10321</phrase>
10322<phrase>
10323 id: LANG_INVERT_CURSOR_COLOR
10324 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +000010325 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010326 <source>
10327 *: none
10328 lcd_color: "Bar (Solid Colour)"
10329 </source>
10330 <dest>
10331 *: none
10332 lcd_color: "Bar (ensfarvet)"
10333 </dest>
10334 <voice>
10335 *: none
Jonas Häggqvist1d0f6b92007-12-29 13:50:45 +000010336 lcd_color: "Ensfarvet bar"
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010337 </voice>
10338</phrase>
10339<phrase>
10340 id: LANG_COLORS_MENU
10341 desc: colours menu under theme settings
Tom Ross104fb372009-03-03 01:38:26 +000010342 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010343 <source>
10344 *: none
10345 lcd_color: "Colours"
10346 </source>
10347 <dest>
10348 *: none
10349 lcd_color: "Farver"
10350 </dest>
10351 <voice>
10352 *: none
10353 lcd_color: "Farver"
10354 </voice>
10355</phrase>
10356<phrase>
10357 id: LANG_SELECTOR_END_COLOR
10358 desc: line selector color option
Tom Ross104fb372009-03-03 01:38:26 +000010359 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010360 <source>
10361 *: none
10362 lcd_color: "Secondary Colour"
10363 </source>
10364 <dest>
10365 *: none
10366 lcd_color: "Sekundær farve"
10367 </dest>
10368 <voice>
10369 *: none
10370 lcd_color: "Sekundær farve"
10371 </voice>
10372</phrase>
10373<phrase>
10374 id: LANG_TREBLE_CUTOFF
10375 desc: Treble setting cut-off frequency
Tom Ross104fb372009-03-03 01:38:26 +000010376 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010377 <source>
10378 *: none
Marcin Bukat606bed02011-03-14 10:28:45 +000010379 ipodvideo,ipod6g,mpiohd200,mpiohd300,gigabeatfx,mrobe100: "Treble Cutoff"
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010380 </source>
10381 <dest>
10382 *: none
Marcin Bukat606bed02011-03-14 10:28:45 +000010383 ipodvideo,ipod6g,mpiohd200,mpiohd300,gigabeatfx,mrobe100: "Diskantgrænse"
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010384 </dest>
10385 <voice>
10386 *: none
Marcin Bukat606bed02011-03-14 10:28:45 +000010387 ipodvideo,ipod6g,mpiohd200,mpiohd300,gigabeatfx,mrobe100: "Diskantgrænse"
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010388 </voice>
10389</phrase>
10390<phrase>
10391 id: LANG_CODEPAGE_CENTRAL_EUROPEAN
10392 desc: in codepage setting menu
Tom Ross104fb372009-03-03 01:38:26 +000010393 user: core
Jonas Häggqvisteaf38cd2007-12-18 13:09:29 +000010394 <source>
10395 *: "Central European (CP1250)"
10396 </source>
10397 <dest>
10398 *: "Central europæisk (CP1250)"
10399 </dest>
10400 <voice>
10401 *: "Central europæisk"
10402 </voice>
10403</phrase>
Jonas Häggqvista9933ce2007-12-23 10:58:18 +000010404<phrase>
10405 id: LANG_TAGNAVI_RANDOM
10406 desc: "<Random>" entry in tag browser
Tom Ross104fb372009-03-03 01:38:26 +000010407 user: core
Jonas Häggqvista9933ce2007-12-23 10:58:18 +000010408 <source>
10409 *: "<Random>"
10410 </source>
10411 <dest>
10412 *: "<Tilfældig>"
10413 </dest>
10414 <voice>
10415 *: "Tilfældig"
10416 </voice>
10417</phrase>
Jonas Häggqvist1d0f6b92007-12-29 13:50:45 +000010418<phrase>
10419 id: LANG_SAVE_SOUND
10420 desc: save a sound config file
Tom Ross104fb372009-03-03 01:38:26 +000010421 user: core
Jonas Häggqvist1d0f6b92007-12-29 13:50:45 +000010422 <source>
10423 *: "Save Sound Settings"
10424 </source>
10425 <dest>
10426 *: "Gem lydindstillinger"
10427 </dest>
10428 <voice>
10429 *: "Gem lydindstillinger"
10430 </voice>
10431</phrase>
Jonas Häggqvist32761372008-01-30 22:01:11 +000010432<phrase>
10433 id: LANG_KEYCLICK
Jonas Häggqvista921be42008-02-02 12:00:55 +000010434 desc: in keyclick settings menu
Tom Ross104fb372009-03-03 01:38:26 +000010435 user: core
Jonas Häggqvist32761372008-01-30 22:01:11 +000010436 <source>
10437 *: none
10438 swcodec: "Keyclick"
10439 </source>
10440 <dest>
10441 *: none
10442 swcodec: "Tastaturtoner"
10443 </dest>
10444 <voice>
10445 *: none
10446 swcodec: "Tastaturtoner"
10447 </voice>
10448</phrase>
10449<phrase>
10450 id: LANG_KEYCLICK_REPEATS
Jonas Häggqvista921be42008-02-02 12:00:55 +000010451 desc: in keyclick settings menu
Tom Ross104fb372009-03-03 01:38:26 +000010452 user: core
Jonas Häggqvist32761372008-01-30 22:01:11 +000010453 <source>
10454 *: none
10455 swcodec: "Keyclick Repeats"
10456 </source>
10457 <dest>
10458 *: none
10459 swcodec: "Tastaturtonegentagelser"
10460 </dest>
10461 <voice>
10462 *: none
10463 swcodec: "Tastaturtonegentagelser"
10464 </voice>
10465</phrase>
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +000010466<phrase>
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +000010467 id: LANG_TOUCHPAD_SENSITIVITY
10468 desc: touchpad sensitivity setting
Tom Ross104fb372009-03-03 01:38:26 +000010469 user: core
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +000010470 <source>
10471 *: none
Jean-Louis Biasinia8cea3b2013-07-13 19:02:41 +030010472 gigabeatfx,sansafuzeplus: "Touchpad Sensitivity"
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +000010473 </source>
10474 <dest>
10475 *: none
Jean-Louis Biasinia8cea3b2013-07-13 19:02:41 +030010476 gigabeatfx,sansafuzeplus: "Touchpad følsomhed"
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +000010477 </dest>
10478 <voice>
10479 *: none
Jean-Louis Biasinia8cea3b2013-07-13 19:02:41 +030010480 gigabeatfx,sansafuzeplus: "Touchpad følsomhed"
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +000010481 </voice>
10482</phrase>
10483<phrase>
10484 id: LANG_ACCESSORY_SUPPLY
10485 desc: in system settings menu
Tom Ross104fb372009-03-03 01:38:26 +000010486 user: core
Jonas Häggqvistfdd5c3f2008-06-21 14:54:11 +000010487 <source>
10488 *: none
10489 accessory_supply: "Accessory Power Supply"
10490 </source>