Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1 | # __________ __ ___. |
| 2 | # Open \______ \ ____ ____ | | _\_ |__ _______ ___ |
| 3 | # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / |
| 4 | # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < |
| 5 | # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ |
| 6 | # \/ \/ \/ \/ \/ |
Daniel Stenberg | 2da8e8e | 2002-09-24 12:35:32 +0000 | [diff] [blame] | 7 | # $Id$ |
Daniel Stenberg | 2d2dba9 | 2002-09-24 12:34:50 +0000 | [diff] [blame] | 8 | # |
| 9 | # This is the master of the language files. This is the original, the one with |
| 10 | # all the existing strings Rockbox features. |
| 11 | # |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 12 | # The target names used for target-specific strings are set in the ARCHOS |
| 13 | # variable in the root Makefile |
| 14 | # |
Daniel Stenberg | 2d2dba9 | 2002-09-24 12:34:50 +0000 | [diff] [blame] | 15 | # *WARNING* |
| 16 | # |
| 17 | # If you want to add a new string, add it to the end of this file! |
| 18 | # If you want to remove a string, just blank it, don't actually remove it! |
| 19 | # |
| 20 | # If you re-order things or remove entries, you must bump the binary language |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 21 | # file version number in both the 'genlang' tool and the language loader code. |
Daniel Stenberg | 2d2dba9 | 2002-09-24 12:34:50 +0000 | [diff] [blame] | 22 | # |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 23 | # The "voice' entry contains how we want the speech UI to pronounce the phrase. |
Jörg Hohensohn | beec2e9 | 2004-03-20 16:49:58 +0000 | [diff] [blame] | 24 | # |
Daniel Stenberg | 7b2d26a | 2006-10-28 17:04:16 +0000 | [diff] [blame] | 25 | # Since this file is both the master for the language system, as well as the |
| 26 | # source for generating english strings, make sure that all <source> strings |
| 27 | # are *identical* to the <dest> strings within the english.lang file. The |
| 28 | # <source> strings are the ones that'll be exposed and used by other languages |
| 29 | # when doing updates etc, while the <dest> ones are used when this file is |
| 30 | # used to simply get the full set of english strings for a particular target. |
| 31 | # |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 32 | # All phrases have a default string like: *: "default" that will be used if no |
| 33 | # other string matches for the particular model you build the language for. If |
| 34 | # you want a particular string for the iriver h300 series you'd write it like: |
| 35 | # h300: "h300-specific string" (below the default line). If your string isn't |
| 36 | # used for all targets set the default to none like: *: none (no qoutes!) this |
| 37 | # will not include the string for target that will not need it, see |
| 38 | # apps/features.txt for available categories that can be used instead of the |
| 39 | # target name, for example: swcodec: "swcodec-specific string". |
| 40 | # |
| 41 | # |
| 42 | # The target names used are picked from the configure script and are set in the |
| 43 | # ARCHOS variable in the root makefile. Currently, they are: |
| 44 | # Target Target string |
| 45 | # Archos |
| 46 | # Player/Studio player |
| 47 | # Recorder recorder |
| 48 | # FM Recorder fmrecorder |
| 49 | # Recorder V2 recorderv2 |
| 50 | # Ondio SP ondiosp |
| 51 | # Ondio FM ondiofm |
| 52 | # iriver |
| 53 | # H100/H110/H115 h100 |
| 54 | # H120/H140 h120 |
| 55 | # H320/H340 h300 |
| 56 | # H10 h10 |
| 57 | # IFP 7XX ifp7xx |
| 58 | # iaudio |
| 59 | # X5 x5 |
| 60 | # M5 m5 |
| 61 | # ipod |
| 62 | # All iPods ipod* |
| 63 | # 4G Color/Photo ipodcolor |
| 64 | # Nano ipodnano |
| 65 | # Video (5G) ipodvideo |
| 66 | # 3G ipod3g |
| 67 | # 4G gray ipod4g |
| 68 | # mini ipodmini |
| 69 | # mini 2G ipodmini2g |
| 70 | # Toshiba |
| 71 | # Gigabeat Fxx gigabeatf |
| 72 | # |
| 73 | # Sandisk |
| 74 | # Sansa E200 e200 |
| 75 | # |
| 76 | |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 77 | <phrase> |
| 78 | id: LANG_SET_BOOL_YES |
| 79 | desc: bool true representation |
| 80 | user: |
| 81 | <source> |
| 82 | *: "Yes" |
| 83 | </source> |
| 84 | <dest> |
| 85 | *: "Yes" |
| 86 | </dest> |
| 87 | <voice> |
| 88 | *: "Yes" |
| 89 | </voice> |
| 90 | </phrase> |
| 91 | <phrase> |
| 92 | id: LANG_SET_BOOL_NO |
| 93 | desc: bool false representation |
| 94 | user: |
| 95 | <source> |
| 96 | *: "No" |
| 97 | </source> |
| 98 | <dest> |
| 99 | *: "No" |
| 100 | </dest> |
| 101 | <voice> |
| 102 | *: "No" |
| 103 | </voice> |
| 104 | </phrase> |
| 105 | <phrase> |
| 106 | id: LANG_ON |
| 107 | desc: Used in a lot of places |
| 108 | user: |
| 109 | <source> |
| 110 | *: "On" |
| 111 | </source> |
| 112 | <dest> |
| 113 | *: "On" |
| 114 | </dest> |
| 115 | <voice> |
| 116 | *: "On" |
| 117 | </voice> |
| 118 | </phrase> |
| 119 | <phrase> |
| 120 | id: LANG_OFF |
| 121 | desc: Used in a lot of places |
| 122 | user: |
| 123 | <source> |
| 124 | *: "Off" |
| 125 | </source> |
| 126 | <dest> |
| 127 | *: "Off" |
| 128 | </dest> |
| 129 | <voice> |
| 130 | *: "Off" |
| 131 | </voice> |
| 132 | </phrase> |
| 133 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 134 | id: LANG_ASK |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 135 | desc: in settings_menu |
| 136 | user: |
| 137 | <source> |
| 138 | *: "Ask" |
| 139 | </source> |
| 140 | <dest> |
| 141 | *: "Ask" |
| 142 | </dest> |
| 143 | <voice> |
| 144 | *: "Ask" |
| 145 | </voice> |
| 146 | </phrase> |
| 147 | <phrase> |
| 148 | id: LANG_ALWAYS |
| 149 | desc: used in various places |
| 150 | user: |
| 151 | <source> |
| 152 | *: "Always" |
| 153 | </source> |
| 154 | <dest> |
| 155 | *: "Always" |
| 156 | </dest> |
| 157 | <voice> |
| 158 | *: "Always" |
| 159 | </voice> |
| 160 | </phrase> |
| 161 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 162 | id: LANG_NORMAL |
| 163 | desc: in settings_menu |
| 164 | user: |
| 165 | <source> |
| 166 | *: "Normal" |
| 167 | </source> |
| 168 | <dest> |
| 169 | *: "Normal" |
| 170 | </dest> |
| 171 | <voice> |
| 172 | *: "Normal" |
| 173 | </voice> |
| 174 | </phrase> |
| 175 | <phrase> |
| 176 | id: LANG_GAIN |
| 177 | desc: Generic string for gain used in EQ menu and recording screen |
| 178 | user: |
| 179 | <source> |
| 180 | *: "Gain" |
| 181 | </source> |
| 182 | <dest> |
| 183 | *: "Gain" |
| 184 | </dest> |
| 185 | <voice> |
| 186 | *: "Gain" |
| 187 | </voice> |
| 188 | </phrase> |
| 189 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 190 | id: LANG_WAIT |
| 191 | desc: general please wait splash |
| 192 | user: |
| 193 | <source> |
| 194 | *: "Loading..." |
| 195 | </source> |
| 196 | <dest> |
| 197 | *: "Loading..." |
| 198 | </dest> |
| 199 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 200 | *: "Loading" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 201 | </voice> |
| 202 | </phrase> |
| 203 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 204 | id: LANG_LOADING_PERCENT |
| 205 | desc: splash number of percents loaded |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 206 | user: |
| 207 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 208 | *: "Loading... %d%% done (%s)" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 209 | </source> |
| 210 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 211 | *: "Loading... %d%% done (%s)" |
| 212 | </dest> |
| 213 | <voice> |
| 214 | *: "" |
| 215 | </voice> |
| 216 | </phrase> |
| 217 | <phrase> |
| 218 | id: LANG_SCANNING_DISK |
| 219 | desc: when booting up and rebuilding the cache and calculating free space |
| 220 | user: |
| 221 | <source> |
| 222 | *: "Scanning disk..." |
| 223 | </source> |
| 224 | <dest> |
| 225 | *: "Scanning disk..." |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 226 | </dest> |
| 227 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 228 | *: "Scanning disk" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 229 | </voice> |
| 230 | </phrase> |
| 231 | <phrase> |
| 232 | id: LANG_SHUTTINGDOWN |
| 233 | desc: in main menu |
| 234 | user: |
| 235 | <source> |
| 236 | *: "Shutting down..." |
| 237 | </source> |
| 238 | <dest> |
| 239 | *: "Shutting down..." |
| 240 | </dest> |
| 241 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 242 | *: "Shutting down" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 243 | </voice> |
| 244 | </phrase> |
| 245 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 246 | id: LANG_PLAYLIST_SHUFFLE |
| 247 | desc: displayed on screen while shuffling a playlist |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 248 | user: |
| 249 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 250 | *: "Shuffling..." |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 251 | </source> |
| 252 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 253 | *: "Shuffling..." |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 254 | </dest> |
| 255 | <voice> |
| 256 | *: "" |
| 257 | </voice> |
| 258 | </phrase> |
| 259 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 260 | id: LANG_CANCEL |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 261 | desc: Visual confirmation of canceling a changed setting |
| 262 | user: |
| 263 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 264 | *: "Cancelled" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 265 | </source> |
| 266 | <dest> |
Dave Chapman | 7257704 | 2006-11-04 14:05:32 +0000 | [diff] [blame] | 267 | *: "Cancelled" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 268 | </dest> |
| 269 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 270 | *: "Cancelled" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 271 | </voice> |
| 272 | </phrase> |
| 273 | <phrase> |
| 274 | id: LANG_FAILED |
| 275 | desc: Something failed. To be appended after actions |
| 276 | user: |
| 277 | <source> |
| 278 | *: "Failed" |
| 279 | </source> |
| 280 | <dest> |
| 281 | *: "Failed" |
| 282 | </dest> |
| 283 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 284 | *: "Failed" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 285 | </voice> |
| 286 | </phrase> |
| 287 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 288 | id: LANG_CHANNELS |
| 289 | desc: in sound_settings |
| 290 | user: |
| 291 | <source> |
| 292 | *: "Channels" |
| 293 | </source> |
| 294 | <dest> |
| 295 | *: "Channels" |
| 296 | </dest> |
| 297 | <voice> |
| 298 | *: "Channels" |
| 299 | </voice> |
| 300 | </phrase> |
| 301 | <phrase> |
| 302 | id: LANG_RESET_ASK |
| 303 | desc: confirm to reset settings |
| 304 | user: |
| 305 | <source> |
| 306 | *: "Are You Sure?" |
| 307 | </source> |
| 308 | <dest> |
| 309 | *: "Are You Sure?" |
| 310 | </dest> |
| 311 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 312 | *: "Are You Sure?" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 313 | </voice> |
| 314 | </phrase> |
| 315 | <phrase> |
| 316 | id: LANG_CONFIRM_WITH_BUTTON |
| 317 | desc: Generic string to use to confirm |
| 318 | user: |
| 319 | <source> |
| 320 | *: "PLAY = Yes" |
| 321 | h100,h120,h300: "NAVI = Yes" |
| 322 | ipod*,x5,m5,gigabeatf,e200,h10,h10_5gb: "SELECT = Yes" |
| 323 | player: "(PLAY/STOP)" |
| 324 | </source> |
| 325 | <dest> |
| 326 | *: "PLAY = Yes" |
| 327 | h100,h120,h300: "NAVI = Yes" |
| 328 | ipod*,x5,m5,gigabeatf,e200,h10,h10_5gb: "SELECT = Yes" |
| 329 | player: "(PLAY/STOP)" |
| 330 | </dest> |
| 331 | <voice> |
| 332 | *: "" |
| 333 | </voice> |
| 334 | </phrase> |
| 335 | <phrase> |
| 336 | id: LANG_CANCEL_WITH_ANY |
| 337 | desc: Generic string to use to cancel |
| 338 | user: |
| 339 | <source> |
| 340 | *: "Any Other = No" |
| 341 | player: none |
| 342 | </source> |
| 343 | <dest> |
| 344 | *: "Any Other = No" |
| 345 | player: none |
| 346 | </dest> |
| 347 | <voice> |
| 348 | *: "" |
| 349 | player: none |
| 350 | </voice> |
| 351 | </phrase> |
| 352 | <phrase> |
| 353 | id: LANG_ROCKBOX_TITLE |
| 354 | desc: main menu title |
| 355 | user: |
| 356 | <source> |
| 357 | *: "Rockbox" |
| 358 | </source> |
| 359 | <dest> |
| 360 | *: "Rockbox" |
| 361 | </dest> |
| 362 | <voice> |
| 363 | *: "Rockbox" |
| 364 | </voice> |
| 365 | </phrase> |
| 366 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 367 | id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS |
| 368 | desc: in the main menu |
| 369 | user: |
| 370 | <source> |
| 371 | *: "Recent Bookmarks" |
| 372 | </source> |
| 373 | <dest> |
| 374 | *: "Recent Bookmarks" |
| 375 | </dest> |
| 376 | <voice> |
| 377 | *: "Recent Bookmarks" |
| 378 | </voice> |
| 379 | </phrase> |
| 380 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 381 | id: LANG_DIR_BROWSER |
| 382 | desc: main menu title |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 383 | user: |
| 384 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 385 | *: "Files" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 386 | </source> |
| 387 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 388 | *: "Files" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 389 | </dest> |
| 390 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 391 | *: "Files" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 392 | </voice> |
| 393 | </phrase> |
| 394 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 395 | id: LANG_TAGCACHE |
| 396 | desc: in the main menu and the settings menu |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 397 | user: |
| 398 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 399 | *: "Database" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 400 | </source> |
| 401 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 402 | *: "Database" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 403 | </dest> |
| 404 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 405 | *: "Database" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 406 | </voice> |
| 407 | </phrase> |
| 408 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 409 | id: LANG_NOW_PLAYING |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 410 | desc: in the main menu |
| 411 | user: |
| 412 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 413 | *: "Now Playing" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 414 | </source> |
| 415 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 416 | *: "Now Playing" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 417 | </dest> |
| 418 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 419 | *: "Now Playing" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 420 | </voice> |
| 421 | </phrase> |
| 422 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 423 | id: LANG_RESUME_PLAYBACK |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 424 | desc: in the main menu |
| 425 | user: |
| 426 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 427 | *: "Resume Playback" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 428 | </source> |
| 429 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 430 | *: "Resume Playback" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 431 | </dest> |
| 432 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 433 | *: "Resume Playback" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 434 | </voice> |
| 435 | </phrase> |
| 436 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 437 | id: LANG_SETTINGS |
| 438 | desc: in main menu and visual confirmation after settings reset |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 439 | user: |
| 440 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 441 | *: "Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 442 | </source> |
| 443 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 444 | *: "Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 445 | </dest> |
| 446 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 447 | *: "Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 448 | </voice> |
| 449 | </phrase> |
| 450 | <phrase> |
| 451 | id: LANG_RECORDING |
| 452 | desc: in the main menu |
| 453 | user: |
| 454 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 455 | *: none |
| 456 | recording: "Recording" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 457 | </source> |
| 458 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 459 | *: none |
| 460 | recording: "Recording" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 461 | </dest> |
| 462 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 463 | *: none |
| 464 | recording: "Recording" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 465 | </voice> |
| 466 | </phrase> |
| 467 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 468 | id: LANG_FM_RADIO |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 469 | desc: in the main menu |
| 470 | user: |
| 471 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 472 | *: none |
| 473 | radio: "FM Radio" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 474 | </source> |
| 475 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 476 | *: none |
| 477 | radio: "FM Radio" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 478 | </dest> |
| 479 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 480 | *: none |
| 481 | radio: "FM Radio" |
| 482 | </voice> |
| 483 | </phrase> |
| 484 | <phrase> |
| 485 | id: LANG_PLAYLISTS |
| 486 | desc: in the main menu and file vew setting |
| 487 | user: |
| 488 | <source> |
| 489 | *: "Playlists" |
| 490 | </source> |
| 491 | <dest> |
| 492 | *: "Playlists" |
| 493 | </dest> |
| 494 | <voice> |
| 495 | *: "Playlists" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 496 | </voice> |
| 497 | </phrase> |
| 498 | <phrase> |
| 499 | id: LANG_PLUGINS |
| 500 | desc: in the main menu |
| 501 | user: |
| 502 | <source> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 503 | *: "Plugins" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 504 | </source> |
| 505 | <dest> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 506 | *: "Plugins" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 507 | </dest> |
| 508 | <voice> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 509 | *: "Plugins" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 510 | </voice> |
| 511 | </phrase> |
| 512 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 513 | id: LANG_SYSTEM |
Nils Wallménius | 5e8e956 | 2007-08-05 20:22:37 +0000 | [diff] [blame] | 514 | desc: in the main menu and settings menu |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 515 | user: |
| 516 | <source> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 517 | *: "System" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 518 | </source> |
| 519 | <dest> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 520 | *: "System" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 521 | </dest> |
| 522 | <voice> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 523 | *: "System" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 524 | </voice> |
| 525 | </phrase> |
| 526 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 527 | id: LANG_BOOKMARK_SELECT_BOOKMARK |
| 528 | desc: bookmark selection list title |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 529 | user: |
| 530 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 531 | *: "Select Bookmark" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 532 | </source> |
| 533 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 534 | *: "Select Bookmark" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 535 | </dest> |
| 536 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 537 | *: "Select Bookmark" |
| 538 | </voice> |
| 539 | </phrase> |
| 540 | <phrase> |
| 541 | id: LANG_BOOKMARK_DONT_RESUME |
| 542 | desc: top item in the list when asking user about bookmark auto load |
| 543 | user: |
| 544 | <source> |
| 545 | *: "<Don't Resume>" |
| 546 | </source> |
| 547 | <dest> |
| 548 | *: "<Don't Resume>" |
| 549 | </dest> |
| 550 | <voice> |
| 551 | *: "Do not resume" |
| 552 | </voice> |
| 553 | </phrase> |
| 554 | <phrase> |
| 555 | id: LANG_BOOKMARK_SHUFFLE |
| 556 | desc: bookmark selection list, bookmark enables shuffle |
| 557 | user: |
| 558 | <source> |
| 559 | *: ", Shuffle" |
| 560 | </source> |
| 561 | <dest> |
| 562 | *: ", Shuffle" |
| 563 | </dest> |
| 564 | <voice> |
| 565 | *: "" |
| 566 | </voice> |
| 567 | </phrase> |
| 568 | <phrase> |
| 569 | id: LANG_BOOKMARK_INVALID |
| 570 | desc: bookmark selection list, bookmark couldn't be parsed |
| 571 | user: |
| 572 | <source> |
| 573 | *: "<Invalid Bookmark>" |
| 574 | </source> |
| 575 | <dest> |
| 576 | *: "<Invalid Bookmark>" |
| 577 | </dest> |
| 578 | <voice> |
| 579 | *: "Invalid Bookmark" |
| 580 | </voice> |
| 581 | </phrase> |
| 582 | <phrase> |
| 583 | id: LANG_BOOKMARK_CONTEXT_MENU |
| 584 | desc: bookmark selection list context menu |
| 585 | user: |
| 586 | <source> |
| 587 | *: "Bookmark Actions" |
| 588 | </source> |
| 589 | <dest> |
| 590 | *: "Bookmark Actions" |
| 591 | </dest> |
| 592 | <voice> |
| 593 | *: "Bookmark Actions" |
| 594 | </voice> |
| 595 | </phrase> |
| 596 | <phrase> |
| 597 | id: LANG_BOOKMARK_CONTEXT_RESUME |
| 598 | desc: bookmark context menu, resume this bookmark |
| 599 | user: |
| 600 | <source> |
| 601 | *: "Resume" |
| 602 | </source> |
| 603 | <dest> |
| 604 | *: "Resume" |
| 605 | </dest> |
| 606 | <voice> |
| 607 | *: "Resume" |
| 608 | </voice> |
| 609 | </phrase> |
| 610 | <phrase> |
| 611 | id: LANG_BOOKMARK_CONTEXT_DELETE |
| 612 | desc: bookmark context menu, delete this bookmark |
| 613 | user: |
| 614 | <source> |
| 615 | *: "Delete" |
| 616 | </source> |
| 617 | <dest> |
| 618 | *: "Delete" |
| 619 | </dest> |
| 620 | <voice> |
| 621 | *: "Delete" |
| 622 | </voice> |
| 623 | </phrase> |
| 624 | <phrase> |
| 625 | id: LANG_AUTO_BOOKMARK_QUERY |
| 626 | desc: prompt for user to decide to create an bookmark |
| 627 | user: |
| 628 | <source> |
| 629 | *: "Create a Bookmark?" |
| 630 | </source> |
| 631 | <dest> |
| 632 | *: "Create a Bookmark?" |
| 633 | </dest> |
| 634 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 635 | *: "Create a Bookmark?" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 636 | </voice> |
| 637 | </phrase> |
| 638 | <phrase> |
| 639 | id: LANG_BOOKMARK_CREATE_SUCCESS |
| 640 | desc: Indicates bookmark was successfully created |
| 641 | user: |
| 642 | <source> |
| 643 | *: "Bookmark Created" |
| 644 | </source> |
| 645 | <dest> |
| 646 | *: "Bookmark Created" |
| 647 | </dest> |
| 648 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 649 | *: "Bookmark Created" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 650 | </voice> |
| 651 | </phrase> |
| 652 | <phrase> |
| 653 | id: LANG_BOOKMARK_CREATE_FAILURE |
| 654 | desc: Indicates bookmark was not created |
| 655 | user: |
| 656 | <source> |
| 657 | *: "Bookmark Failed!" |
| 658 | </source> |
| 659 | <dest> |
| 660 | *: "Bookmark Failed!" |
| 661 | </dest> |
| 662 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 663 | *: "Bookmark Failed!" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 664 | </voice> |
| 665 | </phrase> |
| 666 | <phrase> |
| 667 | id: LANG_BOOKMARK_LOAD_EMPTY |
| 668 | desc: Indicates bookmark was empty |
| 669 | user: |
| 670 | <source> |
| 671 | *: "Bookmark Empty" |
| 672 | </source> |
| 673 | <dest> |
| 674 | *: "Bookmark Empty" |
| 675 | </dest> |
| 676 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 677 | *: "Bookmark Empty" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 678 | </voice> |
| 679 | </phrase> |
| 680 | <phrase> |
| 681 | id: LANG_SOUND_SETTINGS |
| 682 | desc: in the main menu |
| 683 | user: |
| 684 | <source> |
| 685 | *: "Sound Settings" |
| 686 | </source> |
| 687 | <dest> |
| 688 | *: "Sound Settings" |
| 689 | </dest> |
| 690 | <voice> |
| 691 | *: "Sound Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 692 | </voice> |
| 693 | </phrase> |
| 694 | <phrase> |
| 695 | id: LANG_VOLUME |
| 696 | desc: in sound_settings |
| 697 | user: |
| 698 | <source> |
| 699 | *: "Volume" |
| 700 | </source> |
| 701 | <dest> |
| 702 | *: "Volume" |
| 703 | </dest> |
| 704 | <voice> |
| 705 | *: "Volume" |
| 706 | </voice> |
| 707 | </phrase> |
| 708 | <phrase> |
| 709 | id: LANG_BASS |
| 710 | desc: in sound_settings |
| 711 | user: |
| 712 | <source> |
| 713 | *: "Bass" |
| 714 | </source> |
| 715 | <dest> |
| 716 | *: "Bass" |
| 717 | </dest> |
| 718 | <voice> |
| 719 | *: "Bass" |
| 720 | </voice> |
| 721 | </phrase> |
| 722 | <phrase> |
| 723 | id: LANG_TREBLE |
| 724 | desc: in sound_settings |
| 725 | user: |
| 726 | <source> |
| 727 | *: "Treble" |
| 728 | </source> |
| 729 | <dest> |
| 730 | *: "Treble" |
| 731 | </dest> |
| 732 | <voice> |
| 733 | *: "Treble" |
| 734 | </voice> |
| 735 | </phrase> |
| 736 | <phrase> |
| 737 | id: LANG_BALANCE |
| 738 | desc: in sound_settings |
| 739 | user: |
| 740 | <source> |
| 741 | *: "Balance" |
| 742 | </source> |
| 743 | <dest> |
| 744 | *: "Balance" |
| 745 | </dest> |
| 746 | <voice> |
| 747 | *: "Balance" |
| 748 | </voice> |
| 749 | </phrase> |
| 750 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 751 | id: LANG_CHANNEL_CONFIGURATION |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 752 | desc: in sound_settings |
| 753 | user: |
| 754 | <source> |
| 755 | *: "Channel Configuration" |
| 756 | </source> |
| 757 | <dest> |
| 758 | *: "Channel Configuration" |
| 759 | </dest> |
| 760 | <voice> |
Linus Nielsen Feltzing | 488f71f | 2007-03-05 00:53:10 +0000 | [diff] [blame] | 761 | *: "Channel Configuration" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 762 | </voice> |
| 763 | </phrase> |
| 764 | <phrase> |
| 765 | id: LANG_CHANNEL_STEREO |
| 766 | desc: in sound_settings |
| 767 | user: |
| 768 | <source> |
| 769 | *: "Stereo" |
| 770 | </source> |
| 771 | <dest> |
| 772 | *: "Stereo" |
| 773 | </dest> |
| 774 | <voice> |
| 775 | *: "Stereo" |
| 776 | </voice> |
| 777 | </phrase> |
| 778 | <phrase> |
| 779 | id: LANG_CHANNEL_MONO |
| 780 | desc: in sound_settings |
| 781 | user: |
| 782 | <source> |
| 783 | *: "Mono" |
| 784 | </source> |
| 785 | <dest> |
| 786 | *: "Mono" |
| 787 | </dest> |
| 788 | <voice> |
| 789 | *: "Mono" |
| 790 | </voice> |
| 791 | </phrase> |
| 792 | <phrase> |
| 793 | id: LANG_CHANNEL_CUSTOM |
| 794 | desc: in sound_settings |
| 795 | user: |
| 796 | <source> |
| 797 | *: "Custom" |
| 798 | </source> |
| 799 | <dest> |
| 800 | *: "Custom" |
| 801 | </dest> |
| 802 | <voice> |
| 803 | *: "Custom" |
| 804 | </voice> |
| 805 | </phrase> |
| 806 | <phrase> |
| 807 | id: LANG_CHANNEL_LEFT |
| 808 | desc: in sound_settings |
| 809 | user: |
| 810 | <source> |
| 811 | *: "Mono Left" |
| 812 | </source> |
| 813 | <dest> |
| 814 | *: "Mono Left" |
| 815 | </dest> |
| 816 | <voice> |
| 817 | *: "Mono Left" |
| 818 | </voice> |
| 819 | </phrase> |
| 820 | <phrase> |
| 821 | id: LANG_CHANNEL_RIGHT |
| 822 | desc: in sound_settings |
| 823 | user: |
| 824 | <source> |
| 825 | *: "Mono Right" |
| 826 | </source> |
| 827 | <dest> |
| 828 | *: "Mono Right" |
| 829 | </dest> |
| 830 | <voice> |
| 831 | *: "Mono Right" |
| 832 | </voice> |
| 833 | </phrase> |
| 834 | <phrase> |
| 835 | id: LANG_CHANNEL_KARAOKE |
| 836 | desc: in sound_settings |
| 837 | user: |
| 838 | <source> |
| 839 | *: "Karaoke" |
| 840 | </source> |
| 841 | <dest> |
| 842 | *: "Karaoke" |
| 843 | </dest> |
| 844 | <voice> |
| 845 | *: "Karaoke" |
| 846 | </voice> |
| 847 | </phrase> |
| 848 | <phrase> |
| 849 | id: LANG_STEREO_WIDTH |
| 850 | desc: in sound_settings |
| 851 | user: |
| 852 | <source> |
| 853 | *: "Stereo Width" |
| 854 | </source> |
| 855 | <dest> |
| 856 | *: "Stereo Width" |
| 857 | </dest> |
| 858 | <voice> |
| 859 | *: "Stereo Width" |
| 860 | </voice> |
| 861 | </phrase> |
| 862 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 863 | id: LANG_CROSSFEED |
| 864 | desc: in sound settings |
| 865 | user: |
| 866 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 867 | *: none |
| 868 | swcodec: "Crossfeed" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 869 | </source> |
| 870 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 871 | *: none |
| 872 | swcodec: "Crossfeed" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 873 | </dest> |
| 874 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 875 | *: none |
| 876 | swcodec: "Crossfeed" |
| 877 | </voice> |
| 878 | </phrase> |
| 879 | <phrase> |
| 880 | id: LANG_CROSSFEED_DIRECT_GAIN |
| 881 | desc: in crossfeed settings |
| 882 | user: |
| 883 | <source> |
| 884 | *: none |
| 885 | swcodec: "Direct Gain" |
| 886 | </source> |
| 887 | <dest> |
| 888 | *: none |
| 889 | swcodec: "Direct Gain" |
| 890 | </dest> |
| 891 | <voice> |
| 892 | *: none |
| 893 | swcodec: "Direct gain" |
| 894 | </voice> |
| 895 | </phrase> |
| 896 | <phrase> |
| 897 | id: LANG_CROSSFEED_CROSS_GAIN |
| 898 | desc: in crossfeed settings |
| 899 | <source> |
| 900 | *: none |
| 901 | swcodec: "Cross Gain" |
| 902 | </source> |
| 903 | <dest> |
| 904 | *: none |
| 905 | swcodec: "Cross Gain" |
| 906 | </dest> |
| 907 | <voice> |
| 908 | *: none |
| 909 | swcodec: "Cross gain" |
| 910 | </voice> |
| 911 | </phrase> |
| 912 | <phrase> |
| 913 | id: LANG_CROSSFEED_HF_ATTENUATION |
| 914 | desc: in crossfeed settings |
| 915 | <source> |
| 916 | *: none |
| 917 | swcodec: "High-Frequency Attenuation" |
| 918 | </source> |
| 919 | <dest> |
| 920 | *: none |
| 921 | swcodec: "High-Frequency Attenuation" |
| 922 | </dest> |
| 923 | <voice> |
| 924 | *: none |
| 925 | swcodec: "High-frequency attenuation" |
| 926 | </voice> |
| 927 | </phrase> |
| 928 | <phrase> |
| 929 | id: LANG_CROSSFEED_HF_CUTOFF |
| 930 | desc: in crossfeed settings |
| 931 | <source> |
| 932 | *: none |
| 933 | swcodec: "High-Frequency Cutoff" |
| 934 | </source> |
| 935 | <dest> |
| 936 | *: none |
| 937 | swcodec: "High-Frequency Cutoff" |
| 938 | </dest> |
| 939 | <voice> |
| 940 | *: none |
| 941 | swcodec: "High-frequency cutoff" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 942 | </voice> |
| 943 | </phrase> |
| 944 | <phrase> |
| 945 | id: LANG_EQUALIZER |
| 946 | desc: in the sound settings menu |
| 947 | user: |
| 948 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 949 | *: none |
| 950 | swcodec: "Equalizer" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 951 | </source> |
| 952 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 953 | *: none |
| 954 | swcodec: "Equalizer" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 955 | </dest> |
| 956 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 957 | *: none |
| 958 | swcodec: "Equalizer" |
| 959 | </voice> |
| 960 | </phrase> |
| 961 | <phrase> |
| 962 | id: LANG_EQUALIZER_ENABLED |
| 963 | desc: in the equalizer settings menu |
| 964 | user: |
| 965 | <source> |
| 966 | *: none |
| 967 | swcodec: "Enable EQ" |
| 968 | </source> |
| 969 | <dest> |
| 970 | *: none |
| 971 | swcodec: "Enable EQ" |
| 972 | </dest> |
| 973 | <voice> |
| 974 | *: none |
| 975 | swcodec: "Enable equalizer" |
| 976 | </voice> |
| 977 | </phrase> |
| 978 | <phrase> |
| 979 | id: LANG_EQUALIZER_GRAPHICAL |
| 980 | desc: in the equalizer settings menu |
| 981 | user: |
| 982 | <source> |
| 983 | *: none |
| 984 | swcodec: "Graphical EQ" |
| 985 | </source> |
| 986 | <dest> |
| 987 | *: none |
| 988 | swcodec: "Graphical EQ" |
| 989 | </dest> |
| 990 | <voice> |
| 991 | *: none |
| 992 | swcodec: "Graphical equalizer" |
| 993 | </voice> |
| 994 | </phrase> |
| 995 | <phrase> |
| 996 | id: LANG_EQUALIZER_PRECUT |
| 997 | desc: in eq settings |
| 998 | user: |
| 999 | <source> |
| 1000 | *: none |
| 1001 | swcodec: "Precut" |
| 1002 | </source> |
| 1003 | <dest> |
| 1004 | *: none |
| 1005 | swcodec: "Precut" |
| 1006 | </dest> |
| 1007 | <voice> |
| 1008 | *: none |
| 1009 | swcodec: "Pre-cut" |
| 1010 | </voice> |
| 1011 | </phrase> |
| 1012 | <phrase> |
| 1013 | id: LANG_EQUALIZER_GAIN |
| 1014 | desc: in the equalizer settings menu |
| 1015 | user: |
| 1016 | <source> |
| 1017 | *: none |
| 1018 | swcodec: "Simple EQ Settings" |
| 1019 | </source> |
| 1020 | <dest> |
| 1021 | *: none |
| 1022 | swcodec: "Simple EQ Settings" |
| 1023 | </dest> |
| 1024 | <voice> |
| 1025 | *: none |
| 1026 | swcodec: "Simple equalizer settings" |
| 1027 | </voice> |
| 1028 | </phrase> |
| 1029 | <phrase> |
| 1030 | id: LANG_EQUALIZER_ADVANCED |
| 1031 | desc: in the equalizer settings menu |
| 1032 | user: |
| 1033 | <source> |
| 1034 | *: none |
| 1035 | swcodec: "Advanced EQ Settings" |
| 1036 | </source> |
| 1037 | <dest> |
| 1038 | *: none |
| 1039 | swcodec: "Advanced EQ Settings" |
| 1040 | </dest> |
| 1041 | <voice> |
| 1042 | *: none |
| 1043 | swcodec: "Advanced equalizer settings" |
| 1044 | </voice> |
| 1045 | </phrase> |
| 1046 | <phrase> |
| 1047 | id: LANG_EQUALIZER_SAVE |
| 1048 | desc: in the equalizer settings menu |
| 1049 | user: |
| 1050 | <source> |
| 1051 | *: none |
| 1052 | swcodec: "Save EQ Preset" |
| 1053 | </source> |
| 1054 | <dest> |
| 1055 | *: none |
| 1056 | swcodec: "Save EQ Preset" |
| 1057 | </dest> |
| 1058 | <voice> |
| 1059 | *: none |
| 1060 | swcodec: "Save equalizer preset" |
| 1061 | </voice> |
| 1062 | </phrase> |
| 1063 | <phrase> |
| 1064 | id: LANG_EQUALIZER_BROWSE |
| 1065 | desc: in the equalizer settings menu |
| 1066 | user: |
| 1067 | <source> |
| 1068 | *: none |
| 1069 | swcodec: "Browse EQ Presets" |
| 1070 | </source> |
| 1071 | <dest> |
| 1072 | *: none |
| 1073 | swcodec: "Browse EQ Presets" |
| 1074 | </dest> |
| 1075 | <voice> |
| 1076 | *: none |
| 1077 | swcodec: "Browse equalizer presets" |
| 1078 | </voice> |
| 1079 | </phrase> |
| 1080 | <phrase> |
| 1081 | id: LANG_EQUALIZER_EDIT_MODE |
| 1082 | desc: in the equalizer settings menu |
| 1083 | user: |
| 1084 | <source> |
| 1085 | *: none |
| 1086 | swcodec: "Edit mode: %s" |
| 1087 | </source> |
| 1088 | <dest> |
| 1089 | *: none |
| 1090 | swcodec: "Edit mode: %s" |
| 1091 | </dest> |
| 1092 | <voice> |
| 1093 | *: none |
| 1094 | swcodec: "" |
| 1095 | </voice> |
| 1096 | </phrase> |
| 1097 | <phrase> |
| 1098 | id: LANG_EQUALIZER_GAIN_ITEM |
| 1099 | desc: in the equalizer settings menu |
| 1100 | user: |
| 1101 | <source> |
| 1102 | *: none |
| 1103 | swcodec: "%d Hz Band Gain" |
| 1104 | </source> |
| 1105 | <dest> |
| 1106 | *: none |
| 1107 | swcodec: "%d Hz Band Gain" |
| 1108 | </dest> |
| 1109 | <voice> |
| 1110 | *: none |
| 1111 | swcodec: "" |
| 1112 | </voice> |
| 1113 | </phrase> |
| 1114 | <phrase> |
| 1115 | id: LANG_EQUALIZER_BAND_LOW_SHELF |
| 1116 | desc: in the equalizer settings menu |
| 1117 | user: |
| 1118 | <source> |
| 1119 | *: none |
| 1120 | swcodec: "Low Shelf Filter" |
| 1121 | </source> |
| 1122 | <dest> |
| 1123 | *: none |
| 1124 | swcodec: "Low Shelf Filter" |
| 1125 | </dest> |
| 1126 | <voice> |
| 1127 | *: none |
| 1128 | swcodec: "Low shelf filter" |
| 1129 | </voice> |
| 1130 | </phrase> |
| 1131 | <phrase> |
| 1132 | id: LANG_EQUALIZER_BAND_PEAK |
| 1133 | desc: in the equalizer settings menu |
| 1134 | user: |
| 1135 | <source> |
| 1136 | *: none |
| 1137 | swcodec: "Peak Filter %d" |
| 1138 | </source> |
| 1139 | <dest> |
| 1140 | *: none |
| 1141 | swcodec: "Peak Filter %d" |
| 1142 | </dest> |
| 1143 | <voice> |
| 1144 | *: none |
| 1145 | swcodec: "Peak filter" |
| 1146 | </voice> |
| 1147 | </phrase> |
| 1148 | <phrase> |
| 1149 | id: LANG_EQUALIZER_BAND_HIGH_SHELF |
| 1150 | desc: in the equalizer settings menu |
| 1151 | user: |
| 1152 | <source> |
| 1153 | *: none |
| 1154 | swcodec: "High Shelf Filter" |
| 1155 | </source> |
| 1156 | <dest> |
| 1157 | *: none |
| 1158 | swcodec: "High Shelf Filter" |
| 1159 | </dest> |
| 1160 | <voice> |
| 1161 | *: none |
| 1162 | swcodec: "High shelf filter" |
| 1163 | </voice> |
| 1164 | </phrase> |
| 1165 | <phrase> |
| 1166 | id: LANG_EQUALIZER_BAND_CUTOFF |
| 1167 | desc: in the equalizer settings menu |
| 1168 | user: |
| 1169 | <source> |
| 1170 | *: none |
| 1171 | swcodec: "Cutoff Frequency" |
| 1172 | </source> |
| 1173 | <dest> |
| 1174 | *: none |
| 1175 | swcodec: "Cutoff Frequency" |
| 1176 | </dest> |
| 1177 | <voice> |
| 1178 | *: none |
| 1179 | swcodec: "Cutoff Frequency" |
| 1180 | </voice> |
| 1181 | </phrase> |
| 1182 | <phrase> |
| 1183 | id: LANG_EQUALIZER_BAND_CENTER |
| 1184 | desc: in the equalizer settings menu |
| 1185 | user: |
| 1186 | <source> |
| 1187 | *: none |
| 1188 | swcodec: "Center Frequency" |
| 1189 | </source> |
| 1190 | <dest> |
| 1191 | *: none |
| 1192 | swcodec: "Center Frequency" |
| 1193 | </dest> |
| 1194 | <voice> |
| 1195 | *: none |
| 1196 | swcodec: "Center frequency" |
| 1197 | </voice> |
| 1198 | </phrase> |
| 1199 | <phrase> |
| 1200 | id: LANG_EQUALIZER_BAND_Q |
| 1201 | desc: in the equalizer settings menu |
| 1202 | user: |
| 1203 | <source> |
| 1204 | *: none |
| 1205 | swcodec: "Q" |
| 1206 | </source> |
| 1207 | <dest> |
| 1208 | *: none |
| 1209 | swcodec: "Q" |
| 1210 | </dest> |
| 1211 | <voice> |
| 1212 | *: none |
| 1213 | swcodec: "Q" |
| 1214 | </voice> |
| 1215 | </phrase> |
| 1216 | <phrase> |
| 1217 | id: LANG_EQUALIZER_HARDWARE |
| 1218 | desc: in the sound settings menu |
| 1219 | user: |
| 1220 | <source> |
| 1221 | *: none |
| 1222 | ipodvideo: "Hardware Equalizer" |
| 1223 | </source> |
| 1224 | <dest> |
| 1225 | *: none |
| 1226 | ipodvideo: "Hardware Equalizer" |
| 1227 | </dest> |
| 1228 | <voice> |
| 1229 | *: none |
| 1230 | ipodvideo: "Hardware equalizer" |
| 1231 | </voice> |
| 1232 | </phrase> |
| 1233 | <phrase> |
| 1234 | id: LANG_EQUALIZER_HARDWARE_ENABLED |
| 1235 | desc: in the equalizer settings menu |
| 1236 | user: |
| 1237 | <source> |
| 1238 | *: none |
| 1239 | ipodvideo: "Enable Hardware EQ" |
| 1240 | </source> |
| 1241 | <dest> |
| 1242 | *: none |
| 1243 | ipodvideo: "Enable Hardware EQ" |
| 1244 | </dest> |
| 1245 | <voice> |
| 1246 | *: none |
| 1247 | ipodvideo: "Enable hardware equalizer" |
| 1248 | </voice> |
| 1249 | </phrase> |
| 1250 | <phrase> |
| 1251 | id: LANG_EQUALIZER_BANDWIDTH |
| 1252 | desc: in the equalizer settings menu |
| 1253 | user: |
| 1254 | <source> |
| 1255 | *: none |
| 1256 | ipodvideo: "Bandwidth" |
| 1257 | </source> |
| 1258 | <dest> |
| 1259 | *: none |
| 1260 | ipodvideo: "Bandwidth" |
| 1261 | </dest> |
| 1262 | <voice> |
| 1263 | *: none |
| 1264 | ipodvideo: "Bandwidth" |
| 1265 | </voice> |
| 1266 | </phrase> |
| 1267 | <phrase> |
| 1268 | id: LANG_EQUALIZER_HARDWARE_BANDWIDTH_NARROW |
| 1269 | desc: in the equalizer settings menu |
| 1270 | user: |
| 1271 | <source> |
| 1272 | *: none |
| 1273 | ipodvideo: "Narrow" |
| 1274 | </source> |
| 1275 | <dest> |
| 1276 | *: none |
| 1277 | ipodvideo: "Narrow" |
| 1278 | </dest> |
| 1279 | <voice> |
| 1280 | *: none |
| 1281 | ipodvideo: "Narrow" |
| 1282 | </voice> |
| 1283 | </phrase> |
| 1284 | <phrase> |
| 1285 | id: LANG_EQUALIZER_HARDWARE_BANDWIDTH_WIDE |
| 1286 | desc: in the equalizer settings menu |
| 1287 | user: |
| 1288 | <source> |
| 1289 | *: none |
| 1290 | ipodvideo: "Wide" |
| 1291 | </source> |
| 1292 | <dest> |
| 1293 | *: none |
| 1294 | ipodvideo: "Wide" |
| 1295 | </dest> |
| 1296 | <voice> |
| 1297 | *: none |
| 1298 | ipodvideo: "Wide" |
| 1299 | </voice> |
| 1300 | </phrase> |
| 1301 | <phrase> |
| 1302 | id: LANG_DITHERING |
| 1303 | desc: in the sound settings menu |
| 1304 | user: |
| 1305 | <source> |
| 1306 | *: none |
| 1307 | swcodec: "Dithering" |
| 1308 | </source> |
| 1309 | <dest> |
| 1310 | *: none |
| 1311 | swcodec: "Dithering" |
| 1312 | </dest> |
| 1313 | <voice> |
| 1314 | *: none |
| 1315 | swcodec: "Dithering" |
| 1316 | </voice> |
| 1317 | </phrase> |
| 1318 | <phrase> |
| 1319 | id: LANG_LOUDNESS |
| 1320 | desc: in sound_settings |
| 1321 | user: |
| 1322 | <source> |
| 1323 | *: none |
| 1324 | masf: "Loudness" |
| 1325 | </source> |
| 1326 | <dest> |
| 1327 | *: none |
| 1328 | masf: "Loudness" |
| 1329 | </dest> |
| 1330 | <voice> |
| 1331 | *: none |
| 1332 | masf: "Loudness" |
| 1333 | </voice> |
| 1334 | </phrase> |
| 1335 | <phrase> |
| 1336 | id: LANG_AUTOVOL |
| 1337 | desc: in sound_settings |
| 1338 | user: |
| 1339 | <source> |
| 1340 | *: none |
| 1341 | masf: "Auto Volume" |
| 1342 | </source> |
| 1343 | <dest> |
| 1344 | *: none |
| 1345 | masf: "Auto Volume" |
| 1346 | </dest> |
| 1347 | <voice> |
| 1348 | *: none |
| 1349 | masf: "Auto Volume" |
| 1350 | </voice> |
| 1351 | </phrase> |
| 1352 | <phrase> |
| 1353 | id: LANG_DECAY |
| 1354 | desc: in sound_settings |
| 1355 | user: |
| 1356 | <source> |
| 1357 | *: none |
| 1358 | masf: "AV Decay Time" |
| 1359 | </source> |
| 1360 | <dest> |
| 1361 | *: none |
| 1362 | masf: "AV Decay Time" |
| 1363 | </dest> |
| 1364 | <voice> |
| 1365 | *: none |
| 1366 | masf: "" |
| 1367 | </voice> |
| 1368 | </phrase> |
| 1369 | <phrase> |
| 1370 | id: LANG_SUPERBASS |
| 1371 | desc: in sound settings |
| 1372 | user: |
| 1373 | <source> |
| 1374 | *: none |
| 1375 | masf: "Super Bass" |
| 1376 | </source> |
| 1377 | <dest> |
| 1378 | *: none |
| 1379 | masf: "Super Bass" |
| 1380 | </dest> |
| 1381 | <voice> |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 1382 | *: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1383 | masf: "Super Bass" |
| 1384 | </voice> |
| 1385 | </phrase> |
| 1386 | <phrase> |
| 1387 | id: LANG_MDB_ENABLE |
| 1388 | desc: in sound settings |
| 1389 | user: |
| 1390 | <source> |
| 1391 | *: none |
| 1392 | masf: "MDB Enable" |
| 1393 | </source> |
| 1394 | <dest> |
| 1395 | *: none |
| 1396 | masf: "MDB Enable" |
| 1397 | </dest> |
| 1398 | <voice> |
| 1399 | *: none |
| 1400 | masf: "MDB Enable" |
| 1401 | </voice> |
| 1402 | </phrase> |
| 1403 | <phrase> |
| 1404 | id: LANG_MDB_STRENGTH |
| 1405 | desc: in sound settings |
| 1406 | user: |
| 1407 | <source> |
| 1408 | *: none |
| 1409 | masf: "MDB Strength" |
| 1410 | </source> |
| 1411 | <dest> |
| 1412 | *: none |
| 1413 | masf: "MDB Strength" |
| 1414 | </dest> |
| 1415 | <voice> |
| 1416 | *: none |
| 1417 | masf: "MDB Strength" |
| 1418 | </voice> |
| 1419 | </phrase> |
| 1420 | <phrase> |
| 1421 | id: LANG_MDB_HARMONICS |
| 1422 | desc: in sound settings |
| 1423 | user: |
| 1424 | <source> |
| 1425 | *: none |
| 1426 | masf: "MDB Harmonics" |
| 1427 | </source> |
| 1428 | <dest> |
| 1429 | *: none |
| 1430 | masf: "MDB Harmonics" |
| 1431 | </dest> |
| 1432 | <voice> |
| 1433 | *: none |
| 1434 | masf: "MDB Harmonics" |
| 1435 | </voice> |
| 1436 | </phrase> |
| 1437 | <phrase> |
| 1438 | id: LANG_MDB_CENTER |
| 1439 | desc: in sound settings |
| 1440 | user: |
| 1441 | <source> |
| 1442 | *: none |
| 1443 | masf: "MDB Center Frequency" |
| 1444 | </source> |
| 1445 | <dest> |
| 1446 | *: none |
| 1447 | masf: "MDB Center Frequency" |
| 1448 | </dest> |
| 1449 | <voice> |
| 1450 | *: none |
| 1451 | masf: "MDB Center Frequency" |
| 1452 | </voice> |
| 1453 | </phrase> |
| 1454 | <phrase> |
| 1455 | id: LANG_MDB_SHAPE |
| 1456 | desc: in sound settings |
| 1457 | user: |
| 1458 | <source> |
| 1459 | *: none |
| 1460 | masf: "MDB Shape" |
| 1461 | </source> |
| 1462 | <dest> |
| 1463 | *: none |
| 1464 | masf: "MDB Shape" |
| 1465 | </dest> |
| 1466 | <voice> |
| 1467 | *: none |
| 1468 | masf: "MDB Shape" |
| 1469 | </voice> |
| 1470 | </phrase> |
| 1471 | <phrase> |
| 1472 | id: LANG_GENERAL_SETTINGS |
| 1473 | desc: in the main menu |
| 1474 | user: |
| 1475 | <source> |
| 1476 | *: "General Settings" |
| 1477 | </source> |
| 1478 | <dest> |
| 1479 | *: "General Settings" |
| 1480 | </dest> |
| 1481 | <voice> |
| 1482 | *: "General Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1483 | </voice> |
| 1484 | </phrase> |
| 1485 | <phrase> |
| 1486 | id: LANG_PLAYBACK |
| 1487 | desc: in settings_menu() |
| 1488 | user: |
| 1489 | <source> |
| 1490 | *: "Playback" |
| 1491 | </source> |
| 1492 | <dest> |
| 1493 | *: "Playback" |
| 1494 | </dest> |
| 1495 | <voice> |
| 1496 | *: "Playback" |
| 1497 | </voice> |
| 1498 | </phrase> |
| 1499 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1500 | id: LANG_SHUFFLE |
| 1501 | desc: in settings_menu |
| 1502 | user: |
| 1503 | <source> |
| 1504 | *: "Shuffle" |
| 1505 | </source> |
| 1506 | <dest> |
| 1507 | *: "Shuffle" |
| 1508 | </dest> |
| 1509 | <voice> |
| 1510 | *: "Shuffle" |
| 1511 | </voice> |
| 1512 | </phrase> |
| 1513 | <phrase> |
| 1514 | id: LANG_REPEAT |
| 1515 | desc: in settings_menu |
| 1516 | user: |
| 1517 | <source> |
| 1518 | *: "Repeat" |
| 1519 | </source> |
| 1520 | <dest> |
| 1521 | *: "Repeat" |
| 1522 | </dest> |
| 1523 | <voice> |
| 1524 | *: "Repeat" |
| 1525 | </voice> |
| 1526 | </phrase> |
| 1527 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1528 | id: LANG_ALL |
| 1529 | desc: generic string used both in dir file filter and repeat mode selection |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1530 | user: |
| 1531 | <source> |
| 1532 | *: "All" |
| 1533 | </source> |
| 1534 | <dest> |
| 1535 | *: "All" |
| 1536 | </dest> |
| 1537 | <voice> |
| 1538 | *: "All" |
| 1539 | </voice> |
| 1540 | </phrase> |
| 1541 | <phrase> |
| 1542 | id: LANG_REPEAT_ONE |
| 1543 | desc: repeat one song |
| 1544 | user: |
| 1545 | <source> |
| 1546 | *: "One" |
| 1547 | </source> |
| 1548 | <dest> |
| 1549 | *: "One" |
| 1550 | </dest> |
| 1551 | <voice> |
| 1552 | *: "One" |
| 1553 | </voice> |
| 1554 | </phrase> |
| 1555 | <phrase> |
| 1556 | id: LANG_REPEAT_AB |
Jonas Häggqvist | e065171 | 2007-09-01 20:36:11 +0000 | [diff] [blame^] | 1557 | desc: repeat range from point A to B |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1558 | user: |
| 1559 | <source> |
| 1560 | *: "A-B" |
| 1561 | </source> |
| 1562 | <dest> |
| 1563 | *: "A-B" |
| 1564 | </dest> |
| 1565 | <voice> |
| 1566 | *: "A-B" |
| 1567 | </voice> |
| 1568 | </phrase> |
| 1569 | <phrase> |
| 1570 | id: LANG_PLAY_SELECTED |
| 1571 | desc: in settings_menu |
| 1572 | user: |
| 1573 | <source> |
| 1574 | *: "Play Selected First" |
| 1575 | </source> |
| 1576 | <dest> |
| 1577 | *: "Play Selected First" |
| 1578 | </dest> |
| 1579 | <voice> |
| 1580 | *: "Play Selected File First" |
| 1581 | </voice> |
| 1582 | </phrase> |
| 1583 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1584 | id: LANG_WIND_MENU |
| 1585 | desc: in the playback sub menu |
| 1586 | user: |
| 1587 | <source> |
| 1588 | *: "Fast-Forward/Rewind" |
| 1589 | </source> |
| 1590 | <dest> |
| 1591 | *: "Fast-Forward/Rewind" |
| 1592 | </dest> |
| 1593 | <voice> |
| 1594 | *: "Fast forward and Rewind" |
| 1595 | </voice> |
| 1596 | </phrase> |
| 1597 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1598 | id: LANG_FFRW_STEP |
| 1599 | desc: in settings_menu |
| 1600 | user: |
| 1601 | <source> |
| 1602 | *: "FF/RW Min Step" |
| 1603 | </source> |
| 1604 | <dest> |
| 1605 | *: "FF/RW Min Step" |
| 1606 | </dest> |
| 1607 | <voice> |
| 1608 | *: "Minimum Step" |
| 1609 | </voice> |
| 1610 | </phrase> |
| 1611 | <phrase> |
| 1612 | id: LANG_FFRW_ACCEL |
| 1613 | desc: in settings_menu |
| 1614 | user: |
| 1615 | <source> |
| 1616 | *: "FF/RW Accel" |
| 1617 | </source> |
| 1618 | <dest> |
| 1619 | *: "FF/RW Accel" |
| 1620 | </dest> |
| 1621 | <voice> |
| 1622 | *: "Acceleration" |
| 1623 | </voice> |
| 1624 | </phrase> |
| 1625 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1626 | id: LANG_MP3BUFFER_MARGIN |
| 1627 | desc: MP3 buffer margin time |
| 1628 | user: |
| 1629 | <source> |
| 1630 | *: "Anti-Skip Buffer" |
Nils Wallménius | 5e8e956 | 2007-08-05 20:22:37 +0000 | [diff] [blame] | 1631 | flash_storage: none |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1632 | </source> |
| 1633 | <dest> |
| 1634 | *: "Anti-Skip Buffer" |
Nils Wallménius | 5e8e956 | 2007-08-05 20:22:37 +0000 | [diff] [blame] | 1635 | flash_storage: none |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 1636 | </dest> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1637 | <voice> |
| 1638 | *: "Anti-Skip Buffer" |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 1639 | flash_storage: none |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1640 | </voice> |
| 1641 | </phrase> |
| 1642 | <phrase> |
| 1643 | id: LANG_FADE_ON_STOP |
| 1644 | desc: options menu to set fade on stop or pause |
| 1645 | user: |
| 1646 | <source> |
| 1647 | *: "Fade on Stop/Pause" |
| 1648 | </source> |
| 1649 | <dest> |
| 1650 | *: "Fade on Stop/Pause" |
| 1651 | </dest> |
| 1652 | <voice> |
| 1653 | *: "Fade On Stop and Pause" |
| 1654 | </voice> |
| 1655 | </phrase> |
| 1656 | <phrase> |
| 1657 | id: LANG_PARTY_MODE |
| 1658 | desc: party mode |
| 1659 | user: |
| 1660 | <source> |
| 1661 | *: "Party Mode" |
| 1662 | </source> |
| 1663 | <dest> |
| 1664 | *: "Party Mode" |
| 1665 | </dest> |
| 1666 | <voice> |
| 1667 | *: "Party Mode" |
| 1668 | </voice> |
| 1669 | </phrase> |
| 1670 | <phrase> |
| 1671 | id: LANG_CROSSFADE |
| 1672 | desc: in playback settings |
| 1673 | user: |
| 1674 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1675 | *: none |
| 1676 | swcodec: "Crossfade" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1677 | </source> |
| 1678 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1679 | *: none |
| 1680 | swcodec: "Crossfade" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1681 | </dest> |
| 1682 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1683 | *: none |
| 1684 | swcodec: "Crossfade" |
| 1685 | </voice> |
| 1686 | </phrase> |
| 1687 | <phrase> |
| 1688 | id: LANG_CROSSFADE_ENABLE |
| 1689 | desc: in crossfade settings menu |
| 1690 | user: |
| 1691 | <source> |
| 1692 | *: none |
| 1693 | swcodec: "Enable Crossfade" |
| 1694 | </source> |
| 1695 | <dest> |
| 1696 | *: none |
| 1697 | swcodec: "Enable Crossfade" |
| 1698 | </dest> |
| 1699 | <voice> |
| 1700 | *: none |
| 1701 | swcodec: "Enable Crossfade" |
| 1702 | </voice> |
| 1703 | </phrase> |
| 1704 | <phrase> |
| 1705 | id: LANG_TRACKSKIP |
| 1706 | desc: in crossfade settings |
| 1707 | user: |
| 1708 | <source> |
| 1709 | *: none |
| 1710 | swcodec: "Track Skip Only" |
| 1711 | </source> |
| 1712 | <dest> |
| 1713 | *: none |
| 1714 | swcodec: "Track Skip Only" |
| 1715 | </dest> |
| 1716 | <voice> |
| 1717 | *: none |
| 1718 | swcodec: "Track Skip Only" |
| 1719 | </voice> |
| 1720 | </phrase> |
| 1721 | <phrase> |
| 1722 | id: LANG_SHUFFLE_TRACKSKIP |
| 1723 | desc: in settings_menu |
| 1724 | user: |
| 1725 | <source> |
| 1726 | *: none |
| 1727 | swcodec: "Shuffle and Track Skip" |
| 1728 | </source> |
| 1729 | <dest> |
| 1730 | *: none |
| 1731 | swcodec: "Shuffle and Track Skip" |
| 1732 | </dest> |
| 1733 | <voice> |
| 1734 | *: none |
| 1735 | swcodec: "Shuffle and Track Skip" |
| 1736 | </voice> |
| 1737 | </phrase> |
| 1738 | <phrase> |
| 1739 | id: LANG_CROSSFADE_FADE_IN_DELAY |
| 1740 | desc: in crossfade settings menu |
| 1741 | user: |
| 1742 | <source> |
| 1743 | *: none |
| 1744 | swcodec: "Fade-In Delay" |
| 1745 | </source> |
| 1746 | <dest> |
| 1747 | *: none |
| 1748 | swcodec: "Fade-In Delay" |
| 1749 | </dest> |
| 1750 | <voice> |
| 1751 | *: none |
| 1752 | swcodec: "Fade-In Delay" |
| 1753 | </voice> |
| 1754 | </phrase> |
| 1755 | <phrase> |
| 1756 | id: LANG_CROSSFADE_FADE_IN_DURATION |
| 1757 | desc: in crossfade settings menu |
| 1758 | user: |
| 1759 | <source> |
| 1760 | *: none |
| 1761 | swcodec: "Fade-In Duration" |
| 1762 | </source> |
| 1763 | <dest> |
| 1764 | *: none |
| 1765 | swcodec: "Fade-In Duration" |
| 1766 | </dest> |
| 1767 | <voice> |
| 1768 | *: none |
| 1769 | swcodec: "Fade-In Duration" |
| 1770 | </voice> |
| 1771 | </phrase> |
| 1772 | <phrase> |
| 1773 | id: LANG_CROSSFADE_FADE_OUT_DELAY |
| 1774 | desc: in crossfade settings menu |
| 1775 | user: |
| 1776 | <source> |
| 1777 | *: none |
| 1778 | swcodec: "Fade-Out Delay" |
| 1779 | </source> |
| 1780 | <dest> |
| 1781 | *: none |
| 1782 | swcodec: "Fade-Out Delay" |
| 1783 | </dest> |
| 1784 | <voice> |
| 1785 | *: none |
| 1786 | swcodec: "Fade-Out Delay" |
| 1787 | </voice> |
| 1788 | </phrase> |
| 1789 | <phrase> |
| 1790 | id: LANG_CROSSFADE_FADE_OUT_DURATION |
| 1791 | desc: in crossfade settings menu |
| 1792 | user: |
| 1793 | <source> |
| 1794 | *: none |
| 1795 | swcodec: "Fade-Out Duration" |
| 1796 | </source> |
| 1797 | <dest> |
| 1798 | *: none |
| 1799 | swcodec: "Fade-Out Duration" |
| 1800 | </dest> |
| 1801 | <voice> |
| 1802 | *: none |
| 1803 | swcodec: "Fade-Out Duration" |
| 1804 | </voice> |
| 1805 | </phrase> |
| 1806 | <phrase> |
| 1807 | id: LANG_CROSSFADE_FADE_OUT_MODE |
| 1808 | desc: in crossfade settings menu |
| 1809 | user: |
| 1810 | <source> |
| 1811 | *: none |
| 1812 | swcodec: "Fade-Out Mode" |
| 1813 | </source> |
| 1814 | <dest> |
| 1815 | *: none |
| 1816 | swcodec: "Fade-Out Mode" |
| 1817 | </dest> |
| 1818 | <voice> |
| 1819 | *: none |
| 1820 | swcodec: "Fade-Out Mode" |
| 1821 | </voice> |
| 1822 | </phrase> |
| 1823 | <phrase> |
| 1824 | id: LANG_MIX |
| 1825 | desc: in playback settings, crossfade option |
| 1826 | user: |
| 1827 | <source> |
| 1828 | *: none |
| 1829 | swcodec: "Mix" |
| 1830 | </source> |
| 1831 | <dest> |
| 1832 | *: none |
| 1833 | swcodec: "Mix" |
| 1834 | </dest> |
| 1835 | <voice> |
| 1836 | *: none |
| 1837 | swcodec: "Mix" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1838 | </voice> |
| 1839 | </phrase> |
| 1840 | <phrase> |
| 1841 | id: LANG_REPLAYGAIN |
| 1842 | desc: in replaygain |
| 1843 | user: |
| 1844 | <source> |
| 1845 | *: "Replaygain" |
| 1846 | </source> |
| 1847 | <dest> |
| 1848 | *: "Replaygain" |
| 1849 | </dest> |
| 1850 | <voice> |
| 1851 | *: "Replaygain" |
| 1852 | </voice> |
| 1853 | </phrase> |
| 1854 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1855 | id: LANG_REPLAYGAIN_ENABLE |
| 1856 | desc: in replaygain |
| 1857 | user: |
| 1858 | <source> |
| 1859 | *: "Enable Replaygain" |
| 1860 | </source> |
| 1861 | <dest> |
| 1862 | *: "Enable Replaygain" |
| 1863 | </dest> |
| 1864 | <voice> |
| 1865 | *: "Enable Replaygain" |
| 1866 | </voice> |
| 1867 | </phrase> |
| 1868 | <phrase> |
| 1869 | id: LANG_REPLAYGAIN_NOCLIP |
| 1870 | desc: in replaygain |
| 1871 | user: |
| 1872 | <source> |
| 1873 | *: none |
| 1874 | swcodec: "Prevent Clipping" |
| 1875 | </source> |
| 1876 | <dest> |
| 1877 | *: none |
| 1878 | swcodec: "Prevent Clipping" |
| 1879 | </dest> |
| 1880 | <voice> |
| 1881 | *: none |
| 1882 | swcodec: "Prevent Clipping" |
| 1883 | </voice> |
| 1884 | </phrase> |
| 1885 | <phrase> |
| 1886 | id: LANG_REPLAYGAIN_MODE |
| 1887 | desc: in replaygain |
| 1888 | user: |
| 1889 | <source> |
| 1890 | *: "Replaygain Type" |
| 1891 | </source> |
| 1892 | <dest> |
| 1893 | *: "Replaygain Type" |
| 1894 | </dest> |
| 1895 | <voice> |
| 1896 | *: "Replaygain Type" |
| 1897 | </voice> |
| 1898 | </phrase> |
| 1899 | <phrase> |
| 1900 | id: LANG_ALBUM_GAIN |
| 1901 | desc: in replaygain |
| 1902 | user: |
| 1903 | <source> |
| 1904 | *: "Album Gain" |
| 1905 | </source> |
| 1906 | <dest> |
| 1907 | *: "Album Gain" |
| 1908 | </dest> |
| 1909 | <voice> |
| 1910 | *: "Album Gain" |
| 1911 | </voice> |
| 1912 | </phrase> |
| 1913 | <phrase> |
| 1914 | id: LANG_TRACK_GAIN |
| 1915 | desc: in replaygain |
| 1916 | user: |
| 1917 | <source> |
| 1918 | *: "Track Gain" |
| 1919 | </source> |
| 1920 | <dest> |
| 1921 | *: "Track Gain" |
| 1922 | </dest> |
| 1923 | <voice> |
| 1924 | *: "Track Gain" |
| 1925 | </voice> |
| 1926 | </phrase> |
| 1927 | <phrase> |
| 1928 | id: LANG_SHUFFLE_GAIN |
| 1929 | desc: use track gain if shuffle mode is on, album gain otherwise |
| 1930 | user: |
| 1931 | <source> |
| 1932 | *: "Track Gain if Shuffling" |
| 1933 | </source> |
| 1934 | <dest> |
| 1935 | *: "Track Gain if Shuffling" |
| 1936 | </dest> |
| 1937 | <voice> |
| 1938 | *: "Track Gain if Shuffling" |
| 1939 | </voice> |
| 1940 | </phrase> |
| 1941 | <phrase> |
| 1942 | id: LANG_REPLAYGAIN_PREAMP |
| 1943 | desc: in replaygain settings |
| 1944 | user: |
| 1945 | <source> |
| 1946 | *: "Pre-amp" |
| 1947 | </source> |
| 1948 | <dest> |
| 1949 | *: "Pre-amp" |
| 1950 | </dest> |
| 1951 | <voice> |
| 1952 | *: "Preamp" |
| 1953 | </voice> |
| 1954 | </phrase> |
| 1955 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1956 | id: LANG_BEEP |
| 1957 | desc: in playback settings |
| 1958 | user: |
| 1959 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1960 | *: none |
| 1961 | swcodec: "Beep Volume" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1962 | </source> |
| 1963 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1964 | *: none |
| 1965 | swcodec: "Beep Volume" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1966 | </dest> |
| 1967 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1968 | *: none |
| 1969 | swcodec: "Beep Volume" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1970 | </voice> |
| 1971 | </phrase> |
| 1972 | <phrase> |
| 1973 | id: LANG_WEAK |
| 1974 | desc: in beep volume in playback settings |
| 1975 | user: |
| 1976 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1977 | *: none |
| 1978 | swcodec: "Weak" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1979 | </source> |
| 1980 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1981 | *: none |
| 1982 | swcodec: "Weak" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1983 | </dest> |
| 1984 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1985 | *: none |
| 1986 | swcodec: "Weak" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1987 | </voice> |
| 1988 | </phrase> |
| 1989 | <phrase> |
| 1990 | id: LANG_MODERATE |
| 1991 | desc: in beep volume in playback settings |
| 1992 | user: |
| 1993 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1994 | *: none |
| 1995 | swcodec: "Moderate" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1996 | </source> |
| 1997 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1998 | *: none |
| 1999 | swcodec: "Moderate" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2000 | </dest> |
| 2001 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2002 | *: none |
| 2003 | swcodec: "Moderate" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2004 | </voice> |
| 2005 | </phrase> |
| 2006 | <phrase> |
| 2007 | id: LANG_STRONG |
| 2008 | desc: in beep volume in playback settings |
| 2009 | user: |
| 2010 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2011 | *: none |
| 2012 | swcodec: "Strong" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2013 | </source> |
| 2014 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2015 | *: none |
| 2016 | swcodec: "Strong" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2017 | </dest> |
| 2018 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2019 | *: none |
| 2020 | swcodec: "Strong" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2021 | </voice> |
| 2022 | </phrase> |
| 2023 | <phrase> |
| 2024 | id: LANG_SPDIF_ENABLE |
| 2025 | desc: in playback settings menu. enable/disable the optical out |
| 2026 | user: |
| 2027 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2028 | *: none |
| 2029 | spdif_power: "Optical Output" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2030 | </source> |
| 2031 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2032 | *: none |
| 2033 | spdif_power: "Optical Output" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2034 | </dest> |
| 2035 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2036 | *: none |
| 2037 | spdif_power: "Optical Output" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2038 | </voice> |
| 2039 | </phrase> |
| 2040 | <phrase> |
| 2041 | id: LANG_ID3_ORDER |
| 2042 | desc: in playback settings screen |
| 2043 | user: |
| 2044 | <source> |
| 2045 | *: "ID3 Tag Priority" |
| 2046 | </source> |
| 2047 | <dest> |
| 2048 | *: "ID3 Tag Priority" |
| 2049 | </dest> |
| 2050 | <voice> |
| 2051 | *: "ID3 Tag Priority" |
| 2052 | </voice> |
| 2053 | </phrase> |
| 2054 | <phrase> |
| 2055 | id: LANG_ID3_V1_FIRST |
| 2056 | desc: in playback settings screen |
| 2057 | user: |
| 2058 | <source> |
| 2059 | *: "V1 then V2" |
| 2060 | </source> |
| 2061 | <dest> |
| 2062 | *: "V1 then V2" |
| 2063 | </dest> |
| 2064 | <voice> |
| 2065 | *: "Version 1 then version 2" |
| 2066 | </voice> |
| 2067 | </phrase> |
| 2068 | <phrase> |
| 2069 | id: LANG_ID3_V2_FIRST |
| 2070 | desc: in playback settings screen |
| 2071 | user: |
| 2072 | <source> |
| 2073 | *: "V2 then V1" |
| 2074 | </source> |
| 2075 | <dest> |
| 2076 | *: "V2 then V1" |
| 2077 | </dest> |
| 2078 | <voice> |
| 2079 | *: "Version 2 then version 1" |
| 2080 | </voice> |
| 2081 | </phrase> |
| 2082 | <phrase> |
| 2083 | id: LANG_NEXT_FOLDER |
| 2084 | desc: in settings_menu. Should we allow move to next/prev folder from last/first track of current one |
| 2085 | user: |
| 2086 | <source> |
| 2087 | *: "Auto-Change Directory" |
| 2088 | </source> |
| 2089 | <dest> |
| 2090 | *: "Auto-Change Directory" |
| 2091 | </dest> |
| 2092 | <voice> |
| 2093 | *: "Auto-Change Directory" |
| 2094 | </voice> |
| 2095 | </phrase> |
| 2096 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2097 | id: LANG_RANDOM |
| 2098 | desc: random folder |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2099 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2100 | *: "Random" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2101 | </source> |
| 2102 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2103 | *: "Random" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2104 | </dest> |
| 2105 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2106 | *: "Random" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2107 | </voice> |
| 2108 | </phrase> |
| 2109 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2110 | id: LANG_AUDIOSCROBBLER |
| 2111 | desc: "Last.fm Log" in the playback menu |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2112 | user: |
| 2113 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2114 | *: "Last.fm Log" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2115 | </source> |
| 2116 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2117 | *: "Last.fm Log" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2118 | </dest> |
| 2119 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2120 | *: "Last.fm Log" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2121 | </voice> |
| 2122 | </phrase> |
| 2123 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2124 | id: LANG_CUESHEET_ENABLE |
| 2125 | desc: cuesheet support option |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2126 | user: |
| 2127 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2128 | *: "Cuesheet Support" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2129 | </source> |
| 2130 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2131 | *: "Cuesheet Support" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2132 | </dest> |
| 2133 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2134 | *: "Cuesheet Support" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2135 | </voice> |
| 2136 | </phrase> |
| 2137 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2138 | id: LANG_HEADPHONE_UNPLUG |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2139 | desc: in settings_menu. |
| 2140 | user: |
| 2141 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2142 | *: none |
| 2143 | headphone_detection: "Pause on Headphone Unplug" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2144 | </source> |
| 2145 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2146 | *: none |
| 2147 | headphone_detection: "Pause on Headphone Unplug" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2148 | </dest> |
| 2149 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2150 | *: none |
| 2151 | headphone_detection: "Pause on Headphone Unplug" |
| 2152 | </voice> |
| 2153 | </phrase> |
| 2154 | <phrase> |
| 2155 | id: LANG_HEADPHONE_UNPLUG_RESUME |
| 2156 | desc: in pause_phones_menu. |
| 2157 | user: |
| 2158 | <source> |
| 2159 | *: none |
| 2160 | headphone_detection: "Pause and Resume" |
| 2161 | </source> |
| 2162 | <dest> |
| 2163 | *: none |
| 2164 | headphone_detection: "Pause and Resume" |
| 2165 | </dest> |
| 2166 | <voice> |
| 2167 | *: none |
| 2168 | headphone_detection: "Pause and Resume" |
| 2169 | </voice> |
| 2170 | </phrase> |
| 2171 | <phrase> |
| 2172 | id: LANG_HEADPHONE_UNPLUG_RW |
| 2173 | desc: in pause_phones_menu. |
| 2174 | user: |
| 2175 | <source> |
| 2176 | *: none |
| 2177 | headphone_detection: "Duration to Rewind" |
| 2178 | </source> |
| 2179 | <dest> |
| 2180 | *: none |
| 2181 | headphone_detection: "Duration to Rewind" |
| 2182 | </dest> |
| 2183 | <voice> |
| 2184 | *: none |
| 2185 | headphone_detection: "Duration to Rewind" |
| 2186 | </voice> |
| 2187 | </phrase> |
| 2188 | <phrase> |
| 2189 | id: LANG_HEADPHONE_UNPLUG_DISABLE_AUTORESUME |
| 2190 | desc: in pause_phones_menu. |
| 2191 | user: |
| 2192 | <source> |
| 2193 | *: none |
| 2194 | headphone_detection: "Disable resume on startup if phones unplugged" |
| 2195 | </source> |
| 2196 | <dest> |
| 2197 | *: none |
| 2198 | headphone_detection: "Disable resume on startup if phones unplugged" |
| 2199 | </dest> |
| 2200 | <voice> |
| 2201 | *: none |
| 2202 | headphone_detection: "Disable resume on startup if phones unplugged" |
| 2203 | </voice> |
| 2204 | </phrase> |
| 2205 | <phrase> |
| 2206 | id: LANG_FILE |
| 2207 | desc: in settings_menu() |
| 2208 | user: |
| 2209 | <source> |
| 2210 | *: "File View" |
| 2211 | </source> |
| 2212 | <dest> |
| 2213 | *: "File View" |
| 2214 | </dest> |
| 2215 | <voice> |
| 2216 | *: "File View" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2217 | </voice> |
| 2218 | </phrase> |
| 2219 | <phrase> |
| 2220 | id: LANG_SORT_CASE |
| 2221 | desc: in settings_menu |
| 2222 | user: |
| 2223 | <source> |
| 2224 | *: "Sort Case Sensitive" |
| 2225 | </source> |
| 2226 | <dest> |
| 2227 | *: "Sort Case Sensitive" |
| 2228 | </dest> |
| 2229 | <voice> |
| 2230 | *: "Sort Case Sensitive" |
| 2231 | </voice> |
| 2232 | </phrase> |
| 2233 | <phrase> |
| 2234 | id: LANG_SORT_DIR |
| 2235 | desc: browser sorting setting |
| 2236 | user: |
| 2237 | <source> |
| 2238 | *: "Sort Directories" |
| 2239 | </source> |
| 2240 | <dest> |
| 2241 | *: "Sort Directories" |
| 2242 | </dest> |
| 2243 | <voice> |
| 2244 | *: "sort directories" |
| 2245 | </voice> |
| 2246 | </phrase> |
| 2247 | <phrase> |
| 2248 | id: LANG_SORT_FILE |
| 2249 | desc: browser sorting setting |
| 2250 | user: |
| 2251 | <source> |
| 2252 | *: "Sort Files" |
| 2253 | </source> |
| 2254 | <dest> |
| 2255 | *: "Sort Files" |
| 2256 | </dest> |
| 2257 | <voice> |
| 2258 | *: "sort files" |
| 2259 | </voice> |
| 2260 | </phrase> |
| 2261 | <phrase> |
| 2262 | id: LANG_SORT_ALPHA |
| 2263 | desc: browser sorting setting |
| 2264 | user: |
| 2265 | <source> |
| 2266 | *: "Alphabetical" |
| 2267 | </source> |
| 2268 | <dest> |
| 2269 | *: "Alphabetical" |
| 2270 | </dest> |
| 2271 | <voice> |
| 2272 | *: "Alphabetical" |
| 2273 | </voice> |
| 2274 | </phrase> |
| 2275 | <phrase> |
| 2276 | id: LANG_SORT_DATE |
| 2277 | desc: browser sorting setting |
| 2278 | user: |
| 2279 | <source> |
| 2280 | *: "By Date" |
| 2281 | </source> |
| 2282 | <dest> |
| 2283 | *: "By Date" |
| 2284 | </dest> |
| 2285 | <voice> |
| 2286 | *: "By Date" |
| 2287 | </voice> |
| 2288 | </phrase> |
| 2289 | <phrase> |
| 2290 | id: LANG_SORT_DATE_REVERSE |
| 2291 | desc: browser sorting setting |
| 2292 | user: |
| 2293 | <source> |
| 2294 | *: "By Newest Date" |
| 2295 | </source> |
| 2296 | <dest> |
| 2297 | *: "By Newest Date" |
| 2298 | </dest> |
| 2299 | <voice> |
| 2300 | *: "By Newest Date" |
| 2301 | </voice> |
| 2302 | </phrase> |
| 2303 | <phrase> |
| 2304 | id: LANG_SORT_TYPE |
| 2305 | desc: browser sorting setting |
| 2306 | user: |
| 2307 | <source> |
| 2308 | *: "By Type" |
| 2309 | </source> |
| 2310 | <dest> |
| 2311 | *: "By Type" |
| 2312 | </dest> |
| 2313 | <voice> |
| 2314 | *: "By Type" |
| 2315 | </voice> |
| 2316 | </phrase> |
| 2317 | <phrase> |
| 2318 | id: LANG_FILTER |
| 2319 | desc: setting name for dir filter |
| 2320 | user: |
| 2321 | <source> |
| 2322 | *: "Show Files" |
| 2323 | </source> |
| 2324 | <dest> |
| 2325 | *: "Show Files" |
| 2326 | </dest> |
| 2327 | <voice> |
| 2328 | *: "Show Files" |
| 2329 | </voice> |
| 2330 | </phrase> |
| 2331 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2332 | id: LANG_FILTER_SUPPORTED |
| 2333 | desc: show all file types supported by Rockbox |
| 2334 | user: |
| 2335 | <source> |
| 2336 | *: "Supported" |
| 2337 | </source> |
| 2338 | <dest> |
| 2339 | *: "Supported" |
| 2340 | </dest> |
| 2341 | <voice> |
| 2342 | *: "Supported" |
| 2343 | </voice> |
| 2344 | </phrase> |
| 2345 | <phrase> |
| 2346 | id: LANG_FILTER_MUSIC |
| 2347 | desc: show only music-related files |
| 2348 | user: |
| 2349 | <source> |
| 2350 | *: "Music" |
| 2351 | </source> |
| 2352 | <dest> |
| 2353 | *: "Music" |
| 2354 | </dest> |
| 2355 | <voice> |
| 2356 | *: "Music" |
| 2357 | </voice> |
| 2358 | </phrase> |
| 2359 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2360 | id: LANG_FOLLOW |
| 2361 | desc: in settings_menu |
| 2362 | user: |
| 2363 | <source> |
| 2364 | *: "Follow Playlist" |
| 2365 | </source> |
| 2366 | <dest> |
| 2367 | *: "Follow Playlist" |
| 2368 | </dest> |
| 2369 | <voice> |
| 2370 | *: "Follow Playlist" |
| 2371 | </voice> |
| 2372 | </phrase> |
| 2373 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2374 | id: LANG_SHOW_PATH |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2375 | desc: in settings_menu |
| 2376 | user: |
| 2377 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2378 | *: "Show Path" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2379 | </source> |
| 2380 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2381 | *: "Show Path" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2382 | </dest> |
| 2383 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2384 | *: "Show Path" |
| 2385 | </voice> |
| 2386 | </phrase> |
| 2387 | <phrase> |
| 2388 | id: LANG_SHOW_PATH_CURRENT |
| 2389 | desc: in show path menu |
| 2390 | user: |
| 2391 | <source> |
| 2392 | *: "Current Directory Only" |
| 2393 | </source> |
| 2394 | <dest> |
| 2395 | *: "Current Directory Only" |
| 2396 | </dest> |
| 2397 | <voice> |
| 2398 | *: "Current Directory Only" |
| 2399 | </voice> |
| 2400 | </phrase> |
| 2401 | <phrase> |
| 2402 | id: LANG_DISPLAY_FULL_PATH |
| 2403 | desc: track display options |
| 2404 | user: |
| 2405 | <source> |
| 2406 | *: "Full Path" |
| 2407 | </source> |
| 2408 | <dest> |
| 2409 | *: "Full Path" |
| 2410 | </dest> |
| 2411 | <voice> |
| 2412 | *: "Full Path" |
| 2413 | </voice> |
| 2414 | </phrase> |
| 2415 | <phrase> |
| 2416 | id: LANG_BUILDING_DATABASE |
| 2417 | desc: splash database building progress |
| 2418 | user: |
| 2419 | <source> |
| 2420 | *: "Building database... %d found (OFF to return)" |
| 2421 | h100,h120,h300: "Building database... %d found (STOP to return)" |
| 2422 | ipod*: "Building database... %d found (PLAY/PAUSE to return)" |
Nils Wallménius | 8a1dac1 | 2007-08-18 09:14:39 +0000 | [diff] [blame] | 2423 | x5,m5: "Building database... %d found (LEFT to return)" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2424 | h10,h10_5gb,e200: "Building database... %d found (PREV to return)" |
| 2425 | </source> |
| 2426 | <dest> |
| 2427 | *: "Building database... %d found (OFF to return)" |
| 2428 | h100,h120,h300: "Building database... %d found (STOP to return)" |
| 2429 | ipod*: "Building database... %d found (PLAY/PAUSE to return)" |
Nils Wallménius | 8a1dac1 | 2007-08-18 09:14:39 +0000 | [diff] [blame] | 2430 | x5,m5: "Building database... %d found (LEFT to return)" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2431 | h10,h10_5gb,e200: "Building database... %d found (PREV to return)" |
| 2432 | </dest> |
| 2433 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 2434 | *: "entries found for database" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2435 | </voice> |
| 2436 | </phrase> |
| 2437 | <phrase> |
| 2438 | id: LANG_TAGCACHE_RAM |
| 2439 | desc: in tag cache settings |
| 2440 | user: |
| 2441 | <source> |
| 2442 | *: none |
| 2443 | tc_ramcache: "Load to RAM" |
| 2444 | </source> |
| 2445 | <dest> |
| 2446 | *: none |
| 2447 | tc_ramcache: "Load to RAM" |
| 2448 | </dest> |
| 2449 | <voice> |
| 2450 | *: none |
| 2451 | tc_ramcache: "Load to RAM" |
| 2452 | </voice> |
| 2453 | </phrase> |
| 2454 | <phrase> |
| 2455 | id: LANG_TAGCACHE_AUTOUPDATE |
| 2456 | desc: in tag cache settings |
| 2457 | user: |
| 2458 | <source> |
| 2459 | *: "Auto Update" |
| 2460 | </source> |
| 2461 | <dest> |
| 2462 | *: "Auto Update" |
| 2463 | </dest> |
| 2464 | <voice> |
| 2465 | *: "Auto Update" |
| 2466 | </voice> |
| 2467 | </phrase> |
| 2468 | <phrase> |
| 2469 | id: LANG_TAGCACHE_FORCE_UPDATE |
| 2470 | desc: in tag cache settings |
| 2471 | user: |
| 2472 | <source> |
| 2473 | *: "Initialize now" |
| 2474 | </source> |
| 2475 | <dest> |
| 2476 | *: "Initialize now" |
| 2477 | </dest> |
| 2478 | <voice> |
| 2479 | *: "Initialize now" |
| 2480 | </voice> |
| 2481 | </phrase> |
| 2482 | <phrase> |
| 2483 | id: LANG_TAGCACHE_UPDATE |
| 2484 | desc: in tag cache settings |
| 2485 | user: |
| 2486 | <source> |
| 2487 | *: "Update Now" |
| 2488 | </source> |
| 2489 | <dest> |
| 2490 | *: "Update Now" |
| 2491 | </dest> |
| 2492 | <voice> |
| 2493 | *: "Update Now" |
| 2494 | </voice> |
| 2495 | </phrase> |
| 2496 | <phrase> |
| 2497 | id: LANG_RUNTIMEDB_ACTIVE |
| 2498 | desc: in settings_menu. |
| 2499 | user: |
| 2500 | <source> |
| 2501 | *: "Gather Runtime Data" |
| 2502 | </source> |
| 2503 | <dest> |
| 2504 | *: "Gather Runtime Data" |
| 2505 | </dest> |
| 2506 | <voice> |
| 2507 | *: "Gather Runtime Data" |
| 2508 | </voice> |
| 2509 | </phrase> |
| 2510 | <phrase> |
| 2511 | id: LANG_TAGCACHE_EXPORT |
| 2512 | desc: in tag cache settings |
| 2513 | user: |
| 2514 | <source> |
| 2515 | *: "Export Modifications" |
| 2516 | </source> |
| 2517 | <dest> |
| 2518 | *: "Export Modifications" |
| 2519 | </dest> |
| 2520 | <voice> |
| 2521 | *: "Export Modifications" |
| 2522 | </voice> |
| 2523 | </phrase> |
| 2524 | <phrase> |
| 2525 | id: LANG_TAGCACHE_IMPORT |
| 2526 | desc: in tag cache settings |
| 2527 | user: |
| 2528 | <source> |
| 2529 | *: "Import Modifications" |
| 2530 | </source> |
| 2531 | <dest> |
| 2532 | *: "Import Modifications" |
| 2533 | </dest> |
| 2534 | <voice> |
| 2535 | *: "Import Modifications" |
| 2536 | </voice> |
| 2537 | </phrase> |
| 2538 | <phrase> |
| 2539 | id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH |
| 2540 | desc: in tag cache settings |
| 2541 | user: |
| 2542 | <source> |
| 2543 | *: "Updating in background" |
| 2544 | </source> |
| 2545 | <dest> |
| 2546 | *: "Updating in background" |
| 2547 | </dest> |
| 2548 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 2549 | *: "Updating in background" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2550 | </voice> |
| 2551 | </phrase> |
| 2552 | <phrase> |
| 2553 | id: LANG_TAGCACHE_INIT |
| 2554 | desc: while initializing tagcache on boot |
| 2555 | user: |
| 2556 | <source> |
| 2557 | *: "Committing database" |
| 2558 | </source> |
| 2559 | <dest> |
| 2560 | *: "Committing database" |
| 2561 | </dest> |
| 2562 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 2563 | *: "Committing database" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2564 | </voice> |
| 2565 | </phrase> |
| 2566 | <phrase> |
| 2567 | id: LANG_TAGCACHE_BUSY |
| 2568 | desc: when trying to shutdown and tagcache is committing |
| 2569 | <source> |
| 2570 | *: "Database is not ready" |
| 2571 | </source> |
| 2572 | <dest> |
| 2573 | *: "Database is not ready" |
| 2574 | </dest> |
| 2575 | <voice> |
| 2576 | *: "Database is not ready" |
| 2577 | </voice> |
| 2578 | </phrase> |
| 2579 | <phrase> |
| 2580 | id: LANG_TAGNAVI_ALL_TRACKS |
| 2581 | desc: "<All tracks>" entry in tag browser |
| 2582 | user: |
| 2583 | <source> |
| 2584 | *: "<All tracks>" |
| 2585 | </source> |
| 2586 | <dest> |
| 2587 | *: "<All tracks>" |
| 2588 | </dest> |
| 2589 | <voice> |
| 2590 | *: "All tracks" |
| 2591 | </voice> |
| 2592 | </phrase> |
| 2593 | <phrase> |
| 2594 | id: LANG_DISPLAY |
| 2595 | desc: in settings_menu() |
| 2596 | user: |
| 2597 | <source> |
| 2598 | *: "Display" |
| 2599 | </source> |
| 2600 | <dest> |
| 2601 | *: "Display" |
| 2602 | </dest> |
| 2603 | <voice> |
| 2604 | *: "Display" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2605 | </voice> |
| 2606 | </phrase> |
| 2607 | <phrase> |
| 2608 | id: LANG_CUSTOM_FONT |
| 2609 | desc: in setting_menu() |
| 2610 | user: |
| 2611 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2612 | *: none |
| 2613 | lcd_bitmap: "Browse Fonts" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2614 | </source> |
| 2615 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2616 | *: none |
| 2617 | lcd_bitmap: "Browse Fonts" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2618 | </dest> |
| 2619 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2620 | *: none |
| 2621 | lcd_bitmap: "Browse Fonts" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2622 | </voice> |
| 2623 | </phrase> |
| 2624 | <phrase> |
| 2625 | id: LANG_WHILE_PLAYING |
| 2626 | desc: in settings_menu() |
| 2627 | user: |
| 2628 | <source> |
| 2629 | *: "Browse .wps files" |
| 2630 | </source> |
| 2631 | <dest> |
| 2632 | *: "Browse .wps files" |
| 2633 | </dest> |
| 2634 | <voice> |
| 2635 | *: "Browse while-playing-screen files" |
| 2636 | </voice> |
| 2637 | </phrase> |
| 2638 | <phrase> |
| 2639 | id: LANG_REMOTE_WHILE_PLAYING |
| 2640 | desc: in settings_menu() |
| 2641 | user: |
| 2642 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2643 | *: none |
| 2644 | remote: "Browse .rwps files" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2645 | </source> |
| 2646 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2647 | *: none |
| 2648 | remote: "Browse .rwps files" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2649 | </dest> |
| 2650 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2651 | *: none |
| 2652 | remote: "Browse remote while-playing-screen files" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2653 | </voice> |
| 2654 | </phrase> |
| 2655 | <phrase> |
| 2656 | id: LANG_LCD_MENU |
| 2657 | desc: in the display sub menu |
| 2658 | user: |
| 2659 | <source> |
| 2660 | *: "LCD Settings" |
| 2661 | </source> |
| 2662 | <dest> |
| 2663 | *: "LCD Settings" |
| 2664 | </dest> |
| 2665 | <voice> |
| 2666 | *: "LCD Settings" |
| 2667 | </voice> |
| 2668 | </phrase> |
| 2669 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2670 | id: LANG_BACKLIGHT |
| 2671 | desc: in settings_menu |
| 2672 | user: |
| 2673 | <source> |
| 2674 | *: "Backlight" |
| 2675 | </source> |
| 2676 | <dest> |
| 2677 | *: "Backlight" |
| 2678 | </dest> |
| 2679 | <voice> |
| 2680 | *: "Backlight" |
| 2681 | </voice> |
| 2682 | </phrase> |
| 2683 | <phrase> |
| 2684 | id: LANG_BACKLIGHT_ON_WHEN_CHARGING |
| 2685 | desc: in display_settings_menu, backlight timeout with charger connected |
| 2686 | user: |
| 2687 | <source> |
| 2688 | *: none |
| 2689 | charging: "Backlight (While Plugged In)" |
| 2690 | </source> |
| 2691 | <dest> |
| 2692 | *: none |
| 2693 | charging: "Backlight (While Plugged In)" |
| 2694 | </dest> |
| 2695 | <voice> |
| 2696 | *: none |
| 2697 | charging: "Backlight (While Plugged In)" |
| 2698 | </voice> |
| 2699 | </phrase> |
| 2700 | <phrase> |
| 2701 | id: LANG_BACKLIGHT_ON_BUTTON_HOLD |
| 2702 | desc: in lcd settings |
| 2703 | user: |
| 2704 | <source> |
| 2705 | *: none |
Nils Wallménius | 8a1dac1 | 2007-08-18 09:14:39 +0000 | [diff] [blame] | 2706 | hold_button: "Backlight on Hold" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2707 | </source> |
| 2708 | <dest> |
| 2709 | *: none |
Nils Wallménius | 8a1dac1 | 2007-08-18 09:14:39 +0000 | [diff] [blame] | 2710 | hold_button: "Backlight on Hold" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2711 | </dest> |
| 2712 | <voice> |
| 2713 | *: none |
Nils Wallménius | 8a1dac1 | 2007-08-18 09:14:39 +0000 | [diff] [blame] | 2714 | hold_button: "Backlight on hold" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2715 | </voice> |
| 2716 | </phrase> |
| 2717 | <phrase> |
| 2718 | id: LANG_CAPTION_BACKLIGHT |
| 2719 | desc: in settings_menu |
| 2720 | user: |
| 2721 | <source> |
| 2722 | *: "Caption Backlight" |
| 2723 | </source> |
| 2724 | <dest> |
| 2725 | *: "Caption Backlight" |
| 2726 | </dest> |
| 2727 | <voice> |
| 2728 | *: "Caption Backlight" |
| 2729 | </voice> |
| 2730 | </phrase> |
| 2731 | <phrase> |
| 2732 | id: LANG_BACKLIGHT_FADE_IN |
| 2733 | desc: in settings_menu |
| 2734 | user: |
| 2735 | <source> |
| 2736 | *: none |
| 2737 | backlight_fade: "Backlight Fade In" |
| 2738 | </source> |
| 2739 | <dest> |
| 2740 | *: none |
| 2741 | backlight_fade: "Backlight Fade In" |
| 2742 | </dest> |
| 2743 | <voice> |
| 2744 | *: none |
| 2745 | backlight_fade: "Backlight Fade In" |
| 2746 | </voice> |
| 2747 | </phrase> |
| 2748 | <phrase> |
| 2749 | id: LANG_BACKLIGHT_FADE_OUT |
| 2750 | desc: in settings_menu |
| 2751 | user: |
| 2752 | <source> |
| 2753 | *: none |
| 2754 | backlight_fade: "Backlight Fade Out" |
| 2755 | </source> |
| 2756 | <dest> |
| 2757 | *: none |
| 2758 | backlight_fade: "Backlight Fade Out" |
| 2759 | </dest> |
| 2760 | <voice> |
| 2761 | *: none |
| 2762 | backlight_fade: "Backlight Fade Out" |
| 2763 | </voice> |
| 2764 | </phrase> |
| 2765 | <phrase> |
| 2766 | id: LANG_BACKLIGHT_FILTER_FIRST_KEYPRESS |
| 2767 | desc: Backlight behaviour setting |
| 2768 | user: |
| 2769 | <source> |
Nils Wallménius | 8a1dac1 | 2007-08-18 09:14:39 +0000 | [diff] [blame] | 2770 | *: "First Buttonpress Enables Backlight Only" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2771 | </source> |
| 2772 | <dest> |
Nils Wallménius | 8a1dac1 | 2007-08-18 09:14:39 +0000 | [diff] [blame] | 2773 | *: "First Buttonpress Enables Backlight Only" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2774 | </dest> |
| 2775 | <voice> |
Nils Wallménius | 8a1dac1 | 2007-08-18 09:14:39 +0000 | [diff] [blame] | 2776 | *: "First Buttonpress Enables Backlight Only" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2777 | </voice> |
| 2778 | </phrase> |
| 2779 | <phrase> |
| 2780 | id: LANG_LCD_SLEEP_AFTER_BACKLIGHT_OFF |
| 2781 | desc: In display settings, time to switch LCD chip into power saving state |
| 2782 | user: |
| 2783 | <source> |
| 2784 | *: none |
| 2785 | lcd_sleep: "Sleep (After Backlight Off)" |
| 2786 | </source> |
| 2787 | <dest> |
| 2788 | *: none |
| 2789 | lcd_sleep: "Sleep (After Backlight Off)" |
| 2790 | </dest> |
| 2791 | <voice> |
| 2792 | *: none |
| 2793 | lcd_sleep: "Sleep after backlight off" |
| 2794 | </voice> |
| 2795 | </phrase> |
| 2796 | <phrase> |
| 2797 | id: LANG_NEVER |
| 2798 | desc: in lcd settings |
| 2799 | user: |
| 2800 | <source> |
| 2801 | *: none |
| 2802 | lcd_sleep: "Never" |
| 2803 | </source> |
| 2804 | <dest> |
| 2805 | *: none |
| 2806 | lcd_sleep: "Never" |
| 2807 | </dest> |
| 2808 | <voice> |
| 2809 | *: none |
| 2810 | lcd_sleep: "Never" |
| 2811 | </voice> |
| 2812 | </phrase> |
| 2813 | <phrase> |
| 2814 | id: LANG_BRIGHTNESS |
| 2815 | desc: in settings_menu |
| 2816 | user: |
| 2817 | <source> |
| 2818 | *: none |
| 2819 | backlight_brightness: "Brightness" |
| 2820 | </source> |
| 2821 | <dest> |
| 2822 | *: none |
| 2823 | backlight_brightness: "Brightness" |
| 2824 | </dest> |
| 2825 | <voice> |
| 2826 | *: none |
| 2827 | backlight_brightness: "Brightness" |
| 2828 | </voice> |
| 2829 | </phrase> |
| 2830 | <phrase> |
| 2831 | id: LANG_CONTRAST |
| 2832 | desc: in settings_menu |
| 2833 | user: |
| 2834 | <source> |
| 2835 | *: "Contrast" |
| 2836 | </source> |
| 2837 | <dest> |
| 2838 | *: "Contrast" |
| 2839 | </dest> |
| 2840 | <voice> |
| 2841 | *: "Contrast" |
| 2842 | </voice> |
| 2843 | </phrase> |
| 2844 | <phrase> |
| 2845 | id: LANG_INVERT |
| 2846 | desc: in settings_menu |
| 2847 | user: |
| 2848 | <source> |
| 2849 | *: none |
| 2850 | lcd_invert: "LCD Mode" |
| 2851 | </source> |
| 2852 | <dest> |
| 2853 | *: none |
| 2854 | lcd_invert: "LCD Mode" |
| 2855 | </dest> |
| 2856 | <voice> |
| 2857 | *: none |
| 2858 | lcd_invert: "LCD Mode" |
| 2859 | </voice> |
| 2860 | </phrase> |
| 2861 | <phrase> |
| 2862 | id: LANG_INVERT_LCD_INVERSE |
| 2863 | desc: in settings_menu |
| 2864 | user: |
| 2865 | <source> |
| 2866 | *: none |
| 2867 | lcd_invert: "Inverse" |
| 2868 | </source> |
| 2869 | <dest> |
| 2870 | *: none |
| 2871 | lcd_invert: "Inverse" |
| 2872 | </dest> |
| 2873 | <voice> |
| 2874 | *: none |
| 2875 | lcd_invert: "Inverse" |
| 2876 | </voice> |
| 2877 | </phrase> |
| 2878 | <phrase> |
| 2879 | id: LANG_FLIP_DISPLAY |
| 2880 | desc: in settings_menu, option to turn display+buttos by 180 degrees |
| 2881 | user: |
| 2882 | <source> |
| 2883 | *: none |
| 2884 | lcd_bitmap: "Upside Down" |
| 2885 | </source> |
| 2886 | <dest> |
| 2887 | *: none |
| 2888 | lcd_bitmap: "Upside Down" |
| 2889 | </dest> |
| 2890 | <voice> |
| 2891 | *: none |
| 2892 | lcd_bitmap: "Upside Down" |
| 2893 | </voice> |
| 2894 | </phrase> |
| 2895 | <phrase> |
| 2896 | id: LANG_INVERT_CURSOR |
| 2897 | desc: in settings_menu |
| 2898 | user: |
| 2899 | <source> |
| 2900 | *: none |
| 2901 | lcd_bitmap: "Line Selector" |
| 2902 | </source> |
| 2903 | <dest> |
| 2904 | *: none |
| 2905 | lcd_bitmap: "Line Selector" |
| 2906 | </dest> |
| 2907 | <voice> |
| 2908 | *: none |
| 2909 | lcd_bitmap: "Line Selector" |
| 2910 | </voice> |
| 2911 | </phrase> |
| 2912 | <phrase> |
| 2913 | id: LANG_INVERT_CURSOR_POINTER |
| 2914 | desc: in settings_menu |
| 2915 | user: |
| 2916 | <source> |
| 2917 | *: none |
| 2918 | lcd_bitmap: "Pointer" |
| 2919 | </source> |
| 2920 | <dest> |
| 2921 | *: none |
| 2922 | lcd_bitmap: "Pointer" |
| 2923 | </dest> |
| 2924 | <voice> |
| 2925 | *: none |
| 2926 | lcd_bitmap: "Pointer" |
| 2927 | </voice> |
| 2928 | </phrase> |
| 2929 | <phrase> |
| 2930 | id: LANG_INVERT_CURSOR_BAR |
| 2931 | desc: in settings_menu |
| 2932 | user: |
| 2933 | <source> |
| 2934 | *: none |
| 2935 | lcd_bitmap: "Bar (Inverse)" |
| 2936 | </source> |
| 2937 | <dest> |
| 2938 | *: none |
| 2939 | lcd_bitmap: "Bar (Inverse)" |
| 2940 | </dest> |
| 2941 | <voice> |
| 2942 | *: none |
| 2943 | lcd_bitmap: "Inverse Bar" |
| 2944 | </voice> |
| 2945 | </phrase> |
| 2946 | <phrase> |
| 2947 | id: LANG_CLEAR_BACKDROP |
| 2948 | desc: text for LCD settings menu |
| 2949 | user: |
| 2950 | <source> |
| 2951 | *: none |
| 2952 | lcd_non-mono: "Clear Backdrop" |
| 2953 | </source> |
| 2954 | <dest> |
| 2955 | *: none |
| 2956 | lcd_non-mono: "Clear Backdrop" |
| 2957 | </dest> |
| 2958 | <voice> |
| 2959 | *: none |
| 2960 | lcd_non-mono: "Clear Backdrop" |
| 2961 | </voice> |
| 2962 | </phrase> |
| 2963 | <phrase> |
| 2964 | id: LANG_BACKGROUND_COLOR |
| 2965 | desc: menu entry to set the background color |
| 2966 | user: |
| 2967 | <source> |
| 2968 | *: none |
| 2969 | lcd_non-mono: "Background Colour" |
| 2970 | </source> |
| 2971 | <dest> |
| 2972 | *: none |
| 2973 | lcd_non-mono: "Background Colour" |
| 2974 | </dest> |
| 2975 | <voice> |
| 2976 | *: none |
| 2977 | lcd_non-mono: "Background Colour" |
| 2978 | </voice> |
| 2979 | </phrase> |
| 2980 | <phrase> |
| 2981 | id: LANG_FOREGROUND_COLOR |
| 2982 | desc: menu entry to set the foreground color |
| 2983 | user: |
| 2984 | <source> |
| 2985 | *: none |
| 2986 | lcd_non-mono: "Foreground Colour" |
| 2987 | </source> |
| 2988 | <dest> |
| 2989 | *: none |
| 2990 | lcd_non-mono: "Foreground Colour" |
| 2991 | </dest> |
| 2992 | <voice> |
| 2993 | *: none |
| 2994 | lcd_non-mono: "Foreground Colour" |
| 2995 | </voice> |
| 2996 | </phrase> |
| 2997 | <phrase> |
| 2998 | id: LANG_RESET_COLORS |
| 2999 | desc: menu |
| 3000 | user: |
| 3001 | <source> |
| 3002 | *: none |
| 3003 | lcd_non-mono: "Reset Colours" |
| 3004 | </source> |
| 3005 | <dest> |
| 3006 | *: none |
| 3007 | lcd_non-mono: "Reset Colours" |
| 3008 | </dest> |
| 3009 | <voice> |
| 3010 | *: none |
| 3011 | lcd_non-mono: "Reset Colours" |
| 3012 | </voice> |
| 3013 | </phrase> |
| 3014 | <phrase> |
| 3015 | id: LANG_COLOR_RGB_LABELS |
| 3016 | desc: what to show for the 'R' 'G' 'B' ONE LETTER EACH |
| 3017 | user: |
| 3018 | <source> |
| 3019 | *: none |
| 3020 | lcd_color: "RGB" |
| 3021 | </source> |
| 3022 | <dest> |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 3023 | *: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3024 | lcd_color: "RGB" |
| 3025 | </dest> |
| 3026 | <voice> |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 3027 | *: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3028 | lcd_color: "" |
| 3029 | </voice> |
| 3030 | </phrase> |
| 3031 | <phrase> |
| 3032 | id: LANG_COLOR_RGB_VALUE |
| 3033 | desc: in color screen |
| 3034 | user: |
| 3035 | <source> |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 3036 | *: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3037 | lcd_color: "RGB: %02X%02X%02X" |
| 3038 | </source> |
| 3039 | <dest> |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 3040 | *: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3041 | lcd_color: "RGB: %02X%02X%02X" |
| 3042 | </dest> |
| 3043 | <voice> |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 3044 | *: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3045 | lcd_color: "" |
| 3046 | </voice> |
| 3047 | </phrase> |
| 3048 | <phrase> |
| 3049 | id: LANG_COLOR_UNACCEPTABLE |
| 3050 | desc: splash when user selects an invalid colour |
| 3051 | user: |
| 3052 | <source> |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 3053 | *: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3054 | lcd_non-mono: "Invalid colour" |
| 3055 | </source> |
| 3056 | <dest> |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 3057 | *: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3058 | lcd_non-mono: "Invalid colour" |
| 3059 | </dest> |
| 3060 | <voice> |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 3061 | *: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3062 | lcd_non-mono: "" |
| 3063 | </voice> |
| 3064 | </phrase> |
| 3065 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 3066 | id: LANG_LCD_REMOTE_MENU |
| 3067 | desc: in the display sub menu |
| 3068 | user: |
| 3069 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3070 | *: none |
| 3071 | remote: "Remote-LCD Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 3072 | </source> |
| 3073 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3074 | *: none |
| 3075 | remote: "Remote-LCD Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 3076 | </dest> |
| 3077 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3078 | *: none |
| 3079 | remote: "Remote LCD settings" |
| 3080 | </voice> |
| 3081 | </phrase> |
| 3082 | <phrase> |
| 3083 | id: LANG_REDUCE_TICKING |
| 3084 | desc: in remote lcd settings menu |
| 3085 | user: |
| 3086 | <source> |
| 3087 | *: none |
| 3088 | remote_ticking: "Reduce Ticking" |
| 3089 | </source> |
| 3090 | <dest> |
| 3091 | *: none |
| 3092 | remote_ticking: "Reduce Ticking" |
| 3093 | </dest> |
| 3094 | <voice> |
| 3095 | *: none |
| 3096 | remote_ticking: "Reduce Ticking" |
| 3097 | </voice> |
| 3098 | </phrase> |
| 3099 | <phrase> |
| 3100 | id: LANG_SHOW_ICONS |
| 3101 | desc: in settings_menu |
| 3102 | user: |
| 3103 | <source> |
| 3104 | *: "Show Icons" |
| 3105 | </source> |
| 3106 | <dest> |
| 3107 | *: "Show Icons" |
| 3108 | </dest> |
| 3109 | <voice> |
| 3110 | *: "Show Icons" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 3111 | </voice> |
| 3112 | </phrase> |
| 3113 | <phrase> |
| 3114 | id: LANG_SCROLL_MENU |
| 3115 | desc: in display_settings_menu() |
| 3116 | user: |
| 3117 | <source> |
| 3118 | *: "Scrolling" |
| 3119 | </source> |
| 3120 | <dest> |
| 3121 | *: "Scrolling" |
| 3122 | </dest> |
| 3123 | <voice> |
| 3124 | *: "Scrolling" |
| 3125 | </voice> |
| 3126 | </phrase> |
| 3127 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3128 | id: LANG_SCROLL |
| 3129 | desc: in settings_menu |
| 3130 | user: |
| 3131 | <source> |
| 3132 | *: "Scroll Speed Setting Example" |
| 3133 | </source> |
| 3134 | <dest> |
| 3135 | *: "Scroll Speed Setting Example" |
| 3136 | </dest> |
| 3137 | <voice> |
| 3138 | *: "" |
| 3139 | </voice> |
| 3140 | </phrase> |
| 3141 | <phrase> |
| 3142 | id: LANG_SCROLL_SPEED |
| 3143 | desc: in display_settings_menu() |
| 3144 | user: |
| 3145 | <source> |
| 3146 | *: "Scroll Speed" |
| 3147 | </source> |
| 3148 | <dest> |
| 3149 | *: "Scroll Speed" |
| 3150 | </dest> |
| 3151 | <voice> |
| 3152 | *: "Scroll Speed" |
| 3153 | </voice> |
| 3154 | </phrase> |
| 3155 | <phrase> |
| 3156 | id: LANG_SCROLL_DELAY |
| 3157 | desc: Delay before scrolling |
| 3158 | user: |
| 3159 | <source> |
| 3160 | *: "Scroll Start Delay" |
| 3161 | </source> |
| 3162 | <dest> |
| 3163 | *: "Scroll Start Delay" |
| 3164 | </dest> |
| 3165 | <voice> |
| 3166 | *: "Scroll Start Delay" |
| 3167 | </voice> |
| 3168 | </phrase> |
| 3169 | <phrase> |
| 3170 | id: LANG_SCROLL_STEP |
| 3171 | desc: Pixels to advance per scroll |
| 3172 | user: |
| 3173 | <source> |
| 3174 | *: "Scroll Step Size" |
| 3175 | </source> |
| 3176 | <dest> |
| 3177 | *: "Scroll Step Size" |
| 3178 | </dest> |
| 3179 | <voice> |
| 3180 | *: "Scroll Step Size" |
| 3181 | </voice> |
| 3182 | </phrase> |
| 3183 | <phrase> |
| 3184 | id: LANG_SCROLL_STEP_EXAMPLE |
| 3185 | desc: Pixels to advance per scroll |
| 3186 | user: |
| 3187 | <source> |
| 3188 | *: "Scroll Step Size Setting Example Text" |
| 3189 | </source> |
| 3190 | <dest> |
| 3191 | *: "Scroll Step Size Setting Example Text" |
| 3192 | </dest> |
| 3193 | <voice> |
| 3194 | *: "" |
| 3195 | </voice> |
| 3196 | </phrase> |
| 3197 | <phrase> |
| 3198 | id: LANG_BIDIR_SCROLL |
| 3199 | desc: Bidirectional scroll limit |
| 3200 | user: |
| 3201 | <source> |
| 3202 | *: "Bidirectional Scroll Limit" |
| 3203 | </source> |
| 3204 | <dest> |
| 3205 | *: "Bidirectional Scroll Limit" |
| 3206 | </dest> |
| 3207 | <voice> |
| 3208 | *: "Bidirectional Scroll Limit" |
| 3209 | </voice> |
| 3210 | </phrase> |
| 3211 | <phrase> |
| 3212 | id: LANG_REMOTE_SCROLL_SETS |
| 3213 | desc: "Remote Scrolling Options" Submenu in "Scrolling Options" menu |
| 3214 | user: |
| 3215 | <source> |
| 3216 | *: none |
| 3217 | remote: "Remote Scrolling Options" |
| 3218 | </source> |
| 3219 | <dest> |
| 3220 | *: none |
| 3221 | remote: "Remote Scrolling Options" |
| 3222 | </dest> |
| 3223 | <voice> |
| 3224 | *: none |
| 3225 | remote: "Remote Scrolling Options" |
| 3226 | </voice> |
| 3227 | </phrase> |
| 3228 | <phrase> |
| 3229 | id: LANG_JUMP_SCROLL |
| 3230 | desc: (player) menu alternative for jump scroll |
| 3231 | user: |
| 3232 | <source> |
| 3233 | *: "Jump Scroll" |
| 3234 | </source> |
| 3235 | <dest> |
| 3236 | *: "Jump Scroll" |
| 3237 | </dest> |
| 3238 | <voice> |
| 3239 | *: "Jump Scroll" |
| 3240 | </voice> |
| 3241 | </phrase> |
| 3242 | <phrase> |
| 3243 | id: LANG_ONE_TIME |
| 3244 | desc: (player) the jump scroll shall be done "one time" |
| 3245 | user: |
| 3246 | <source> |
| 3247 | *: "One time" |
| 3248 | </source> |
| 3249 | <dest> |
| 3250 | *: "One time" |
| 3251 | </dest> |
| 3252 | <voice> |
| 3253 | *: "One time" |
| 3254 | </voice> |
| 3255 | </phrase> |
| 3256 | <phrase> |
| 3257 | id: LANG_JUMP_SCROLL_DELAY |
| 3258 | desc: (player) Delay before making a jump scroll |
| 3259 | user: |
| 3260 | <source> |
| 3261 | *: "Jump Scroll Delay" |
| 3262 | </source> |
| 3263 | <dest> |
| 3264 | *: "Jump Scroll Delay" |
| 3265 | </dest> |
| 3266 | <voice> |
| 3267 | *: "Jump Scroll Delay" |
| 3268 | </voice> |
| 3269 | </phrase> |
| 3270 | <phrase> |
| 3271 | id: LANG_SCREEN_SCROLL_VIEW |
| 3272 | desc: should lines scroll out of the screen |
| 3273 | user: |
| 3274 | <source> |
| 3275 | *: "Screen Scrolls Out Of View" |
| 3276 | </source> |
| 3277 | <dest> |
| 3278 | *: "Screen Scrolls Out Of View" |
| 3279 | </dest> |
| 3280 | <voice> |
| 3281 | *: "Screen Scrolls Out Of View" |
| 3282 | </voice> |
| 3283 | </phrase> |
| 3284 | <phrase> |
| 3285 | id: LANG_SCREEN_SCROLL_STEP |
| 3286 | desc: Pixels to advance per Screen scroll |
| 3287 | user: |
| 3288 | <source> |
| 3289 | *: "Screen Scroll Step Size" |
| 3290 | </source> |
| 3291 | <dest> |
| 3292 | *: "Screen Scroll Step Size" |
| 3293 | </dest> |
| 3294 | <voice> |
| 3295 | *: "Screen Scroll Step Size" |
| 3296 | </voice> |
| 3297 | </phrase> |
| 3298 | <phrase> |
| 3299 | id: LANG_SCROLL_PAGINATED |
| 3300 | desc: jump to new page when scrolling |
| 3301 | user: |
| 3302 | <source> |
| 3303 | *: "Paged Scrolling" |
| 3304 | </source> |
| 3305 | <dest> |
| 3306 | *: "Paged Scrolling" |
| 3307 | </dest> |
| 3308 | <voice> |
| 3309 | *: "Paged scrolling" |
| 3310 | </voice> |
| 3311 | </phrase> |
| 3312 | <phrase> |
| 3313 | id: LANG_LISTACCEL_START_DELAY |
| 3314 | desc: Delay before list starts accelerating |
| 3315 | user: |
| 3316 | <source> |
| 3317 | *: "List Acceleration Start Delay" |
| 3318 | scrollwheel: none |
| 3319 | </source> |
| 3320 | <dest> |
| 3321 | *: "List Acceleration Start Delay" |
| 3322 | scrollwheel: none |
| 3323 | </dest> |
| 3324 | <voice> |
| 3325 | *: "List Acceleration Start Delay" |
| 3326 | scrollwheel: none |
| 3327 | </voice> |
| 3328 | </phrase> |
| 3329 | <phrase> |
| 3330 | id: LANG_LISTACCEL_ACCEL_SPEED |
| 3331 | desc: list acceleration speed |
| 3332 | user: |
| 3333 | <source> |
| 3334 | *: "List Acceleration Speed" |
| 3335 | scrollwheel: none |
| 3336 | </source> |
| 3337 | <dest> |
| 3338 | *: "List Acceleration Speed" |
| 3339 | scrollwheel: none |
| 3340 | </dest> |
| 3341 | <voice> |
| 3342 | *: "List Acceleration Speed" |
| 3343 | scrollwheel: none |
| 3344 | </voice> |
| 3345 | </phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3346 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 3347 | id: LANG_BARS_MENU |
| 3348 | desc: in the display sub menu |
| 3349 | user: |
| 3350 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3351 | *: none |
| 3352 | lcd_bitmap: "Status-/Scrollbar" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 3353 | </source> |
| 3354 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3355 | *: none |
| 3356 | lcd_bitmap: "Status-/Scrollbar" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 3357 | </dest> |
| 3358 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 3359 | *: none |
| 3360 | lcd_bitmap: "Status- and Scrollbar" |
| 3361 | </voice> |
| 3362 | </phrase> |
| 3363 | <phrase> |
| 3364 | |