diff options
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r-- | apps/lang/english.lang | 229 |
1 files changed, 115 insertions, 114 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index c7dad66b1a..7c0579d68a 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang | |||
@@ -39,55 +39,56 @@ | |||
39 | # | 39 | # |
40 | # All phrases have a default string like: *: "default" that will be used if no | 40 | # All phrases have a default string like: *: "default" that will be used if no |
41 | # other string matches for the particular model you build the language for. If | 41 | # other string matches for the particular model you build the language for. If |
42 | # you want a particular string for the iriver h300 series you'd write it like: | 42 | # you want a particular string for the iriverh300 series you'd write it like: |
43 | # h300: "h300-specific string" (below the default line). If your string isn't | 43 | # iriverh300: "iriverh300-specific string" (below the default line). |
44 | # used for all targets set the default to none like: *: none (no quotes!) this | 44 | # |
45 | # will not include the string for target that will not need it, see | 45 | # If your string isn't used for all targets set the default to none like: *: |
46 | # apps/features.txt for available categories that can be used instead of the | 46 | # none (no quotes!) this will not include the string for target that will not |
47 | # target name, for example: swcodec: "swcodec-specific string". | 47 | # need it, see apps/features.txt for available categories that can be used |
48 | # instead of the target name, for example: swcodec: "swcodec-specific string". | ||
48 | # | 49 | # |
49 | # | 50 | # |
50 | # The target names used are picked from the configure script and are set in the | 51 | # The target names used are picked from the configure script and are set in the |
51 | # MODELNAME variable in the root makefile. Currently, they are: | 52 | # MODELNAME variable in the root makefile. Currently, they are: |
52 | # Target Target string | 53 | # Target Target string |
53 | # Archos | 54 | # Archos |
54 | # Player/Studio player | 55 | # Player/Studio archosplayer |
55 | # Recorder recorder | 56 | # Recorder archosrecorder |
56 | # FM Recorder fmrecorder | 57 | # FM Recorder archosfmrecorder |
57 | # Recorder V2 recorderv2 | 58 | # Recorder V2 archosrecorderv2 |
58 | # Ondio SP ondiosp | 59 | # Ondio SP archosondiosp |
59 | # Ondio FM ondiofm | 60 | # Ondio FM archosondiofm |
60 | # iriver | 61 | # iriver |
61 | # H100/H110/H115 h100 | 62 | # H100/H110/H115 iriverh100 |
62 | # H120/H140 h120 | 63 | # H120/H140 iriverh120 |
63 | # H320/H340 h300 | 64 | # H320/H340 iriverh300 |
64 | # H10 h10 | 65 | # H10 iriverh10 |
65 | # IFP 7XX ifp7xx | 66 | # IFP 7XX iriverifp7xx |
66 | # iaudio | 67 | # iaudio |
67 | # X5 x5 | 68 | # X5 iaudiox5 |
68 | # M5 m5 | 69 | # M5 iaudiom5 |
69 | # ipod | 70 | # ipod |
70 | # All iPods ipod* | 71 | # All iPods ipod* |
71 | # 4G Color/Photo ipodcolor | 72 | # 4G Color/Photo ipodcolor |
72 | # Nano ipodnano | 73 | # Nano ipodnano1g |
73 | # Video (5G) ipodvideo | 74 | # Video (5G) ipodvideo |
74 | # 3G ipod3g | 75 | # 3G ipod3g |
75 | # 4G gray ipod4g | 76 | # 4G gray ipod4g |
76 | # mini ipodmini | 77 | # mini ipodmini1g |
77 | # mini 2G ipodmini2g | 78 | # mini 2G ipodmini2g |
78 | # Toshiba | 79 | # Toshiba |
79 | # Gigabeat Fxx gigabeatf | 80 | # Gigabeat Fxx gigabeatfx |
80 | # Gigabeat Sxx gigabeats | 81 | # Gigabeat Sxx gigabeats |
81 | # | 82 | # |
82 | # Sandisk | 83 | # Sandisk |
83 | # Sansa E200 e200 | 84 | # Sansa E200 sansae200 |
84 | # Sansa C200 c200* | 85 | # Sansa C200 sansac200* |
85 | # | 86 | # |
86 | # Olympus | 87 | # Olympus |
87 | # m:robe 100 mrobe100 | 88 | # m:robe 100 mrobe100 |
88 | # | 89 | # |
89 | # Philips | 90 | # Philips |
90 | # GoGear SA9200 sa9200 | 91 | # GoGear SA9200 gogearsa9200 |
91 | 92 | ||
92 | <phrase> | 93 | <phrase> |
93 | id: LANG_SET_BOOL_YES | 94 | id: LANG_SET_BOOL_YES |
@@ -334,17 +335,17 @@ | |||
334 | <source> | 335 | <source> |
335 | *: "PLAY = Yes" | 336 | *: "PLAY = Yes" |
336 | cowond2*: "MENU = Yes" | 337 | cowond2*: "MENU = Yes" |
337 | h100,h120,h300: "NAVI = Yes" | 338 | iriverh100,iriverh120,iriverh300: "NAVI = Yes" |
338 | yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,clip*,fuze*: "SELECT = Yes" | 339 | samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" |
339 | player: "(PLAY/STOP)" | 340 | archosplayer: "(PLAY/STOP)" |
340 | </source> | 341 | </source> |
341 | <dest> | 342 | <dest> |
342 | *: "PLAY = Yes" | 343 | *: "PLAY = Yes" |
343 | cowond2*: "MENU = Yes" | 344 | cowond2*: "MENU = Yes" |
344 | h100,h120,h300: "NAVI = Yes" | 345 | iriverh100,iriverh120,iriverh300: "NAVI = Yes" |
345 | yh*,ipod*,x5,m5,gigabeat*,e200*,c200*,h10,h10_5gb,mrobe100,clip*,fuze*: "SELECT = Yes" | 346 | samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" |
346 | mrobe500: "PLAY or POWER = Yes" | 347 | mrobe500: "PLAY or POWER = Yes" |
347 | player: "(PLAY/STOP)" | 348 | archosplayer: "(PLAY/STOP)" |
348 | </dest> | 349 | </dest> |
349 | <voice> | 350 | <voice> |
350 | *: "" | 351 | *: "" |
@@ -356,15 +357,15 @@ | |||
356 | user: core | 357 | user: core |
357 | <source> | 358 | <source> |
358 | *: "Any Other = No" | 359 | *: "Any Other = No" |
359 | player: none | 360 | archosplayer: none |
360 | </source> | 361 | </source> |
361 | <dest> | 362 | <dest> |
362 | *: "Any Other = No" | 363 | *: "Any Other = No" |
363 | player: none | 364 | archosplayer: none |
364 | </dest> | 365 | </dest> |
365 | <voice> | 366 | <voice> |
366 | *: "" | 367 | *: "" |
367 | player: none | 368 | archosplayer: none |
368 | </voice> | 369 | </voice> |
369 | </phrase> | 370 | </phrase> |
370 | <phrase> | 371 | <phrase> |
@@ -2457,19 +2458,19 @@ | |||
2457 | user: core | 2458 | user: core |
2458 | <source> | 2459 | <source> |
2459 | *: "Building database... %d found (OFF to return)" | 2460 | *: "Building database... %d found (OFF to return)" |
2460 | h100,h120,h300: "Building database... %d found (STOP to return)" | 2461 | iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" |
2461 | ipod*: "Building database... %d found (PREV to return)" | 2462 | ipod*: "Building database... %d found (PREV to return)" |
2462 | x5,m5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" | 2463 | iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" |
2463 | h10,h10_5gb,e200*,c200*,fuze*: "Building database... %d found (PREV to return)" | 2464 | iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*: "Building database... %d found (PREV to return)" |
2464 | sa9200: "Building database... %d found (REW to return)" | 2465 | gogearsa9200: "Building database... %d found (REW to return)" |
2465 | </source> | 2466 | </source> |
2466 | <dest> | 2467 | <dest> |
2467 | *: "Building database... %d found (OFF to return)" | 2468 | *: "Building database... %d found (OFF to return)" |
2468 | h100,h120,h300: "Building database... %d found (STOP to return)" | 2469 | iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" |
2469 | ipod*: "Building database... %d found (PREV to return)" | 2470 | ipod*: "Building database... %d found (PREV to return)" |
2470 | x5,m5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" | 2471 | iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" |
2471 | h10,h10_5gb,e200*,c200*,fuze*: "Building database... %d found (PREV to return)" | 2472 | iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*: "Building database... %d found (PREV to return)" |
2472 | sa9200: "Building database... %d found (REW to return)" | 2473 | gogearsa9200: "Building database... %d found (REW to return)" |
2473 | </dest> | 2474 | </dest> |
2474 | <voice> | 2475 | <voice> |
2475 | *: "entries found for database" | 2476 | *: "entries found for database" |
@@ -3269,7 +3270,7 @@ | |||
3269 | </phrase> | 3270 | </phrase> |
3270 | <phrase> | 3271 | <phrase> |
3271 | id: LANG_JUMP_SCROLL | 3272 | id: LANG_JUMP_SCROLL |
3272 | desc: (player) menu alternative for jump scroll | 3273 | desc: (archosplayer) menu alternative for jump scroll |
3273 | user: core | 3274 | user: core |
3274 | <source> | 3275 | <source> |
3275 | *: "Jump Scroll" | 3276 | *: "Jump Scroll" |
@@ -3283,7 +3284,7 @@ | |||
3283 | </phrase> | 3284 | </phrase> |
3284 | <phrase> | 3285 | <phrase> |
3285 | id: LANG_ONE_TIME | 3286 | id: LANG_ONE_TIME |
3286 | desc: (player) the jump scroll shall be done "one time" | 3287 | desc: (archosplayer) the jump scroll shall be done "one time" |
3287 | user: core | 3288 | user: core |
3288 | <source> | 3289 | <source> |
3289 | *: "One time" | 3290 | *: "One time" |
@@ -3297,7 +3298,7 @@ | |||
3297 | </phrase> | 3298 | </phrase> |
3298 | <phrase> | 3299 | <phrase> |
3299 | id: LANG_JUMP_SCROLL_DELAY | 3300 | id: LANG_JUMP_SCROLL_DELAY |
3300 | desc: (player) Delay before making a jump scroll | 3301 | desc: (archosplayer) Delay before making a jump scroll |
3301 | user: core | 3302 | user: core |
3302 | <source> | 3303 | <source> |
3303 | *: "Jump Scroll Delay" | 3304 | *: "Jump Scroll Delay" |
@@ -3929,17 +3930,17 @@ | |||
3929 | <source> | 3930 | <source> |
3930 | *: none | 3931 | *: none |
3931 | button_light: "Button Light Timeout" | 3932 | button_light: "Button Light Timeout" |
3932 | fuze*,e200*: "Wheel Light Timeout" | 3933 | sansafuze*,sansae200*: "Wheel Light Timeout" |
3933 | </source> | 3934 | </source> |
3934 | <dest> | 3935 | <dest> |
3935 | *: none | 3936 | *: none |
3936 | button_light: "Button Light Timeout" | 3937 | button_light: "Button Light Timeout" |
3937 | fuze*,e200*: "Wheel Light Timeout" | 3938 | sansafuze*,sansae200*: "Wheel Light Timeout" |
3938 | </dest> | 3939 | </dest> |
3939 | <voice> | 3940 | <voice> |
3940 | *: none | 3941 | *: none |
3941 | button_light: "Button Light Timeout" | 3942 | button_light: "Button Light Timeout" |
3942 | fuze*,e200*: "Wheel Light Timeout" | 3943 | sansafuze*,sansae200*: "Wheel Light Timeout" |
3943 | </voice> | 3944 | </voice> |
3944 | </phrase> | 3945 | </phrase> |
3945 | <phrase> | 3946 | <phrase> |
@@ -4221,21 +4222,21 @@ | |||
4221 | *: none | 4222 | *: none |
4222 | rtc: "ON = Set" | 4223 | rtc: "ON = Set" |
4223 | mrobe500: "HEART = Set" | 4224 | mrobe500: "HEART = Set" |
4224 | h100,h120,h300: "NAVI = Set" | 4225 | iriverh100,iriverh120,iriverh300: "NAVI = Set" |
4225 | ipod*,x5,m5,h10,h10_5gb,e200*,c200*,gigabeat*,mrobe100,clip*,fuze*: "SELECT = Set" | 4226 | ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" |
4226 | sa9200: "PLAY = Set" | 4227 | gogearsa9200: "PLAY = Set" |
4227 | </source> | 4228 | </source> |
4228 | <dest> | 4229 | <dest> |
4229 | *: none | 4230 | *: none |
4230 | rtc: "ON = Set" | 4231 | rtc: "ON = Set" |
4231 | mrobe500: "HEART = Set" | 4232 | mrobe500: "HEART = Set" |
4232 | h100,h120,h300: "NAVI = Set" | 4233 | iriverh100,iriverh120,iriverh300: "NAVI = Set" |
4233 | ipod*,x5,m5,h10,h10_5gb,e200*,c200*,gigabeat*,mrobe100,clip*,fuze*: "SELECT = Set" | 4234 | ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" |
4234 | sa9200: "PLAY = Set" | 4235 | gogearsa9200: "PLAY = Set" |
4235 | </dest> | 4236 | </dest> |
4236 | <voice> | 4237 | <voice> |
4237 | *: none | 4238 | *: none |
4238 | rtc,h100,h120,h300,h10,h10_5gb,x5,m5,ipod*,e200*,c200*,gigabeat*,mrobe100,sa9200: "" | 4239 | rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" |
4239 | </voice> | 4240 | </voice> |
4240 | </phrase> | 4241 | </phrase> |
4241 | <phrase> | 4242 | <phrase> |
@@ -4246,31 +4247,31 @@ | |||
4246 | *: none | 4247 | *: none |
4247 | rtc: "OFF = Revert" | 4248 | rtc: "OFF = Revert" |
4248 | mrobe500: "POWER = Revert" | 4249 | mrobe500: "POWER = Revert" |
4249 | h100,h120,h300: "STOP = Revert" | 4250 | iriverh100,iriverh120,iriverh300: "STOP = Revert" |
4250 | ipod*,c200*: "MENU = Revert" | 4251 | ipod*,sansac200*: "MENU = Revert" |
4251 | x5,m5: "RECORD = Revert" | 4252 | iaudiox5,iaudiom5: "RECORD = Revert" |
4252 | h10,h10_5gb,e200*,fuze*: "PREV = Revert" | 4253 | iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "PREV = Revert" |
4253 | gigabeatf: "POWER = Revert" | 4254 | gigabeatfx: "POWER = Revert" |
4254 | mrobe100: "DISPLAY = Revert" | 4255 | mrobe100: "DISPLAY = Revert" |
4255 | gigabeats: "BACK = Revert" | 4256 | gigabeats: "BACK = Revert" |
4256 | sa9200: "LEFT = Revert" | 4257 | gogearsa9200: "LEFT = Revert" |
4257 | </source> | 4258 | </source> |
4258 | <dest> | 4259 | <dest> |
4259 | *: none | 4260 | *: none |
4260 | rtc: "OFF = Revert" | 4261 | rtc: "OFF = Revert" |
4261 | mrobe500: "POWER = Revert" | 4262 | mrobe500: "POWER = Revert" |
4262 | h100,h120,h300: "STOP = Revert" | 4263 | iriverh100,iriverh120,iriverh300: "STOP = Revert" |
4263 | ipod*,c200*: "MENU = Revert" | 4264 | ipod*,sansac200*: "MENU = Revert" |
4264 | x5,m5: "RECORD = Revert" | 4265 | iaudiox5,iaudiom5: "RECORD = Revert" |
4265 | h10,h10_5gb,e200*,fuze*: "PREV = Revert" | 4266 | iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "PREV = Revert" |
4266 | gigabeatf: "POWER = Revert" | 4267 | gigabeatfx: "POWER = Revert" |
4267 | mrobe100: "DISPLAY = Revert" | 4268 | mrobe100: "DISPLAY = Revert" |
4268 | gigabeats: "BACK = Revert" | 4269 | gigabeats: "BACK = Revert" |
4269 | sa9200: "LEFT = Revert" | 4270 | gogearsa9200: "LEFT = Revert" |
4270 | </dest> | 4271 | </dest> |
4271 | <voice> | 4272 | <voice> |
4272 | *: none | 4273 | *: none |
4273 | rtc,h100,h120,h300,ipod*,e200*,c200*,x5,m5,h10,h10_5gb,gigabeat*,mrobe100,sa9200: "" | 4274 | rtc,iriverh100,iriverh120,iriverh300,ipod*,sansae200*,sansac200*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,gigabeat*,mrobe100,gogearsa9200: "" |
4274 | </voice> | 4275 | </voice> |
4275 | </phrase> | 4276 | </phrase> |
4276 | <phrase> | 4277 | <phrase> |
@@ -4793,14 +4794,14 @@ | |||
4793 | *: none | 4794 | *: none |
4794 | alarm: "PLAY=Set OFF=Cancel" | 4795 | alarm: "PLAY=Set OFF=Cancel" |
4795 | ipod*: "SELECT=Set MENU=Cancel" | 4796 | ipod*: "SELECT=Set MENU=Cancel" |
4796 | h10,h10_5gb: "SELECT=Set PREV=Cancel" | 4797 | iriverh10,iriverh10_5gb: "SELECT=Set PREV=Cancel" |
4797 | gigabeats: "SELECT=Set POWER=Cancel" | 4798 | gigabeats: "SELECT=Set POWER=Cancel" |
4798 | </source> | 4799 | </source> |
4799 | <dest> | 4800 | <dest> |
4800 | *: none | 4801 | *: none |
4801 | alarm: "PLAY=Set OFF=Cancel" | 4802 | alarm: "PLAY=Set OFF=Cancel" |
4802 | ipod*: "SELECT=Set MENU=Cancel" | 4803 | ipod*: "SELECT=Set MENU=Cancel" |
4803 | h10,h10_5gb: "SELECT=Set PREV=Cancel" | 4804 | iriverh10,iriverh10_5gb: "SELECT=Set PREV=Cancel" |
4804 | gigabeats: "SELECT=Set POWER=Cancel" | 4805 | gigabeats: "SELECT=Set POWER=Cancel" |
4805 | </dest> | 4806 | </dest> |
4806 | <voice> | 4807 | <voice> |
@@ -5975,17 +5976,17 @@ | |||
5975 | <source> | 5976 | <source> |
5976 | *: none | 5977 | *: none |
5977 | recording: "Microphone" | 5978 | recording: "Microphone" |
5978 | h100,h120,h300: "Internal Microphone" | 5979 | iriverh100,iriverh120,iriverh300: "Internal Microphone" |
5979 | </source> | 5980 | </source> |
5980 | <dest> | 5981 | <dest> |
5981 | *: none | 5982 | *: none |
5982 | recording: "Microphone" | 5983 | recording: "Microphone" |
5983 | h100,h120,h300: "Internal Microphone" | 5984 | iriverh100,iriverh120,iriverh300: "Internal Microphone" |
5984 | </dest> | 5985 | </dest> |
5985 | <voice> | 5986 | <voice> |
5986 | *: none | 5987 | *: none |
5987 | recording: "Microphone" | 5988 | recording: "Microphone" |
5988 | h100,h120,h300: "Internal Microphone" | 5989 | iriverh100,iriverh120,iriverh300: "Internal Microphone" |
5989 | </voice> | 5990 | </voice> |
5990 | </phrase> | 5991 | </phrase> |
5991 | <phrase> | 5992 | <phrase> |
@@ -6011,15 +6012,15 @@ | |||
6011 | user: core | 6012 | user: core |
6012 | <source> | 6013 | <source> |
6013 | *: none | 6014 | *: none |
6014 | recording,player: "Line In" | 6015 | recording,archosplayer: "Line In" |
6015 | </source> | 6016 | </source> |
6016 | <dest> | 6017 | <dest> |
6017 | *: none | 6018 | *: none |
6018 | recording,player: "Line In" | 6019 | recording,archosplayer: "Line In" |
6019 | </dest> | 6020 | </dest> |
6020 | <voice> | 6021 | <voice> |
6021 | *: none | 6022 | *: none |
6022 | recording,player: "Line In" | 6023 | recording,archosplayer: "Line In" |
6023 | </voice> | 6024 | </voice> |
6024 | </phrase> | 6025 | </phrase> |
6025 | <phrase> | 6026 | <phrase> |
@@ -6949,11 +6950,11 @@ | |||
6949 | user: core | 6950 | user: core |
6950 | <source> | 6951 | <source> |
6951 | *: "Buffer:" | 6952 | *: "Buffer:" |
6952 | player: "Buf:" | 6953 | archosplayer: "Buf:" |
6953 | </source> | 6954 | </source> |
6954 | <dest> | 6955 | <dest> |
6955 | *: "Buffer:" | 6956 | *: "Buffer:" |
6956 | player: "Buf:" | 6957 | archosplayer: "Buf:" |
6957 | </dest> | 6958 | </dest> |
6958 | <voice> | 6959 | <voice> |
6959 | *: "Buffer size" | 6960 | *: "Buffer size" |
@@ -6965,13 +6966,13 @@ | |||
6965 | user: core | 6966 | user: core |
6966 | <source> | 6967 | <source> |
6967 | *: "Battery: %d%% %dh %dm" | 6968 | *: "Battery: %d%% %dh %dm" |
6968 | player,recorder,fmrecorder,recorderv2,ondio*,ifp7xx: "%d%% %dh %dm" | 6969 | archosplayer,archosrecorder,archosfmrecorder,archosrecorderv2,ondio*,iriverifp7xx: "%d%% %dh %dm" |
6969 | h10,ipodmini,ipodmini2g: "Batt: %d%% %dh %dm" | 6970 | iriverh10,ipodmini1g,ipodmini2g: "Batt: %d%% %dh %dm" |
6970 | </source> | 6971 | </source> |
6971 | <dest> | 6972 | <dest> |
6972 | *: "Battery: %d%% %dh %dm" | 6973 | *: "Battery: %d%% %dh %dm" |
6973 | player,recorder,fmrecorder,recorderv2,ondio*,ifp7xx: "%d%% %dh %dm" | 6974 | archosplayer,archosrecorder,archosfmrecorder,archosrecorderv2,ondio*,iriverifp7xx: "%d%% %dh %dm" |
6974 | h10,ipodmini,ipodmini2g: "Batt: %d%% %dh %dm" | 6975 | iriverh10,ipodmini1g,ipodmini2g: "Batt: %d%% %dh %dm" |
6975 | </dest> | 6976 | </dest> |
6976 | <voice> | 6977 | <voice> |
6977 | *: "Battery level" | 6978 | *: "Battery level" |
@@ -7029,19 +7030,19 @@ | |||
7029 | <source> | 7030 | <source> |
7030 | *: none | 7031 | *: none |
7031 | multivolume: "HD1" | 7032 | multivolume: "HD1" |
7032 | e200*,c200*,fuze*: "mSD:" | 7033 | sansae200*,sansac200*,sansafuze*: "mSD:" |
7033 | ondio*: "MMC:" | 7034 | ondio*: "MMC:" |
7034 | </source> | 7035 | </source> |
7035 | <dest> | 7036 | <dest> |
7036 | *: none | 7037 | *: none |
7037 | multivolume: "HD1" | 7038 | multivolume: "HD1" |
7038 | e200*,c200*,fuze*: "MSD:" | 7039 | sansae200*,sansac200*,sansafuze*: "MSD:" |
7039 | ondio*: "MMC:" | 7040 | ondio*: "MMC:" |
7040 | </dest> | 7041 | </dest> |
7041 | <voice> | 7042 | <voice> |
7042 | *: none | 7043 | *: none |
7043 | multivolume: "H D 1" | 7044 | multivolume: "H D 1" |
7044 | e200*,c200*,fuze*: "micro S D" | 7045 | sansae200*,sansac200*,sansafuze*: "micro S D" |
7045 | ondio*: "M M C" | 7046 | ondio*: "M M C" |
7046 | </voice> | 7047 | </voice> |
7047 | </phrase> | 7048 | </phrase> |
@@ -8153,11 +8154,11 @@ | |||
8153 | user: core | 8154 | user: core |
8154 | <source> | 8155 | <source> |
8155 | *: "End of Song List" | 8156 | *: "End of Song List" |
8156 | player: "End of List" | 8157 | archosplayer: "End of List" |
8157 | </source> | 8158 | </source> |
8158 | <dest> | 8159 | <dest> |
8159 | *: "End of Song List" | 8160 | *: "End of Song List" |
8160 | player: "End of List" | 8161 | archosplayer: "End of List" |
8161 | </dest> | 8162 | </dest> |
8162 | <voice> | 8163 | <voice> |
8163 | *: "End of Song List" | 8164 | *: "End of Song List" |
@@ -8402,20 +8403,20 @@ | |||
8402 | <source> | 8403 | <source> |
8403 | *: none | 8404 | *: none |
8404 | recording: "The disk is full. Press OFF to continue." | 8405 | recording: "The disk is full. Press OFF to continue." |
8405 | h100,h120,h300: "The disk is full. Press STOP to continue." | 8406 | iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." |
8406 | m5,x5: "The disk is full. Press POWER to continue." | 8407 | iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." |
8407 | e200*,c200*: "The disk is full. Press PREV to continue." | 8408 | sansae200*,sansac200*: "The disk is full. Press PREV to continue." |
8408 | </source> | 8409 | </source> |
8409 | <dest> | 8410 | <dest> |
8410 | *: none | 8411 | *: none |
8411 | recording: "The disk is full. Press OFF to continue." | 8412 | recording: "The disk is full. Press OFF to continue." |
8412 | h100,h120,h300: "The disk is full. Press STOP to continue." | 8413 | iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." |
8413 | m5,x5: "The disk is full. Press POWER to continue." | 8414 | iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." |
8414 | e200*,c200*: "The disk is full. Press PREV to continue." | 8415 | sansae200*,sansac200*: "The disk is full. Press PREV to continue." |
8415 | </dest> | 8416 | </dest> |
8416 | <voice> | 8417 | <voice> |
8417 | *: none | 8418 | *: none |
8418 | recording,h100,h120,h300,m5,x5,e200*,c200*: "" | 8419 | recording,iriverh100,iriverh120,iriverh300,iaudiom5,iaudiox5,sansae200*,sansac200*: "" |
8419 | </voice> | 8420 | </voice> |
8420 | </phrase> | 8421 | </phrase> |
8421 | <phrase> | 8422 | <phrase> |
@@ -8499,25 +8500,25 @@ | |||
8499 | </phrase> | 8500 | </phrase> |
8500 | <phrase> | 8501 | <phrase> |
8501 | id: LANG_OFF_ABORT | 8502 | id: LANG_OFF_ABORT |
8502 | desc: Used on recorder models | 8503 | desc: Used on archosrecorder models |
8503 | user: core | 8504 | user: core |
8504 | <source> | 8505 | <source> |
8505 | *: "OFF to abort" | 8506 | *: "OFF to abort" |
8506 | player,h100,h120,h300: "STOP to abort" | 8507 | archosplayer,iriverh100,iriverh120,iriverh300: "STOP to abort" |
8507 | ipod*: "PLAY/PAUSE to abort" | 8508 | ipod*: "PLAY/PAUSE to abort" |
8508 | x5,m5: "Long PLAY to abort" | 8509 | iaudiox5,iaudiom5: "Long PLAY to abort" |
8509 | h10,h10_5gb,e200*,c200*: "PREV to abort" | 8510 | iriverh10,iriverh10_5gb,sansae200*,sansac200*: "PREV to abort" |
8510 | gigabeats: "BACK to abort" | 8511 | gigabeats: "BACK to abort" |
8511 | gigabeatf: "POWER to abort" | 8512 | gigabeatfx: "POWER to abort" |
8512 | </source> | 8513 | </source> |
8513 | <dest> | 8514 | <dest> |
8514 | *: "OFF to abort" | 8515 | *: "OFF to abort" |
8515 | player,h100,h120,h300: "STOP to abort" | 8516 | archosplayer,iriverh100,iriverh120,iriverh300: "STOP to abort" |
8516 | ipod*: "PLAY/PAUSE to abort" | 8517 | ipod*: "PLAY/PAUSE to abort" |
8517 | x5,m5: "Long PLAY to abort" | 8518 | iaudiox5,iaudiom5: "Long PLAY to abort" |
8518 | h10,h10_5gb,e200*,c200*: "PREV to abort" | 8519 | iriverh10,iriverh10_5gb,sansae200*,sansac200*: "PREV to abort" |
8519 | gigabeats: "BACK to abort" | 8520 | gigabeats: "BACK to abort" |
8520 | gigabeatf: "POWER to abort" | 8521 | gigabeatfx: "POWER to abort" |
8521 | </dest> | 8522 | </dest> |
8522 | <voice> | 8523 | <voice> |
8523 | *: "" | 8524 | *: "" |
@@ -8741,19 +8742,19 @@ | |||
8741 | </phrase> | 8742 | </phrase> |
8742 | <phrase> | 8743 | <phrase> |
8743 | id: LANG_BATTERY_TOPOFF_CHARGE | 8744 | id: LANG_BATTERY_TOPOFF_CHARGE |
8744 | desc: in info display, shows that top off charge is running Only for V1 recorder | 8745 | desc: in info display, shows that top off charge is running Only for V1 archosrecorder |
8745 | user: core | 8746 | user: core |
8746 | <source> | 8747 | <source> |
8747 | *: none | 8748 | *: none |
8748 | recorder: "Battery: Top-Off Chg" | 8749 | archosrecorder: "Battery: Top-Off Chg" |
8749 | </source> | 8750 | </source> |
8750 | <dest> | 8751 | <dest> |
8751 | *: none | 8752 | *: none |
8752 | recorder: "Battery: Top-Off Chg" | 8753 | archosrecorder: "Battery: Top-Off Chg" |
8753 | </dest> | 8754 | </dest> |
8754 | <voice> | 8755 | <voice> |
8755 | *: none | 8756 | *: none |
8756 | recorder: "Top off charge" | 8757 | archosrecorder: "Top off charge" |
8757 | </voice> | 8758 | </voice> |
8758 | </phrase> | 8759 | </phrase> |
8759 | <phrase> | 8760 | <phrase> |
@@ -10570,7 +10571,7 @@ | |||
10570 | </dest> | 10571 | </dest> |
10571 | <voice> | 10572 | <voice> |
10572 | *: none | 10573 | *: none |
10573 | recording,h100,h120,h300,m5,x5,ipod4g,ipodcolor,ipodnano,ipodvideo,e200*,c200*: "" | 10574 | recording,iriverh100,iriverh120,iriverh300,iaudiom5,iaudiox5,ipod4g,ipodcolor,ipodnano1g,ipodvideo,sansae200*,sansac200*: "" |
10574 | </voice> | 10575 | </voice> |
10575 | </phrase> | 10576 | </phrase> |
10576 | <phrase> | 10577 | <phrase> |
@@ -11781,15 +11782,15 @@ | |||
11781 | user: core | 11782 | user: core |
11782 | <source> | 11783 | <source> |
11783 | *: none | 11784 | *: none |
11784 | gigabeatf: "Touchpad Sensitivity" | 11785 | gigabeatfx: "Touchpad Sensitivity" |
11785 | </source> | 11786 | </source> |
11786 | <dest> | 11787 | <dest> |
11787 | *: none | 11788 | *: none |
11788 | gigabeatf: "Touchpad Sensitivity" | 11789 | gigabeatfx: "Touchpad Sensitivity" |
11789 | </dest> | 11790 | </dest> |
11790 | <voice> | 11791 | <voice> |
11791 | *: none | 11792 | *: none |
11792 | gigabeatf: "Touchpad Sensitivity" | 11793 | gigabeatfx: "Touchpad Sensitivity" |
11793 | </voice> | 11794 | </voice> |
11794 | </phrase> | 11795 | </phrase> |
11795 | <phrase> | 11796 | <phrase> |
@@ -11798,15 +11799,15 @@ | |||
11798 | user: core | 11799 | user: core |
11799 | <source> | 11800 | <source> |
11800 | *: none | 11801 | *: none |
11801 | gigabeatf: "High" | 11802 | gigabeatfx: "High" |
11802 | </source> | 11803 | </source> |
11803 | <dest> | 11804 | <dest> |
11804 | *: none | 11805 | *: none |
11805 | gigabeatf: "High" | 11806 | gigabeatfx: "High" |
11806 | </dest> | 11807 | </dest> |
11807 | <voice> | 11808 | <voice> |
11808 | *: none | 11809 | *: none |
11809 | gigabeatf: "High" | 11810 | gigabeatfx: "High" |
11810 | </voice> | 11811 | </voice> |
11811 | </phrase> | 11812 | </phrase> |
11812 | <phrase> | 11813 | <phrase> |