Daniel Stenberg | 2da8e8e | 2002-09-24 12:35:32 +0000 | [diff] [blame] | 1 | # $Id$ |
Daniel Stenberg | 2d2dba9 | 2002-09-24 12:34:50 +0000 | [diff] [blame] | 2 | # |
| 3 | # This is the master of the language files. This is the original, the one with |
| 4 | # all the existing strings Rockbox features. |
| 5 | # |
| 6 | # *WARNING* |
| 7 | # |
| 8 | # If you want to add a new string, add it to the end of this file! |
| 9 | # If you want to remove a string, just blank it, don't actually remove it! |
| 10 | # |
| 11 | # If you re-order things or remove entries, you must bump the binary language |
| 12 | # file version number in both the 'binlang' tool and the language loader code. |
| 13 | # |
Daniel Stenberg | f518b9e | 2002-09-17 07:21:03 +0000 | [diff] [blame] | 14 | id: LANG_SOUND_SETTINGS |
| 15 | desc: in the main menu |
| 16 | eng: "Sound Settings" |
| 17 | new: |
| 18 | |
| 19 | id: LANG_GENERAL_SETTINGS |
| 20 | desc: in the main menu |
| 21 | eng: "General Settings" |
| 22 | new: |
| 23 | |
| 24 | id: LANG_GAMES |
| 25 | desc: in the main menu |
| 26 | eng: "Games" |
| 27 | new: |
Daniel Stenberg | b377086 | 2002-09-17 07:45:19 +0000 | [diff] [blame] | 28 | |
| 29 | id: LANG_DEMOS |
| 30 | desc: in the main menu |
| 31 | eng: "Demos" |
| 32 | new: |
| 33 | |
| 34 | id: LANG_INFO |
| 35 | desc: in the main menu |
| 36 | eng: "Info" |
| 37 | new: |
| 38 | |
| 39 | id: LANG_VERSION |
| 40 | desc: in the main menu |
| 41 | eng: "Version" |
| 42 | new: |
| 43 | |
| 44 | id: LANG_DEBUG |
| 45 | desc: in the main menu |
| 46 | eng: "Debug (keep out!)" |
| 47 | new: |
| 48 | |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 49 | id: LANG_USB |
| 50 | desc: in the main menu |
| 51 | eng: "USB (sim)" |
| 52 | new: |
| 53 | |
Daniel Stenberg | b377086 | 2002-09-17 07:45:19 +0000 | [diff] [blame] | 54 | id: LANG_ROCKBOX_INFO |
| 55 | desc: displayed topmost on the info screen |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 56 | eng: "Rockbox Info:" |
Daniel Stenberg | b377086 | 2002-09-17 07:45:19 +0000 | [diff] [blame] | 57 | new: |
| 58 | |
| 59 | id: LANG_BUFFER_STAT_PLAYER |
| 60 | desc: the buffer size player-screen width, %d MB %d fraction of MB |
Daniel Stenberg | 2974dcb | 2002-10-15 07:20:22 +0000 | [diff] [blame] | 61 | eng: "Buf: %d.%03dMB" |
Daniel Stenberg | b377086 | 2002-09-17 07:45:19 +0000 | [diff] [blame] | 62 | new: |
| 63 | |
| 64 | id: LANG_BUFFER_STAT_RECORDER |
| 65 | desc: the buffer size recorder-screen width, %d MB %d fraction of MB |
Daniel Stenberg | 2974dcb | 2002-10-15 07:20:22 +0000 | [diff] [blame] | 66 | eng: "Buffer: %d.%03dMB" |
Daniel Stenberg | b377086 | 2002-09-17 07:45:19 +0000 | [diff] [blame] | 67 | new: |
| 68 | |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 69 | id: LANG_BATTERY_LEVEL_PLAYER |
| 70 | desc: the battery level in percentage |
| 71 | eng: "Batt: %d%%%s" |
| 72 | new: |
| 73 | |
| 74 | id: LANG_BATTERY_LEVEL_RECORDER |
| 75 | desc: the battery level in percentage |
| 76 | eng: "Battery: %d%%%s" |
| 77 | new: |
| 78 | |
| 79 | id: LANG_BATTERY_CHARGE |
| 80 | desc: tells that the battery is charging, instead of battery level |
| 81 | eng: "Battery: charging" |
| 82 | new: |
| 83 | |
| 84 | id: LANG_BOUNCE |
| 85 | desc: in the demos menu |
| 86 | eng: "Bounce" |
| 87 | new: |
| 88 | |
| 89 | id: LANG_SNOW |
| 90 | desc: in the demos menu |
| 91 | eng: "Snow" |
| 92 | new: |
| 93 | |
| 94 | id: LANG_TETRIS |
| 95 | desc: in the games menu |
| 96 | eng: "Tetris" |
| 97 | new: |
| 98 | |
| 99 | id: LANG_SOKOBAN |
| 100 | desc: in the games menu |
| 101 | eng: "Sokoban" |
| 102 | new: |
| 103 | |
| 104 | id: LANG_WORMLET |
| 105 | desc: in the games menu |
| 106 | eng: "Wormlet" |
| 107 | new: |
| 108 | |
| 109 | id: LANG_SNAKE |
| 110 | desc: in the games menu |
| 111 | eng: "Snake" |
| 112 | new: |
| 113 | |
| 114 | id: LANG_PLAYLIST_LOAD |
| 115 | desc: displayed on screen while loading a playlist |
| 116 | eng: "Loading..." |
| 117 | new: |
| 118 | |
| 119 | id: LANG_PLAYLIST_SHUFFLE |
| 120 | desc: displayed on screen while shuffling a playlist |
| 121 | eng: "Shuffling..." |
| 122 | new: |
| 123 | |
| 124 | id: LANG_PLAYLIST_PLAY |
| 125 | desc: displayed on screen when start playing a playlist |
| 126 | eng: "Playing..." |
| 127 | new: |
| 128 | |
| 129 | id: LANG_PLAYINDICES_PLAYLIST |
| 130 | desc: in playlist.indices() when playlist is full |
| 131 | eng: "Playlist" |
| 132 | new: |
| 133 | |
| 134 | id: LANG_PLAYINDICES_BUFFER |
| 135 | desc: in playlist.indices() when playlist is full |
| 136 | eng: "buffer full" |
| 137 | new: |
| 138 | |
| 139 | id: LANG_PLAYINDICES_AMOUNT |
| 140 | desc: number of files in playlist |
| 141 | eng: "%d files" |
| 142 | new: |
| 143 | |
| 144 | id: LANG_SETTINGS_SAVE_PLAYER |
| 145 | desc: displayed if save settings has failed |
| 146 | eng: "Save failed" |
| 147 | new: |
| 148 | |
| 149 | id: LANG_SETTINGS_BATTERY_PLAYER |
| 150 | desc: if save settings has failed |
| 151 | eng: "Batt. low?" |
| 152 | new: |
| 153 | |
| 154 | id: LANG_SETTINGS_SAVE_RECORDER |
| 155 | desc: displayed if save settings has failed |
| 156 | eng: "Save failed" |
| 157 | new: |
| 158 | |
| 159 | id: LANG_SETTINGS_BATTERY_RECORDER |
| 160 | desc: if save settings has failed |
| 161 | eng: "Is battery low?" |
| 162 | new: |
| 163 | |
| 164 | id: LANG_TIME_SET |
| 165 | dec: used in set_time() |
| 166 | eng: "ON to set" |
| 167 | new: |
| 168 | |
| 169 | id: LANG_TIME_REVERT |
| 170 | desc: used in set_time() |
| 171 | eng: "OFF to revert" |
| 172 | new: |
| 173 | |
| 174 | id: LANG_HIDDEN |
| 175 | desc: in settings_menu |
Björn Stenberg | a7dcf91 | 2002-09-24 19:12:09 +0000 | [diff] [blame] | 176 | eng: "" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 177 | new: |
| 178 | |
| 179 | id: LANG_HIDDEN_SHOW |
| 180 | desc: in settings_menu |
Björn Stenberg | a7dcf91 | 2002-09-24 19:12:09 +0000 | [diff] [blame] | 181 | eng: "" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 182 | new: |
| 183 | |
| 184 | id: LANG_HIDDEN_HIDE |
| 185 | desc: in settings_menu |
Björn Stenberg | a7dcf91 | 2002-09-24 19:12:09 +0000 | [diff] [blame] | 186 | eng: "" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 187 | new: |
| 188 | |
| 189 | id: LANG_CONTRAST |
| 190 | desc: in settings_menu |
| 191 | eng: "Contrast" |
| 192 | new: |
| 193 | |
| 194 | id: LANG_SHUFFLE |
| 195 | desc: in settings_menu |
| 196 | eng: "Shuffle" |
| 197 | new: |
| 198 | |
| 199 | id: LANG_PLAY_SELECTED |
| 200 | desc: in settings_menu |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 201 | eng: "Play Selected First" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 202 | new: |
| 203 | |
| 204 | id: LANG_MP3FILTER |
| 205 | desc: in settings_menu |
Björn Stenberg | a7dcf91 | 2002-09-24 19:12:09 +0000 | [diff] [blame] | 206 | eng: "" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 207 | new: |
| 208 | |
| 209 | id: LANG_SORT_CASE |
| 210 | desc: in settings_menu |
| 211 | eng: "Sort Case Sensitive" |
| 212 | new: |
| 213 | |
| 214 | id: LANG_RESUME |
| 215 | desc: in settings_menu |
| 216 | eng: "Resume" |
| 217 | new: |
| 218 | |
| 219 | id: LANG_OFF |
| 220 | desc: Used in a lot of places |
| 221 | eng: "Off" |
| 222 | new: |
| 223 | |
| 224 | id: LANG_RESUME_SETTING_ASK |
| 225 | desc: in settings_menu |
Robert Hak | adef5fe | 2002-10-02 08:05:43 +0000 | [diff] [blame] | 226 | eng: "Ask" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 227 | new: |
| 228 | |
| 229 | id: LANG_ON |
| 230 | desc: Used in a lot of places |
| 231 | eng: "On" |
| 232 | new: |
| 233 | |
| 234 | id: LANG_BACKLIGHT |
| 235 | desc: in settings_menu |
| 236 | eng: "Backlight" |
| 237 | new: |
| 238 | |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 239 | id: LANG_SCROLL |
| 240 | desc: in settings_menu |
| 241 | eng: "Scroll Speed Setting Example" |
| 242 | new: |
| 243 | |
| 244 | id: LANG_DISCHARGE |
| 245 | desc: in settings_menu |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 246 | eng: "Deep Discharge" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 247 | new: |
| 248 | |
| 249 | id: LANG_TIME |
| 250 | desc: in settings_menu |
| 251 | eng: "Set Time/Date" |
| 252 | new: |
| 253 | |
| 254 | id: LANG_SPINDOWN |
| 255 | desc: in settings_menu |
| 256 | eng: "Disk Spindown" |
| 257 | new: |
| 258 | |
| 259 | id: LANG_FFRW_STEP |
| 260 | desc: in settings_menu |
| 261 | eng: "FF/RW Min Step" |
| 262 | new: |
| 263 | |
| 264 | id: LANG_FFRW_ACCEL |
| 265 | desc: in settings_menu |
| 266 | eng: "FF/RW Accel" |
| 267 | new: |
| 268 | |
| 269 | id: LANG_FOLLOW |
| 270 | desc: in settings_menu |
| 271 | eng: "Follow Playlist" |
| 272 | new: |
| 273 | |
Robert Hak | 59ed9d0 | 2002-10-14 12:09:57 +0000 | [diff] [blame] | 274 | # depreciated |
| 275 | id: LANG_RESET_ASK_PLAYER |
| 276 | desc: confirm to reset settings |
| 277 | eng: "" |
| 278 | new: |
| 279 | |
| 280 | # depreciated |
| 281 | id: LANG_RESET_CONFIRM_PLAYER |
| 282 | desc: confirm to reset settings |
| 283 | eng: "" |
| 284 | new: |
| 285 | |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 286 | id: LANG_RESET_ASK_RECORDER |
| 287 | desc: confirm to reset settings |
| 288 | eng: "Are you sure?" |
| 289 | new: |
| 290 | |
Robert Hak | 59ed9d0 | 2002-10-14 12:09:57 +0000 | [diff] [blame] | 291 | # depreciated |
| 292 | id: LANG_RESET_CONFIRM_RECORDER |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 293 | desc: confirm to reset settings |
Robert Hak | 59ed9d0 | 2002-10-14 12:09:57 +0000 | [diff] [blame] | 294 | eng: "" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 295 | new: |
| 296 | |
Robert Hak | 59ed9d0 | 2002-10-14 12:09:57 +0000 | [diff] [blame] | 297 | # depreciated |
| 298 | id: LANG_RESET_CANCEL_RECORDER |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 299 | desc: confirm to reset settings |
Robert Hak | 0332ac0 | 2002-10-14 09:13:33 +0000 | [diff] [blame] | 300 | eng: "OFF=Cancel" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 301 | new: |
| 302 | |
| 303 | id: LANG_RESET_DONE_SETTING |
| 304 | desc: visual confirmation after settings reset |
| 305 | eng: "Settings" |
| 306 | new: |
| 307 | |
| 308 | id: LANG_RESET_DONE_CLEAR |
| 309 | desc: visual confirmation after settings reset |
| 310 | eng: "Cleared" |
| 311 | new: |
| 312 | |
| 313 | id: LANG_RESET_DONE_CANCEL |
| 314 | desc: Visual confirmation of cancelation |
| 315 | eng: "Canceled" |
| 316 | new: |
| 317 | |
| 318 | id: LANG_CASE_MENU |
| 319 | desc: in fileview_settings_menu() |
| 320 | eng: "Sort Mode" |
| 321 | new: |
| 322 | |
| 323 | id: LANG_SCROLL_MENU |
| 324 | desc: in display_settings_menu() |
Robert Hak | 65002e8 | 2002-12-12 16:56:19 +0000 | [diff] [blame] | 325 | eng: "Scroll" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 326 | new: |
| 327 | |
| 328 | id: LANG_RESET |
| 329 | desc: in system_settings_menu() |
| 330 | eng: "Reset settings" |
| 331 | new: |
| 332 | |
| 333 | id: LANG_PLAYBACK |
| 334 | desc: in settings_menu() |
| 335 | eng: "Playback" |
| 336 | new: |
| 337 | |
| 338 | id: LANG_FILE |
| 339 | desc: in settings_menu() |
| 340 | eng: "File View" |
| 341 | new: |
| 342 | |
| 343 | id: LANG_DISPLAY |
| 344 | desc: in settings_menu() |
| 345 | eng: "Display" |
| 346 | new: |
| 347 | |
| 348 | id: LANG_SYSTEM |
| 349 | desc: in settings_menu() |
| 350 | eng: "System" |
| 351 | new: |
| 352 | |
| 353 | id: LANG_VOLUME |
| 354 | desc: in sound_settings |
| 355 | eng: "Volume" |
| 356 | new: |
| 357 | |
| 358 | id: LANG_BALANCE |
| 359 | desc: in sound_settings |
| 360 | eng: "Balance" |
| 361 | new: |
| 362 | |
| 363 | id: LANG_BASS |
| 364 | desc: in sound_settings |
| 365 | eng: "Bass" |
| 366 | new: |
| 367 | |
| 368 | id: LANG_TREBLE |
| 369 | desc: in sound_settings |
| 370 | eng: "Treble" |
| 371 | new: |
| 372 | |
| 373 | id: LANG_LOUDNESS |
| 374 | desc: in sound_settings |
| 375 | eng: "Loudness" |
| 376 | new: |
| 377 | |
| 378 | id: LANG_BBOOST |
| 379 | desc: in sound settings |
| 380 | eng: "Bass Boost" |
| 381 | new: |
| 382 | |
| 383 | id: LANG_DECAY |
| 384 | desc: in sound_settings |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 385 | eng: "AV Decay Time" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 386 | new: |
| 387 | |
| 388 | id: LANG_CHANNEL_MENU |
| 389 | desc: in sound_settings |
| 390 | eng: "Channels" |
| 391 | new: |
| 392 | |
| 393 | id: LANG_CHANNEL |
| 394 | desc: in sound_settings |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 395 | eng: "Channel Configuration" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 396 | new: |
| 397 | |
| 398 | id: LANG_CHANNEL_STEREO |
| 399 | desc: in sound_settings |
| 400 | eng: "Stereo" |
| 401 | new: |
| 402 | |
| 403 | id: LANG_CHANNEL_MONO |
| 404 | desc: in sound_settings |
| 405 | eng: "Mono" |
| 406 | new: |
| 407 | |
| 408 | id: LANG_CHANNEL_LEFT |
| 409 | desc: in sound_settings |
| 410 | eng: "Mono Left" |
| 411 | new: |
| 412 | |
| 413 | id: LANG_CHANNEL_RIGHT |
| 414 | desc: in sound_settings |
| 415 | eng: "Mono Right" |
| 416 | new: |
| 417 | |
| 418 | id: LANG_AUTOVOL |
| 419 | desc: in sound_settings |
| 420 | eng: "Auto Volume" |
| 421 | new: |
| 422 | |
| 423 | id: LANG_SHOWDIR_ERROR_BUFFER |
| 424 | desc: in showdir(), displayed on screen when you reach buffer limit |
| 425 | eng: "Dir Buffer" |
| 426 | new: |
| 427 | |
| 428 | id: LANG_SHOWDIR_ERROR_FULL |
| 429 | desc: in showdir(), displayed on screen when you reach buffer limit |
| 430 | eng: "is full!" |
| 431 | new: |
| 432 | |
| 433 | id: LANG_RESUME_ASK |
| 434 | desc: question asked at the begining when resume is on |
| 435 | eng: "Resume?" |
| 436 | new: |
| 437 | |
| 438 | id: LANG_RESUME_CONFIRM_PLAYER |
Robert Hak | 19287a1 | 2002-10-14 09:52:04 +0000 | [diff] [blame] | 439 | desc: possible answers to resume question |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 440 | eng: "(PLAY/STOP)" |
| 441 | new: |
| 442 | |
| 443 | id: LANG_RESUME_CONFIRM_RECORDER |
Robert Hak | 19287a1 | 2002-10-14 09:52:04 +0000 | [diff] [blame] | 444 | desc: possible answer to resume question |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 445 | eng: "PLAY = Yes" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 446 | new: |
| 447 | |
| 448 | id: LANG_RESUME_CANCEL_RECORDER |
Robert Hak | 19287a1 | 2002-10-14 09:52:04 +0000 | [diff] [blame] | 449 | desc: possible answer to resume question |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 450 | eng: "Any Other = No" |
| 451 | new: |
| 452 | |
| 453 | id: LANG_KEYLOCK_ON_PLAYER |
| 454 | desc: displayed when key lock is on |
| 455 | eng: "Keylock ON" |
| 456 | new: |
| 457 | |
| 458 | id: LANG_KEYLOCK_OFF_PLAYER |
| 459 | desc: displayed when key lock is turned off |
| 460 | eng: "Keylock OFF" |
| 461 | new: |
| 462 | |
| 463 | id: LANG_KEYLOCK_ON_RECORDER |
| 464 | desc: displayed when key lock is on |
| 465 | eng: "Key lock is ON" |
| 466 | new: |
| 467 | |
| 468 | id: LANG_KEYLOCK_OFF_RECORDER |
| 469 | desc: displayed when key lock is turned off |
| 470 | eng: "Key lock is OFF" |
| 471 | new: |
| 472 | |
| 473 | id: LANG_MUTE_ON_PLAYER |
| 474 | desc: displayed when mute is on |
| 475 | eng: "Mute ON" |
| 476 | new: |
| 477 | |
| 478 | id: LANG_MUTE_OFF_PLAYER |
| 479 | desc: displayed when mute is off |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 480 | eng: "Mute OFF" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 481 | new: |
| 482 | |
| 483 | id: LANG_MUTE_ON_RECORDER |
| 484 | desc: displayed when mute is on |
| 485 | eng: "Mute is ON" |
| 486 | new: |
| 487 | |
| 488 | id: LANG_MUTE_OFF_RECORDER |
| 489 | desc: displayed when mute is off |
| 490 | eng: "Mute is OFF" |
| 491 | new: |
| 492 | |
| 493 | id: LANG_ID3_INFO |
| 494 | desc: in the browse_id3() function |
| 495 | eng: "-ID3 Info- " |
| 496 | new: |
| 497 | |
| 498 | id: LANG_ID3_SCREEN |
| 499 | desc: in the browse_id3() function |
| 500 | eng: "--Screen-- " |
| 501 | new: |
| 502 | |
| 503 | id: LANG_ID3_TITLE |
| 504 | desc: in wps |
| 505 | eng: "[Title]" |
| 506 | new: |
| 507 | |
| 508 | id: LANG_ID3_NO_TITLE |
| 509 | desc: in wps when no title is avaible |
| 510 | eng: "<no title>" |
| 511 | new: |
| 512 | |
| 513 | id: LANG_ID3_ARTIST |
| 514 | desc: in wps |
| 515 | eng: "[Artist]" |
| 516 | new: |
| 517 | |
| 518 | id: LANG_ID3_NO_ARTIST |
| 519 | desc: in wps when no artist is avaible |
| 520 | eng: "<no artist>" |
| 521 | new: |
| 522 | |
| 523 | id: LANG_ID3_ALBUM |
| 524 | desc: in wps |
| 525 | eng: "[Album]" |
| 526 | new: |
| 527 | |
| 528 | id: LANG_ID3_NO_ALBUM |
| 529 | desc: in wps when no album is avaible |
| 530 | eng: "<no album>" |
| 531 | new: |
| 532 | |
| 533 | id: LANG_ID3_TRACKNUM |
| 534 | desc: in wps |
| 535 | eng: "[Tracknum]" |
| 536 | new: |
| 537 | |
| 538 | id: LANG_ID3_NO_TRACKNUM |
| 539 | desc: in wps if no track number is avaible |
| 540 | eng: "<no tracknum>" |
| 541 | new: |
| 542 | |
| 543 | id: LANG_ID3_LENGHT |
| 544 | desc: in wps |
| 545 | eng: "[Length]" |
| 546 | new: |
| 547 | |
| 548 | id: LANG_ID3_PLAYLIST |
| 549 | desc: in wps |
| 550 | eng: "[Playlist]" |
| 551 | new: |
| 552 | |
| 553 | id: LANG_ID3_BITRATE |
| 554 | desc: in wps |
| 555 | eng: "[Bitrate]" |
| 556 | new: |
| 557 | |
| 558 | id: LANG_ID3_FRECUENCY |
| 559 | desc: in wps |
Daniel Stenberg | cd550b7 | 2002-09-20 06:34:56 +0000 | [diff] [blame] | 560 | eng: "[Frequency]" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 561 | new: |
| 562 | |
| 563 | id: LANG_ID3_PATH |
| 564 | desc: in wps |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 565 | eng: "[Path]" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 566 | new: |
| 567 | |
| 568 | id: LANG_PITCH_UP |
| 569 | desc: in wps |
| 570 | eng: "Pitch up" |
| 571 | new: |
| 572 | |
| 573 | id: LANG_PITCH_DOWN |
| 574 | desc: in wps |
| 575 | eng: "Pitch down" |
| 576 | new: |
| 577 | |
| 578 | id: LANG_PAUSE |
| 579 | desc: in wps |
| 580 | eng: "Pause" |
| 581 | new: |
| 582 | |
| 583 | id: LANG_F2_MODE |
| 584 | desc: in wps F2 pressed |
| 585 | eng: "mode:" |
| 586 | new: |
| 587 | |
| 588 | id: LANG_DIR_FILTER |
| 589 | desc: in wps F2 pressed |
Björn Stenberg | a7dcf91 | 2002-09-24 19:12:09 +0000 | [diff] [blame] | 590 | eng: "" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 591 | new: |
| 592 | |
| 593 | id: LANG_F3_STATUS |
| 594 | desc: in wps F3 pressed |
| 595 | eng: "Status" |
| 596 | new: |
| 597 | |
| 598 | id: LANG_F3_SCROLL |
| 599 | desc: in wps F3 pressed |
| 600 | eng: "Scroll" |
| 601 | new: |
| 602 | |
| 603 | id: LANG_F3_BAR |
| 604 | desc: in wps F3 pressed |
| 605 | eng: "bar" |
| 606 | new: |
| 607 | |
| 608 | id: LANG_END_PLAYLIST_PLAYER |
| 609 | desc: when playlist has finished |
| 610 | eng: "End of list" |
| 611 | new: |
| 612 | |
| 613 | id: LANG_END_CONFIRM_PLAYER |
| 614 | desc: when playlist has finished |
Björn Stenberg | d4b884e | 2002-10-09 22:05:41 +0000 | [diff] [blame] | 615 | eng: "" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 616 | new: |
| 617 | |
| 618 | id: LANG_END_PLAYLIST_RECORDER |
| 619 | desc: when playlist has finished |
Björn Stenberg | d4b884e | 2002-10-09 22:05:41 +0000 | [diff] [blame] | 620 | eng: "End of song list" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 621 | new: |
| 622 | |
| 623 | id: LANG_END_CONFIRM_RECORDER |
| 624 | desc: when playlist has finished |
Björn Stenberg | d4b884e | 2002-10-09 22:05:41 +0000 | [diff] [blame] | 625 | eng: "" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 626 | new: |
| 627 | |
| 628 | id: LANG_SNAKE_SCORE |
| 629 | desc: when you die in snake game |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 630 | eng: "Your score:" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 631 | new: |
| 632 | |
| 633 | id: LANG_SNAKE_HISCORE |
| 634 | desc: high score in snake game |
| 635 | eng: "High Score: %d" |
| 636 | new: |
| 637 | |
| 638 | id: LANG_SNAKE_HISCORE_NEW |
| 639 | desc: new high score in snake game |
| 640 | eng: "New High Score!" |
| 641 | new: |
| 642 | |
| 643 | id: LANG_SNAKE_PAUSE |
| 644 | desc: displayed when game is paused |
| 645 | eng: "Game Paused" |
| 646 | new: |
| 647 | |
| 648 | id: LANG_SNAKE_RESUME |
| 649 | desc: what to do to resume game |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 650 | eng: "[PLAY] to resume" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 651 | new: |
| 652 | |
| 653 | id: LANG_SNAKE_QUIT |
| 654 | desc: how to quit game |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 655 | eng: "[OFF] to quit" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 656 | new: |
| 657 | |
| 658 | id: LANG_SNAKE_LEVEL |
| 659 | desc: level of difficulty |
| 660 | eng: "Level - %d" |
| 661 | new: |
| 662 | |
| 663 | id: LANG_SNAKE_RANGE |
| 664 | desc: range of levels |
| 665 | eng: "(1 - slow, 9 - fast)" |
| 666 | new: |
| 667 | |
| 668 | id: LANG_SNAKE_START |
| 669 | desc: how to start or pause the game |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 670 | eng: "[PLAY] to start/pause" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 671 | new: |
| 672 | |
| 673 | id: LANG_SOKOBAN_LEVEL |
| 674 | desc: must be smaller than 6 characters |
| 675 | eng: "Level" |
| 676 | new: |
| 677 | |
| 678 | id: LANG_SOKOBAN_MOVE |
| 679 | desc: must be smaller than 6 characters |
| 680 | eng: "Moves" |
| 681 | new: |
| 682 | |
| 683 | id: LANG_SOKOBAN_WIN |
| 684 | desc: displayed when you win |
| 685 | eng: "YOU WIN!!" |
| 686 | new: |
| 687 | |
| 688 | id: LANG_SOKOBAN_QUIT |
| 689 | desc: how to quit game |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 690 | eng: "[OFF] to stop" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 691 | new: |
| 692 | |
| 693 | id: LANG_SOKOBAN_F1 |
| 694 | desc: what does F1 do |
| 695 | eng: "[F1] - level" |
| 696 | new: |
| 697 | |
| 698 | id: LANG_SOKOBAN_F2 |
| 699 | desc: what does F2 do |
| 700 | eng: "[F2] same level" |
| 701 | new: |
| 702 | |
| 703 | id: LANG_SOKOBAN_F3 |
| 704 | desc: what does F3 do |
| 705 | eng: "[F3] + level" |
| 706 | new: |
| 707 | |
| 708 | # Next ids are for Worlmet Game. |
| 709 | # Lenght restrictions for score board strings (LANG_SB_XXX): |
| 710 | # LCD_PROPFONTS: max 43 pixel |
| 711 | # fix font: max 7 characters |
| 712 | |
| 713 | id: LANG_WORMLET_LENGTH |
| 714 | desc: wormlet game |
| 715 | eng: "Len:%d" |
| 716 | new: |
| 717 | |
| 718 | id: LANG_WORMLET_GROWING |
| 719 | desc: wormlet game |
| 720 | eng: "Growing" |
| 721 | new: |
| 722 | |
| 723 | id: LANG_WORMLET_HUNGRY |
| 724 | desc: wormlet game |
| 725 | eng: "Hungry" |
| 726 | new: |
| 727 | |
| 728 | id: LANG_WORMLET_WORMED |
| 729 | desc: wormlet game |
| 730 | eng: "Wormed" |
| 731 | new: |
| 732 | |
| 733 | id: LANG_WORMLET_ARGH |
| 734 | desc: wormlet game |
| 735 | eng: "Argh" |
| 736 | new: |
| 737 | |
| 738 | id: LANG_WORMLET_CRASHED |
| 739 | desc: wormlet game |
| 740 | eng: "Crashed" |
| 741 | new: |
| 742 | |
| 743 | id: LANG_WORMLET_HIGHSCORE |
| 744 | desc: wormlet game |
| 745 | eng: "Hs: %d" |
| 746 | new: |
| 747 | |
| 748 | # Length restrictions for wormlet config screen strings (LANG_CS_XXX) |
| 749 | # They must fit on the entire screen - preferably with the |
| 750 | # key names aligned right |
| 751 | |
| 752 | id: LANG_WORMLET_PLAYERS |
| 753 | desc: wormlet game |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 754 | eng: "%d Players UP/DN" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 755 | new: |
| 756 | |
| 757 | id: LANG_WORMLET_WORMS |
| 758 | desc: wormlet game |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 759 | eng: "%d Worms L/R" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 760 | new: |
| 761 | |
| 762 | id: LANG_WORMLET_REMOTE_CTRL |
| 763 | desc: wormlet game |
| 764 | eng: "Remote control F1" |
| 765 | new: |
| 766 | |
| 767 | id: LANG_WORMLET_NO_REM_CTRL |
| 768 | desc: wormlet game |
| 769 | eng: "No rem. control F1" |
| 770 | new: |
| 771 | |
| 772 | id: LANG_WORMLET_2_KEY_CTRL |
| 773 | desc: wormlet game |
| 774 | eng: "2 key control F1" |
| 775 | new: |
| 776 | |
| 777 | id: LANG_WORMLET_4_KEY_CTRL |
| 778 | desc: wormlet game |
| 779 | eng: "4 key control F1" |
| 780 | new: |
| 781 | |
| 782 | id: LANG_WORMLET_NO_CONTROL |
| 783 | desc: wormlet game |
| 784 | eng: "Out of control" |
| 785 | new: |
| 786 | |
| 787 | # Wormlet game ids ended |
| 788 | |
| 789 | id: LANG_TETRIS_LOSE |
| 790 | desc: tetris game |
| 791 | eng: "You lose!" |
| 792 | new: |
| 793 | |
| 794 | id: LANG_TETRIS_LEVEL |
| 795 | desc: tetris game |
Robert Hak | 59ed9d0 | 2002-10-14 12:09:57 +0000 | [diff] [blame] | 796 | eng: "Rows - Level" |
Björn Stenberg | 505eca7 | 2002-09-18 14:08:05 +0000 | [diff] [blame] | 797 | new: |
Linus Nielsen Feltzing | 083a6db | 2002-09-23 11:42:48 +0000 | [diff] [blame] | 798 | |
| 799 | id: LANG_POWEROFF_IDLE |
| 800 | desc: in settings_menu |
| 801 | eng: "Idle Poweroff" |
| 802 | new: |
Daniel Stenberg | 85305da | 2002-09-24 13:37:38 +0000 | [diff] [blame] | 803 | |
| 804 | id: LANG_LANGUAGE_LOADED |
| 805 | desc: shown when a language has been loaded from the dir browser |
| 806 | eng: "new language" |
| 807 | new: |
Björn Stenberg | a7dcf91 | 2002-09-24 19:12:09 +0000 | [diff] [blame] | 808 | |
| 809 | id: LANG_FILTER |
| 810 | desc: setting name for dir filter |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 811 | eng: "Show Files" |
Björn Stenberg | a7dcf91 | 2002-09-24 19:12:09 +0000 | [diff] [blame] | 812 | new: |
| 813 | |
| 814 | id: LANG_FILTER_MUSIC |
| 815 | desc: show only music-related files |
| 816 | eng: "Music" |
| 817 | new: |
| 818 | |
| 819 | id: LANG_FILTER_SUPPORTED |
| 820 | desc: show all file types supported by Rockbox |
| 821 | eng: "Supported" |
| 822 | new: |
| 823 | |
| 824 | id: LANG_FILTER_ALL |
| 825 | desc: show all files |
| 826 | eng: "All" |
| 827 | new: |
Mats Lidell | 8c6f309 | 2002-09-26 05:51:09 +0000 | [diff] [blame] | 828 | |
| 829 | id: LANG_SET_BOOL_YES |
| 830 | desc: bool true representation |
| 831 | eng: "Yes" |
| 832 | new: |
| 833 | |
| 834 | id: LANG_SET_BOOL_NO |
| 835 | desc: bool false representation |
| 836 | eng: "No" |
| 837 | new: |
Linus Nielsen Feltzing | bb572c4 | 2002-09-27 09:31:31 +0000 | [diff] [blame] | 838 | |
| 839 | id: LANG_PM_MENU |
| 840 | desc: in the display menu |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 841 | eng: "Peak Meter" |
Linus Nielsen Feltzing | bb572c4 | 2002-09-27 09:31:31 +0000 | [diff] [blame] | 842 | new: |
| 843 | |
| 844 | id: LANG_PM_RELEASE |
| 845 | desc: in the peak meter menu |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 846 | eng: "Peak Release" |
Linus Nielsen Feltzing | bb572c4 | 2002-09-27 09:31:31 +0000 | [diff] [blame] | 847 | new: |
| 848 | |
| 849 | id: LANG_PM_PEAK_HOLD |
| 850 | desc: in the peak meter menu |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 851 | eng: "Peak Hold Time" |
Linus Nielsen Feltzing | bb572c4 | 2002-09-27 09:31:31 +0000 | [diff] [blame] | 852 | new: |
| 853 | |
| 854 | id: LANG_PM_CLIP_HOLD |
| 855 | desc: in the peak meter menu |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 856 | eng: "Clip Hold Time" |
Linus Nielsen Feltzing | bb572c4 | 2002-09-27 09:31:31 +0000 | [diff] [blame] | 857 | new: |
| 858 | |
| 859 | id: LANG_PM_ETERNAL |
| 860 | desc: in the peak meter menu |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 861 | eng: "Eternal" |
Linus Nielsen Feltzing | bb572c4 | 2002-09-27 09:31:31 +0000 | [diff] [blame] | 862 | new: |
| 863 | |
| 864 | id: LANG_PM_UNITS_PER_READ |
| 865 | desc: in the peak meter menu |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 866 | eng: "Units Per Read" |
Linus Nielsen Feltzing | bb572c4 | 2002-09-27 09:31:31 +0000 | [diff] [blame] | 867 | new: |
Daniel Stenberg | b95fe1a | 2002-10-01 10:59:36 +0000 | [diff] [blame] | 868 | |
| 869 | id: LANG_BACKLIGHT_ON_WHEN_CHARGING |
| 870 | desc: in display_settings_menu |
Björn Stenberg | 78971c8 | 2002-10-10 21:33:24 +0000 | [diff] [blame] | 871 | eng: "Backlight On When Plugged" |
Daniel Stenberg | b95fe1a | 2002-10-01 10:59:36 +0000 | [diff] [blame] | 872 | new: |
Björn Stenberg | a6d0abb | 2002-10-04 08:48:20 +0000 | [diff] [blame] | 873 | |
| 874 | id: LANG_REPEAT |
| 875 | desc: in settings_menu |
| 876 | eng: "Repeat" |
| 877 | new: |
| 878 | |
| 879 | id: LANG_REPEAT_ALL |
| 880 | desc: repeat playlist once all songs have completed |
| 881 | eng: "All" |
| 882 | new: |
| 883 | |
| 884 | id: LANG_REPEAT_ONE |
| 885 | desc: repeat one song |
| 886 | eng: "One" |
| 887 | new: |
Robert Hak | 59ed9d0 | 2002-10-14 12:09:57 +0000 | [diff] [blame] | 888 | |
| 889 | id: LANG_RESET_CONFIRM |
| 890 | desc: confirm to reset settings |
| 891 | eng: "PLAY=Reset" |
| 892 | new: |
| 893 | |
| 894 | id: LANG_RESET_CANCEL |
| 895 | desc: confirm to reset settings |
| 896 | eng: "OFF=Cancel" |
| 897 | new: |
| 898 | |
| 899 | id: LANG_TETRIS_LEVEL |
Markus Braun | 22a7a2d | 2002-10-14 12:50:20 +0000 | [diff] [blame] | 900 | |
| 901 | id: LANG_TIMEFORMAT |
| 902 | desc: select the time format of time in status bar |
| 903 | eng: "Time Format" |
| 904 | new: |
| 905 | |
| 906 | id: LANG_12_HOUR_CLOCK |
| 907 | desc: option for 12 hour clock |
| 908 | eng: "12 hour clock" |
| 909 | new: |
| 910 | |
| 911 | id: LANG_24_HOUR_CLOCK |
| 912 | desc: option for 24 hour clock |
| 913 | eng: "24 hour clock" |
| 914 | new: |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 915 | |
| 916 | id: LANG_WEEKDAY_SUNDAY |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 917 | desc: Maximum 3-letter abbreviation for weekday |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 918 | eng: "Sun" |
| 919 | new: |
| 920 | |
| 921 | id: LANG_WEEKDAY_MONDAY |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 922 | desc: Maximum 3-letter abbreviation for weekday |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 923 | eng: "Mon" |
| 924 | new: |
| 925 | |
| 926 | id: LANG_WEEKDAY_TUESDAY |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 927 | desc: Maximum 3-letter abbreviation for weekday |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 928 | eng: "Tue" |
| 929 | new: |
| 930 | |
| 931 | id: LANG_WEEKDAY_WEDNESDAY |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 932 | desc: Maximum 3-letter abbreviation for weekday |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 933 | eng: "Wed" |
| 934 | new: |
| 935 | |
| 936 | id: LANF_WEEKDAY_THURSDAY |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 937 | desc: Maximum 3-letter abbreviation for weekday |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 938 | eng: "Thu" |
| 939 | new: |
| 940 | |
| 941 | id: LANG_WEEKDAY_FRIDAY |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 942 | desc: Maximum 3-letter abbreviation for weekday |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 943 | eng: "Fri" |
| 944 | new: |
| 945 | |
| 946 | id: LANG_WEEKDAY_SATURDAY |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 947 | desc: Maximum 3-letter abbreviation for weekday |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 948 | eng: "Sat" |
| 949 | new: |
| 950 | |
| 951 | id: LANG_MONTH_JANUARY |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 952 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 953 | eng: "Jan" |
| 954 | new: |
| 955 | |
| 956 | id: LANG_MONTH_FEBRUARY |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 957 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 958 | eng: "Feb" |
| 959 | new: |
| 960 | |
| 961 | id: LANG_MONTH_MARCH |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 962 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 963 | eng: "Mar" |
| 964 | new: |
| 965 | |
| 966 | id: LANG_MONTH_APRIL |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 967 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 968 | eng: "Apr" |
| 969 | new: |
| 970 | |
| 971 | id: LANG_MONTH_MAY |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 972 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 973 | eng: "May" |
| 974 | new: |
| 975 | |
| 976 | id: LANG_MONTH_JUNE |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 977 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 978 | eng: "Jun" |
| 979 | new: |
| 980 | |
| 981 | id: LANG_MONTH_JULY |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 982 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 983 | eng: "Jul" |
| 984 | new: |
| 985 | |
| 986 | id: LANG_MONTH_AUGUST |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 987 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 988 | eng: "Aug" |
| 989 | new: |
| 990 | |
| 991 | id: LANG_MONTH_SEPTEMBER |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 992 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 993 | eng: "Sep" |
| 994 | new: |
| 995 | |
| 996 | id: LANG_MONTH_OCTOBER |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 997 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 998 | eng: "Oct" |
| 999 | new: |
| 1000 | |
| 1001 | id: LANG_MONTH_NOVEMBER |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 1002 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 1003 | eng: "Nov" |
| 1004 | new: |
| 1005 | |
| 1006 | id: LANG_MONTH_DECEMBER |
Daniel Stenberg | b51b24e | 2002-10-15 08:06:34 +0000 | [diff] [blame] | 1007 | desc: Maximum 3-letter abbreviation for monthname |
Markus Braun | fead32c | 2002-10-14 14:59:24 +0000 | [diff] [blame] | 1008 | eng: "Dec" |
| 1009 | new: |
Daniel Stenberg | 2974dcb | 2002-10-15 07:20:22 +0000 | [diff] [blame] | 1010 | |
| 1011 | id: LANG_CUBE |
| 1012 | desc: the name of the cube demo in the demo menu |
| 1013 | eng: "Cube" |
| 1014 | new: |
Daniel Stenberg | d557d23 | 2002-10-15 07:59:05 +0000 | [diff] [blame] | 1015 | |
| 1016 | id: LANG_OSCILLOGRAPH |
| 1017 | desc: the name of the oscillograph demo in the demo menu |
| 1018 | eng: "Oscillograph" |
| 1019 | new: |
Robert Hak | c88751f | 2002-10-16 07:25:33 +0000 | [diff] [blame] | 1020 | |
| 1021 | id: LANG_RESUME_SETTING_ASK_ONCE |
| 1022 | desc: in settings_menu |
| 1023 | eng: "Ask Once" |
| 1024 | new: |
| 1025 | |
Robert Hak | 5a9e892 | 2002-10-26 05:26:23 +0000 | [diff] [blame] | 1026 | id: LANG_BATTERY_DISPLAY |
| 1027 | desc: Battery type title |
| 1028 | eng: "Battery Display" |
| 1029 | new: |
Robert Hak | c88751f | 2002-10-16 07:25:33 +0000 | [diff] [blame] | 1030 | |
Robert Hak | 5a9e892 | 2002-10-26 05:26:23 +0000 | [diff] [blame] | 1031 | id: LANG_VOLUME_DISPLAY |
| 1032 | desc: Volume type title |
| 1033 | eng: "Volume Display" |
| 1034 | new: |
| 1035 | |
| 1036 | id: LANG_DISPLAY_GRAPHIC |
| 1037 | desc: Label for type of icon display |
| 1038 | eng: "Graphic" |
| 1039 | new: |
| 1040 | |
| 1041 | id: LANG_DISPLAY_NUMERIC |
| 1042 | desc: Label for type of icon display |
| 1043 | eng: "Numeric" |
| 1044 | new: |
Daniel Stenberg | 9c32d1a | 2002-10-29 12:30:16 +0000 | [diff] [blame] | 1045 | |
| 1046 | id: LANG_PM_PERFORMANCE |
| 1047 | desc: in the peak meter menu |
| 1048 | eng: "Performance" |
| 1049 | new: |
| 1050 | |
| 1051 | id: LANG_PM_HIGH_PERFORMANCE |
| 1052 | desc: in the peak meter menu |
| 1053 | eng: "High performance" |
| 1054 | new: |
| 1055 | |
| 1056 | id: LANG_PM_ENERGY_SAVER |
| 1057 | desc: in the peak meter menu |
| 1058 | eng: "Save energy" |
| 1059 | new: |
| 1060 | |
| 1061 | id: LANG_PM_SCALE |
| 1062 | desc: in the peak meter menu |
| 1063 | eng: "dBfs <-> linear" |
| 1064 | new: |
| 1065 | |
| 1066 | id: LANG_PM_DBFS |
| 1067 | desc: in the peak meter menu |
| 1068 | eng: "dBfs" |
| 1069 | new: |
| 1070 | |
| 1071 | id: LANG_PM_LINEAR |
| 1072 | desc: in the peak meter menu |
| 1073 | eng: "linear" |
| 1074 | new: |
| 1075 | |
| 1076 | id: LANG_PM_MIN |
| 1077 | desc: in the peak meter menu |
| 1078 | eng: "Minimum of range" |
| 1079 | new: |
| 1080 | |
| 1081 | id: LANG_PM_MAX |
| 1082 | desc: in the peak meter menu |
| 1083 | eng: "Maximum of range" |
| 1084 | new: |
Linus Nielsen Feltzing | 1325c9d | 2002-11-10 16:42:31 +0000 | [diff] [blame] | 1085 | id: LANG_RECORDING |
| 1086 | desc: in the main menu |
| 1087 | eng: "Recording" |
| 1088 | new: |
| 1089 | |
| 1090 | id: LANG_RECORDING_GAIN |
| 1091 | desc: in the recording screen |
| 1092 | eng: "Gain" |
| 1093 | new: |
| 1094 | |
| 1095 | id: LANG_RECORDING_LEFT |
| 1096 | desc: in the recording screen |
| 1097 | eng: "Left" |
| 1098 | new: |
| 1099 | |
| 1100 | id: LANG_RECORDING_RIGHT |
| 1101 | desc: in the recording screen |
| 1102 | eng: "Right" |
| 1103 | new: |
| 1104 | |
| 1105 | id: LANG_RECORDING_QUALITY |
| 1106 | desc: in the recording settings |
| 1107 | eng: "Quality" |
| 1108 | new: |
| 1109 | |
| 1110 | id: LANG_RECORDING_FREQUENCY |
| 1111 | desc: in the recording settings |
| 1112 | eng: "Frequency" |
| 1113 | new: |
| 1114 | |
| 1115 | id: LANG_RECORDING_SOURCE |
| 1116 | desc: in the recording settings |
| 1117 | eng: "Source" |
| 1118 | new: |
| 1119 | |
Linus Nielsen Feltzing | afe0da9 | 2002-11-10 23:18:33 +0000 | [diff] [blame] | 1120 | id: LANG_RECORDING_CHANNELS |
Linus Nielsen Feltzing | 1325c9d | 2002-11-10 16:42:31 +0000 | [diff] [blame] | 1121 | desc: in the recording settings |
Linus Nielsen Feltzing | afe0da9 | 2002-11-10 23:18:33 +0000 | [diff] [blame] | 1122 | eng: "Channels" |
| 1123 | new: |
| 1124 | |
| 1125 | id: LANG_RECORDING_SRC_MIC |
| 1126 | desc: in the recording settings |
| 1127 | eng: "Mic" |
| 1128 | new: |
| 1129 | |
| 1130 | id: LANG_RECORDING_SRC_LINE |
| 1131 | desc: in the recording settings |
| 1132 | eng: "Line In" |
| 1133 | new: |
| 1134 | |
| 1135 | id: LANG_RECORDING_SRC_DIGITAL |
| 1136 | desc: in the recording settings |
| 1137 | eng: "Digital" |
| 1138 | new: |
| 1139 | |
| 1140 | id: LANG_RECORDING_SETTINGS |
| 1141 | desc: in the main menu |
| 1142 | eng: "Recording settings" |
Linus Nielsen Feltzing | 1325c9d | 2002-11-10 16:42:31 +0000 | [diff] [blame] | 1143 | new: |
Björn Stenberg | 6fb512a | 2002-11-12 11:32:26 +0000 | [diff] [blame] | 1144 | |
| 1145 | id: LANG_DISK_STAT |
| 1146 | desc: disk size info |
| 1147 | eng: "Disk: %d.%dGB" |
| 1148 | new: |
| 1149 | |
| 1150 | id: LANG_DISK_FREE_STAT |
| 1151 | desc: disk size info |
| 1152 | eng: "Free: %d.%dGB" |
| 1153 | new: |
| 1154 | |
Björn Stenberg | 2b77b4f | 2002-11-28 22:46:19 +0000 | [diff] [blame] | 1155 | id: LANG_POWEROFF |
| 1156 | desc: disk poweroff flag |
| 1157 | eng: "Disk Poweroff" |
| 1158 | new: |
Robert Hak | 0789d42 | 2002-11-30 09:42:13 +0000 | [diff] [blame] | 1159 | |
| 1160 | id: LANG_FILTER_PLAYLIST |
| 1161 | desc: show only playlist |
| 1162 | eng: "Playlists" |
| 1163 | new: |
| 1164 | |
Björn Stenberg | f09c5f4 | 2002-12-03 14:18:51 +0000 | [diff] [blame] | 1165 | id: LANG_BATTERY_TIME |
| 1166 | desc: battery level in % and estimated time remaining |
| 1167 | eng: "%d%% %dh %dm" |
| 1168 | new: |
Linus Nielsen Feltzing | b43dba8 | 2002-12-03 22:41:50 +0000 | [diff] [blame] | 1169 | |
| 1170 | id: LANG_SLEEP_TIMER |
| 1171 | desc: sleep timer setting |
| 1172 | eng: "Sleep timer" |
| 1173 | new: |
Linus Nielsen Feltzing | b8ff5f8 | 2002-12-05 13:09:51 +0000 | [diff] [blame] | 1174 | |
| 1175 | id: LANG_MP3BUFFER_MARGIN |
| 1176 | desc: MP3 buffer margin time |
Linus Nielsen Feltzing | 49d2190 | 2002-12-05 13:51:40 +0000 | [diff] [blame] | 1177 | eng: "Anti-skip buffer" |
Linus Nielsen Feltzing | b8ff5f8 | 2002-12-05 13:09:51 +0000 | [diff] [blame] | 1178 | new: |
Björn Stenberg | a2e98c1 | 2002-12-12 15:20:37 +0000 | [diff] [blame] | 1179 | |
| 1180 | id: LANG_BIDIR_SCROLL |
| 1181 | desc: Bidirectional scroll limit |
| 1182 | eng: "Bidirectional Scroll Limit" |
| 1183 | new: |
| 1184 | |
| 1185 | id: LANG_SCROLL_DELAY |
| 1186 | desc: Delay before scrolling |
| 1187 | eng: "Scroll Start Delay" |
| 1188 | new: |
| 1189 | |
| 1190 | id: LANG_SCROLL_STEP |
| 1191 | desc: Pixels to advance per scroll |
| 1192 | eng: "Scroll Step Size" |
| 1193 | new: |
| 1194 | |
| 1195 | id: LANG_SCROLL_STEP_EXAMPLE |
| 1196 | desc: Pixels to advance per scroll |
| 1197 | eng: "Scroll Step Size Setting Example Text" |
| 1198 | new: |
Robert Hak | 65002e8 | 2002-12-12 16:56:19 +0000 | [diff] [blame] | 1199 | |
| 1200 | id: LANG_SCROLL_SPEED |
| 1201 | desc: in display_settings_menu() |
| 1202 | eng: "Scroll Speed" |
Uwe Freese | 9c97044 | 2002-12-14 15:41:42 +0000 | [diff] [blame] | 1203 | new: |
| 1204 | |
| 1205 | id: LANG_TRICKLE_CHARGE |
| 1206 | desc: in settings_menu |
| 1207 | eng: "Trickle Charge" |
| 1208 | new: |
| 1209 | |
| 1210 | id: LANG_BATTERY_TOPOFF_CHARGE |
| 1211 | desc: in info display, shows that top off charge is running |
| 1212 | eng: "Battery: Top-Off Chg" |
| 1213 | new: |
| 1214 | |
| 1215 | id: LANG_BATTERY_TRICKLE_CHARGE |
| 1216 | desc: in info display, shows that trickle charge is running |
| 1217 | eng: "Battery: Trickle Chg" |
| 1218 | new: |
Uwe Freese | f34de9d | 2002-12-15 18:12:54 +0000 | [diff] [blame] | 1219 | |
| 1220 | id: LANG_BATTERY_CAPACITY |
| 1221 | desc: in settings_menu |
| 1222 | eng: "Battery Capacity" |
| 1223 | new: |
Björn Stenberg | c78e1b0 | 2003-01-09 00:55:00 +0000 | [diff] [blame] | 1224 | |
| 1225 | id: LANG_QUEUE_QUEUED |
| 1226 | desc: queued track name %s |
| 1227 | eng: "Queued: %s" |
| 1228 | new: |
| 1229 | |
| 1230 | id: LANG_QUEUE_TOTAL |
| 1231 | desc: number of queued tracks %d |
| 1232 | eng: "Total queued: %d" |
| 1233 | new: |
| 1234 | |
| 1235 | id: LANG_QUEUE_FULL |
| 1236 | desc: queue buffer full |
| 1237 | eng: "Queue buffer full" |
| 1238 | new: |
Kjell Ericson | 5caec3a | 2003-01-14 13:48:19 +0000 | [diff] [blame] | 1239 | |
| 1240 | id: LANG_MENU_SETTING_CANCEL |
| 1241 | desc: Visual confirmation of canceling a changed setting |
| 1242 | eng: "Canceled" |
| 1243 | new: |
| 1244 | |
| 1245 | id: LANG_MENU_SETTING_OK |
| 1246 | desc: Visual confirmation of changing a setting |
| 1247 | eng: "OK" |
| 1248 | new: |
| 1249 | |
Björn Stenberg | caebdd4 | 2003-01-15 14:52:53 +0000 | [diff] [blame^] | 1250 | id: LANG_PLAYER_ONPLAY_1 |
| 1251 | desc: Line #1 of player ON+PLAY screen |
| 1252 | eng: "\x81 Queue" |
| 1253 | new: |
| 1254 | |
| 1255 | id: LANG_PLAYER_ONPLAY_2 |
| 1256 | desc: Line #2 of player ON+PLAY screen |
| 1257 | eng: "- Ren + Del" |
| 1258 | new: |
| 1259 | |
| 1260 | id: LANG_QUEUE |
| 1261 | desc: The verb/action Queue |
| 1262 | eng: "Queue" |
| 1263 | new: |
| 1264 | |
| 1265 | id: LANG_DELETE |
| 1266 | desc: The verb/action Delete |
| 1267 | eng: "Delete" |
| 1268 | new: |
| 1269 | |
| 1270 | id: LANG_REALLY_DELETE |
| 1271 | desc: Really Delete? |
| 1272 | eng: "Delete?" |
| 1273 | new: |
| 1274 | |
| 1275 | id: LANG_DELETED |
| 1276 | desc: A file has beed deleted |
| 1277 | eng: "Deleted" |
| 1278 | new: |
| 1279 | |
| 1280 | id: LANG_RENAME |
| 1281 | desc: The verb/action Rename |
| 1282 | eng: "Rename" |
| 1283 | new: |
| 1284 | |
| 1285 | id: LANG_FAILED |
| 1286 | desc: Something failed. To be appended after above actions |
| 1287 | eng: "failed" |
| 1288 | new: |