Marc Guay | 2ce5ff8 | 2009-01-06 02:28:41 +0000 | [diff] [blame] | 1 | # __________ __ ___. |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 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 | # |
Jonas Häggqvist | e5130f6 | 2008-07-30 21:23:22 +0000 | [diff] [blame] | 9 | # This program is free software; you can redistribute it and/or |
| 10 | # modify it under the terms of the GNU General Public License |
| 11 | # as published by the Free Software Foundation; either version 2 |
| 12 | # of the License, or (at your option) any later version. |
| 13 | # |
| 14 | # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY |
| 15 | # KIND, either express or implied. |
| 16 | # |
Daniel Stenberg | 2d2dba9 | 2002-09-24 12:34:50 +0000 | [diff] [blame] | 17 | # This is the master of the language files. This is the original, the one with |
| 18 | # all the existing strings Rockbox features. |
| 19 | # |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 20 | # The target names used for target-specific strings are set in the ARCHOS |
| 21 | # variable in the root Makefile |
| 22 | # |
Daniel Stenberg | 2d2dba9 | 2002-09-24 12:34:50 +0000 | [diff] [blame] | 23 | # *WARNING* |
| 24 | # |
| 25 | # If you want to add a new string, add it to the end of this file! |
Nils Wallménius | c9038bf | 2011-02-07 20:26:10 +0000 | [diff] [blame] | 26 | # Removing strings will break the numbering of strings in binary lang files and |
| 27 | # voice files so instead of removing a unused <phrase>, change the desc field |
Alexander Levin | 82a8ad6 | 2011-02-10 20:55:39 +0000 | [diff] [blame] | 28 | # to "deprecated" (without quotes) and either blank the strings or change them to |
| 29 | # "deprecated" (without quotes) and do *not* change the targets. |
Daniel Stenberg | 2d2dba9 | 2002-09-24 12:34:50 +0000 | [diff] [blame] | 30 | # |
| 31 | # 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] | 32 | # 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] | 33 | # |
Alexander Levin | 82a8ad6 | 2011-02-10 20:55:39 +0000 | [diff] [blame] | 34 | # 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] | 35 | # |
Daniel Stenberg | 7b2d26a | 2006-10-28 17:04:16 +0000 | [diff] [blame] | 36 | # Since this file is both the master for the language system, as well as the |
| 37 | # source for generating english strings, make sure that all <source> strings |
| 38 | # are *identical* to the <dest> strings within the english.lang file. The |
| 39 | # <source> strings are the ones that'll be exposed and used by other languages |
| 40 | # when doing updates etc, while the <dest> ones are used when this file is |
| 41 | # used to simply get the full set of english strings for a particular target. |
| 42 | # |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 43 | # All phrases have a default string like: *: "default" that will be used if no |
| 44 | # other string matches for the particular model you build the language for. If |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 45 | # you want a particular string for the iriver iriverh300 series you'd write it like: |
| 46 | # iriverh300: "iriverh300-specific string" (below the default line). If your string isn't |
Linus Nielsen Feltzing | 2df3f38 | 2008-01-22 08:24:38 +0000 | [diff] [blame] | 47 | # used for all targets set the default to none like: *: none (no quotes!) this |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 48 | # will not include the string for target that will not need it, see |
| 49 | # apps/features.txt for available categories that can be used instead of the |
| 50 | # target name, for example: swcodec: "swcodec-specific string". |
| 51 | # |
| 52 | # |
| 53 | # The target names used are picked from the configure script and are set in the |
Robert Kukla | 80ec514 | 2008-03-10 15:49:22 +0000 | [diff] [blame] | 54 | # MODELNAME variable in the root makefile. Currently, they are: |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 55 | # Target Target string |
| 56 | # Archos |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 57 | # Player/Studio archosplayer |
| 58 | # Recorder archosrecorder |
| 59 | # FM Recorder archosfmrecorder |
| 60 | # Recorder V2 archosrecorderv2 |
| 61 | # Ondio SP archosondiosp |
| 62 | # Ondio FM archosondiofm |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 63 | # iriver |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 64 | # H100/H110/H115 iriverh100 |
| 65 | # H120/H140 iriverh120 |
| 66 | # H320/H340 iriverh300 |
| 67 | # H10 iriverh10 |
| 68 | # IFP 7XX iriverifp7xx |
Mustapha Senhaji | 2ac6175 | 2010-12-12 02:05:49 +0000 | [diff] [blame] | 69 | # iaudio/Cowon |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 70 | # X5 iaudiox5 |
| 71 | # M5 iaudiom5 |
Mustapha Senhaji | 2ac6175 | 2010-12-12 02:05:49 +0000 | [diff] [blame] | 72 | # D2 cowond2* |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 73 | # ipod |
| 74 | # All iPods ipod* |
| 75 | # 4G Color/Photo ipodcolor |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 76 | # Nano ipodnano1g |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 77 | # Video (5G) ipodvideo |
| 78 | # 3G ipod3g |
| 79 | # 4G gray ipod4g |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 80 | # mini ipodmini1g |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 81 | # mini 2G ipodmini2g |
| 82 | # Toshiba |
Mustapha Senhaji | 2ac6175 | 2010-12-12 02:05:49 +0000 | [diff] [blame] | 83 | # All gigabeats gigabeat* |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 84 | # Gigabeat Fxx gigabeatfx |
Nils Wallménius | 27bb998 | 2008-05-10 06:41:07 +0000 | [diff] [blame] | 85 | # Gigabeat Sxx gigabeats |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 86 | # Sandisk |
Mustapha Senhaji | 2ac6175 | 2010-12-12 02:05:49 +0000 | [diff] [blame] | 87 | # Sansa E200 sansae200* |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 88 | # Sansa C200 sansac200* |
Mustapha Senhaji | 2ac6175 | 2010-12-12 02:05:49 +0000 | [diff] [blame] | 89 | # Sansa Fuze sansafuze* |
| 90 | # Sansa Clip sansaclip* |
Robert Kukla | 80ec514 | 2008-03-10 15:49:22 +0000 | [diff] [blame] | 91 | # Olympus |
| 92 | # m:robe 100 mrobe100 |
Mustapha Senhaji | 2ac6175 | 2010-12-12 02:05:49 +0000 | [diff] [blame] | 93 | # m:robe 500 mrobe500 |
| 94 | # Mpio |
| 95 | # HD200 mpiohd200 |
| 96 | # HD300 mpiohd300 |
Szymon Dziok | 1fd57a2 | 2010-03-11 17:12:23 +0000 | [diff] [blame] | 97 | # Packard Bell |
| 98 | # Vibe 500 vibe500 |
Mark Arigo | b4275d4 | 2008-05-21 03:55:17 +0000 | [diff] [blame] | 99 | # Philips |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 100 | # GoGear SA9200 gogearsa9200 |
Mustapha Senhaji | 2ac6175 | 2010-12-12 02:05:49 +0000 | [diff] [blame] | 101 | # Samsung |
| 102 | # YH820/YH920/YH925 samsungyh* |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 103 | <phrase> |
| 104 | id: LANG_SET_BOOL_YES |
| 105 | desc: bool true representation |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 106 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 107 | <source> |
| 108 | *: "Yes" |
| 109 | </source> |
| 110 | <dest> |
| 111 | *: "Yes" |
| 112 | </dest> |
| 113 | <voice> |
| 114 | *: "Yes" |
| 115 | </voice> |
| 116 | </phrase> |
| 117 | <phrase> |
| 118 | id: LANG_SET_BOOL_NO |
| 119 | desc: bool false representation |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 120 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 121 | <source> |
| 122 | *: "No" |
| 123 | </source> |
| 124 | <dest> |
| 125 | *: "No" |
| 126 | </dest> |
| 127 | <voice> |
| 128 | *: "No" |
| 129 | </voice> |
| 130 | </phrase> |
| 131 | <phrase> |
| 132 | id: LANG_ON |
| 133 | desc: Used in a lot of places |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 134 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 135 | <source> |
| 136 | *: "On" |
| 137 | </source> |
| 138 | <dest> |
| 139 | *: "On" |
| 140 | </dest> |
| 141 | <voice> |
| 142 | *: "On" |
| 143 | </voice> |
| 144 | </phrase> |
| 145 | <phrase> |
| 146 | id: LANG_OFF |
| 147 | desc: Used in a lot of places |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 148 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 149 | <source> |
| 150 | *: "Off" |
| 151 | </source> |
| 152 | <dest> |
| 153 | *: "Off" |
| 154 | </dest> |
| 155 | <voice> |
| 156 | *: "Off" |
| 157 | </voice> |
| 158 | </phrase> |
| 159 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 160 | id: LANG_ASK |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 161 | desc: in settings_menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 162 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 163 | <source> |
| 164 | *: "Ask" |
| 165 | </source> |
| 166 | <dest> |
| 167 | *: "Ask" |
| 168 | </dest> |
| 169 | <voice> |
| 170 | *: "Ask" |
| 171 | </voice> |
| 172 | </phrase> |
| 173 | <phrase> |
| 174 | id: LANG_ALWAYS |
| 175 | desc: used in various places |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 176 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 177 | <source> |
| 178 | *: "Always" |
| 179 | </source> |
| 180 | <dest> |
| 181 | *: "Always" |
| 182 | </dest> |
| 183 | <voice> |
| 184 | *: "Always" |
| 185 | </voice> |
| 186 | </phrase> |
| 187 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 188 | id: LANG_NORMAL |
| 189 | desc: in settings_menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 190 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 191 | <source> |
| 192 | *: "Normal" |
| 193 | </source> |
| 194 | <dest> |
| 195 | *: "Normal" |
| 196 | </dest> |
| 197 | <voice> |
| 198 | *: "Normal" |
| 199 | </voice> |
| 200 | </phrase> |
| 201 | <phrase> |
| 202 | id: LANG_GAIN |
| 203 | desc: Generic string for gain used in EQ menu and recording screen |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 204 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 205 | <source> |
| 206 | *: "Gain" |
| 207 | </source> |
| 208 | <dest> |
| 209 | *: "Gain" |
| 210 | </dest> |
| 211 | <voice> |
| 212 | *: "Gain" |
| 213 | </voice> |
| 214 | </phrase> |
| 215 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 216 | id: LANG_WAIT |
| 217 | desc: general please wait splash |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 218 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 219 | <source> |
| 220 | *: "Loading..." |
| 221 | </source> |
| 222 | <dest> |
| 223 | *: "Loading..." |
| 224 | </dest> |
| 225 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 226 | *: "Loading" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 227 | </voice> |
| 228 | </phrase> |
| 229 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 230 | id: LANG_LOADING_PERCENT |
| 231 | desc: splash number of percents loaded |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 232 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 233 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 234 | *: "Loading... %d%% done (%s)" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 235 | </source> |
| 236 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 237 | *: "Loading... %d%% done (%s)" |
| 238 | </dest> |
| 239 | <voice> |
Solomon Peachy | fe95127 | 2018-12-14 08:20:25 -0500 | [diff] [blame^] | 240 | *: "Loading" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 241 | </voice> |
| 242 | </phrase> |
| 243 | <phrase> |
| 244 | id: LANG_SCANNING_DISK |
| 245 | desc: when booting up and rebuilding the cache and calculating free space |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 246 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 247 | <source> |
| 248 | *: "Scanning disk..." |
| 249 | </source> |
| 250 | <dest> |
| 251 | *: "Scanning disk..." |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 252 | </dest> |
| 253 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 254 | *: "Scanning disk" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 255 | </voice> |
| 256 | </phrase> |
| 257 | <phrase> |
| 258 | id: LANG_SHUTTINGDOWN |
| 259 | desc: in main menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 260 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 261 | <source> |
| 262 | *: "Shutting down..." |
| 263 | </source> |
| 264 | <dest> |
| 265 | *: "Shutting down..." |
| 266 | </dest> |
| 267 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 268 | *: "Shutting down" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 269 | </voice> |
| 270 | </phrase> |
| 271 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 272 | id: LANG_CANCEL |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 273 | desc: Visual confirmation of canceling a changed setting |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 274 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 275 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 276 | *: "Cancelled" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 277 | </source> |
| 278 | <dest> |
Dave Chapman | 7257704 | 2006-11-04 14:05:32 +0000 | [diff] [blame] | 279 | *: "Cancelled" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 280 | </dest> |
| 281 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 282 | *: "Cancelled" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 283 | </voice> |
| 284 | </phrase> |
| 285 | <phrase> |
| 286 | id: LANG_FAILED |
| 287 | desc: Something failed. To be appended after actions |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 288 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 289 | <source> |
| 290 | *: "Failed" |
| 291 | </source> |
| 292 | <dest> |
| 293 | *: "Failed" |
| 294 | </dest> |
| 295 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 296 | *: "Failed" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 297 | </voice> |
| 298 | </phrase> |
| 299 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 300 | id: LANG_CHANNELS |
| 301 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 302 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 303 | <source> |
| 304 | *: "Channels" |
| 305 | </source> |
| 306 | <dest> |
| 307 | *: "Channels" |
| 308 | </dest> |
| 309 | <voice> |
| 310 | *: "Channels" |
| 311 | </voice> |
| 312 | </phrase> |
| 313 | <phrase> |
| 314 | id: LANG_RESET_ASK |
| 315 | desc: confirm to reset settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 316 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 317 | <source> |
| 318 | *: "Are You Sure?" |
| 319 | </source> |
| 320 | <dest> |
| 321 | *: "Are You Sure?" |
| 322 | </dest> |
| 323 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 324 | *: "Are You Sure?" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 325 | </voice> |
| 326 | </phrase> |
| 327 | <phrase> |
| 328 | id: LANG_CONFIRM_WITH_BUTTON |
| 329 | desc: Generic string to use to confirm |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 330 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 331 | <source> |
| 332 | *: "PLAY = Yes" |
Tomer Shalev | 5175ce5 | 2009-12-05 19:03:42 +0000 | [diff] [blame] | 333 | cowond2*: "MENU, or top-right = Yes" |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 334 | iriverh100,iriverh120,iriverh300: "NAVI = Yes" |
Sebastian Leonhardt | a507bb2 | 2015-07-20 01:50:26 +0200 | [diff] [blame] | 335 | ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" |
Tomer Shalev | 5175ce5 | 2009-12-05 19:03:42 +0000 | [diff] [blame] | 336 | mrobe500: "PLAY, POWER, or top-right = Yes" |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 337 | archosplayer: "(PLAY/STOP)" |
Szymon Dziok | 1fd57a2 | 2010-03-11 17:12:23 +0000 | [diff] [blame] | 338 | vibe500: "OK = Yes" |
Amaury Pouly | 7d91f8a | 2015-02-16 11:31:53 +0100 | [diff] [blame] | 339 | creativezen*: "Select = Yes" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 340 | </source> |
| 341 | <dest> |
| 342 | *: "PLAY = Yes" |
Tomer Shalev | 5175ce5 | 2009-12-05 19:03:42 +0000 | [diff] [blame] | 343 | cowond2*: "MENU, or top-right = Yes" |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 344 | iriverh100,iriverh120,iriverh300: "NAVI = Yes" |
Sebastian Leonhardt | a507bb2 | 2015-07-20 01:50:26 +0200 | [diff] [blame] | 345 | ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" |
Tomer Shalev | 5175ce5 | 2009-12-05 19:03:42 +0000 | [diff] [blame] | 346 | mrobe500: "PLAY, POWER, or top-right = Yes" |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 347 | archosplayer: "(PLAY/STOP)" |
Szymon Dziok | 1fd57a2 | 2010-03-11 17:12:23 +0000 | [diff] [blame] | 348 | vibe500: "OK = Yes" |
Amaury Pouly | 7d91f8a | 2015-02-16 11:31:53 +0100 | [diff] [blame] | 349 | creativezen*: "Select = Yes" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 350 | </dest> |
| 351 | <voice> |
| 352 | *: "" |
| 353 | </voice> |
| 354 | </phrase> |
| 355 | <phrase> |
| 356 | id: LANG_CANCEL_WITH_ANY |
| 357 | desc: Generic string to use to cancel |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 358 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 359 | <source> |
| 360 | *: "Any Other = No" |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 361 | archosplayer: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 362 | </source> |
| 363 | <dest> |
| 364 | *: "Any Other = No" |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 365 | archosplayer: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 366 | </dest> |
| 367 | <voice> |
| 368 | *: "" |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 369 | archosplayer: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 370 | </voice> |
| 371 | </phrase> |
| 372 | <phrase> |
| 373 | id: LANG_ROCKBOX_TITLE |
| 374 | desc: main menu title |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 375 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 376 | <source> |
| 377 | *: "Rockbox" |
| 378 | </source> |
| 379 | <dest> |
| 380 | *: "Rockbox" |
| 381 | </dest> |
| 382 | <voice> |
| 383 | *: "Rockbox" |
| 384 | </voice> |
| 385 | </phrase> |
| 386 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 387 | id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS |
| 388 | desc: in the main menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 389 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 390 | <source> |
| 391 | *: "Recent Bookmarks" |
| 392 | </source> |
| 393 | <dest> |
| 394 | *: "Recent Bookmarks" |
| 395 | </dest> |
| 396 | <voice> |
| 397 | *: "Recent Bookmarks" |
| 398 | </voice> |
| 399 | </phrase> |
| 400 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 401 | id: LANG_DIR_BROWSER |
| 402 | desc: main menu title |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 403 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 404 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 405 | *: "Files" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 406 | </source> |
| 407 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 408 | *: "Files" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 409 | </dest> |
| 410 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 411 | *: "Files" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 412 | </voice> |
| 413 | </phrase> |
| 414 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 415 | id: LANG_TAGCACHE |
| 416 | desc: in the main menu and the settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 417 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 418 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 419 | *: "Database" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 420 | </source> |
| 421 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 422 | *: "Database" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 423 | </dest> |
| 424 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 425 | *: "Database" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 426 | </voice> |
| 427 | </phrase> |
| 428 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 429 | id: LANG_NOW_PLAYING |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 430 | desc: in the main menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 431 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 432 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 433 | *: "Now Playing" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 434 | </source> |
| 435 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 436 | *: "Now Playing" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 437 | </dest> |
| 438 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 439 | *: "Now Playing" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 440 | </voice> |
| 441 | </phrase> |
| 442 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 443 | id: LANG_RESUME_PLAYBACK |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 444 | desc: in the main menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 445 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 446 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 447 | *: "Resume Playback" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 448 | </source> |
| 449 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 450 | *: "Resume Playback" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 451 | </dest> |
| 452 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 453 | *: "Resume Playback" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 454 | </voice> |
| 455 | </phrase> |
| 456 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 457 | id: LANG_SETTINGS |
| 458 | desc: in main menu and visual confirmation after settings reset |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 459 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 460 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 461 | *: "Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 462 | </source> |
| 463 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 464 | *: "Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 465 | </dest> |
| 466 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 467 | *: "Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 468 | </voice> |
| 469 | </phrase> |
| 470 | <phrase> |
| 471 | id: LANG_RECORDING |
| 472 | desc: in the main menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 473 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 474 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 475 | *: none |
| 476 | recording: "Recording" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 477 | </source> |
| 478 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 479 | *: none |
| 480 | recording: "Recording" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 481 | </dest> |
| 482 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 483 | *: none |
| 484 | recording: "Recording" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 485 | </voice> |
| 486 | </phrase> |
| 487 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 488 | id: LANG_FM_RADIO |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 489 | desc: in the main menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 490 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 491 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 492 | *: none |
| 493 | radio: "FM Radio" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 494 | </source> |
| 495 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 496 | *: none |
| 497 | radio: "FM Radio" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 498 | </dest> |
| 499 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 500 | *: none |
| 501 | radio: "FM Radio" |
| 502 | </voice> |
| 503 | </phrase> |
| 504 | <phrase> |
| 505 | id: LANG_PLAYLISTS |
Jonathan Gordon | 97a4c1e | 2011-07-20 14:11:15 +0000 | [diff] [blame] | 506 | desc: in the file view setting |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 507 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 508 | <source> |
| 509 | *: "Playlists" |
| 510 | </source> |
| 511 | <dest> |
| 512 | *: "Playlists" |
| 513 | </dest> |
| 514 | <voice> |
| 515 | *: "Playlists" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 516 | </voice> |
| 517 | </phrase> |
| 518 | <phrase> |
| 519 | id: LANG_PLUGINS |
| 520 | desc: in the main menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 521 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 522 | <source> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 523 | *: "Plugins" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 524 | </source> |
| 525 | <dest> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 526 | *: "Plugins" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 527 | </dest> |
| 528 | <voice> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 529 | *: "Plugins" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 530 | </voice> |
| 531 | </phrase> |
| 532 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 533 | id: LANG_SYSTEM |
Nils Wallménius | 5e8e956 | 2007-08-05 20:22:37 +0000 | [diff] [blame] | 534 | desc: in the main menu and settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 535 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 536 | <source> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 537 | *: "System" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 538 | </source> |
| 539 | <dest> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 540 | *: "System" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 541 | </dest> |
| 542 | <voice> |
Jonathan Gordon | 91cb68a | 2007-03-01 11:14:46 +0000 | [diff] [blame] | 543 | *: "System" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 544 | </voice> |
| 545 | </phrase> |
| 546 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 547 | id: LANG_BOOKMARK_SELECT_BOOKMARK |
| 548 | desc: bookmark selection list title |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 549 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 550 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 551 | *: "Select Bookmark" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 552 | </source> |
| 553 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 554 | *: "Select Bookmark" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 555 | </dest> |
| 556 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 557 | *: "Select Bookmark" |
| 558 | </voice> |
| 559 | </phrase> |
| 560 | <phrase> |
| 561 | id: LANG_BOOKMARK_DONT_RESUME |
| 562 | desc: top item in the list when asking user about bookmark auto load |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 563 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 564 | <source> |
| 565 | *: "<Don't Resume>" |
| 566 | </source> |
| 567 | <dest> |
| 568 | *: "<Don't Resume>" |
| 569 | </dest> |
| 570 | <voice> |
| 571 | *: "Do not resume" |
| 572 | </voice> |
| 573 | </phrase> |
| 574 | <phrase> |
| 575 | id: LANG_BOOKMARK_SHUFFLE |
| 576 | desc: bookmark selection list, bookmark enables shuffle |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 577 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 578 | <source> |
| 579 | *: ", Shuffle" |
| 580 | </source> |
| 581 | <dest> |
| 582 | *: ", Shuffle" |
| 583 | </dest> |
| 584 | <voice> |
| 585 | *: "" |
| 586 | </voice> |
| 587 | </phrase> |
| 588 | <phrase> |
| 589 | id: LANG_BOOKMARK_INVALID |
| 590 | desc: bookmark selection list, bookmark couldn't be parsed |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 591 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 592 | <source> |
| 593 | *: "<Invalid Bookmark>" |
| 594 | </source> |
| 595 | <dest> |
| 596 | *: "<Invalid Bookmark>" |
| 597 | </dest> |
| 598 | <voice> |
| 599 | *: "Invalid Bookmark" |
| 600 | </voice> |
| 601 | </phrase> |
| 602 | <phrase> |
| 603 | id: LANG_BOOKMARK_CONTEXT_MENU |
| 604 | desc: bookmark selection list context menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 605 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 606 | <source> |
| 607 | *: "Bookmark Actions" |
| 608 | </source> |
| 609 | <dest> |
| 610 | *: "Bookmark Actions" |
| 611 | </dest> |
| 612 | <voice> |
| 613 | *: "Bookmark Actions" |
| 614 | </voice> |
| 615 | </phrase> |
| 616 | <phrase> |
| 617 | id: LANG_BOOKMARK_CONTEXT_RESUME |
| 618 | desc: bookmark context menu, resume this bookmark |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 619 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 620 | <source> |
| 621 | *: "Resume" |
| 622 | </source> |
| 623 | <dest> |
| 624 | *: "Resume" |
| 625 | </dest> |
| 626 | <voice> |
| 627 | *: "Resume" |
| 628 | </voice> |
| 629 | </phrase> |
| 630 | <phrase> |
| 631 | id: LANG_BOOKMARK_CONTEXT_DELETE |
| 632 | desc: bookmark context menu, delete this bookmark |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 633 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 634 | <source> |
| 635 | *: "Delete" |
| 636 | </source> |
| 637 | <dest> |
| 638 | *: "Delete" |
| 639 | </dest> |
| 640 | <voice> |
| 641 | *: "Delete" |
| 642 | </voice> |
| 643 | </phrase> |
| 644 | <phrase> |
| 645 | id: LANG_AUTO_BOOKMARK_QUERY |
| 646 | desc: prompt for user to decide to create an bookmark |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 647 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 648 | <source> |
| 649 | *: "Create a Bookmark?" |
| 650 | </source> |
| 651 | <dest> |
| 652 | *: "Create a Bookmark?" |
| 653 | </dest> |
| 654 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 655 | *: "Create a Bookmark?" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 656 | </voice> |
| 657 | </phrase> |
| 658 | <phrase> |
| 659 | id: LANG_BOOKMARK_CREATE_SUCCESS |
| 660 | desc: Indicates bookmark was successfully created |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 661 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 662 | <source> |
| 663 | *: "Bookmark Created" |
| 664 | </source> |
| 665 | <dest> |
| 666 | *: "Bookmark Created" |
| 667 | </dest> |
| 668 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 669 | *: "Bookmark Created" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 670 | </voice> |
| 671 | </phrase> |
| 672 | <phrase> |
| 673 | id: LANG_BOOKMARK_CREATE_FAILURE |
| 674 | desc: Indicates bookmark was not created |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 675 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 676 | <source> |
| 677 | *: "Bookmark Failed!" |
| 678 | </source> |
| 679 | <dest> |
| 680 | *: "Bookmark Failed!" |
| 681 | </dest> |
| 682 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 683 | *: "Bookmark Failed!" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 684 | </voice> |
| 685 | </phrase> |
| 686 | <phrase> |
| 687 | id: LANG_BOOKMARK_LOAD_EMPTY |
| 688 | desc: Indicates bookmark was empty |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 689 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 690 | <source> |
| 691 | *: "Bookmark Empty" |
| 692 | </source> |
| 693 | <dest> |
| 694 | *: "Bookmark Empty" |
| 695 | </dest> |
| 696 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 697 | *: "Bookmark Empty" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 698 | </voice> |
| 699 | </phrase> |
| 700 | <phrase> |
| 701 | id: LANG_SOUND_SETTINGS |
| 702 | desc: in the main menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 703 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 704 | <source> |
| 705 | *: "Sound Settings" |
| 706 | </source> |
| 707 | <dest> |
| 708 | *: "Sound Settings" |
| 709 | </dest> |
| 710 | <voice> |
| 711 | *: "Sound Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 712 | </voice> |
| 713 | </phrase> |
| 714 | <phrase> |
| 715 | id: LANG_VOLUME |
| 716 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 717 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 718 | <source> |
| 719 | *: "Volume" |
| 720 | </source> |
| 721 | <dest> |
| 722 | *: "Volume" |
| 723 | </dest> |
| 724 | <voice> |
| 725 | *: "Volume" |
| 726 | </voice> |
| 727 | </phrase> |
| 728 | <phrase> |
| 729 | id: LANG_BASS |
| 730 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 731 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 732 | <source> |
| 733 | *: "Bass" |
| 734 | </source> |
| 735 | <dest> |
| 736 | *: "Bass" |
| 737 | </dest> |
| 738 | <voice> |
| 739 | *: "Bass" |
| 740 | </voice> |
| 741 | </phrase> |
| 742 | <phrase> |
| 743 | id: LANG_TREBLE |
| 744 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 745 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 746 | <source> |
| 747 | *: "Treble" |
| 748 | </source> |
| 749 | <dest> |
| 750 | *: "Treble" |
| 751 | </dest> |
| 752 | <voice> |
| 753 | *: "Treble" |
| 754 | </voice> |
| 755 | </phrase> |
| 756 | <phrase> |
| 757 | id: LANG_BALANCE |
| 758 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 759 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 760 | <source> |
| 761 | *: "Balance" |
| 762 | </source> |
| 763 | <dest> |
| 764 | *: "Balance" |
| 765 | </dest> |
| 766 | <voice> |
| 767 | *: "Balance" |
| 768 | </voice> |
| 769 | </phrase> |
| 770 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 771 | id: LANG_CHANNEL_CONFIGURATION |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 772 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 773 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 774 | <source> |
| 775 | *: "Channel Configuration" |
| 776 | </source> |
| 777 | <dest> |
| 778 | *: "Channel Configuration" |
| 779 | </dest> |
| 780 | <voice> |
Linus Nielsen Feltzing | 488f71f | 2007-03-05 00:53:10 +0000 | [diff] [blame] | 781 | *: "Channel Configuration" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 782 | </voice> |
| 783 | </phrase> |
| 784 | <phrase> |
| 785 | id: LANG_CHANNEL_STEREO |
| 786 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 787 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 788 | <source> |
| 789 | *: "Stereo" |
| 790 | </source> |
| 791 | <dest> |
| 792 | *: "Stereo" |
| 793 | </dest> |
| 794 | <voice> |
| 795 | *: "Stereo" |
| 796 | </voice> |
| 797 | </phrase> |
| 798 | <phrase> |
| 799 | id: LANG_CHANNEL_MONO |
| 800 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 801 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 802 | <source> |
| 803 | *: "Mono" |
| 804 | </source> |
| 805 | <dest> |
| 806 | *: "Mono" |
| 807 | </dest> |
| 808 | <voice> |
| 809 | *: "Mono" |
| 810 | </voice> |
| 811 | </phrase> |
| 812 | <phrase> |
| 813 | id: LANG_CHANNEL_CUSTOM |
| 814 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 815 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 816 | <source> |
| 817 | *: "Custom" |
| 818 | </source> |
| 819 | <dest> |
| 820 | *: "Custom" |
| 821 | </dest> |
| 822 | <voice> |
| 823 | *: "Custom" |
| 824 | </voice> |
| 825 | </phrase> |
| 826 | <phrase> |
| 827 | id: LANG_CHANNEL_LEFT |
| 828 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 829 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 830 | <source> |
| 831 | *: "Mono Left" |
| 832 | </source> |
| 833 | <dest> |
| 834 | *: "Mono Left" |
| 835 | </dest> |
| 836 | <voice> |
| 837 | *: "Mono Left" |
| 838 | </voice> |
| 839 | </phrase> |
| 840 | <phrase> |
| 841 | id: LANG_CHANNEL_RIGHT |
| 842 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 843 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 844 | <source> |
| 845 | *: "Mono Right" |
| 846 | </source> |
| 847 | <dest> |
| 848 | *: "Mono Right" |
| 849 | </dest> |
| 850 | <voice> |
| 851 | *: "Mono Right" |
| 852 | </voice> |
| 853 | </phrase> |
| 854 | <phrase> |
Peter D'Hoye | 528fe44 | 2008-10-08 22:18:16 +0000 | [diff] [blame] | 855 | id: LANG_CHANNEL_LEFTRIGHT |
| 856 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 857 | user: core |
Peter D'Hoye | 528fe44 | 2008-10-08 22:18:16 +0000 | [diff] [blame] | 858 | <source> |
| 859 | *: none |
| 860 | recording_swcodec: "Mono Left + Right" |
| 861 | </source> |
| 862 | <dest> |
| 863 | *: none |
| 864 | recording_swcodec: "Mono Left + Right" |
| 865 | </dest> |
| 866 | <voice> |
| 867 | *: none |
| 868 | recording_swcodec: "Mono Left plus Right" |
| 869 | </voice> |
| 870 | </phrase> |
| 871 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 872 | id: LANG_CHANNEL_KARAOKE |
| 873 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 874 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 875 | <source> |
| 876 | *: "Karaoke" |
| 877 | </source> |
| 878 | <dest> |
| 879 | *: "Karaoke" |
| 880 | </dest> |
| 881 | <voice> |
| 882 | *: "Karaoke" |
| 883 | </voice> |
| 884 | </phrase> |
| 885 | <phrase> |
| 886 | id: LANG_STEREO_WIDTH |
| 887 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 888 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 889 | <source> |
| 890 | *: "Stereo Width" |
| 891 | </source> |
| 892 | <dest> |
| 893 | *: "Stereo Width" |
| 894 | </dest> |
| 895 | <voice> |
| 896 | *: "Stereo Width" |
| 897 | </voice> |
| 898 | </phrase> |
| 899 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 900 | id: LANG_CROSSFEED |
| 901 | desc: in sound settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 902 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 903 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 904 | *: none |
| 905 | swcodec: "Crossfeed" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 906 | </source> |
| 907 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 908 | *: none |
| 909 | swcodec: "Crossfeed" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 910 | </dest> |
| 911 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 912 | *: none |
| 913 | swcodec: "Crossfeed" |
| 914 | </voice> |
| 915 | </phrase> |
| 916 | <phrase> |
| 917 | id: LANG_CROSSFEED_DIRECT_GAIN |
| 918 | desc: in crossfeed settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 919 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 920 | <source> |
| 921 | *: none |
| 922 | swcodec: "Direct Gain" |
| 923 | </source> |
| 924 | <dest> |
| 925 | *: none |
| 926 | swcodec: "Direct Gain" |
| 927 | </dest> |
| 928 | <voice> |
| 929 | *: none |
| 930 | swcodec: "Direct gain" |
| 931 | </voice> |
| 932 | </phrase> |
| 933 | <phrase> |
| 934 | id: LANG_CROSSFEED_CROSS_GAIN |
| 935 | desc: in crossfeed settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 936 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 937 | <source> |
| 938 | *: none |
| 939 | swcodec: "Cross Gain" |
| 940 | </source> |
| 941 | <dest> |
| 942 | *: none |
| 943 | swcodec: "Cross Gain" |
| 944 | </dest> |
| 945 | <voice> |
| 946 | *: none |
| 947 | swcodec: "Cross gain" |
| 948 | </voice> |
| 949 | </phrase> |
| 950 | <phrase> |
| 951 | id: LANG_CROSSFEED_HF_ATTENUATION |
| 952 | desc: in crossfeed settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 953 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 954 | <source> |
| 955 | *: none |
| 956 | swcodec: "High-Frequency Attenuation" |
| 957 | </source> |
| 958 | <dest> |
| 959 | *: none |
| 960 | swcodec: "High-Frequency Attenuation" |
| 961 | </dest> |
| 962 | <voice> |
| 963 | *: none |
| 964 | swcodec: "High-frequency attenuation" |
| 965 | </voice> |
| 966 | </phrase> |
| 967 | <phrase> |
| 968 | id: LANG_CROSSFEED_HF_CUTOFF |
| 969 | desc: in crossfeed settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 970 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 971 | <source> |
| 972 | *: none |
| 973 | swcodec: "High-Frequency Cutoff" |
| 974 | </source> |
| 975 | <dest> |
| 976 | *: none |
| 977 | swcodec: "High-Frequency Cutoff" |
| 978 | </dest> |
| 979 | <voice> |
| 980 | *: none |
| 981 | swcodec: "High-frequency cutoff" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 982 | </voice> |
| 983 | </phrase> |
| 984 | <phrase> |
| 985 | id: LANG_EQUALIZER |
| 986 | desc: in the sound settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 987 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 988 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 989 | *: none |
| 990 | swcodec: "Equalizer" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 991 | </source> |
| 992 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 993 | *: none |
| 994 | swcodec: "Equalizer" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 995 | </dest> |
| 996 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 997 | *: none |
| 998 | swcodec: "Equalizer" |
| 999 | </voice> |
| 1000 | </phrase> |
| 1001 | <phrase> |
| 1002 | id: LANG_EQUALIZER_ENABLED |
| 1003 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1004 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1005 | <source> |
| 1006 | *: none |
| 1007 | swcodec: "Enable EQ" |
| 1008 | </source> |
| 1009 | <dest> |
| 1010 | *: none |
| 1011 | swcodec: "Enable EQ" |
| 1012 | </dest> |
| 1013 | <voice> |
| 1014 | *: none |
| 1015 | swcodec: "Enable equalizer" |
| 1016 | </voice> |
| 1017 | </phrase> |
| 1018 | <phrase> |
| 1019 | id: LANG_EQUALIZER_GRAPHICAL |
| 1020 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1021 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1022 | <source> |
| 1023 | *: none |
| 1024 | swcodec: "Graphical EQ" |
| 1025 | </source> |
| 1026 | <dest> |
| 1027 | *: none |
| 1028 | swcodec: "Graphical EQ" |
| 1029 | </dest> |
| 1030 | <voice> |
| 1031 | *: none |
| 1032 | swcodec: "Graphical equalizer" |
| 1033 | </voice> |
| 1034 | </phrase> |
| 1035 | <phrase> |
| 1036 | id: LANG_EQUALIZER_PRECUT |
| 1037 | desc: in eq settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1038 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1039 | <source> |
| 1040 | *: none |
| 1041 | swcodec: "Precut" |
| 1042 | </source> |
| 1043 | <dest> |
| 1044 | *: none |
| 1045 | swcodec: "Precut" |
| 1046 | </dest> |
| 1047 | <voice> |
| 1048 | *: none |
| 1049 | swcodec: "Pre-cut" |
| 1050 | </voice> |
| 1051 | </phrase> |
| 1052 | <phrase> |
| 1053 | id: LANG_EQUALIZER_GAIN |
| 1054 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1055 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1056 | <source> |
| 1057 | *: none |
| 1058 | swcodec: "Simple EQ Settings" |
| 1059 | </source> |
| 1060 | <dest> |
| 1061 | *: none |
| 1062 | swcodec: "Simple EQ Settings" |
| 1063 | </dest> |
| 1064 | <voice> |
| 1065 | *: none |
| 1066 | swcodec: "Simple equalizer settings" |
| 1067 | </voice> |
| 1068 | </phrase> |
| 1069 | <phrase> |
| 1070 | id: LANG_EQUALIZER_ADVANCED |
| 1071 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1072 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1073 | <source> |
| 1074 | *: none |
| 1075 | swcodec: "Advanced EQ Settings" |
| 1076 | </source> |
| 1077 | <dest> |
| 1078 | *: none |
| 1079 | swcodec: "Advanced EQ Settings" |
| 1080 | </dest> |
| 1081 | <voice> |
| 1082 | *: none |
| 1083 | swcodec: "Advanced equalizer settings" |
| 1084 | </voice> |
| 1085 | </phrase> |
| 1086 | <phrase> |
| 1087 | id: LANG_EQUALIZER_SAVE |
| 1088 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1089 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1090 | <source> |
| 1091 | *: none |
| 1092 | swcodec: "Save EQ Preset" |
| 1093 | </source> |
| 1094 | <dest> |
| 1095 | *: none |
| 1096 | swcodec: "Save EQ Preset" |
| 1097 | </dest> |
| 1098 | <voice> |
| 1099 | *: none |
| 1100 | swcodec: "Save equalizer preset" |
| 1101 | </voice> |
| 1102 | </phrase> |
| 1103 | <phrase> |
| 1104 | id: LANG_EQUALIZER_BROWSE |
| 1105 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1106 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1107 | <source> |
| 1108 | *: none |
| 1109 | swcodec: "Browse EQ Presets" |
| 1110 | </source> |
| 1111 | <dest> |
| 1112 | *: none |
| 1113 | swcodec: "Browse EQ Presets" |
| 1114 | </dest> |
| 1115 | <voice> |
| 1116 | *: none |
| 1117 | swcodec: "Browse equalizer presets" |
| 1118 | </voice> |
| 1119 | </phrase> |
| 1120 | <phrase> |
| 1121 | id: LANG_EQUALIZER_EDIT_MODE |
| 1122 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1123 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1124 | <source> |
| 1125 | *: none |
| 1126 | swcodec: "Edit mode: %s" |
| 1127 | </source> |
| 1128 | <dest> |
| 1129 | *: none |
| 1130 | swcodec: "Edit mode: %s" |
| 1131 | </dest> |
| 1132 | <voice> |
| 1133 | *: none |
| 1134 | swcodec: "" |
| 1135 | </voice> |
| 1136 | </phrase> |
| 1137 | <phrase> |
| 1138 | id: LANG_EQUALIZER_GAIN_ITEM |
| 1139 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1140 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1141 | <source> |
| 1142 | *: none |
| 1143 | swcodec: "%d Hz Band Gain" |
| 1144 | </source> |
| 1145 | <dest> |
| 1146 | *: none |
| 1147 | swcodec: "%d Hz Band Gain" |
| 1148 | </dest> |
| 1149 | <voice> |
| 1150 | *: none |
Stéphane Doyon | 26e47f2 | 2007-10-09 03:53:46 +0000 | [diff] [blame] | 1151 | swcodec: "hertz band gain" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1152 | </voice> |
| 1153 | </phrase> |
| 1154 | <phrase> |
| 1155 | id: LANG_EQUALIZER_BAND_LOW_SHELF |
| 1156 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1157 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1158 | <source> |
| 1159 | *: none |
| 1160 | swcodec: "Low Shelf Filter" |
| 1161 | </source> |
| 1162 | <dest> |
| 1163 | *: none |
| 1164 | swcodec: "Low Shelf Filter" |
| 1165 | </dest> |
| 1166 | <voice> |
| 1167 | *: none |
| 1168 | swcodec: "Low shelf filter" |
| 1169 | </voice> |
| 1170 | </phrase> |
| 1171 | <phrase> |
| 1172 | id: LANG_EQUALIZER_BAND_PEAK |
| 1173 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1174 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1175 | <source> |
| 1176 | *: none |
| 1177 | swcodec: "Peak Filter %d" |
| 1178 | </source> |
| 1179 | <dest> |
| 1180 | *: none |
| 1181 | swcodec: "Peak Filter %d" |
| 1182 | </dest> |
| 1183 | <voice> |
| 1184 | *: none |
| 1185 | swcodec: "Peak filter" |
| 1186 | </voice> |
| 1187 | </phrase> |
| 1188 | <phrase> |
| 1189 | id: LANG_EQUALIZER_BAND_HIGH_SHELF |
| 1190 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1191 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1192 | <source> |
| 1193 | *: none |
| 1194 | swcodec: "High Shelf Filter" |
| 1195 | </source> |
| 1196 | <dest> |
| 1197 | *: none |
| 1198 | swcodec: "High Shelf Filter" |
| 1199 | </dest> |
| 1200 | <voice> |
| 1201 | *: none |
| 1202 | swcodec: "High shelf filter" |
| 1203 | </voice> |
| 1204 | </phrase> |
| 1205 | <phrase> |
| 1206 | id: LANG_EQUALIZER_BAND_CUTOFF |
| 1207 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1208 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1209 | <source> |
| 1210 | *: none |
| 1211 | swcodec: "Cutoff Frequency" |
| 1212 | </source> |
| 1213 | <dest> |
| 1214 | *: none |
| 1215 | swcodec: "Cutoff Frequency" |
| 1216 | </dest> |
| 1217 | <voice> |
| 1218 | *: none |
| 1219 | swcodec: "Cutoff Frequency" |
| 1220 | </voice> |
| 1221 | </phrase> |
| 1222 | <phrase> |
| 1223 | id: LANG_EQUALIZER_BAND_CENTER |
| 1224 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1225 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1226 | <source> |
| 1227 | *: none |
Alex Parker | a2f9034 | 2009-05-09 10:54:07 +0000 | [diff] [blame] | 1228 | swcodec: "Centre Frequency" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1229 | </source> |
| 1230 | <dest> |
| 1231 | *: none |
Alex Parker | a2f9034 | 2009-05-09 10:54:07 +0000 | [diff] [blame] | 1232 | swcodec: "Centre Frequency" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1233 | </dest> |
| 1234 | <voice> |
| 1235 | *: none |
Alex Parker | a2f9034 | 2009-05-09 10:54:07 +0000 | [diff] [blame] | 1236 | swcodec: "Centre frequency" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1237 | </voice> |
| 1238 | </phrase> |
| 1239 | <phrase> |
| 1240 | id: LANG_EQUALIZER_BAND_Q |
| 1241 | desc: in the equalizer settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1242 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1243 | <source> |
| 1244 | *: none |
| 1245 | swcodec: "Q" |
| 1246 | </source> |
| 1247 | <dest> |
| 1248 | *: none |
| 1249 | swcodec: "Q" |
| 1250 | </dest> |
| 1251 | <voice> |
| 1252 | *: none |
| 1253 | swcodec: "Q" |
| 1254 | </voice> |
| 1255 | </phrase> |
| 1256 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1257 | id: LANG_DITHERING |
| 1258 | desc: in the sound settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1259 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1260 | <source> |
| 1261 | *: none |
| 1262 | swcodec: "Dithering" |
| 1263 | </source> |
| 1264 | <dest> |
| 1265 | *: none |
| 1266 | swcodec: "Dithering" |
| 1267 | </dest> |
| 1268 | <voice> |
| 1269 | *: none |
| 1270 | swcodec: "Dithering" |
| 1271 | </voice> |
| 1272 | </phrase> |
| 1273 | <phrase> |
| 1274 | id: LANG_LOUDNESS |
| 1275 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1276 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1277 | <source> |
| 1278 | *: none |
| 1279 | masf: "Loudness" |
| 1280 | </source> |
| 1281 | <dest> |
| 1282 | *: none |
| 1283 | masf: "Loudness" |
| 1284 | </dest> |
| 1285 | <voice> |
| 1286 | *: none |
| 1287 | masf: "Loudness" |
| 1288 | </voice> |
| 1289 | </phrase> |
| 1290 | <phrase> |
| 1291 | id: LANG_AUTOVOL |
| 1292 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1293 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1294 | <source> |
| 1295 | *: none |
| 1296 | masf: "Auto Volume" |
| 1297 | </source> |
| 1298 | <dest> |
| 1299 | *: none |
| 1300 | masf: "Auto Volume" |
| 1301 | </dest> |
| 1302 | <voice> |
| 1303 | *: none |
| 1304 | masf: "Auto Volume" |
| 1305 | </voice> |
| 1306 | </phrase> |
| 1307 | <phrase> |
| 1308 | id: LANG_DECAY |
| 1309 | desc: in sound_settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1310 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1311 | <source> |
| 1312 | *: none |
| 1313 | masf: "AV Decay Time" |
| 1314 | </source> |
| 1315 | <dest> |
| 1316 | *: none |
| 1317 | masf: "AV Decay Time" |
| 1318 | </dest> |
| 1319 | <voice> |
| 1320 | *: none |
| 1321 | masf: "" |
| 1322 | </voice> |
| 1323 | </phrase> |
| 1324 | <phrase> |
| 1325 | id: LANG_SUPERBASS |
| 1326 | desc: in sound settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1327 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1328 | <source> |
| 1329 | *: none |
| 1330 | masf: "Super Bass" |
| 1331 | </source> |
| 1332 | <dest> |
| 1333 | *: none |
| 1334 | masf: "Super Bass" |
| 1335 | </dest> |
| 1336 | <voice> |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 1337 | *: none |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1338 | masf: "Super Bass" |
| 1339 | </voice> |
| 1340 | </phrase> |
| 1341 | <phrase> |
| 1342 | id: LANG_MDB_ENABLE |
| 1343 | desc: in sound settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1344 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1345 | <source> |
| 1346 | *: none |
| 1347 | masf: "MDB Enable" |
| 1348 | </source> |
| 1349 | <dest> |
| 1350 | *: none |
| 1351 | masf: "MDB Enable" |
| 1352 | </dest> |
| 1353 | <voice> |
| 1354 | *: none |
| 1355 | masf: "MDB Enable" |
| 1356 | </voice> |
| 1357 | </phrase> |
| 1358 | <phrase> |
| 1359 | id: LANG_MDB_STRENGTH |
| 1360 | desc: in sound settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1361 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1362 | <source> |
| 1363 | *: none |
| 1364 | masf: "MDB Strength" |
| 1365 | </source> |
| 1366 | <dest> |
| 1367 | *: none |
| 1368 | masf: "MDB Strength" |
| 1369 | </dest> |
| 1370 | <voice> |
| 1371 | *: none |
| 1372 | masf: "MDB Strength" |
| 1373 | </voice> |
| 1374 | </phrase> |
| 1375 | <phrase> |
| 1376 | id: LANG_MDB_HARMONICS |
| 1377 | desc: in sound settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1378 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1379 | <source> |
| 1380 | *: none |
| 1381 | masf: "MDB Harmonics" |
| 1382 | </source> |
| 1383 | <dest> |
| 1384 | *: none |
| 1385 | masf: "MDB Harmonics" |
| 1386 | </dest> |
| 1387 | <voice> |
| 1388 | *: none |
| 1389 | masf: "MDB Harmonics" |
| 1390 | </voice> |
| 1391 | </phrase> |
| 1392 | <phrase> |
| 1393 | id: LANG_MDB_CENTER |
| 1394 | desc: in sound settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1395 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1396 | <source> |
| 1397 | *: none |
Alex Parker | a2f9034 | 2009-05-09 10:54:07 +0000 | [diff] [blame] | 1398 | masf: "MDB Centre Frequency" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1399 | </source> |
| 1400 | <dest> |
| 1401 | *: none |
Alex Parker | a2f9034 | 2009-05-09 10:54:07 +0000 | [diff] [blame] | 1402 | masf: "MDB Centre Frequency" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1403 | </dest> |
| 1404 | <voice> |
| 1405 | *: none |
Alex Parker | a2f9034 | 2009-05-09 10:54:07 +0000 | [diff] [blame] | 1406 | masf: "MDB Centre Frequency" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1407 | </voice> |
| 1408 | </phrase> |
| 1409 | <phrase> |
| 1410 | id: LANG_MDB_SHAPE |
| 1411 | desc: in sound settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1412 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1413 | <source> |
| 1414 | *: none |
| 1415 | masf: "MDB Shape" |
| 1416 | </source> |
| 1417 | <dest> |
| 1418 | *: none |
| 1419 | masf: "MDB Shape" |
| 1420 | </dest> |
| 1421 | <voice> |
| 1422 | *: none |
| 1423 | masf: "MDB Shape" |
| 1424 | </voice> |
| 1425 | </phrase> |
| 1426 | <phrase> |
| 1427 | id: LANG_GENERAL_SETTINGS |
| 1428 | desc: in the main menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1429 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1430 | <source> |
| 1431 | *: "General Settings" |
| 1432 | </source> |
| 1433 | <dest> |
| 1434 | *: "General Settings" |
| 1435 | </dest> |
| 1436 | <voice> |
| 1437 | *: "General Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1438 | </voice> |
| 1439 | </phrase> |
| 1440 | <phrase> |
| 1441 | id: LANG_PLAYBACK |
| 1442 | desc: in settings_menu() |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1443 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1444 | <source> |
Steve Bavin | 5f8bd63 | 2008-05-22 08:02:48 +0000 | [diff] [blame] | 1445 | *: "Playback Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1446 | </source> |
| 1447 | <dest> |
Steve Bavin | 5f8bd63 | 2008-05-22 08:02:48 +0000 | [diff] [blame] | 1448 | *: "Playback Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1449 | </dest> |
| 1450 | <voice> |
Steve Bavin | 5f8bd63 | 2008-05-22 08:02:48 +0000 | [diff] [blame] | 1451 | *: "Playback Settings" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1452 | </voice> |
| 1453 | </phrase> |
| 1454 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1455 | id: LANG_SHUFFLE |
| 1456 | desc: in settings_menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1457 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1458 | <source> |
| 1459 | *: "Shuffle" |
| 1460 | </source> |
| 1461 | <dest> |
| 1462 | *: "Shuffle" |
| 1463 | </dest> |
| 1464 | <voice> |
| 1465 | *: "Shuffle" |
| 1466 | </voice> |
| 1467 | </phrase> |
| 1468 | <phrase> |
| 1469 | id: LANG_REPEAT |
| 1470 | desc: in settings_menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1471 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1472 | <source> |
| 1473 | *: "Repeat" |
| 1474 | </source> |
| 1475 | <dest> |
| 1476 | *: "Repeat" |
| 1477 | </dest> |
| 1478 | <voice> |
| 1479 | *: "Repeat" |
| 1480 | </voice> |
| 1481 | </phrase> |
| 1482 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1483 | id: LANG_ALL |
| 1484 | desc: generic string used both in dir file filter and repeat mode selection |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1485 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1486 | <source> |
| 1487 | *: "All" |
| 1488 | </source> |
| 1489 | <dest> |
| 1490 | *: "All" |
| 1491 | </dest> |
| 1492 | <voice> |
| 1493 | *: "All" |
| 1494 | </voice> |
| 1495 | </phrase> |
| 1496 | <phrase> |
| 1497 | id: LANG_REPEAT_ONE |
| 1498 | desc: repeat one song |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1499 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1500 | <source> |
| 1501 | *: "One" |
| 1502 | </source> |
| 1503 | <dest> |
| 1504 | *: "One" |
| 1505 | </dest> |
| 1506 | <voice> |
| 1507 | *: "One" |
| 1508 | </voice> |
| 1509 | </phrase> |
| 1510 | <phrase> |
| 1511 | id: LANG_REPEAT_AB |
Jonas Häggqvist | e065171 | 2007-09-01 20:36:11 +0000 | [diff] [blame] | 1512 | desc: repeat range from point A to B |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1513 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1514 | <source> |
| 1515 | *: "A-B" |
| 1516 | </source> |
| 1517 | <dest> |
| 1518 | *: "A-B" |
| 1519 | </dest> |
| 1520 | <voice> |
| 1521 | *: "A-B" |
| 1522 | </voice> |
| 1523 | </phrase> |
| 1524 | <phrase> |
| 1525 | id: LANG_PLAY_SELECTED |
| 1526 | desc: in settings_menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1527 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1528 | <source> |
| 1529 | *: "Play Selected First" |
| 1530 | </source> |
| 1531 | <dest> |
| 1532 | *: "Play Selected First" |
| 1533 | </dest> |
| 1534 | <voice> |
| 1535 | *: "Play Selected File First" |
| 1536 | </voice> |
| 1537 | </phrase> |
| 1538 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1539 | id: LANG_WIND_MENU |
| 1540 | desc: in the playback sub menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1541 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1542 | <source> |
| 1543 | *: "Fast-Forward/Rewind" |
| 1544 | </source> |
| 1545 | <dest> |
| 1546 | *: "Fast-Forward/Rewind" |
| 1547 | </dest> |
| 1548 | <voice> |
| 1549 | *: "Fast forward and Rewind" |
| 1550 | </voice> |
| 1551 | </phrase> |
| 1552 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1553 | id: LANG_FFRW_STEP |
| 1554 | desc: in settings_menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1555 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1556 | <source> |
| 1557 | *: "FF/RW Min Step" |
| 1558 | </source> |
| 1559 | <dest> |
| 1560 | *: "FF/RW Min Step" |
| 1561 | </dest> |
| 1562 | <voice> |
| 1563 | *: "Minimum Step" |
| 1564 | </voice> |
| 1565 | </phrase> |
| 1566 | <phrase> |
| 1567 | id: LANG_FFRW_ACCEL |
| 1568 | desc: in settings_menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1569 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1570 | <source> |
| 1571 | *: "FF/RW Accel" |
| 1572 | </source> |
| 1573 | <dest> |
| 1574 | *: "FF/RW Accel" |
| 1575 | </dest> |
| 1576 | <voice> |
| 1577 | *: "Acceleration" |
| 1578 | </voice> |
| 1579 | </phrase> |
| 1580 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1581 | id: LANG_MP3BUFFER_MARGIN |
| 1582 | desc: MP3 buffer margin time |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1583 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1584 | <source> |
| 1585 | *: "Anti-Skip Buffer" |
Nils Wallménius | 5e8e956 | 2007-08-05 20:22:37 +0000 | [diff] [blame] | 1586 | flash_storage: none |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1587 | </source> |
| 1588 | <dest> |
| 1589 | *: "Anti-Skip Buffer" |
Nils Wallménius | 5e8e956 | 2007-08-05 20:22:37 +0000 | [diff] [blame] | 1590 | flash_storage: none |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 1591 | </dest> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1592 | <voice> |
| 1593 | *: "Anti-Skip Buffer" |
Magnus Holmgren | 4e140ac | 2007-08-14 18:07:52 +0000 | [diff] [blame] | 1594 | flash_storage: none |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1595 | </voice> |
| 1596 | </phrase> |
| 1597 | <phrase> |
| 1598 | id: LANG_FADE_ON_STOP |
| 1599 | desc: options menu to set fade on stop or pause |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1600 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1601 | <source> |
| 1602 | *: "Fade on Stop/Pause" |
| 1603 | </source> |
| 1604 | <dest> |
| 1605 | *: "Fade on Stop/Pause" |
| 1606 | </dest> |
| 1607 | <voice> |
| 1608 | *: "Fade On Stop and Pause" |
| 1609 | </voice> |
| 1610 | </phrase> |
| 1611 | <phrase> |
| 1612 | id: LANG_PARTY_MODE |
| 1613 | desc: party mode |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1614 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1615 | <source> |
| 1616 | *: "Party Mode" |
| 1617 | </source> |
| 1618 | <dest> |
| 1619 | *: "Party Mode" |
| 1620 | </dest> |
| 1621 | <voice> |
| 1622 | *: "Party Mode" |
| 1623 | </voice> |
| 1624 | </phrase> |
| 1625 | <phrase> |
| 1626 | id: LANG_CROSSFADE |
| 1627 | desc: in playback settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1628 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1629 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1630 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1631 | crossfade: "Crossfade" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1632 | </source> |
| 1633 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1634 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1635 | crossfade: "Crossfade" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1636 | </dest> |
| 1637 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1638 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1639 | crossfade: "Crossfade" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1640 | </voice> |
| 1641 | </phrase> |
| 1642 | <phrase> |
| 1643 | id: LANG_CROSSFADE_ENABLE |
| 1644 | desc: in crossfade settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1645 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1646 | <source> |
| 1647 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1648 | crossfade: "Enable Crossfade" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1649 | </source> |
| 1650 | <dest> |
| 1651 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1652 | crossfade: "Enable Crossfade" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1653 | </dest> |
| 1654 | <voice> |
| 1655 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1656 | crossfade: "Enable Crossfade" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1657 | </voice> |
| 1658 | </phrase> |
| 1659 | <phrase> |
Jeffrey Goode | 664dc90 | 2009-11-11 00:48:17 +0000 | [diff] [blame] | 1660 | id: LANG_MANTRACKSKIP |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1661 | desc: in crossfade settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1662 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1663 | <source> |
| 1664 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1665 | crossfade: "Manual Track Skip Only" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1666 | </source> |
| 1667 | <dest> |
| 1668 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1669 | crossfade: "Manual Track Skip Only" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1670 | </dest> |
| 1671 | <voice> |
| 1672 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1673 | crossfade: "Manual Track Skip Only" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1674 | </voice> |
| 1675 | </phrase> |
| 1676 | <phrase> |
| 1677 | id: LANG_SHUFFLE_TRACKSKIP |
| 1678 | desc: in settings_menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1679 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1680 | <source> |
| 1681 | *: none |
Jeffrey Goode | 29d2711 | 2009-11-12 15:42:37 +0000 | [diff] [blame] | 1682 | crossfade: "Shuffle or Manual Track Skip" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1683 | </source> |
| 1684 | <dest> |
| 1685 | *: none |
Jeffrey Goode | 29d2711 | 2009-11-12 15:42:37 +0000 | [diff] [blame] | 1686 | crossfade: "Shuffle or Manual Track Skip" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1687 | </dest> |
| 1688 | <voice> |
| 1689 | *: none |
Jeffrey Goode | 29d2711 | 2009-11-12 15:42:37 +0000 | [diff] [blame] | 1690 | crossfade: "Shuffle or Manual Track Skip" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1691 | </voice> |
| 1692 | </phrase> |
| 1693 | <phrase> |
| 1694 | id: LANG_CROSSFADE_FADE_IN_DELAY |
| 1695 | desc: in crossfade settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1696 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1697 | <source> |
| 1698 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1699 | crossfade: "Fade-In Delay" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1700 | </source> |
| 1701 | <dest> |
| 1702 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1703 | crossfade: "Fade-In Delay" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1704 | </dest> |
| 1705 | <voice> |
| 1706 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1707 | crossfade: "Fade-In Delay" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1708 | </voice> |
| 1709 | </phrase> |
| 1710 | <phrase> |
| 1711 | id: LANG_CROSSFADE_FADE_IN_DURATION |
| 1712 | desc: in crossfade settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1713 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1714 | <source> |
| 1715 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1716 | crossfade: "Fade-In Duration" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1717 | </source> |
| 1718 | <dest> |
| 1719 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1720 | crossfade: "Fade-In Duration" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1721 | </dest> |
| 1722 | <voice> |
| 1723 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1724 | crossfade: "Fade-In Duration" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1725 | </voice> |
| 1726 | </phrase> |
| 1727 | <phrase> |
| 1728 | id: LANG_CROSSFADE_FADE_OUT_DELAY |
| 1729 | desc: in crossfade settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1730 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1731 | <source> |
| 1732 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1733 | crossfade: "Fade-Out Delay" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1734 | </source> |
| 1735 | <dest> |
| 1736 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1737 | crossfade: "Fade-Out Delay" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1738 | </dest> |
| 1739 | <voice> |
| 1740 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1741 | crossfade: "Fade-Out Delay" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1742 | </voice> |
| 1743 | </phrase> |
| 1744 | <phrase> |
| 1745 | id: LANG_CROSSFADE_FADE_OUT_DURATION |
| 1746 | desc: in crossfade settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1747 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1748 | <source> |
| 1749 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1750 | crossfade: "Fade-Out Duration" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1751 | </source> |
| 1752 | <dest> |
| 1753 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1754 | crossfade: "Fade-Out Duration" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1755 | </dest> |
| 1756 | <voice> |
| 1757 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1758 | crossfade: "Fade-Out Duration" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1759 | </voice> |
| 1760 | </phrase> |
| 1761 | <phrase> |
| 1762 | id: LANG_CROSSFADE_FADE_OUT_MODE |
| 1763 | desc: in crossfade settings menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1764 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1765 | <source> |
| 1766 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1767 | crossfade: "Fade-Out Mode" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1768 | </source> |
| 1769 | <dest> |
| 1770 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1771 | crossfade: "Fade-Out Mode" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1772 | </dest> |
| 1773 | <voice> |
| 1774 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1775 | crossfade: "Fade-Out Mode" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1776 | </voice> |
| 1777 | </phrase> |
| 1778 | <phrase> |
| 1779 | id: LANG_MIX |
| 1780 | desc: in playback settings, crossfade option |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1781 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1782 | <source> |
| 1783 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1784 | crossfade: "Mix" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1785 | </source> |
| 1786 | <dest> |
| 1787 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1788 | crossfade: "Mix" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1789 | </dest> |
| 1790 | <voice> |
| 1791 | *: none |
Jeffrey Goode | 3a17bb9 | 2009-11-12 04:31:31 +0000 | [diff] [blame] | 1792 | crossfade: "Mix" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1793 | </voice> |
| 1794 | </phrase> |
| 1795 | <phrase> |
| 1796 | id: LANG_REPLAYGAIN |
| 1797 | desc: in replaygain |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1798 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1799 | <source> |
| 1800 | *: "Replaygain" |
| 1801 | </source> |
| 1802 | <dest> |
| 1803 | *: "Replaygain" |
| 1804 | </dest> |
| 1805 | <voice> |
| 1806 | *: "Replaygain" |
| 1807 | </voice> |
| 1808 | </phrase> |
| 1809 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1810 | id: LANG_REPLAYGAIN_NOCLIP |
| 1811 | desc: in replaygain |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1812 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1813 | <source> |
| 1814 | *: none |
| 1815 | swcodec: "Prevent Clipping" |
| 1816 | </source> |
| 1817 | <dest> |
| 1818 | *: none |
| 1819 | swcodec: "Prevent Clipping" |
| 1820 | </dest> |
| 1821 | <voice> |
| 1822 | *: none |
| 1823 | swcodec: "Prevent Clipping" |
| 1824 | </voice> |
| 1825 | </phrase> |
| 1826 | <phrase> |
| 1827 | id: LANG_REPLAYGAIN_MODE |
| 1828 | desc: in replaygain |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1829 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1830 | <source> |
| 1831 | *: "Replaygain Type" |
| 1832 | </source> |
| 1833 | <dest> |
| 1834 | *: "Replaygain Type" |
| 1835 | </dest> |
| 1836 | <voice> |
| 1837 | *: "Replaygain Type" |
| 1838 | </voice> |
| 1839 | </phrase> |
| 1840 | <phrase> |
| 1841 | id: LANG_ALBUM_GAIN |
| 1842 | desc: in replaygain |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1843 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1844 | <source> |
| 1845 | *: "Album Gain" |
| 1846 | </source> |
| 1847 | <dest> |
| 1848 | *: "Album Gain" |
| 1849 | </dest> |
| 1850 | <voice> |
| 1851 | *: "Album Gain" |
| 1852 | </voice> |
| 1853 | </phrase> |
| 1854 | <phrase> |
| 1855 | id: LANG_TRACK_GAIN |
| 1856 | desc: in replaygain |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1857 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1858 | <source> |
| 1859 | *: "Track Gain" |
| 1860 | </source> |
| 1861 | <dest> |
| 1862 | *: "Track Gain" |
| 1863 | </dest> |
| 1864 | <voice> |
| 1865 | *: "Track Gain" |
| 1866 | </voice> |
| 1867 | </phrase> |
| 1868 | <phrase> |
| 1869 | id: LANG_SHUFFLE_GAIN |
| 1870 | desc: use track gain if shuffle mode is on, album gain otherwise |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1871 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1872 | <source> |
| 1873 | *: "Track Gain if Shuffling" |
| 1874 | </source> |
| 1875 | <dest> |
| 1876 | *: "Track Gain if Shuffling" |
| 1877 | </dest> |
| 1878 | <voice> |
| 1879 | *: "Track Gain if Shuffling" |
| 1880 | </voice> |
| 1881 | </phrase> |
| 1882 | <phrase> |
| 1883 | id: LANG_REPLAYGAIN_PREAMP |
| 1884 | desc: in replaygain settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1885 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1886 | <source> |
| 1887 | *: "Pre-amp" |
| 1888 | </source> |
| 1889 | <dest> |
| 1890 | *: "Pre-amp" |
| 1891 | </dest> |
| 1892 | <voice> |
| 1893 | *: "Preamp" |
| 1894 | </voice> |
| 1895 | </phrase> |
| 1896 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1897 | id: LANG_BEEP |
| 1898 | desc: in playback settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1899 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1900 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1901 | *: none |
Marc Guay | fe263f7 | 2009-05-22 16:34:26 +0000 | [diff] [blame] | 1902 | swcodec: "Track Skip Beep" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1903 | </source> |
| 1904 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1905 | *: none |
Marc Guay | fe263f7 | 2009-05-22 16:34:26 +0000 | [diff] [blame] | 1906 | swcodec: "Track Skip Beep" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1907 | </dest> |
| 1908 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1909 | *: none |
Marc Guay | fe263f7 | 2009-05-22 16:34:26 +0000 | [diff] [blame] | 1910 | swcodec: "Track Skip Beep" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1911 | </voice> |
| 1912 | </phrase> |
| 1913 | <phrase> |
| 1914 | id: LANG_WEAK |
| 1915 | desc: in beep volume in playback settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1916 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1917 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1918 | *: none |
| 1919 | swcodec: "Weak" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1920 | </source> |
| 1921 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1922 | *: none |
| 1923 | swcodec: "Weak" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1924 | </dest> |
| 1925 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1926 | *: none |
| 1927 | swcodec: "Weak" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1928 | </voice> |
| 1929 | </phrase> |
| 1930 | <phrase> |
| 1931 | id: LANG_MODERATE |
| 1932 | desc: in beep volume in playback settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1933 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1934 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1935 | *: none |
| 1936 | swcodec: "Moderate" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1937 | </source> |
| 1938 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1939 | *: none |
| 1940 | swcodec: "Moderate" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1941 | </dest> |
| 1942 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1943 | *: none |
| 1944 | swcodec: "Moderate" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1945 | </voice> |
| 1946 | </phrase> |
| 1947 | <phrase> |
| 1948 | id: LANG_STRONG |
| 1949 | desc: in beep volume in playback settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1950 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1951 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1952 | *: none |
| 1953 | swcodec: "Strong" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1954 | </source> |
| 1955 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1956 | *: none |
| 1957 | swcodec: "Strong" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1958 | </dest> |
| 1959 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1960 | *: none |
| 1961 | swcodec: "Strong" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1962 | </voice> |
| 1963 | </phrase> |
| 1964 | <phrase> |
| 1965 | id: LANG_SPDIF_ENABLE |
| 1966 | desc: in playback settings menu. enable/disable the optical out |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1967 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1968 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1969 | *: none |
| 1970 | spdif_power: "Optical Output" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1971 | </source> |
| 1972 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1973 | *: none |
| 1974 | spdif_power: "Optical Output" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1975 | </dest> |
| 1976 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1977 | *: none |
| 1978 | spdif_power: "Optical Output" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1979 | </voice> |
| 1980 | </phrase> |
| 1981 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1982 | id: LANG_NEXT_FOLDER |
| 1983 | desc: in settings_menu. Should we allow move to next/prev folder from last/first track of current one |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1984 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1985 | <source> |
| 1986 | *: "Auto-Change Directory" |
| 1987 | </source> |
| 1988 | <dest> |
| 1989 | *: "Auto-Change Directory" |
| 1990 | </dest> |
| 1991 | <voice> |
| 1992 | *: "Auto-Change Directory" |
| 1993 | </voice> |
| 1994 | </phrase> |
| 1995 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 1996 | id: LANG_RANDOM |
| 1997 | desc: random folder |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 1998 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 1999 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2000 | *: "Random" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2001 | </source> |
| 2002 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2003 | *: "Random" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2004 | </dest> |
| 2005 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2006 | *: "Random" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2007 | </voice> |
| 2008 | </phrase> |
| 2009 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2010 | id: LANG_AUDIOSCROBBLER |
| 2011 | desc: "Last.fm Log" in the playback menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2012 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2013 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2014 | *: "Last.fm Log" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2015 | </source> |
| 2016 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2017 | *: "Last.fm Log" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2018 | </dest> |
| 2019 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2020 | *: "Last.fm Log" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2021 | </voice> |
| 2022 | </phrase> |
| 2023 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2024 | id: LANG_CUESHEET_ENABLE |
| 2025 | desc: cuesheet support option |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2026 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2027 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2028 | *: "Cuesheet Support" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2029 | </source> |
| 2030 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2031 | *: "Cuesheet Support" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2032 | </dest> |
| 2033 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2034 | *: "Cuesheet Support" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2035 | </voice> |
| 2036 | </phrase> |
| 2037 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2038 | id: LANG_HEADPHONE_UNPLUG |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2039 | desc: in settings_menu. |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2040 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2041 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2042 | *: none |
| 2043 | headphone_detection: "Pause on Headphone Unplug" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2044 | </source> |
| 2045 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2046 | *: none |
| 2047 | headphone_detection: "Pause on Headphone Unplug" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2048 | </dest> |
| 2049 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2050 | *: none |
| 2051 | headphone_detection: "Pause on Headphone Unplug" |
| 2052 | </voice> |
| 2053 | </phrase> |
| 2054 | <phrase> |
| 2055 | id: LANG_HEADPHONE_UNPLUG_RESUME |
| 2056 | desc: in pause_phones_menu. |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2057 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2058 | <source> |
| 2059 | *: none |
| 2060 | headphone_detection: "Pause and Resume" |
| 2061 | </source> |
| 2062 | <dest> |
| 2063 | *: none |
| 2064 | headphone_detection: "Pause and Resume" |
| 2065 | </dest> |
| 2066 | <voice> |
| 2067 | *: none |
| 2068 | headphone_detection: "Pause and Resume" |
| 2069 | </voice> |
| 2070 | </phrase> |
| 2071 | <phrase> |
| 2072 | id: LANG_HEADPHONE_UNPLUG_RW |
Michael Hohmuth | 5aec3c2 | 2011-05-13 22:28:47 +0000 | [diff] [blame] | 2073 | desc: deprecated |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2074 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2075 | <source> |
Michael Hohmuth | 5aec3c2 | 2011-05-13 22:28:47 +0000 | [diff] [blame] | 2076 | *: "" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2077 | </source> |
| 2078 | <dest> |
Michael Hohmuth | 5aec3c2 | 2011-05-13 22:28:47 +0000 | [diff] [blame] | 2079 | *: "" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2080 | </dest> |
| 2081 | <voice> |
Michael Hohmuth | 5aec3c2 | 2011-05-13 22:28:47 +0000 | [diff] [blame] | 2082 | *: "" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2083 | </voice> |
| 2084 | </phrase> |
| 2085 | <phrase> |
| 2086 | id: LANG_HEADPHONE_UNPLUG_DISABLE_AUTORESUME |
| 2087 | desc: in pause_phones_menu. |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2088 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2089 | <source> |
| 2090 | *: none |
| 2091 | headphone_detection: "Disable resume on startup if phones unplugged" |
| 2092 | </source> |
| 2093 | <dest> |
| 2094 | *: none |
| 2095 | headphone_detection: "Disable resume on startup if phones unplugged" |
| 2096 | </dest> |
| 2097 | <voice> |
| 2098 | *: none |
| 2099 | headphone_detection: "Disable resume on startup if phones unplugged" |
| 2100 | </voice> |
| 2101 | </phrase> |
| 2102 | <phrase> |
| 2103 | id: LANG_FILE |
| 2104 | desc: in settings_menu() |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2105 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2106 | <source> |
| 2107 | *: "File View" |
| 2108 | </source> |
| 2109 | <dest> |
| 2110 | *: "File View" |
| 2111 | </dest> |
| 2112 | <voice> |
| 2113 | *: "File View" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2114 | </voice> |
| 2115 | </phrase> |
| 2116 | <phrase> |
| 2117 | id: LANG_SORT_CASE |
| 2118 | desc: in settings_menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2119 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2120 | <source> |
| 2121 | *: "Sort Case Sensitive" |
| 2122 | </source> |
| 2123 | <dest> |
| 2124 | *: "Sort Case Sensitive" |
| 2125 | </dest> |
| 2126 | <voice> |
| 2127 | *: "Sort Case Sensitive" |
| 2128 | </voice> |
| 2129 | </phrase> |
| 2130 | <phrase> |
| 2131 | id: LANG_SORT_DIR |
| 2132 | desc: browser sorting setting |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2133 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2134 | <source> |
| 2135 | *: "Sort Directories" |
| 2136 | </source> |
| 2137 | <dest> |
| 2138 | *: "Sort Directories" |
| 2139 | </dest> |
| 2140 | <voice> |
| 2141 | *: "sort directories" |
| 2142 | </voice> |
| 2143 | </phrase> |
| 2144 | <phrase> |
| 2145 | id: LANG_SORT_FILE |
| 2146 | desc: browser sorting setting |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2147 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2148 | <source> |
| 2149 | *: "Sort Files" |
| 2150 | </source> |
| 2151 | <dest> |
| 2152 | *: "Sort Files" |
| 2153 | </dest> |
| 2154 | <voice> |
| 2155 | *: "sort files" |
| 2156 | </voice> |
| 2157 | </phrase> |
| 2158 | <phrase> |
| 2159 | id: LANG_SORT_ALPHA |
| 2160 | desc: browser sorting setting |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2161 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2162 | <source> |
| 2163 | *: "Alphabetical" |
| 2164 | </source> |
| 2165 | <dest> |
| 2166 | *: "Alphabetical" |
| 2167 | </dest> |
| 2168 | <voice> |
| 2169 | *: "Alphabetical" |
| 2170 | </voice> |
| 2171 | </phrase> |
| 2172 | <phrase> |
| 2173 | id: LANG_SORT_DATE |
| 2174 | desc: browser sorting setting |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2175 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2176 | <source> |
| 2177 | *: "By Date" |
| 2178 | </source> |
| 2179 | <dest> |
| 2180 | *: "By Date" |
| 2181 | </dest> |
| 2182 | <voice> |
| 2183 | *: "By Date" |
| 2184 | </voice> |
| 2185 | </phrase> |
| 2186 | <phrase> |
| 2187 | id: LANG_SORT_DATE_REVERSE |
| 2188 | desc: browser sorting setting |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2189 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2190 | <source> |
| 2191 | *: "By Newest Date" |
| 2192 | </source> |
| 2193 | <dest> |
| 2194 | *: "By Newest Date" |
| 2195 | </dest> |
| 2196 | <voice> |
| 2197 | *: "By Newest Date" |
| 2198 | </voice> |
| 2199 | </phrase> |
| 2200 | <phrase> |
| 2201 | id: LANG_SORT_TYPE |
| 2202 | desc: browser sorting setting |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2203 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2204 | <source> |
| 2205 | *: "By Type" |
| 2206 | </source> |
| 2207 | <dest> |
| 2208 | *: "By Type" |
| 2209 | </dest> |
| 2210 | <voice> |
| 2211 | *: "By Type" |
| 2212 | </voice> |
| 2213 | </phrase> |
| 2214 | <phrase> |
| 2215 | id: LANG_FILTER |
| 2216 | desc: setting name for dir filter |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2217 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2218 | <source> |
| 2219 | *: "Show Files" |
| 2220 | </source> |
| 2221 | <dest> |
| 2222 | *: "Show Files" |
| 2223 | </dest> |
| 2224 | <voice> |
| 2225 | *: "Show Files" |
| 2226 | </voice> |
| 2227 | </phrase> |
| 2228 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2229 | id: LANG_FILTER_SUPPORTED |
| 2230 | desc: show all file types supported by Rockbox |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2231 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2232 | <source> |
| 2233 | *: "Supported" |
| 2234 | </source> |
| 2235 | <dest> |
| 2236 | *: "Supported" |
| 2237 | </dest> |
| 2238 | <voice> |
| 2239 | *: "Supported" |
| 2240 | </voice> |
| 2241 | </phrase> |
| 2242 | <phrase> |
| 2243 | id: LANG_FILTER_MUSIC |
| 2244 | desc: show only music-related files |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2245 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2246 | <source> |
| 2247 | *: "Music" |
| 2248 | </source> |
| 2249 | <dest> |
| 2250 | *: "Music" |
| 2251 | </dest> |
| 2252 | <voice> |
| 2253 | *: "Music" |
| 2254 | </voice> |
| 2255 | </phrase> |
| 2256 | <phrase> |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2257 | id: LANG_FOLLOW |
| 2258 | desc: in settings_menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2259 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2260 | <source> |
| 2261 | *: "Follow Playlist" |
| 2262 | </source> |
| 2263 | <dest> |
| 2264 | *: "Follow Playlist" |
| 2265 | </dest> |
| 2266 | <voice> |
| 2267 | *: "Follow Playlist" |
| 2268 | </voice> |
| 2269 | </phrase> |
| 2270 | <phrase> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2271 | id: LANG_SHOW_PATH |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2272 | desc: in settings_menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2273 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2274 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2275 | *: "Show Path" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2276 | </source> |
| 2277 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2278 | *: "Show Path" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2279 | </dest> |
| 2280 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2281 | *: "Show Path" |
| 2282 | </voice> |
| 2283 | </phrase> |
| 2284 | <phrase> |
| 2285 | id: LANG_SHOW_PATH_CURRENT |
| 2286 | desc: in show path menu |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2287 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2288 | <source> |
| 2289 | *: "Current Directory Only" |
| 2290 | </source> |
| 2291 | <dest> |
| 2292 | *: "Current Directory Only" |
| 2293 | </dest> |
| 2294 | <voice> |
| 2295 | *: "Current Directory Only" |
| 2296 | </voice> |
| 2297 | </phrase> |
| 2298 | <phrase> |
| 2299 | id: LANG_DISPLAY_FULL_PATH |
| 2300 | desc: track display options |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2301 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2302 | <source> |
| 2303 | *: "Full Path" |
| 2304 | </source> |
| 2305 | <dest> |
| 2306 | *: "Full Path" |
| 2307 | </dest> |
| 2308 | <voice> |
| 2309 | *: "Full Path" |
| 2310 | </voice> |
| 2311 | </phrase> |
| 2312 | <phrase> |
| 2313 | id: LANG_BUILDING_DATABASE |
| 2314 | desc: splash database building progress |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2315 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2316 | <source> |
| 2317 | *: "Building database... %d found (OFF to return)" |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 2318 | iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" |
Nils Wallménius | 3688e94 | 2007-10-16 19:23:24 +0000 | [diff] [blame] | 2319 | ipod*: "Building database... %d found (PREV to return)" |
Sebastian Leonhardt | a507bb2 | 2015-07-20 01:50:26 +0200 | [diff] [blame] | 2320 | iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)" |
Szymon Dziok | 1fd57a2 | 2010-03-11 17:12:23 +0000 | [diff] [blame] | 2321 | iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 2322 | gogearsa9200: "Building database... %d found (REW to return)" |
Jens Arnold | b2e76da | 2011-06-24 23:55:16 +0000 | [diff] [blame] | 2323 | archosplayer: "Building DB %d found" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2324 | </source> |
| 2325 | <dest> |
| 2326 | *: "Building database... %d found (OFF to return)" |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 2327 | iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" |
Nils Wallménius | 3688e94 | 2007-10-16 19:23:24 +0000 | [diff] [blame] | 2328 | ipod*: "Building database... %d found (PREV to return)" |
Sebastian Leonhardt | a507bb2 | 2015-07-20 01:50:26 +0200 | [diff] [blame] | 2329 | iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)" |
Szymon Dziok | 1fd57a2 | 2010-03-11 17:12:23 +0000 | [diff] [blame] | 2330 | iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" |
Björn Stenberg | c074044 | 2009-12-07 12:19:08 +0000 | [diff] [blame] | 2331 | gogearsa9200: "Building database... %d found (REW to return)" |
Jens Arnold | b2e76da | 2011-06-24 23:55:16 +0000 | [diff] [blame] | 2332 | archosplayer: "Building DB %d found" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2333 | </dest> |
| 2334 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 2335 | *: "entries found for database" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2336 | </voice> |
| 2337 | </phrase> |
| 2338 | <phrase> |
| 2339 | id: LANG_TAGCACHE_RAM |
| 2340 | desc: in tag cache settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2341 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2342 | <source> |
| 2343 | *: none |
| 2344 | tc_ramcache: "Load to RAM" |
| 2345 | </source> |
| 2346 | <dest> |
| 2347 | *: none |
| 2348 | tc_ramcache: "Load to RAM" |
| 2349 | </dest> |
| 2350 | <voice> |
| 2351 | *: none |
| 2352 | tc_ramcache: "Load to RAM" |
| 2353 | </voice> |
| 2354 | </phrase> |
| 2355 | <phrase> |
| 2356 | id: LANG_TAGCACHE_AUTOUPDATE |
| 2357 | desc: in tag cache settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2358 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2359 | <source> |
| 2360 | *: "Auto Update" |
| 2361 | </source> |
| 2362 | <dest> |
| 2363 | *: "Auto Update" |
| 2364 | </dest> |
| 2365 | <voice> |
| 2366 | *: "Auto Update" |
| 2367 | </voice> |
| 2368 | </phrase> |
| 2369 | <phrase> |
| 2370 | id: LANG_TAGCACHE_FORCE_UPDATE |
| 2371 | desc: in tag cache settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2372 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2373 | <source> |
Alex Parker | 8e63df1 | 2009-05-09 16:09:01 +0000 | [diff] [blame] | 2374 | *: "Initialize Now" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2375 | </source> |
| 2376 | <dest> |
Alex Parker | 8e63df1 | 2009-05-09 16:09:01 +0000 | [diff] [blame] | 2377 | *: "Initialize Now" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2378 | </dest> |
| 2379 | <voice> |
Alex Parker | 8e63df1 | 2009-05-09 16:09:01 +0000 | [diff] [blame] | 2380 | *: "Initialize Now" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2381 | </voice> |
| 2382 | </phrase> |
| 2383 | <phrase> |
| 2384 | id: LANG_TAGCACHE_UPDATE |
| 2385 | desc: in tag cache settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2386 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2387 | <source> |
| 2388 | *: "Update Now" |
| 2389 | </source> |
| 2390 | <dest> |
| 2391 | *: "Update Now" |
| 2392 | </dest> |
| 2393 | <voice> |
| 2394 | *: "Update Now" |
| 2395 | </voice> |
| 2396 | </phrase> |
| 2397 | <phrase> |
| 2398 | id: LANG_RUNTIMEDB_ACTIVE |
| 2399 | desc: in settings_menu. |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2400 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2401 | <source> |
| 2402 | *: "Gather Runtime Data" |
| 2403 | </source> |
| 2404 | <dest> |
| 2405 | *: "Gather Runtime Data" |
| 2406 | </dest> |
| 2407 | <voice> |
| 2408 | *: "Gather Runtime Data" |
| 2409 | </voice> |
| 2410 | </phrase> |
| 2411 | <phrase> |
| 2412 | id: LANG_TAGCACHE_EXPORT |
| 2413 | desc: in tag cache settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2414 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2415 | <source> |
| 2416 | *: "Export Modifications" |
| 2417 | </source> |
| 2418 | <dest> |
| 2419 | *: "Export Modifications" |
| 2420 | </dest> |
| 2421 | <voice> |
| 2422 | *: "Export Modifications" |
| 2423 | </voice> |
| 2424 | </phrase> |
| 2425 | <phrase> |
| 2426 | id: LANG_TAGCACHE_IMPORT |
| 2427 | desc: in tag cache settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2428 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2429 | <source> |
| 2430 | *: "Import Modifications" |
| 2431 | </source> |
| 2432 | <dest> |
| 2433 | *: "Import Modifications" |
| 2434 | </dest> |
| 2435 | <voice> |
| 2436 | *: "Import Modifications" |
| 2437 | </voice> |
| 2438 | </phrase> |
| 2439 | <phrase> |
| 2440 | id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH |
| 2441 | desc: in tag cache settings |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2442 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2443 | <source> |
| 2444 | *: "Updating in background" |
| 2445 | </source> |
| 2446 | <dest> |
| 2447 | *: "Updating in background" |
| 2448 | </dest> |
| 2449 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 2450 | *: "Updating in background" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2451 | </voice> |
| 2452 | </phrase> |
| 2453 | <phrase> |
| 2454 | id: LANG_TAGCACHE_INIT |
| 2455 | desc: while initializing tagcache on boot |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2456 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2457 | <source> |
| 2458 | *: "Committing database" |
| 2459 | </source> |
| 2460 | <dest> |
| 2461 | *: "Committing database" |
| 2462 | </dest> |
| 2463 | <voice> |
Nils Wallménius | 5b76936 | 2007-08-06 13:08:36 +0000 | [diff] [blame] | 2464 | *: "Committing database" |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2465 | </voice> |
| 2466 | </phrase> |
| 2467 | <phrase> |
| 2468 | id: LANG_TAGCACHE_BUSY |
| 2469 | desc: when trying to shutdown and tagcache is committing |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2470 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2471 | <source> |
| 2472 | *: "Database is not ready" |
| 2473 | </source> |
| 2474 | <dest> |
| 2475 | *: "Database is not ready" |
| 2476 | </dest> |
| 2477 | <voice> |
| 2478 | *: "Database is not ready" |
| 2479 | </voice> |
| 2480 | </phrase> |
| 2481 | <phrase> |
| 2482 | id: LANG_TAGNAVI_ALL_TRACKS |
| 2483 | desc: "<All tracks>" entry in tag browser |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2484 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2485 | <source> |
| 2486 | *: "<All tracks>" |
| 2487 | </source> |
| 2488 | <dest> |
| 2489 | *: "<All tracks>" |
| 2490 | </dest> |
| 2491 | <voice> |
| 2492 | *: "All tracks" |
| 2493 | </voice> |
| 2494 | </phrase> |
| 2495 | <phrase> |
| 2496 | id: LANG_DISPLAY |
| 2497 | desc: in settings_menu() |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2498 | user: core |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2499 | <source> |
| 2500 | *: "Display" |
| 2501 | </source> |
| 2502 | <dest> |
| 2503 | *: "Display" |
| 2504 | </dest> |
| 2505 | <voice> |
| 2506 | *: "Display" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2507 | </voice> |
| 2508 | </phrase> |
| 2509 | <phrase> |
| 2510 | id: LANG_CUSTOM_FONT |
| 2511 | desc: in setting_menu() |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2512 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2513 | <source> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2514 | *: none |
Jonas Häggqvist | 4b83175 | 2009-06-22 17:37:36 +0000 | [diff] [blame] | 2515 | lcd_bitmap: "Font" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2516 | </source> |
| 2517 | <dest> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2518 | *: none |
Jonas Häggqvist | 4b83175 | 2009-06-22 17:37:36 +0000 | [diff] [blame] | 2519 | lcd_bitmap: "Font" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2520 | </dest> |
| 2521 | <voice> |
Nils Wallménius | b311367 | 2007-08-05 19:19:39 +0000 | [diff] [blame] | 2522 | *: none |
Jonas Häggqvist | 4b83175 | 2009-06-22 17:37:36 +0000 | [diff] [blame] | 2523 | lcd_bitmap: "Font" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2524 | </voice> |
| 2525 | </phrase> |
| 2526 | <phrase> |
| 2527 | id: LANG_WHILE_PLAYING |
| 2528 | desc: in settings_menu() |
Tom Ross | 104fb37 | 2009-03-03 01:38:26 +0000 | [diff] [blame] | 2529 | user: core |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2530 | <source> |
Jonas Häggqvist | 4b83175 | 2009-06-22 17:37:36 +0000 | [diff] [blame] | 2531 | *: "While Playing Screen" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2532 | </source> |
| 2533 | <dest> |
Jonas Häggqvist | 4b83175 | 2009-06-22 17:37:36 +0000 | [diff] [blame] | 2534 | *: "While Playing Screen" |
Daniel Stenberg | c06e777 | 2006-04-03 21:11:11 +0000 | [diff] [blame] | 2535 | </dest> |
| 2536 | <voice> |
Jonas Häggqvist | 4b83175 | 2009-06-22 17:37:36 +0000 | [diff] [blame] | 2537 | *: "While playing screen" |
Daniel Stenberg | |