blob: 1f5afa0a502cbfac42706bc13c0e779a1cf3b56a [file] [log] [blame]
Marc Guay2ce5ff82009-01-06 02:28:41 +00001# __________ __ ___.
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
Daniel Stenberg2da8e8e2002-09-24 12:35:32 +00007# $Id$
Daniel Stenberg2d2dba92002-09-24 12:34:50 +00008#
Jonas Häggqviste5130f62008-07-30 21:23:22 +00009# 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#
Daniel Stenberg2d2dba92002-09-24 12:34:50 +000017# This is the master of the language files. This is the original, the one with
18# all the existing strings Rockbox features.
19#
Daniel Stenbergc06e7772006-04-03 21:11:11 +000020# The target names used for target-specific strings are set in the ARCHOS
21# variable in the root Makefile
22#
Daniel Stenberg2d2dba92002-09-24 12:34:50 +000023# *WARNING*
24#
25# If you want to add a new string, add it to the end of this file!
Nils Wallméniusc9038bf2011-02-07 20:26:10 +000026# Removing strings will break the numbering of strings in binary lang files and
27# voice files so instead of removing a unused <phrase>, change the desc field
Alexander Levin82a8ad62011-02-10 20:55:39 +000028# to "deprecated" (without quotes) and either blank the strings or change them to
29# "deprecated" (without quotes) and do *not* change the targets.
Daniel Stenberg2d2dba92002-09-24 12:34:50 +000030#
31# If you re-order things or remove entries, you must bump the binary language
Daniel Stenbergc06e7772006-04-03 21:11:11 +000032# file version number in both the 'genlang' tool and the language loader code.
Daniel Stenberg2d2dba92002-09-24 12:34:50 +000033#
Alexander Levin82a8ad62011-02-10 20:55:39 +000034# The "voice" entry contains how we want the speech UI to pronounce the phrase.
Jörg Hohensohnbeec2e92004-03-20 16:49:58 +000035#
Daniel Stenberg7b2d26a2006-10-28 17:04:16 +000036# Since this file is both the master for the language system, as well as the
37# source for generating english strings, make sure that all <source> strings
38# are *identical* to the <dest> strings within the english.lang file. The
39# <source> strings are the ones that'll be exposed and used by other languages
40# when doing updates etc, while the <dest> ones are used when this file is
41# used to simply get the full set of english strings for a particular target.
42#
Nils Wallméniusb3113672007-08-05 19:19:39 +000043# All phrases have a default string like: *: "default" that will be used if no
44# other string matches for the particular model you build the language for. If
Björn Stenbergc0740442009-12-07 12:19:08 +000045# you want a particular string for the iriver iriverh300 series you'd write it like:
46# iriverh300: "iriverh300-specific string" (below the default line). If your string isn't
Linus Nielsen Feltzing2df3f382008-01-22 08:24:38 +000047# used for all targets set the default to none like: *: none (no quotes!) this
Nils Wallméniusb3113672007-08-05 19:19:39 +000048# will not include the string for target that will not need it, see
49# apps/features.txt for available categories that can be used instead of the
50# target name, for example: swcodec: "swcodec-specific string".
51#
52#
53# The target names used are picked from the configure script and are set in the
Robert Kukla80ec5142008-03-10 15:49:22 +000054# MODELNAME variable in the root makefile. Currently, they are:
Nils Wallméniusb3113672007-08-05 19:19:39 +000055# Target Target string
56# Archos
Björn Stenbergc0740442009-12-07 12:19:08 +000057# Player/Studio archosplayer
58# Recorder archosrecorder
59# FM Recorder archosfmrecorder
60# Recorder V2 archosrecorderv2
61# Ondio SP archosondiosp
62# Ondio FM archosondiofm
Nils Wallméniusb3113672007-08-05 19:19:39 +000063# iriver
Björn Stenbergc0740442009-12-07 12:19:08 +000064# H100/H110/H115 iriverh100
65# H120/H140 iriverh120
66# H320/H340 iriverh300
67# H10 iriverh10
68# IFP 7XX iriverifp7xx
Mustapha Senhaji2ac61752010-12-12 02:05:49 +000069# iaudio/Cowon
Björn Stenbergc0740442009-12-07 12:19:08 +000070# X5 iaudiox5
71# M5 iaudiom5
Mustapha Senhaji2ac61752010-12-12 02:05:49 +000072# D2 cowond2*
Nils Wallméniusb3113672007-08-05 19:19:39 +000073# ipod
74# All iPods ipod*
75# 4G Color/Photo ipodcolor
Björn Stenbergc0740442009-12-07 12:19:08 +000076# Nano ipodnano1g
Nils Wallméniusb3113672007-08-05 19:19:39 +000077# Video (5G) ipodvideo
78# 3G ipod3g
79# 4G gray ipod4g
Björn Stenbergc0740442009-12-07 12:19:08 +000080# mini ipodmini1g
Nils Wallméniusb3113672007-08-05 19:19:39 +000081# mini 2G ipodmini2g
82# Toshiba
Mustapha Senhaji2ac61752010-12-12 02:05:49 +000083# All gigabeats gigabeat*
Björn Stenbergc0740442009-12-07 12:19:08 +000084# Gigabeat Fxx gigabeatfx
Nils Wallménius27bb9982008-05-10 06:41:07 +000085# Gigabeat Sxx gigabeats
Nils Wallméniusb3113672007-08-05 19:19:39 +000086# Sandisk
Mustapha Senhaji2ac61752010-12-12 02:05:49 +000087# Sansa E200 sansae200*
Björn Stenbergc0740442009-12-07 12:19:08 +000088# Sansa C200 sansac200*
Mustapha Senhaji2ac61752010-12-12 02:05:49 +000089# Sansa Fuze sansafuze*
90# Sansa Clip sansaclip*
Robert Kukla80ec5142008-03-10 15:49:22 +000091# Olympus
92# m:robe 100 mrobe100
Mustapha Senhaji2ac61752010-12-12 02:05:49 +000093# m:robe 500 mrobe500
94# Mpio
95# HD200 mpiohd200
96# HD300 mpiohd300
Szymon Dziok1fd57a22010-03-11 17:12:23 +000097# Packard Bell
98# Vibe 500 vibe500
Mark Arigob4275d42008-05-21 03:55:17 +000099# Philips
Björn Stenbergc0740442009-12-07 12:19:08 +0000100# GoGear SA9200 gogearsa9200
Mustapha Senhaji2ac61752010-12-12 02:05:49 +0000101# Samsung
102# YH820/YH920/YH925 samsungyh*
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000103<phrase>
104 id: LANG_SET_BOOL_YES
105 desc: bool true representation
Tom Ross104fb372009-03-03 01:38:26 +0000106 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000107 <source>
108 *: "Yes"
109 </source>
110 <dest>
111 *: "Yes"
112 </dest>
113 <voice>
114 *: "Yes"
115 </voice>
116</phrase>
117<phrase>
118 id: LANG_SET_BOOL_NO
119 desc: bool false representation
Tom Ross104fb372009-03-03 01:38:26 +0000120 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000121 <source>
122 *: "No"
123 </source>
124 <dest>
125 *: "No"
126 </dest>
127 <voice>
128 *: "No"
129 </voice>
130</phrase>
131<phrase>
132 id: LANG_ON
133 desc: Used in a lot of places
Tom Ross104fb372009-03-03 01:38:26 +0000134 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000135 <source>
136 *: "On"
137 </source>
138 <dest>
139 *: "On"
140 </dest>
141 <voice>
142 *: "On"
143 </voice>
144</phrase>
145<phrase>
146 id: LANG_OFF
147 desc: Used in a lot of places
Tom Ross104fb372009-03-03 01:38:26 +0000148 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000149 <source>
150 *: "Off"
151 </source>
152 <dest>
153 *: "Off"
154 </dest>
155 <voice>
156 *: "Off"
157 </voice>
158</phrase>
159<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000160 id: LANG_ASK
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000161 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +0000162 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000163 <source>
164 *: "Ask"
165 </source>
166 <dest>
167 *: "Ask"
168 </dest>
169 <voice>
170 *: "Ask"
171 </voice>
172</phrase>
173<phrase>
174 id: LANG_ALWAYS
175 desc: used in various places
Tom Ross104fb372009-03-03 01:38:26 +0000176 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000177 <source>
178 *: "Always"
179 </source>
180 <dest>
181 *: "Always"
182 </dest>
183 <voice>
184 *: "Always"
185 </voice>
186</phrase>
187<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000188 id: LANG_NORMAL
189 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +0000190 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000191 <source>
192 *: "Normal"
193 </source>
194 <dest>
195 *: "Normal"
196 </dest>
197 <voice>
198 *: "Normal"
199 </voice>
200</phrase>
201<phrase>
202 id: LANG_GAIN
203 desc: Generic string for gain used in EQ menu and recording screen
Tom Ross104fb372009-03-03 01:38:26 +0000204 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000205 <source>
206 *: "Gain"
207 </source>
208 <dest>
209 *: "Gain"
210 </dest>
211 <voice>
212 *: "Gain"
213 </voice>
214</phrase>
215<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000216 id: LANG_WAIT
217 desc: general please wait splash
Tom Ross104fb372009-03-03 01:38:26 +0000218 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000219 <source>
220 *: "Loading..."
221 </source>
222 <dest>
223 *: "Loading..."
224 </dest>
225 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +0000226 *: "Loading"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000227 </voice>
228</phrase>
229<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000230 id: LANG_LOADING_PERCENT
231 desc: splash number of percents loaded
Tom Ross104fb372009-03-03 01:38:26 +0000232 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000233 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000234 *: "Loading... %d%% done (%s)"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000235 </source>
236 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000237 *: "Loading... %d%% done (%s)"
238 </dest>
239 <voice>
Solomon Peachyfe951272018-12-14 08:20:25 -0500240 *: "Loading"
Nils Wallméniusb3113672007-08-05 19:19:39 +0000241 </voice>
242</phrase>
243<phrase>
244 id: LANG_SCANNING_DISK
245 desc: when booting up and rebuilding the cache and calculating free space
Tom Ross104fb372009-03-03 01:38:26 +0000246 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000247 <source>
248 *: "Scanning disk..."
249 </source>
250 <dest>
251 *: "Scanning disk..."
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000252 </dest>
253 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +0000254 *: "Scanning disk"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000255 </voice>
256</phrase>
257<phrase>
258 id: LANG_SHUTTINGDOWN
259 desc: in main menu
Tom Ross104fb372009-03-03 01:38:26 +0000260 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000261 <source>
262 *: "Shutting down..."
263 </source>
264 <dest>
265 *: "Shutting down..."
266 </dest>
267 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +0000268 *: "Shutting down"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000269 </voice>
270</phrase>
271<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000272 id: LANG_CANCEL
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000273 desc: Visual confirmation of canceling a changed setting
Tom Ross104fb372009-03-03 01:38:26 +0000274 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000275 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000276 *: "Cancelled"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000277 </source>
278 <dest>
Dave Chapman72577042006-11-04 14:05:32 +0000279 *: "Cancelled"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000280 </dest>
281 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +0000282 *: "Cancelled"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000283 </voice>
284</phrase>
285<phrase>
286 id: LANG_FAILED
287 desc: Something failed. To be appended after actions
Tom Ross104fb372009-03-03 01:38:26 +0000288 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000289 <source>
290 *: "Failed"
291 </source>
292 <dest>
293 *: "Failed"
294 </dest>
295 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +0000296 *: "Failed"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000297 </voice>
298</phrase>
299<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000300 id: LANG_CHANNELS
301 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000302 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000303 <source>
304 *: "Channels"
305 </source>
306 <dest>
307 *: "Channels"
308 </dest>
309 <voice>
310 *: "Channels"
311 </voice>
312</phrase>
313<phrase>
314 id: LANG_RESET_ASK
315 desc: confirm to reset settings
Tom Ross104fb372009-03-03 01:38:26 +0000316 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000317 <source>
318 *: "Are You Sure?"
319 </source>
320 <dest>
321 *: "Are You Sure?"
322 </dest>
323 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +0000324 *: "Are You Sure?"
Nils Wallméniusb3113672007-08-05 19:19:39 +0000325 </voice>
326</phrase>
327<phrase>
328 id: LANG_CONFIRM_WITH_BUTTON
329 desc: Generic string to use to confirm
Tom Ross104fb372009-03-03 01:38:26 +0000330 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000331 <source>
332 *: "PLAY = Yes"
Tomer Shalev5175ce52009-12-05 19:03:42 +0000333 cowond2*: "MENU, or top-right = Yes"
Björn Stenbergc0740442009-12-07 12:19:08 +0000334 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +0200335 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
Tomer Shalev5175ce52009-12-05 19:03:42 +0000336 mrobe500: "PLAY, POWER, or top-right = Yes"
Björn Stenbergc0740442009-12-07 12:19:08 +0000337 archosplayer: "(PLAY/STOP)"
Szymon Dziok1fd57a22010-03-11 17:12:23 +0000338 vibe500: "OK = Yes"
Amaury Pouly7d91f8a2015-02-16 11:31:53 +0100339 creativezen*: "Select = Yes"
Nils Wallméniusb3113672007-08-05 19:19:39 +0000340 </source>
341 <dest>
342 *: "PLAY = Yes"
Tomer Shalev5175ce52009-12-05 19:03:42 +0000343 cowond2*: "MENU, or top-right = Yes"
Björn Stenbergc0740442009-12-07 12:19:08 +0000344 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +0200345 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
Tomer Shalev5175ce52009-12-05 19:03:42 +0000346 mrobe500: "PLAY, POWER, or top-right = Yes"
Björn Stenbergc0740442009-12-07 12:19:08 +0000347 archosplayer: "(PLAY/STOP)"
Szymon Dziok1fd57a22010-03-11 17:12:23 +0000348 vibe500: "OK = Yes"
Amaury Pouly7d91f8a2015-02-16 11:31:53 +0100349 creativezen*: "Select = Yes"
Nils Wallméniusb3113672007-08-05 19:19:39 +0000350 </dest>
351 <voice>
352 *: ""
353 </voice>
354</phrase>
355<phrase>
356 id: LANG_CANCEL_WITH_ANY
357 desc: Generic string to use to cancel
Tom Ross104fb372009-03-03 01:38:26 +0000358 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000359 <source>
360 *: "Any Other = No"
Björn Stenbergc0740442009-12-07 12:19:08 +0000361 archosplayer: none
Nils Wallméniusb3113672007-08-05 19:19:39 +0000362 </source>
363 <dest>
364 *: "Any Other = No"
Björn Stenbergc0740442009-12-07 12:19:08 +0000365 archosplayer: none
Nils Wallméniusb3113672007-08-05 19:19:39 +0000366 </dest>
367 <voice>
368 *: ""
Björn Stenbergc0740442009-12-07 12:19:08 +0000369 archosplayer: none
Nils Wallméniusb3113672007-08-05 19:19:39 +0000370 </voice>
371</phrase>
372<phrase>
373 id: LANG_ROCKBOX_TITLE
374 desc: main menu title
Tom Ross104fb372009-03-03 01:38:26 +0000375 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000376 <source>
377 *: "Rockbox"
378 </source>
379 <dest>
380 *: "Rockbox"
381 </dest>
382 <voice>
383 *: "Rockbox"
384 </voice>
385</phrase>
386<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000387 id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS
388 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000389 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000390 <source>
391 *: "Recent Bookmarks"
392 </source>
393 <dest>
394 *: "Recent Bookmarks"
395 </dest>
396 <voice>
397 *: "Recent Bookmarks"
398 </voice>
399</phrase>
400<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000401 id: LANG_DIR_BROWSER
402 desc: main menu title
Tom Ross104fb372009-03-03 01:38:26 +0000403 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000404 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000405 *: "Files"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000406 </source>
407 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000408 *: "Files"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000409 </dest>
410 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000411 *: "Files"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000412 </voice>
413</phrase>
414<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000415 id: LANG_TAGCACHE
416 desc: in the main menu and the settings menu
Tom Ross104fb372009-03-03 01:38:26 +0000417 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000418 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000419 *: "Database"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000420 </source>
421 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000422 *: "Database"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000423 </dest>
424 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000425 *: "Database"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000426 </voice>
427</phrase>
428<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000429 id: LANG_NOW_PLAYING
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000430 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000431 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000432 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000433 *: "Now Playing"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000434 </source>
435 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000436 *: "Now Playing"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000437 </dest>
438 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000439 *: "Now Playing"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000440 </voice>
441</phrase>
442<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000443 id: LANG_RESUME_PLAYBACK
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000444 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000445 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000446 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000447 *: "Resume Playback"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000448 </source>
449 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000450 *: "Resume Playback"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000451 </dest>
452 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000453 *: "Resume Playback"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000454 </voice>
455</phrase>
456<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000457 id: LANG_SETTINGS
458 desc: in main menu and visual confirmation after settings reset
Tom Ross104fb372009-03-03 01:38:26 +0000459 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000460 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000461 *: "Settings"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000462 </source>
463 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000464 *: "Settings"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000465 </dest>
466 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000467 *: "Settings"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000468 </voice>
469</phrase>
470<phrase>
471 id: LANG_RECORDING
472 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000473 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000474 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000475 *: none
476 recording: "Recording"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000477 </source>
478 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000479 *: none
480 recording: "Recording"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000481 </dest>
482 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000483 *: none
484 recording: "Recording"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000485 </voice>
486</phrase>
487<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000488 id: LANG_FM_RADIO
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000489 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000490 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000491 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000492 *: none
493 radio: "FM Radio"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000494 </source>
495 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000496 *: none
497 radio: "FM Radio"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000498 </dest>
499 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000500 *: none
501 radio: "FM Radio"
502 </voice>
503</phrase>
504<phrase>
505 id: LANG_PLAYLISTS
Jonathan Gordon97a4c1e2011-07-20 14:11:15 +0000506 desc: in the file view setting
Tom Ross104fb372009-03-03 01:38:26 +0000507 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000508 <source>
509 *: "Playlists"
510 </source>
511 <dest>
512 *: "Playlists"
513 </dest>
514 <voice>
515 *: "Playlists"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000516 </voice>
517</phrase>
518<phrase>
519 id: LANG_PLUGINS
520 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000521 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000522 <source>
Jonathan Gordon91cb68a2007-03-01 11:14:46 +0000523 *: "Plugins"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000524 </source>
525 <dest>
Jonathan Gordon91cb68a2007-03-01 11:14:46 +0000526 *: "Plugins"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000527 </dest>
528 <voice>
Jonathan Gordon91cb68a2007-03-01 11:14:46 +0000529 *: "Plugins"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000530 </voice>
531</phrase>
532<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000533 id: LANG_SYSTEM
Nils Wallménius5e8e9562007-08-05 20:22:37 +0000534 desc: in the main menu and settings menu
Tom Ross104fb372009-03-03 01:38:26 +0000535 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000536 <source>
Jonathan Gordon91cb68a2007-03-01 11:14:46 +0000537 *: "System"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000538 </source>
539 <dest>
Jonathan Gordon91cb68a2007-03-01 11:14:46 +0000540 *: "System"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000541 </dest>
542 <voice>
Jonathan Gordon91cb68a2007-03-01 11:14:46 +0000543 *: "System"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000544 </voice>
545</phrase>
546<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000547 id: LANG_BOOKMARK_SELECT_BOOKMARK
548 desc: bookmark selection list title
Tom Ross104fb372009-03-03 01:38:26 +0000549 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000550 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000551 *: "Select Bookmark"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000552 </source>
553 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000554 *: "Select Bookmark"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000555 </dest>
556 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000557 *: "Select Bookmark"
558 </voice>
559</phrase>
560<phrase>
561 id: LANG_BOOKMARK_DONT_RESUME
562 desc: top item in the list when asking user about bookmark auto load
Tom Ross104fb372009-03-03 01:38:26 +0000563 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000564 <source>
565 *: "<Don't Resume>"
566 </source>
567 <dest>
568 *: "<Don't Resume>"
569 </dest>
570 <voice>
571 *: "Do not resume"
572 </voice>
573</phrase>
574<phrase>
575 id: LANG_BOOKMARK_SHUFFLE
576 desc: bookmark selection list, bookmark enables shuffle
Tom Ross104fb372009-03-03 01:38:26 +0000577 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000578 <source>
579 *: ", Shuffle"
580 </source>
581 <dest>
582 *: ", Shuffle"
583 </dest>
584 <voice>
585 *: ""
586 </voice>
587</phrase>
588<phrase>
589 id: LANG_BOOKMARK_INVALID
590 desc: bookmark selection list, bookmark couldn't be parsed
Tom Ross104fb372009-03-03 01:38:26 +0000591 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000592 <source>
593 *: "<Invalid Bookmark>"
594 </source>
595 <dest>
596 *: "<Invalid Bookmark>"
597 </dest>
598 <voice>
599 *: "Invalid Bookmark"
600 </voice>
601</phrase>
602<phrase>
603 id: LANG_BOOKMARK_CONTEXT_MENU
604 desc: bookmark selection list context menu
Tom Ross104fb372009-03-03 01:38:26 +0000605 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000606 <source>
607 *: "Bookmark Actions"
608 </source>
609 <dest>
610 *: "Bookmark Actions"
611 </dest>
612 <voice>
613 *: "Bookmark Actions"
614 </voice>
615</phrase>
616<phrase>
617 id: LANG_BOOKMARK_CONTEXT_RESUME
618 desc: bookmark context menu, resume this bookmark
Tom Ross104fb372009-03-03 01:38:26 +0000619 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000620 <source>
621 *: "Resume"
622 </source>
623 <dest>
624 *: "Resume"
625 </dest>
626 <voice>
627 *: "Resume"
628 </voice>
629</phrase>
630<phrase>
631 id: LANG_BOOKMARK_CONTEXT_DELETE
632 desc: bookmark context menu, delete this bookmark
Tom Ross104fb372009-03-03 01:38:26 +0000633 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000634 <source>
635 *: "Delete"
636 </source>
637 <dest>
638 *: "Delete"
639 </dest>
640 <voice>
641 *: "Delete"
642 </voice>
643</phrase>
644<phrase>
645 id: LANG_AUTO_BOOKMARK_QUERY
646 desc: prompt for user to decide to create an bookmark
Tom Ross104fb372009-03-03 01:38:26 +0000647 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000648 <source>
649 *: "Create a Bookmark?"
650 </source>
651 <dest>
652 *: "Create a Bookmark?"
653 </dest>
654 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +0000655 *: "Create a Bookmark?"
Nils Wallméniusb3113672007-08-05 19:19:39 +0000656 </voice>
657</phrase>
658<phrase>
659 id: LANG_BOOKMARK_CREATE_SUCCESS
660 desc: Indicates bookmark was successfully created
Tom Ross104fb372009-03-03 01:38:26 +0000661 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000662 <source>
663 *: "Bookmark Created"
664 </source>
665 <dest>
666 *: "Bookmark Created"
667 </dest>
668 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +0000669 *: "Bookmark Created"
Nils Wallméniusb3113672007-08-05 19:19:39 +0000670 </voice>
671</phrase>
672<phrase>
673 id: LANG_BOOKMARK_CREATE_FAILURE
674 desc: Indicates bookmark was not created
Tom Ross104fb372009-03-03 01:38:26 +0000675 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000676 <source>
677 *: "Bookmark Failed!"
678 </source>
679 <dest>
680 *: "Bookmark Failed!"
681 </dest>
682 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +0000683 *: "Bookmark Failed!"
Nils Wallméniusb3113672007-08-05 19:19:39 +0000684 </voice>
685</phrase>
686<phrase>
687 id: LANG_BOOKMARK_LOAD_EMPTY
688 desc: Indicates bookmark was empty
Tom Ross104fb372009-03-03 01:38:26 +0000689 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000690 <source>
691 *: "Bookmark Empty"
692 </source>
693 <dest>
694 *: "Bookmark Empty"
695 </dest>
696 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +0000697 *: "Bookmark Empty"
Nils Wallméniusb3113672007-08-05 19:19:39 +0000698 </voice>
699</phrase>
700<phrase>
701 id: LANG_SOUND_SETTINGS
702 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +0000703 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000704 <source>
705 *: "Sound Settings"
706 </source>
707 <dest>
708 *: "Sound Settings"
709 </dest>
710 <voice>
711 *: "Sound Settings"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000712 </voice>
713</phrase>
714<phrase>
715 id: LANG_VOLUME
716 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000717 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000718 <source>
719 *: "Volume"
720 </source>
721 <dest>
722 *: "Volume"
723 </dest>
724 <voice>
725 *: "Volume"
726 </voice>
727</phrase>
728<phrase>
729 id: LANG_BASS
730 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000731 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000732 <source>
733 *: "Bass"
734 </source>
735 <dest>
736 *: "Bass"
737 </dest>
738 <voice>
739 *: "Bass"
740 </voice>
741</phrase>
742<phrase>
743 id: LANG_TREBLE
744 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000745 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000746 <source>
747 *: "Treble"
748 </source>
749 <dest>
750 *: "Treble"
751 </dest>
752 <voice>
753 *: "Treble"
754 </voice>
755</phrase>
756<phrase>
757 id: LANG_BALANCE
758 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000759 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000760 <source>
761 *: "Balance"
762 </source>
763 <dest>
764 *: "Balance"
765 </dest>
766 <voice>
767 *: "Balance"
768 </voice>
769</phrase>
770<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000771 id: LANG_CHANNEL_CONFIGURATION
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000772 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000773 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000774 <source>
775 *: "Channel Configuration"
776 </source>
777 <dest>
778 *: "Channel Configuration"
779 </dest>
780 <voice>
Linus Nielsen Feltzing488f71f2007-03-05 00:53:10 +0000781 *: "Channel Configuration"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000782 </voice>
783</phrase>
784<phrase>
785 id: LANG_CHANNEL_STEREO
786 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000787 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000788 <source>
789 *: "Stereo"
790 </source>
791 <dest>
792 *: "Stereo"
793 </dest>
794 <voice>
795 *: "Stereo"
796 </voice>
797</phrase>
798<phrase>
799 id: LANG_CHANNEL_MONO
800 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000801 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000802 <source>
803 *: "Mono"
804 </source>
805 <dest>
806 *: "Mono"
807 </dest>
808 <voice>
809 *: "Mono"
810 </voice>
811</phrase>
812<phrase>
813 id: LANG_CHANNEL_CUSTOM
814 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000815 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000816 <source>
817 *: "Custom"
818 </source>
819 <dest>
820 *: "Custom"
821 </dest>
822 <voice>
823 *: "Custom"
824 </voice>
825</phrase>
826<phrase>
827 id: LANG_CHANNEL_LEFT
828 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000829 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000830 <source>
831 *: "Mono Left"
832 </source>
833 <dest>
834 *: "Mono Left"
835 </dest>
836 <voice>
837 *: "Mono Left"
838 </voice>
839</phrase>
840<phrase>
841 id: LANG_CHANNEL_RIGHT
842 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000843 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000844 <source>
845 *: "Mono Right"
846 </source>
847 <dest>
848 *: "Mono Right"
849 </dest>
850 <voice>
851 *: "Mono Right"
852 </voice>
853</phrase>
854<phrase>
Peter D'Hoye528fe442008-10-08 22:18:16 +0000855 id: LANG_CHANNEL_LEFTRIGHT
856 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000857 user: core
Peter D'Hoye528fe442008-10-08 22:18:16 +0000858 <source>
859 *: none
860 recording_swcodec: "Mono Left + Right"
861 </source>
862 <dest>
863 *: none
864 recording_swcodec: "Mono Left + Right"
865 </dest>
866 <voice>
867 *: none
868 recording_swcodec: "Mono Left plus Right"
869 </voice>
870</phrase>
871<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000872 id: LANG_CHANNEL_KARAOKE
873 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000874 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000875 <source>
876 *: "Karaoke"
877 </source>
878 <dest>
879 *: "Karaoke"
880 </dest>
881 <voice>
882 *: "Karaoke"
883 </voice>
884</phrase>
885<phrase>
886 id: LANG_STEREO_WIDTH
887 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +0000888 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000889 <source>
890 *: "Stereo Width"
891 </source>
892 <dest>
893 *: "Stereo Width"
894 </dest>
895 <voice>
896 *: "Stereo Width"
897 </voice>
898</phrase>
899<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000900 id: LANG_CROSSFEED
901 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +0000902 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000903 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000904 *: none
905 swcodec: "Crossfeed"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000906 </source>
907 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000908 *: none
909 swcodec: "Crossfeed"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000910 </dest>
911 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000912 *: none
913 swcodec: "Crossfeed"
914 </voice>
915</phrase>
916<phrase>
917 id: LANG_CROSSFEED_DIRECT_GAIN
918 desc: in crossfeed settings
Tom Ross104fb372009-03-03 01:38:26 +0000919 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000920 <source>
921 *: none
922 swcodec: "Direct Gain"
923 </source>
924 <dest>
925 *: none
926 swcodec: "Direct Gain"
927 </dest>
928 <voice>
929 *: none
930 swcodec: "Direct gain"
931 </voice>
932</phrase>
933<phrase>
934 id: LANG_CROSSFEED_CROSS_GAIN
935 desc: in crossfeed settings
Tom Ross104fb372009-03-03 01:38:26 +0000936 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000937 <source>
938 *: none
939 swcodec: "Cross Gain"
940 </source>
941 <dest>
942 *: none
943 swcodec: "Cross Gain"
944 </dest>
945 <voice>
946 *: none
947 swcodec: "Cross gain"
948 </voice>
949</phrase>
950<phrase>
951 id: LANG_CROSSFEED_HF_ATTENUATION
952 desc: in crossfeed settings
Tom Ross104fb372009-03-03 01:38:26 +0000953 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000954 <source>
955 *: none
956 swcodec: "High-Frequency Attenuation"
957 </source>
958 <dest>
959 *: none
960 swcodec: "High-Frequency Attenuation"
961 </dest>
962 <voice>
963 *: none
964 swcodec: "High-frequency attenuation"
965 </voice>
966</phrase>
967<phrase>
968 id: LANG_CROSSFEED_HF_CUTOFF
969 desc: in crossfeed settings
Tom Ross104fb372009-03-03 01:38:26 +0000970 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +0000971 <source>
972 *: none
973 swcodec: "High-Frequency Cutoff"
974 </source>
975 <dest>
976 *: none
977 swcodec: "High-Frequency Cutoff"
978 </dest>
979 <voice>
980 *: none
981 swcodec: "High-frequency cutoff"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000982 </voice>
983</phrase>
984<phrase>
985 id: LANG_EQUALIZER
986 desc: in the sound settings menu
Tom Ross104fb372009-03-03 01:38:26 +0000987 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000988 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000989 *: none
990 swcodec: "Equalizer"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000991 </source>
992 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000993 *: none
994 swcodec: "Equalizer"
Daniel Stenbergc06e7772006-04-03 21:11:11 +0000995 </dest>
996 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +0000997 *: none
998 swcodec: "Equalizer"
999 </voice>
1000</phrase>
1001<phrase>
1002 id: LANG_EQUALIZER_ENABLED
1003 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001004 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001005 <source>
1006 *: none
1007 swcodec: "Enable EQ"
1008 </source>
1009 <dest>
1010 *: none
1011 swcodec: "Enable EQ"
1012 </dest>
1013 <voice>
1014 *: none
1015 swcodec: "Enable equalizer"
1016 </voice>
1017</phrase>
1018<phrase>
1019 id: LANG_EQUALIZER_GRAPHICAL
1020 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001021 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001022 <source>
1023 *: none
1024 swcodec: "Graphical EQ"
1025 </source>
1026 <dest>
1027 *: none
1028 swcodec: "Graphical EQ"
1029 </dest>
1030 <voice>
1031 *: none
1032 swcodec: "Graphical equalizer"
1033 </voice>
1034</phrase>
1035<phrase>
1036 id: LANG_EQUALIZER_PRECUT
1037 desc: in eq settings
Tom Ross104fb372009-03-03 01:38:26 +00001038 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001039 <source>
1040 *: none
1041 swcodec: "Precut"
1042 </source>
1043 <dest>
1044 *: none
1045 swcodec: "Precut"
1046 </dest>
1047 <voice>
1048 *: none
1049 swcodec: "Pre-cut"
1050 </voice>
1051</phrase>
1052<phrase>
1053 id: LANG_EQUALIZER_GAIN
1054 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001055 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001056 <source>
1057 *: none
1058 swcodec: "Simple EQ Settings"
1059 </source>
1060 <dest>
1061 *: none
1062 swcodec: "Simple EQ Settings"
1063 </dest>
1064 <voice>
1065 *: none
1066 swcodec: "Simple equalizer settings"
1067 </voice>
1068</phrase>
1069<phrase>
1070 id: LANG_EQUALIZER_ADVANCED
1071 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001072 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001073 <source>
1074 *: none
1075 swcodec: "Advanced EQ Settings"
1076 </source>
1077 <dest>
1078 *: none
1079 swcodec: "Advanced EQ Settings"
1080 </dest>
1081 <voice>
1082 *: none
1083 swcodec: "Advanced equalizer settings"
1084 </voice>
1085</phrase>
1086<phrase>
1087 id: LANG_EQUALIZER_SAVE
1088 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001089 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001090 <source>
1091 *: none
1092 swcodec: "Save EQ Preset"
1093 </source>
1094 <dest>
1095 *: none
1096 swcodec: "Save EQ Preset"
1097 </dest>
1098 <voice>
1099 *: none
1100 swcodec: "Save equalizer preset"
1101 </voice>
1102</phrase>
1103<phrase>
1104 id: LANG_EQUALIZER_BROWSE
1105 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001106 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001107 <source>
1108 *: none
1109 swcodec: "Browse EQ Presets"
1110 </source>
1111 <dest>
1112 *: none
1113 swcodec: "Browse EQ Presets"
1114 </dest>
1115 <voice>
1116 *: none
1117 swcodec: "Browse equalizer presets"
1118 </voice>
1119</phrase>
1120<phrase>
1121 id: LANG_EQUALIZER_EDIT_MODE
1122 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001123 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001124 <source>
1125 *: none
1126 swcodec: "Edit mode: %s"
1127 </source>
1128 <dest>
1129 *: none
1130 swcodec: "Edit mode: %s"
1131 </dest>
1132 <voice>
1133 *: none
1134 swcodec: ""
1135 </voice>
1136</phrase>
1137<phrase>
1138 id: LANG_EQUALIZER_GAIN_ITEM
1139 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001140 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001141 <source>
1142 *: none
1143 swcodec: "%d Hz Band Gain"
1144 </source>
1145 <dest>
1146 *: none
1147 swcodec: "%d Hz Band Gain"
1148 </dest>
1149 <voice>
1150 *: none
Stéphane Doyon26e47f22007-10-09 03:53:46 +00001151 swcodec: "hertz band gain"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001152 </voice>
1153</phrase>
1154<phrase>
1155 id: LANG_EQUALIZER_BAND_LOW_SHELF
1156 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001157 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001158 <source>
1159 *: none
1160 swcodec: "Low Shelf Filter"
1161 </source>
1162 <dest>
1163 *: none
1164 swcodec: "Low Shelf Filter"
1165 </dest>
1166 <voice>
1167 *: none
1168 swcodec: "Low shelf filter"
1169 </voice>
1170</phrase>
1171<phrase>
1172 id: LANG_EQUALIZER_BAND_PEAK
1173 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001174 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001175 <source>
1176 *: none
1177 swcodec: "Peak Filter %d"
1178 </source>
1179 <dest>
1180 *: none
1181 swcodec: "Peak Filter %d"
1182 </dest>
1183 <voice>
1184 *: none
1185 swcodec: "Peak filter"
1186 </voice>
1187</phrase>
1188<phrase>
1189 id: LANG_EQUALIZER_BAND_HIGH_SHELF
1190 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001191 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001192 <source>
1193 *: none
1194 swcodec: "High Shelf Filter"
1195 </source>
1196 <dest>
1197 *: none
1198 swcodec: "High Shelf Filter"
1199 </dest>
1200 <voice>
1201 *: none
1202 swcodec: "High shelf filter"
1203 </voice>
1204</phrase>
1205<phrase>
1206 id: LANG_EQUALIZER_BAND_CUTOFF
1207 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001208 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001209 <source>
1210 *: none
1211 swcodec: "Cutoff Frequency"
1212 </source>
1213 <dest>
1214 *: none
1215 swcodec: "Cutoff Frequency"
1216 </dest>
1217 <voice>
1218 *: none
1219 swcodec: "Cutoff Frequency"
1220 </voice>
1221</phrase>
1222<phrase>
1223 id: LANG_EQUALIZER_BAND_CENTER
1224 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001225 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001226 <source>
1227 *: none
Alex Parkera2f90342009-05-09 10:54:07 +00001228 swcodec: "Centre Frequency"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001229 </source>
1230 <dest>
1231 *: none
Alex Parkera2f90342009-05-09 10:54:07 +00001232 swcodec: "Centre Frequency"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001233 </dest>
1234 <voice>
1235 *: none
Alex Parkera2f90342009-05-09 10:54:07 +00001236 swcodec: "Centre frequency"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001237 </voice>
1238</phrase>
1239<phrase>
1240 id: LANG_EQUALIZER_BAND_Q
1241 desc: in the equalizer settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001242 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001243 <source>
1244 *: none
1245 swcodec: "Q"
1246 </source>
1247 <dest>
1248 *: none
1249 swcodec: "Q"
1250 </dest>
1251 <voice>
1252 *: none
1253 swcodec: "Q"
1254 </voice>
1255</phrase>
1256<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001257 id: LANG_DITHERING
1258 desc: in the sound settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001259 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001260 <source>
1261 *: none
1262 swcodec: "Dithering"
1263 </source>
1264 <dest>
1265 *: none
1266 swcodec: "Dithering"
1267 </dest>
1268 <voice>
1269 *: none
1270 swcodec: "Dithering"
1271 </voice>
1272</phrase>
1273<phrase>
1274 id: LANG_LOUDNESS
1275 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +00001276 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001277 <source>
1278 *: none
1279 masf: "Loudness"
1280 </source>
1281 <dest>
1282 *: none
1283 masf: "Loudness"
1284 </dest>
1285 <voice>
1286 *: none
1287 masf: "Loudness"
1288 </voice>
1289</phrase>
1290<phrase>
1291 id: LANG_AUTOVOL
1292 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +00001293 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001294 <source>
1295 *: none
1296 masf: "Auto Volume"
1297 </source>
1298 <dest>
1299 *: none
1300 masf: "Auto Volume"
1301 </dest>
1302 <voice>
1303 *: none
1304 masf: "Auto Volume"
1305 </voice>
1306</phrase>
1307<phrase>
1308 id: LANG_DECAY
1309 desc: in sound_settings
Tom Ross104fb372009-03-03 01:38:26 +00001310 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001311 <source>
1312 *: none
1313 masf: "AV Decay Time"
1314 </source>
1315 <dest>
1316 *: none
1317 masf: "AV Decay Time"
1318 </dest>
1319 <voice>
1320 *: none
1321 masf: ""
1322 </voice>
1323</phrase>
1324<phrase>
1325 id: LANG_SUPERBASS
1326 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +00001327 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001328 <source>
1329 *: none
1330 masf: "Super Bass"
1331 </source>
1332 <dest>
1333 *: none
1334 masf: "Super Bass"
1335 </dest>
1336 <voice>
Magnus Holmgren4e140ac2007-08-14 18:07:52 +00001337 *: none
Nils Wallméniusb3113672007-08-05 19:19:39 +00001338 masf: "Super Bass"
1339 </voice>
1340</phrase>
1341<phrase>
1342 id: LANG_MDB_ENABLE
1343 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +00001344 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001345 <source>
1346 *: none
1347 masf: "MDB Enable"
1348 </source>
1349 <dest>
1350 *: none
1351 masf: "MDB Enable"
1352 </dest>
1353 <voice>
1354 *: none
1355 masf: "MDB Enable"
1356 </voice>
1357</phrase>
1358<phrase>
1359 id: LANG_MDB_STRENGTH
1360 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +00001361 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001362 <source>
1363 *: none
1364 masf: "MDB Strength"
1365 </source>
1366 <dest>
1367 *: none
1368 masf: "MDB Strength"
1369 </dest>
1370 <voice>
1371 *: none
1372 masf: "MDB Strength"
1373 </voice>
1374</phrase>
1375<phrase>
1376 id: LANG_MDB_HARMONICS
1377 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +00001378 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001379 <source>
1380 *: none
1381 masf: "MDB Harmonics"
1382 </source>
1383 <dest>
1384 *: none
1385 masf: "MDB Harmonics"
1386 </dest>
1387 <voice>
1388 *: none
1389 masf: "MDB Harmonics"
1390 </voice>
1391</phrase>
1392<phrase>
1393 id: LANG_MDB_CENTER
1394 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +00001395 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001396 <source>
1397 *: none
Alex Parkera2f90342009-05-09 10:54:07 +00001398 masf: "MDB Centre Frequency"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001399 </source>
1400 <dest>
1401 *: none
Alex Parkera2f90342009-05-09 10:54:07 +00001402 masf: "MDB Centre Frequency"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001403 </dest>
1404 <voice>
1405 *: none
Alex Parkera2f90342009-05-09 10:54:07 +00001406 masf: "MDB Centre Frequency"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001407 </voice>
1408</phrase>
1409<phrase>
1410 id: LANG_MDB_SHAPE
1411 desc: in sound settings
Tom Ross104fb372009-03-03 01:38:26 +00001412 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001413 <source>
1414 *: none
1415 masf: "MDB Shape"
1416 </source>
1417 <dest>
1418 *: none
1419 masf: "MDB Shape"
1420 </dest>
1421 <voice>
1422 *: none
1423 masf: "MDB Shape"
1424 </voice>
1425</phrase>
1426<phrase>
1427 id: LANG_GENERAL_SETTINGS
1428 desc: in the main menu
Tom Ross104fb372009-03-03 01:38:26 +00001429 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001430 <source>
1431 *: "General Settings"
1432 </source>
1433 <dest>
1434 *: "General Settings"
1435 </dest>
1436 <voice>
1437 *: "General Settings"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001438 </voice>
1439</phrase>
1440<phrase>
1441 id: LANG_PLAYBACK
1442 desc: in settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +00001443 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001444 <source>
Steve Bavin5f8bd632008-05-22 08:02:48 +00001445 *: "Playback Settings"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001446 </source>
1447 <dest>
Steve Bavin5f8bd632008-05-22 08:02:48 +00001448 *: "Playback Settings"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001449 </dest>
1450 <voice>
Steve Bavin5f8bd632008-05-22 08:02:48 +00001451 *: "Playback Settings"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001452 </voice>
1453</phrase>
1454<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001455 id: LANG_SHUFFLE
1456 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00001457 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001458 <source>
1459 *: "Shuffle"
1460 </source>
1461 <dest>
1462 *: "Shuffle"
1463 </dest>
1464 <voice>
1465 *: "Shuffle"
1466 </voice>
1467</phrase>
1468<phrase>
1469 id: LANG_REPEAT
1470 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00001471 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001472 <source>
1473 *: "Repeat"
1474 </source>
1475 <dest>
1476 *: "Repeat"
1477 </dest>
1478 <voice>
1479 *: "Repeat"
1480 </voice>
1481</phrase>
1482<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001483 id: LANG_ALL
1484 desc: generic string used both in dir file filter and repeat mode selection
Tom Ross104fb372009-03-03 01:38:26 +00001485 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001486 <source>
1487 *: "All"
1488 </source>
1489 <dest>
1490 *: "All"
1491 </dest>
1492 <voice>
1493 *: "All"
1494 </voice>
1495</phrase>
1496<phrase>
1497 id: LANG_REPEAT_ONE
1498 desc: repeat one song
Tom Ross104fb372009-03-03 01:38:26 +00001499 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001500 <source>
1501 *: "One"
1502 </source>
1503 <dest>
1504 *: "One"
1505 </dest>
1506 <voice>
1507 *: "One"
1508 </voice>
1509</phrase>
1510<phrase>
1511 id: LANG_REPEAT_AB
Jonas Häggqviste0651712007-09-01 20:36:11 +00001512 desc: repeat range from point A to B
Tom Ross104fb372009-03-03 01:38:26 +00001513 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001514 <source>
1515 *: "A-B"
1516 </source>
1517 <dest>
1518 *: "A-B"
1519 </dest>
1520 <voice>
1521 *: "A-B"
1522 </voice>
1523</phrase>
1524<phrase>
1525 id: LANG_PLAY_SELECTED
1526 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00001527 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001528 <source>
1529 *: "Play Selected First"
1530 </source>
1531 <dest>
1532 *: "Play Selected First"
1533 </dest>
1534 <voice>
1535 *: "Play Selected File First"
1536 </voice>
1537</phrase>
1538<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001539 id: LANG_WIND_MENU
1540 desc: in the playback sub menu
Tom Ross104fb372009-03-03 01:38:26 +00001541 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001542 <source>
1543 *: "Fast-Forward/Rewind"
1544 </source>
1545 <dest>
1546 *: "Fast-Forward/Rewind"
1547 </dest>
1548 <voice>
1549 *: "Fast forward and Rewind"
1550 </voice>
1551</phrase>
1552<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001553 id: LANG_FFRW_STEP
1554 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00001555 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001556 <source>
1557 *: "FF/RW Min Step"
1558 </source>
1559 <dest>
1560 *: "FF/RW Min Step"
1561 </dest>
1562 <voice>
1563 *: "Minimum Step"
1564 </voice>
1565</phrase>
1566<phrase>
1567 id: LANG_FFRW_ACCEL
1568 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00001569 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001570 <source>
1571 *: "FF/RW Accel"
1572 </source>
1573 <dest>
1574 *: "FF/RW Accel"
1575 </dest>
1576 <voice>
1577 *: "Acceleration"
1578 </voice>
1579</phrase>
1580<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001581 id: LANG_MP3BUFFER_MARGIN
1582 desc: MP3 buffer margin time
Tom Ross104fb372009-03-03 01:38:26 +00001583 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001584 <source>
1585 *: "Anti-Skip Buffer"
Nils Wallménius5e8e9562007-08-05 20:22:37 +00001586 flash_storage: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001587 </source>
1588 <dest>
1589 *: "Anti-Skip Buffer"
Nils Wallménius5e8e9562007-08-05 20:22:37 +00001590 flash_storage: none
Magnus Holmgren4e140ac2007-08-14 18:07:52 +00001591 </dest>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001592 <voice>
1593 *: "Anti-Skip Buffer"
Magnus Holmgren4e140ac2007-08-14 18:07:52 +00001594 flash_storage: none
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001595 </voice>
1596</phrase>
1597<phrase>
1598 id: LANG_FADE_ON_STOP
1599 desc: options menu to set fade on stop or pause
Tom Ross104fb372009-03-03 01:38:26 +00001600 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001601 <source>
1602 *: "Fade on Stop/Pause"
1603 </source>
1604 <dest>
1605 *: "Fade on Stop/Pause"
1606 </dest>
1607 <voice>
1608 *: "Fade On Stop and Pause"
1609 </voice>
1610</phrase>
1611<phrase>
1612 id: LANG_PARTY_MODE
1613 desc: party mode
Tom Ross104fb372009-03-03 01:38:26 +00001614 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001615 <source>
1616 *: "Party Mode"
1617 </source>
1618 <dest>
1619 *: "Party Mode"
1620 </dest>
1621 <voice>
1622 *: "Party Mode"
1623 </voice>
1624</phrase>
1625<phrase>
1626 id: LANG_CROSSFADE
1627 desc: in playback settings
Tom Ross104fb372009-03-03 01:38:26 +00001628 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001629 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001630 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001631 crossfade: "Crossfade"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001632 </source>
1633 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001634 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001635 crossfade: "Crossfade"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001636 </dest>
1637 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001638 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001639 crossfade: "Crossfade"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001640 </voice>
1641</phrase>
1642<phrase>
1643 id: LANG_CROSSFADE_ENABLE
1644 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001645 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001646 <source>
1647 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001648 crossfade: "Enable Crossfade"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001649 </source>
1650 <dest>
1651 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001652 crossfade: "Enable Crossfade"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001653 </dest>
1654 <voice>
1655 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001656 crossfade: "Enable Crossfade"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001657 </voice>
1658</phrase>
1659<phrase>
Jeffrey Goode664dc902009-11-11 00:48:17 +00001660 id: LANG_MANTRACKSKIP
Nils Wallméniusb3113672007-08-05 19:19:39 +00001661 desc: in crossfade settings
Tom Ross104fb372009-03-03 01:38:26 +00001662 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001663 <source>
1664 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001665 crossfade: "Manual Track Skip Only"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001666 </source>
1667 <dest>
1668 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001669 crossfade: "Manual Track Skip Only"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001670 </dest>
1671 <voice>
1672 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001673 crossfade: "Manual Track Skip Only"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001674 </voice>
1675</phrase>
1676<phrase>
1677 id: LANG_SHUFFLE_TRACKSKIP
1678 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00001679 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001680 <source>
1681 *: none
Jeffrey Goode29d27112009-11-12 15:42:37 +00001682 crossfade: "Shuffle or Manual Track Skip"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001683 </source>
1684 <dest>
1685 *: none
Jeffrey Goode29d27112009-11-12 15:42:37 +00001686 crossfade: "Shuffle or Manual Track Skip"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001687 </dest>
1688 <voice>
1689 *: none
Jeffrey Goode29d27112009-11-12 15:42:37 +00001690 crossfade: "Shuffle or Manual Track Skip"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001691 </voice>
1692</phrase>
1693<phrase>
1694 id: LANG_CROSSFADE_FADE_IN_DELAY
1695 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001696 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001697 <source>
1698 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001699 crossfade: "Fade-In Delay"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001700 </source>
1701 <dest>
1702 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001703 crossfade: "Fade-In Delay"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001704 </dest>
1705 <voice>
1706 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001707 crossfade: "Fade-In Delay"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001708 </voice>
1709</phrase>
1710<phrase>
1711 id: LANG_CROSSFADE_FADE_IN_DURATION
1712 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001713 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001714 <source>
1715 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001716 crossfade: "Fade-In Duration"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001717 </source>
1718 <dest>
1719 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001720 crossfade: "Fade-In Duration"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001721 </dest>
1722 <voice>
1723 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001724 crossfade: "Fade-In Duration"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001725 </voice>
1726</phrase>
1727<phrase>
1728 id: LANG_CROSSFADE_FADE_OUT_DELAY
1729 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001730 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001731 <source>
1732 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001733 crossfade: "Fade-Out Delay"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001734 </source>
1735 <dest>
1736 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001737 crossfade: "Fade-Out Delay"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001738 </dest>
1739 <voice>
1740 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001741 crossfade: "Fade-Out Delay"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001742 </voice>
1743</phrase>
1744<phrase>
1745 id: LANG_CROSSFADE_FADE_OUT_DURATION
1746 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001747 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001748 <source>
1749 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001750 crossfade: "Fade-Out Duration"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001751 </source>
1752 <dest>
1753 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001754 crossfade: "Fade-Out Duration"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001755 </dest>
1756 <voice>
1757 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001758 crossfade: "Fade-Out Duration"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001759 </voice>
1760</phrase>
1761<phrase>
1762 id: LANG_CROSSFADE_FADE_OUT_MODE
1763 desc: in crossfade settings menu
Tom Ross104fb372009-03-03 01:38:26 +00001764 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001765 <source>
1766 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001767 crossfade: "Fade-Out Mode"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001768 </source>
1769 <dest>
1770 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001771 crossfade: "Fade-Out Mode"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001772 </dest>
1773 <voice>
1774 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001775 crossfade: "Fade-Out Mode"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001776 </voice>
1777</phrase>
1778<phrase>
1779 id: LANG_MIX
1780 desc: in playback settings, crossfade option
Tom Ross104fb372009-03-03 01:38:26 +00001781 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001782 <source>
1783 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001784 crossfade: "Mix"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001785 </source>
1786 <dest>
1787 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001788 crossfade: "Mix"
Nils Wallméniusb3113672007-08-05 19:19:39 +00001789 </dest>
1790 <voice>
1791 *: none
Jeffrey Goode3a17bb92009-11-12 04:31:31 +00001792 crossfade: "Mix"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001793 </voice>
1794</phrase>
1795<phrase>
1796 id: LANG_REPLAYGAIN
1797 desc: in replaygain
Tom Ross104fb372009-03-03 01:38:26 +00001798 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001799 <source>
1800 *: "Replaygain"
1801 </source>
1802 <dest>
1803 *: "Replaygain"
1804 </dest>
1805 <voice>
1806 *: "Replaygain"
1807 </voice>
1808</phrase>
1809<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001810 id: LANG_REPLAYGAIN_NOCLIP
1811 desc: in replaygain
Tom Ross104fb372009-03-03 01:38:26 +00001812 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001813 <source>
1814 *: none
1815 swcodec: "Prevent Clipping"
1816 </source>
1817 <dest>
1818 *: none
1819 swcodec: "Prevent Clipping"
1820 </dest>
1821 <voice>
1822 *: none
1823 swcodec: "Prevent Clipping"
1824 </voice>
1825</phrase>
1826<phrase>
1827 id: LANG_REPLAYGAIN_MODE
1828 desc: in replaygain
Tom Ross104fb372009-03-03 01:38:26 +00001829 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001830 <source>
1831 *: "Replaygain Type"
1832 </source>
1833 <dest>
1834 *: "Replaygain Type"
1835 </dest>
1836 <voice>
1837 *: "Replaygain Type"
1838 </voice>
1839</phrase>
1840<phrase>
1841 id: LANG_ALBUM_GAIN
1842 desc: in replaygain
Tom Ross104fb372009-03-03 01:38:26 +00001843 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001844 <source>
1845 *: "Album Gain"
1846 </source>
1847 <dest>
1848 *: "Album Gain"
1849 </dest>
1850 <voice>
1851 *: "Album Gain"
1852 </voice>
1853</phrase>
1854<phrase>
1855 id: LANG_TRACK_GAIN
1856 desc: in replaygain
Tom Ross104fb372009-03-03 01:38:26 +00001857 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001858 <source>
1859 *: "Track Gain"
1860 </source>
1861 <dest>
1862 *: "Track Gain"
1863 </dest>
1864 <voice>
1865 *: "Track Gain"
1866 </voice>
1867</phrase>
1868<phrase>
1869 id: LANG_SHUFFLE_GAIN
1870 desc: use track gain if shuffle mode is on, album gain otherwise
Tom Ross104fb372009-03-03 01:38:26 +00001871 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001872 <source>
1873 *: "Track Gain if Shuffling"
1874 </source>
1875 <dest>
1876 *: "Track Gain if Shuffling"
1877 </dest>
1878 <voice>
1879 *: "Track Gain if Shuffling"
1880 </voice>
1881</phrase>
1882<phrase>
1883 id: LANG_REPLAYGAIN_PREAMP
1884 desc: in replaygain settings
Tom Ross104fb372009-03-03 01:38:26 +00001885 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00001886 <source>
1887 *: "Pre-amp"
1888 </source>
1889 <dest>
1890 *: "Pre-amp"
1891 </dest>
1892 <voice>
1893 *: "Preamp"
1894 </voice>
1895</phrase>
1896<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001897 id: LANG_BEEP
1898 desc: in playback settings
Tom Ross104fb372009-03-03 01:38:26 +00001899 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001900 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001901 *: none
Marc Guayfe263f72009-05-22 16:34:26 +00001902 swcodec: "Track Skip Beep"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001903 </source>
1904 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001905 *: none
Marc Guayfe263f72009-05-22 16:34:26 +00001906 swcodec: "Track Skip Beep"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001907 </dest>
1908 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001909 *: none
Marc Guayfe263f72009-05-22 16:34:26 +00001910 swcodec: "Track Skip Beep"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001911 </voice>
1912</phrase>
1913<phrase>
1914 id: LANG_WEAK
1915 desc: in beep volume in playback settings
Tom Ross104fb372009-03-03 01:38:26 +00001916 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001917 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001918 *: none
1919 swcodec: "Weak"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001920 </source>
1921 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001922 *: none
1923 swcodec: "Weak"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001924 </dest>
1925 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001926 *: none
1927 swcodec: "Weak"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001928 </voice>
1929</phrase>
1930<phrase>
1931 id: LANG_MODERATE
1932 desc: in beep volume in playback settings
Tom Ross104fb372009-03-03 01:38:26 +00001933 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001934 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001935 *: none
1936 swcodec: "Moderate"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001937 </source>
1938 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001939 *: none
1940 swcodec: "Moderate"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001941 </dest>
1942 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001943 *: none
1944 swcodec: "Moderate"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001945 </voice>
1946</phrase>
1947<phrase>
1948 id: LANG_STRONG
1949 desc: in beep volume in playback settings
Tom Ross104fb372009-03-03 01:38:26 +00001950 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001951 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001952 *: none
1953 swcodec: "Strong"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001954 </source>
1955 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001956 *: none
1957 swcodec: "Strong"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001958 </dest>
1959 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001960 *: none
1961 swcodec: "Strong"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001962 </voice>
1963</phrase>
1964<phrase>
1965 id: LANG_SPDIF_ENABLE
1966 desc: in playback settings menu. enable/disable the optical out
Tom Ross104fb372009-03-03 01:38:26 +00001967 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001968 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001969 *: none
1970 spdif_power: "Optical Output"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001971 </source>
1972 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001973 *: none
1974 spdif_power: "Optical Output"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001975 </dest>
1976 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001977 *: none
1978 spdif_power: "Optical Output"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001979 </voice>
1980</phrase>
1981<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001982 id: LANG_NEXT_FOLDER
1983 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 +00001984 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001985 <source>
1986 *: "Auto-Change Directory"
1987 </source>
1988 <dest>
1989 *: "Auto-Change Directory"
1990 </dest>
1991 <voice>
1992 *: "Auto-Change Directory"
1993 </voice>
1994</phrase>
1995<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +00001996 id: LANG_RANDOM
1997 desc: random folder
Tom Ross104fb372009-03-03 01:38:26 +00001998 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00001999 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002000 *: "Random"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002001 </source>
2002 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002003 *: "Random"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002004 </dest>
2005 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002006 *: "Random"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002007 </voice>
2008</phrase>
2009<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002010 id: LANG_AUDIOSCROBBLER
2011 desc: "Last.fm Log" in the playback menu
Tom Ross104fb372009-03-03 01:38:26 +00002012 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002013 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002014 *: "Last.fm Log"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002015 </source>
2016 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002017 *: "Last.fm Log"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002018 </dest>
2019 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002020 *: "Last.fm Log"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002021 </voice>
2022</phrase>
2023<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002024 id: LANG_CUESHEET_ENABLE
2025 desc: cuesheet support option
Tom Ross104fb372009-03-03 01:38:26 +00002026 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002027 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002028 *: "Cuesheet Support"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002029 </source>
2030 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002031 *: "Cuesheet Support"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002032 </dest>
2033 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002034 *: "Cuesheet Support"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002035 </voice>
2036</phrase>
2037<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002038 id: LANG_HEADPHONE_UNPLUG
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002039 desc: in settings_menu.
Tom Ross104fb372009-03-03 01:38:26 +00002040 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002041 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002042 *: none
2043 headphone_detection: "Pause on Headphone Unplug"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002044 </source>
2045 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002046 *: none
2047 headphone_detection: "Pause on Headphone Unplug"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002048 </dest>
2049 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002050 *: none
2051 headphone_detection: "Pause on Headphone Unplug"
2052 </voice>
2053</phrase>
2054<phrase>
2055 id: LANG_HEADPHONE_UNPLUG_RESUME
2056 desc: in pause_phones_menu.
Tom Ross104fb372009-03-03 01:38:26 +00002057 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002058 <source>
2059 *: none
2060 headphone_detection: "Pause and Resume"
2061 </source>
2062 <dest>
2063 *: none
2064 headphone_detection: "Pause and Resume"
2065 </dest>
2066 <voice>
2067 *: none
2068 headphone_detection: "Pause and Resume"
2069 </voice>
2070</phrase>
2071<phrase>
2072 id: LANG_HEADPHONE_UNPLUG_RW
Michael Hohmuth5aec3c22011-05-13 22:28:47 +00002073 desc: deprecated
Tom Ross104fb372009-03-03 01:38:26 +00002074 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002075 <source>
Michael Hohmuth5aec3c22011-05-13 22:28:47 +00002076 *: ""
Nils Wallméniusb3113672007-08-05 19:19:39 +00002077 </source>
2078 <dest>
Michael Hohmuth5aec3c22011-05-13 22:28:47 +00002079 *: ""
Nils Wallméniusb3113672007-08-05 19:19:39 +00002080 </dest>
2081 <voice>
Michael Hohmuth5aec3c22011-05-13 22:28:47 +00002082 *: ""
Nils Wallméniusb3113672007-08-05 19:19:39 +00002083 </voice>
2084</phrase>
2085<phrase>
2086 id: LANG_HEADPHONE_UNPLUG_DISABLE_AUTORESUME
2087 desc: in pause_phones_menu.
Tom Ross104fb372009-03-03 01:38:26 +00002088 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002089 <source>
2090 *: none
2091 headphone_detection: "Disable resume on startup if phones unplugged"
2092 </source>
2093 <dest>
2094 *: none
2095 headphone_detection: "Disable resume on startup if phones unplugged"
2096 </dest>
2097 <voice>
2098 *: none
2099 headphone_detection: "Disable resume on startup if phones unplugged"
2100 </voice>
2101</phrase>
2102<phrase>
2103 id: LANG_FILE
2104 desc: in settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +00002105 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002106 <source>
2107 *: "File View"
2108 </source>
2109 <dest>
2110 *: "File View"
2111 </dest>
2112 <voice>
2113 *: "File View"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002114 </voice>
2115</phrase>
2116<phrase>
2117 id: LANG_SORT_CASE
2118 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002119 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002120 <source>
2121 *: "Sort Case Sensitive"
2122 </source>
2123 <dest>
2124 *: "Sort Case Sensitive"
2125 </dest>
2126 <voice>
2127 *: "Sort Case Sensitive"
2128 </voice>
2129</phrase>
2130<phrase>
2131 id: LANG_SORT_DIR
2132 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00002133 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002134 <source>
2135 *: "Sort Directories"
2136 </source>
2137 <dest>
2138 *: "Sort Directories"
2139 </dest>
2140 <voice>
2141 *: "sort directories"
2142 </voice>
2143</phrase>
2144<phrase>
2145 id: LANG_SORT_FILE
2146 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00002147 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002148 <source>
2149 *: "Sort Files"
2150 </source>
2151 <dest>
2152 *: "Sort Files"
2153 </dest>
2154 <voice>
2155 *: "sort files"
2156 </voice>
2157</phrase>
2158<phrase>
2159 id: LANG_SORT_ALPHA
2160 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00002161 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002162 <source>
2163 *: "Alphabetical"
2164 </source>
2165 <dest>
2166 *: "Alphabetical"
2167 </dest>
2168 <voice>
2169 *: "Alphabetical"
2170 </voice>
2171</phrase>
2172<phrase>
2173 id: LANG_SORT_DATE
2174 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00002175 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002176 <source>
2177 *: "By Date"
2178 </source>
2179 <dest>
2180 *: "By Date"
2181 </dest>
2182 <voice>
2183 *: "By Date"
2184 </voice>
2185</phrase>
2186<phrase>
2187 id: LANG_SORT_DATE_REVERSE
2188 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00002189 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002190 <source>
2191 *: "By Newest Date"
2192 </source>
2193 <dest>
2194 *: "By Newest Date"
2195 </dest>
2196 <voice>
2197 *: "By Newest Date"
2198 </voice>
2199</phrase>
2200<phrase>
2201 id: LANG_SORT_TYPE
2202 desc: browser sorting setting
Tom Ross104fb372009-03-03 01:38:26 +00002203 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002204 <source>
2205 *: "By Type"
2206 </source>
2207 <dest>
2208 *: "By Type"
2209 </dest>
2210 <voice>
2211 *: "By Type"
2212 </voice>
2213</phrase>
2214<phrase>
2215 id: LANG_FILTER
2216 desc: setting name for dir filter
Tom Ross104fb372009-03-03 01:38:26 +00002217 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002218 <source>
2219 *: "Show Files"
2220 </source>
2221 <dest>
2222 *: "Show Files"
2223 </dest>
2224 <voice>
2225 *: "Show Files"
2226 </voice>
2227</phrase>
2228<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002229 id: LANG_FILTER_SUPPORTED
2230 desc: show all file types supported by Rockbox
Tom Ross104fb372009-03-03 01:38:26 +00002231 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002232 <source>
2233 *: "Supported"
2234 </source>
2235 <dest>
2236 *: "Supported"
2237 </dest>
2238 <voice>
2239 *: "Supported"
2240 </voice>
2241</phrase>
2242<phrase>
2243 id: LANG_FILTER_MUSIC
2244 desc: show only music-related files
Tom Ross104fb372009-03-03 01:38:26 +00002245 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002246 <source>
2247 *: "Music"
2248 </source>
2249 <dest>
2250 *: "Music"
2251 </dest>
2252 <voice>
2253 *: "Music"
2254 </voice>
2255</phrase>
2256<phrase>
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002257 id: LANG_FOLLOW
2258 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002259 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002260 <source>
2261 *: "Follow Playlist"
2262 </source>
2263 <dest>
2264 *: "Follow Playlist"
2265 </dest>
2266 <voice>
2267 *: "Follow Playlist"
2268 </voice>
2269</phrase>
2270<phrase>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002271 id: LANG_SHOW_PATH
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002272 desc: in settings_menu
Tom Ross104fb372009-03-03 01:38:26 +00002273 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002274 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002275 *: "Show Path"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002276 </source>
2277 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002278 *: "Show Path"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002279 </dest>
2280 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002281 *: "Show Path"
2282 </voice>
2283</phrase>
2284<phrase>
2285 id: LANG_SHOW_PATH_CURRENT
2286 desc: in show path menu
Tom Ross104fb372009-03-03 01:38:26 +00002287 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002288 <source>
2289 *: "Current Directory Only"
2290 </source>
2291 <dest>
2292 *: "Current Directory Only"
2293 </dest>
2294 <voice>
2295 *: "Current Directory Only"
2296 </voice>
2297</phrase>
2298<phrase>
2299 id: LANG_DISPLAY_FULL_PATH
2300 desc: track display options
Tom Ross104fb372009-03-03 01:38:26 +00002301 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002302 <source>
2303 *: "Full Path"
2304 </source>
2305 <dest>
2306 *: "Full Path"
2307 </dest>
2308 <voice>
2309 *: "Full Path"
2310 </voice>
2311</phrase>
2312<phrase>
2313 id: LANG_BUILDING_DATABASE
2314 desc: splash database building progress
Tom Ross104fb372009-03-03 01:38:26 +00002315 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002316 <source>
2317 *: "Building database... %d found (OFF to return)"
Björn Stenbergc0740442009-12-07 12:19:08 +00002318 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
Nils Wallménius3688e942007-10-16 19:23:24 +00002319 ipod*: "Building database... %d found (PREV to return)"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02002320 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00002321 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
Björn Stenbergc0740442009-12-07 12:19:08 +00002322 gogearsa9200: "Building database... %d found (REW to return)"
Jens Arnoldb2e76da2011-06-24 23:55:16 +00002323 archosplayer: "Building DB %d found"
Nils Wallméniusb3113672007-08-05 19:19:39 +00002324 </source>
2325 <dest>
2326 *: "Building database... %d found (OFF to return)"
Björn Stenbergc0740442009-12-07 12:19:08 +00002327 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
Nils Wallménius3688e942007-10-16 19:23:24 +00002328 ipod*: "Building database... %d found (PREV to return)"
Sebastian Leonhardta507bb22015-07-20 01:50:26 +02002329 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
Szymon Dziok1fd57a22010-03-11 17:12:23 +00002330 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
Björn Stenbergc0740442009-12-07 12:19:08 +00002331 gogearsa9200: "Building database... %d found (REW to return)"
Jens Arnoldb2e76da2011-06-24 23:55:16 +00002332 archosplayer: "Building DB %d found"
Nils Wallméniusb3113672007-08-05 19:19:39 +00002333 </dest>
2334 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +00002335 *: "entries found for database"
Nils Wallméniusb3113672007-08-05 19:19:39 +00002336 </voice>
2337</phrase>
2338<phrase>
2339 id: LANG_TAGCACHE_RAM
2340 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00002341 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002342 <source>
2343 *: none
2344 tc_ramcache: "Load to RAM"
2345 </source>
2346 <dest>
2347 *: none
2348 tc_ramcache: "Load to RAM"
2349 </dest>
2350 <voice>
2351 *: none
2352 tc_ramcache: "Load to RAM"
2353 </voice>
2354</phrase>
2355<phrase>
2356 id: LANG_TAGCACHE_AUTOUPDATE
2357 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00002358 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002359 <source>
2360 *: "Auto Update"
2361 </source>
2362 <dest>
2363 *: "Auto Update"
2364 </dest>
2365 <voice>
2366 *: "Auto Update"
2367 </voice>
2368</phrase>
2369<phrase>
2370 id: LANG_TAGCACHE_FORCE_UPDATE
2371 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00002372 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002373 <source>
Alex Parker8e63df12009-05-09 16:09:01 +00002374 *: "Initialize Now"
Nils Wallméniusb3113672007-08-05 19:19:39 +00002375 </source>
2376 <dest>
Alex Parker8e63df12009-05-09 16:09:01 +00002377 *: "Initialize Now"
Nils Wallméniusb3113672007-08-05 19:19:39 +00002378 </dest>
2379 <voice>
Alex Parker8e63df12009-05-09 16:09:01 +00002380 *: "Initialize Now"
Nils Wallméniusb3113672007-08-05 19:19:39 +00002381 </voice>
2382</phrase>
2383<phrase>
2384 id: LANG_TAGCACHE_UPDATE
2385 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00002386 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002387 <source>
2388 *: "Update Now"
2389 </source>
2390 <dest>
2391 *: "Update Now"
2392 </dest>
2393 <voice>
2394 *: "Update Now"
2395 </voice>
2396</phrase>
2397<phrase>
2398 id: LANG_RUNTIMEDB_ACTIVE
2399 desc: in settings_menu.
Tom Ross104fb372009-03-03 01:38:26 +00002400 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002401 <source>
2402 *: "Gather Runtime Data"
2403 </source>
2404 <dest>
2405 *: "Gather Runtime Data"
2406 </dest>
2407 <voice>
2408 *: "Gather Runtime Data"
2409 </voice>
2410</phrase>
2411<phrase>
2412 id: LANG_TAGCACHE_EXPORT
2413 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00002414 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002415 <source>
2416 *: "Export Modifications"
2417 </source>
2418 <dest>
2419 *: "Export Modifications"
2420 </dest>
2421 <voice>
2422 *: "Export Modifications"
2423 </voice>
2424</phrase>
2425<phrase>
2426 id: LANG_TAGCACHE_IMPORT
2427 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00002428 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002429 <source>
2430 *: "Import Modifications"
2431 </source>
2432 <dest>
2433 *: "Import Modifications"
2434 </dest>
2435 <voice>
2436 *: "Import Modifications"
2437 </voice>
2438</phrase>
2439<phrase>
2440 id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH
2441 desc: in tag cache settings
Tom Ross104fb372009-03-03 01:38:26 +00002442 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002443 <source>
2444 *: "Updating in background"
2445 </source>
2446 <dest>
2447 *: "Updating in background"
2448 </dest>
2449 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +00002450 *: "Updating in background"
Nils Wallméniusb3113672007-08-05 19:19:39 +00002451 </voice>
2452</phrase>
2453<phrase>
2454 id: LANG_TAGCACHE_INIT
2455 desc: while initializing tagcache on boot
Tom Ross104fb372009-03-03 01:38:26 +00002456 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002457 <source>
2458 *: "Committing database"
2459 </source>
2460 <dest>
2461 *: "Committing database"
2462 </dest>
2463 <voice>
Nils Wallménius5b769362007-08-06 13:08:36 +00002464 *: "Committing database"
Nils Wallméniusb3113672007-08-05 19:19:39 +00002465 </voice>
2466</phrase>
2467<phrase>
2468 id: LANG_TAGCACHE_BUSY
2469 desc: when trying to shutdown and tagcache is committing
Tom Ross104fb372009-03-03 01:38:26 +00002470 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002471 <source>
2472 *: "Database is not ready"
2473 </source>
2474 <dest>
2475 *: "Database is not ready"
2476 </dest>
2477 <voice>
2478 *: "Database is not ready"
2479 </voice>
2480</phrase>
2481<phrase>
2482 id: LANG_TAGNAVI_ALL_TRACKS
2483 desc: "<All tracks>" entry in tag browser
Tom Ross104fb372009-03-03 01:38:26 +00002484 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002485 <source>
2486 *: "<All tracks>"
2487 </source>
2488 <dest>
2489 *: "<All tracks>"
2490 </dest>
2491 <voice>
2492 *: "All tracks"
2493 </voice>
2494</phrase>
2495<phrase>
2496 id: LANG_DISPLAY
2497 desc: in settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +00002498 user: core
Nils Wallméniusb3113672007-08-05 19:19:39 +00002499 <source>
2500 *: "Display"
2501 </source>
2502 <dest>
2503 *: "Display"
2504 </dest>
2505 <voice>
2506 *: "Display"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002507 </voice>
2508</phrase>
2509<phrase>
2510 id: LANG_CUSTOM_FONT
2511 desc: in setting_menu()
Tom Ross104fb372009-03-03 01:38:26 +00002512 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002513 <source>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002514 *: none
Jonas Häggqvist4b831752009-06-22 17:37:36 +00002515 lcd_bitmap: "Font"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002516 </source>
2517 <dest>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002518 *: none
Jonas Häggqvist4b831752009-06-22 17:37:36 +00002519 lcd_bitmap: "Font"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002520 </dest>
2521 <voice>
Nils Wallméniusb3113672007-08-05 19:19:39 +00002522 *: none
Jonas Häggqvist4b831752009-06-22 17:37:36 +00002523 lcd_bitmap: "Font"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002524 </voice>
2525</phrase>
2526<phrase>
2527 id: LANG_WHILE_PLAYING
2528 desc: in settings_menu()
Tom Ross104fb372009-03-03 01:38:26 +00002529 user: core
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002530 <source>
Jonas Häggqvist4b831752009-06-22 17:37:36 +00002531 *: "While Playing Screen"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002532 </source>
2533 <dest>
Jonas Häggqvist4b831752009-06-22 17:37:36 +00002534 *: "While Playing Screen"
Daniel Stenbergc06e7772006-04-03 21:11:11 +00002535 </dest>
2536 <voice>
Jonas Häggqvist4b831752009-06-22 17:37:36 +00002537 *: "While playing screen"
Daniel Stenberg