OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
4 each locale. Specifically, these are UI strings that are used by app/ that | 4 each locale. Specifically, these are UI strings that are used by app/ that |
5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
6 | 6 |
7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <!-- TODO add each of your output files. Modify the three below, and add | 10 <!-- TODO add each of your output files. Modify the three below, and add |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 </if> | 206 </if> |
207 <file path="translations/ui_strings_uk.xtb" lang="uk" /> | 207 <file path="translations/ui_strings_uk.xtb" lang="uk" /> |
208 <file path="translations/ui_strings_vi.xtb" lang="vi" /> | 208 <file path="translations/ui_strings_vi.xtb" lang="vi" /> |
209 <file path="translations/ui_strings_zh-CN.xtb" lang="zh-CN" /> | 209 <file path="translations/ui_strings_zh-CN.xtb" lang="zh-CN" /> |
210 <file path="translations/ui_strings_zh-TW.xtb" lang="zh-TW" /> | 210 <file path="translations/ui_strings_zh-TW.xtb" lang="zh-TW" /> |
211 </translations> | 211 </translations> |
212 <release seq="1" allow_pseudo="false"> | 212 <release seq="1" allow_pseudo="false"> |
213 <messages fallback_to_english="true"> | 213 <messages fallback_to_english="true"> |
214 | 214 |
215 <!-- time format --> | 215 <!-- time format --> |
216 <message name="IDS_TIME_SECS_DEFAULT" | 216 <message name="IDS_TIME_SECS" |
217 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 217 desc="Use an abbreviated word for second(s). [ICU Syntax]"> |
218 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> secs | 218 {SECONDS, plural, =1 {1 sec} other {# secs}} |
219 </message> | 219 </message> |
220 | 220 |
221 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 221 <message name="IDS_TIME_LONG_SECS" |
222 <message name="IDS_TIME_SECS_SINGULAR" | 222 desc="Use an unabbreviated word for second(s). [ICU Syntax]"> |
223 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 223 {SECONDS, plural, =1 {1 second} other {# seconds}} |
224 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> sec | |
225 </message> | 224 </message> |
226 </if> | 225 |
227 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 226 <message name="IDS_TIME_LONG_SECS_2ND" |
228 <message translateable="false" name="IDS_TIME_SECS_SINGULAR" | 227 desc="Second part of 'xx minutes and yy seconds' time format. [IC
U Syntax]"> |
229 desc=""> | 228 {SECONDS, plural, =1 {1 second} other {# seconds}} |
230 NA | |
231 </message> | 229 </message> |
232 </if> | |
233 | 230 |
234 <if expr="lang in ['ar', 'ro', 'lv']"> | 231 <message name="IDS_TIME_MINS" |
235 <message name="IDS_TIME_SECS_ZERO" | 232 desc="Use an abbreviated word for minute(s). [ICU Syntax]"> |
236 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 233 {MINUTES, plural, =1 {1 min} other {# mins}} |
237 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> secs | |
238 </message> | 234 </message> |
239 </if> | 235 |
240 <if expr="lang not in ['ar', 'ro', 'lv']"> | 236 <message name="IDS_TIME_LONG_MINS" |
241 <message translateable="false" name="IDS_TIME_SECS_ZERO" | 237 desc="Use an unabbreviated word for minute(s). [ICU Syntax]"> |
242 desc=""> | 238 {MINUTES, plural, =1 {1 minute} other {# minutes}} |
243 NA | |
244 </message> | 239 </message> |
245 </if> | |
246 | 240 |
247 <if expr="lang in ['ga', 'sl', 'ar']"> | 241 <message name="IDS_TIME_LONG_MINS_1ST" |
248 <message name="IDS_TIME_SECS_TWO" | 242 desc="First part of 'xx minutes and yy seconds' time format (incl
uding 'and' and the space between first and second part, if the language require
s a connecting word like 'and' and a space there). [ICU Syntax]"> |
249 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | 243 {MINUTES, plural, =1 {1 minute and } other {# minutes and }} |
250 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> secs | |
251 </message> | 244 </message> |
252 </if> | 245 |
253 <if expr="lang not in ['ga', 'sl', 'ar']"> | 246 <message name="IDS_TIME_LONG_MINS_2ND" |
254 <message translateable="false" name="IDS_TIME_SECS_TWO" | 247 desc="Second part of 'xx hours and yy minutes' time format. [ICU
Syntax]"> |
255 desc=""> | 248 {MINUTES, plural, =1 {1 minute} other {# minutes}} |
256 NA | |
257 </message> | 249 </message> |
258 </if> | |
259 | 250 |
260 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | 251 <message name="IDS_TIME_HOURS" |
261 <message name="IDS_TIME_SECS_FEW" | 252 desc="[ICU Syntax]"> |
262 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | 253 {HOURS, plural, =1 {1 hour} other {# hours}} |
263 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> secs | |
264 </message> | 254 </message> |
265 </if> | |
266 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
267 <message translateable="false" name="IDS_TIME_SECS_FEW" | |
268 desc=""> | |
269 NA | |
270 </message> | |
271 </if> | |
272 | |
273 <if expr="lang == 'ar'"> | |
274 <message name="IDS_TIME_SECS_MANY" | |
275 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
276 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> secs | |
277 </message> | |
278 </if> | |
279 <if expr="lang != 'ar'"> | |
280 <message translateable="false" name="IDS_TIME_SECS_MANY" | |
281 desc=""> | |
282 NA | |
283 </message> | |
284 </if> | |
285 | 255 |
286 | 256 |
287 <message name="IDS_TIME_LONG_SECS_DEFAULT" | 257 <message name="IDS_TIME_HOURS_1ST" |
288 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 258 desc="First part of 'xx hours and yy minutes' time format (includ
ing 'and' and the space between first and second part, if the language requires
a connecting word like 'and' and a space there). [ICU Syntax]"> |
289 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> seconds | 259 {HOURS, plural, =1 {1 hour and } other {# hours and }} |
290 </message> | 260 </message> |
291 | 261 |
292 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 262 <message name="IDS_TIME_HOURS_2ND" |
293 <message name="IDS_TIME_LONG_SECS_SINGULAR" | 263 desc="Second part of 'xx days yy hours' time format. [ICU Syntax]
"> |
294 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 264 {HOURS, plural, =1 {1 hour} other {# hours}} |
295 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> second | |
296 </message> | 265 </message> |
297 </if> | |
298 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
299 <message translateable="false" name="IDS_TIME_LONG_SECS_SINGULAR" | |
300 desc=""> | |
301 NA | |
302 </message> | |
303 </if> | |
304 | |
305 <if expr="lang in ['ar', 'ro', 'lv']"> | |
306 <message name="IDS_TIME_LONG_SECS_ZERO" | |
307 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
308 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> seconds | |
309 </message> | |
310 </if> | |
311 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
312 <message translateable="false" name="IDS_TIME_LONG_SECS_ZERO" | |
313 desc=""> | |
314 NA | |
315 </message> | |
316 </if> | |
317 | |
318 <if expr="lang in ['ga', 'sl', 'ar']"> | |
319 <message name="IDS_TIME_LONG_SECS_TWO" | |
320 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
321 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> seconds | |
322 </message> | |
323 </if> | |
324 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
325 <message translateable="false" name="IDS_TIME_LONG_SECS_TWO" | |
326 desc=""> | |
327 NA | |
328 </message> | |
329 </if> | |
330 | |
331 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
332 <message name="IDS_TIME_LONG_SECS_FEW" | |
333 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
334 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> seconds | |
335 </message> | |
336 </if> | |
337 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
338 <message translateable="false" name="IDS_TIME_LONG_SECS_FEW" | |
339 desc=""> | |
340 NA | |
341 </message> | |
342 </if> | |
343 | |
344 <if expr="lang == 'ar'"> | |
345 <message name="IDS_TIME_LONG_SECS_MANY" | |
346 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
347 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> seconds | |
348 </message> | |
349 </if> | |
350 <if expr="lang != 'ar'"> | |
351 <message translateable="false" name="IDS_TIME_LONG_SECS_MANY" | |
352 desc=""> | |
353 NA | |
354 </message> | |
355 </if> | |
356 | 266 |
357 | 267 |
358 <message name="IDS_TIME_LONG_SECS_2ND_DEFAULT" | 268 <message name="IDS_TIME_DAYS" |
359 desc="Second part of 'xx minutes yy seconds' time format. This is
necessary for every language. It is the default for all the numbers NOT covered
by special cases (singular, dual/two, few, many) some languages need. For CJK,
Vietnamese, Turkish and Kannada, this is the only string necessary. For language
s with singular-plural distinction, this is the generic plural. For Lithuanian,
NUMBER_DEFAULT is 11..19."> | 269 desc="[ICU Syntax]"> |
360 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> seconds | 270 {DAYS, plural, =1 {1 day} other {# days}} |
361 </message> | 271 </message> |
362 | 272 |
363 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 273 |
364 <message name="IDS_TIME_LONG_SECS_2ND_SINGULAR" | 274 <message name="IDS_TIME_DAYS_1ST" |
365 desc="Second part of 'xx minutes yy seconds' time format where yy
(NUMBER_ONE) is a one or one-like number: 1 (many European and most Indian lang
uages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (Russia
n, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ... (Slov
enian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> | 275 desc="First part of 'xx days and yy hours' time format (including
'and' and the space between first and second part, if the language requires a c
onnecting word like 'and' and a space there). [ICU Syntax]"> |
366 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> second | 276 {DAYS, plural, =1 {1 day and } other {# days and }} |
367 </message> | 277 </message> |
368 </if> | 278 |
369 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 279 <message name="IDS_TIME_REMAINING_SECS" |
370 <message translateable="false" name="IDS_TIME_LONG_SECS_2NDS_SINGULAR" | 280 desc="Seconds remaining for a job completion. Use an abbreviated
word for second(s). [ICU Syntax]"> |
371 desc=""> | 281 {SECONDS, plural, =1 {1 sec left} other {# secs left}} |
372 NA | |
373 </message> | 282 </message> |
374 </if> | |
375 | 283 |
376 <if expr="lang in ['ar', 'ro', 'lv']"> | 284 <message name="IDS_TIME_REMAINING_LONG_SECS" |
377 <message name="IDS_TIME_LONG_SECS_2ND_ZERO" | 285 desc="Seconds remaining for a job completion. [ICU Syntax]"> |
378 desc="Second part of 'xx minutes yy seconds' time format where yy
(NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian). For
other languages, do NOT translate."> | 286 {SECONDS, plural, =1 {1 second left} other {# seconds left}} |
379 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> seconds | |
380 </message> | 287 </message> |
381 </if> | 288 |
382 <if expr="lang not in ['ar', 'ro', 'lv']"> | 289 <message name="IDS_TIME_REMAINING_MINS" |
383 <message translateable="false" name="IDS_TIME_LONG_SECS_2ND_ZERO" | 290 desc="Minutes remaining for a job completion. Use an abbreviated
word for minute(s). [ICU Syntax]"> |
384 desc=""> | 291 {MINUTES, plural, =1 {1 min left} other {# mins left}} |
385 NA | |
386 </message> | 292 </message> |
387 </if> | |
388 | 293 |
389 <if expr="lang in ['ga', 'sl', 'ar']"> | 294 <message name="IDS_TIME_REMAINING_LONG_MINS" |
390 <message name="IDS_TIME_LONG_SECS_2ND_TWO" | 295 desc="Minutes remaining for a job completion. [ICU Syntax]"> |
391 desc="Second part of 'xx minutes yy seconds' time format where yy
(NUMBER_TWO) is a two or two-like/dual number: 2 (Arabic and Irish) or 2, 102,
202 ... (Slovenian). For other languages, do NOT translate."> | 296 {MINUTES, plural, =1 {1 minute left} other {# minutes left}} |
392 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> seconds | |
393 </message> | 297 </message> |
394 </if> | 298 |
395 <if expr="lang not in ['ga', 'sl', 'ar']"> | 299 <message name="IDS_TIME_REMAINING_HOURS" |
396 <message translateable="false" name="IDS_TIME_LONG_SECS_2ND_TWO" | 300 desc="Hours remaining for a job completition. [ICU Syntax]"> |
397 desc=""> | 301 {HOURS, plural, =1 {1 hour left} other {# hours left}} |
398 NA | |
399 </message> | 302 </message> |
400 </if> | |
401 | 303 |
402 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | 304 <message name="IDS_TIME_REMAINING_DAYS" |
403 <message name="IDS_TIME_LONG_SECS_2ND_FEW" | 305 desc="Days remaining for a job completion. [ICU Syntax]"> |
404 desc="Second part of 'xx minutes yy seconds' time format where yy
(NUMBER_FEW) is a few or few-like number in Arabic, Russian, Polish, Croatian,
Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For other languages, do N
OT translate."> | 306 {DAYS, plural, =1 {1 day left} other {# days left}} |
405 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> seconds | |
406 </message> | 307 </message> |
407 </if> | 308 |
408 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | 309 <message name="IDS_TIME_ELAPSED_SECS" |
409 <message translateable="false" name="IDS_TIME_LONG_SECS_2ND_FEW" | 310 desc="Use an abbreviated word for second(s). [ICU Syntax]"> |
410 desc=""> | 311 {SECONDS, plural, =1 {1 sec ago} other {# secs ago}} |
411 NA | |
412 </message> | 312 </message> |
413 </if> | |
414 | 313 |
415 <if expr="lang == 'ar'"> | 314 <message name="IDS_TIME_ELAPSED_MINS" |
416 <message name="IDS_TIME_LONG_SECS_2ND_MANY" | 315 desc="Use an abbreviated word for minute(s). [ICU Syntax]"> |
417 desc="Second part of 'xx minutes yy seconds' time format where yy
(NUMBER_MANY) is 11 through 99 in Arabic. For all other languages, do NOT trans
late."> | 316 {MINUTES, plural, =1 {1 min ago} other {# mins ago}} |
418 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> seconds | |
419 </message> | 317 </message> |
420 </if> | |
421 <if expr="lang != 'ar'"> | |
422 <message translateable="false" name="IDS_TIME_LONG_SECS_2ND_MANY" | |
423 desc=""> | |
424 NA | |
425 </message> | |
426 </if> | |
427 | 318 |
428 | 319 |
429 <message name="IDS_TIME_MINS_DEFAULT" | 320 <message name="IDS_TIME_ELAPSED_HOURS" |
430 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 321 desc="Relative time in browsing history or file list. [ICU Syntax
]"> |
431 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> mins | 322 {HOURS, plural, =1 {1 hour ago} other {# hours ago}} |
432 </message> | 323 </message> |
433 | 324 |
434 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 325 <message name="IDS_TIME_ELAPSED_DAYS" |
435 <message name="IDS_TIME_MINS_SINGULAR" | 326 desc="Relative time in browsing history or file list. [ICU Syntax
]"> |
436 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 327 {DAYS, plural, =1 {1 day ago} other {# days ago}} |
437 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> min | |
438 </message> | 328 </message> |
439 </if> | |
440 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
441 <message translateable="false" name="IDS_TIME_MINS_SINGULAR" | |
442 desc=""> | |
443 NA | |
444 </message> | |
445 </if> | |
446 | |
447 <if expr="lang in ['ar', 'ro', 'lv']"> | |
448 <message name="IDS_TIME_MINS_ZERO" | |
449 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
450 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> mins | |
451 </message> | |
452 </if> | |
453 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
454 <message translateable="false" name="IDS_TIME_MINS_ZERO" | |
455 desc=""> | |
456 NA | |
457 </message> | |
458 </if> | |
459 | |
460 <if expr="lang in ['ga', 'sl', 'ar']"> | |
461 <message name="IDS_TIME_MINS_TWO" | |
462 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
463 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> mins | |
464 </message> | |
465 </if> | |
466 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
467 <message translateable="false" name="IDS_TIME_MINS_TWO" | |
468 desc=""> | |
469 NA | |
470 </message> | |
471 </if> | |
472 | |
473 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
474 <message name="IDS_TIME_MINS_FEW" | |
475 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
476 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> mins | |
477 </message> | |
478 </if> | |
479 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
480 <message translateable="false" name="IDS_TIME_MINS_FEW" | |
481 desc=""> | |
482 NA | |
483 </message> | |
484 </if> | |
485 | |
486 <if expr="lang == 'ar'"> | |
487 <message name="IDS_TIME_MINS_MANY" | |
488 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
489 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> mins | |
490 </message> | |
491 </if> | |
492 <if expr="lang != 'ar'"> | |
493 <message translateable="false" name="IDS_TIME_MINS_MANY" | |
494 desc=""> | |
495 NA | |
496 </message> | |
497 </if> | |
498 | |
499 | |
500 <message name="IDS_TIME_LONG_MINS_DEFAULT" | |
501 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
502 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes | |
503 </message> | |
504 | |
505 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
506 <message name="IDS_TIME_LONG_MINS_SINGULAR" | |
507 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
508 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute | |
509 </message> | |
510 </if> | |
511 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
512 <message translateable="false" name="IDS_TIME_LONG_MINS_SINGULAR" | |
513 desc=""> | |
514 NA | |
515 </message> | |
516 </if> | |
517 | |
518 <if expr="lang in ['ar', 'ro', 'lv']"> | |
519 <message name="IDS_TIME_LONG_MINS_ZERO" | |
520 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
521 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes | |
522 </message> | |
523 </if> | |
524 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
525 <message translateable="false" name="IDS_TIME_LONG_MINS_ZERO" | |
526 desc=""> | |
527 NA | |
528 </message> | |
529 </if> | |
530 | |
531 <if expr="lang in ['ga', 'sl', 'ar']"> | |
532 <message name="IDS_TIME_LONG_MINS_TWO" | |
533 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
534 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> minutes | |
535 </message> | |
536 </if> | |
537 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
538 <message translateable="false" name="IDS_TIME_LONG_MINS_TWO" | |
539 desc=""> | |
540 NA | |
541 </message> | |
542 </if> | |
543 | |
544 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
545 <message name="IDS_TIME_LONG_MINS_FEW" | |
546 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
547 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> minutes | |
548 </message> | |
549 </if> | |
550 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
551 <message translateable="false" name="IDS_TIME_LONG_MINS_FEW" | |
552 desc=""> | |
553 NA | |
554 </message> | |
555 </if> | |
556 | |
557 <if expr="lang == 'ar'"> | |
558 <message name="IDS_TIME_LONG_MINS_MANY" | |
559 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
560 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> minutes | |
561 </message> | |
562 </if> | |
563 <if expr="lang != 'ar'"> | |
564 <message translateable="false" name="IDS_TIME_LONG_MINS_MANY" | |
565 desc=""> | |
566 NA | |
567 </message> | |
568 </if> | |
569 | |
570 | |
571 <message name="IDS_TIME_LONG_MINS_1ST_DEFAULT" | |
572 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e). This is necessary for every language. It is the default for all the numbers
NOT covered by special cases (singular, dual/two, few, many) some languages need
. For CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. F
or languages with singular-plural distinction, this is the generic plural. For L
ithuanian, NUMBER_DEFAULT is 11..19."> | |
573 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes ''' | |
574 </message> | |
575 | |
576 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
577 <message name="IDS_TIME_LONG_MINS_1ST_SINGULAR" | |
578 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e) where xx (NUMBER_ONE) is a one or one-like number: 1 (many European and most
Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31,
... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201
, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannad
a."> | |
579 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute ''' | |
580 </message> | |
581 </if> | |
582 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
583 <message translateable="false" name="IDS_TIME_LONG_MINS_1ST_SINGULAR" | |
584 desc=""> | |
585 NA | |
586 </message> | |
587 </if> | |
588 | |
589 <if expr="lang in ['ar', 'ro', 'lv']"> | |
590 <message name="IDS_TIME_LONG_MINS_1ST_ZERO" | |
591 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e) where xx (NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Rom
anian). For other languages, do NOT translate."> | |
592 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes ''' | |
593 </message> | |
594 </if> | |
595 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
596 <message translateable="false" name="IDS_TIME_LONG_MINS_1ST_ZERO" | |
597 desc=""> | |
598 NA | |
599 </message> | |
600 </if> | |
601 | |
602 <if expr="lang in ['ga', 'sl', 'ar']"> | |
603 <message name="IDS_TIME_LONG_MINS_1ST_TWO" | |
604 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e) where xx (NUMBER_TWO) is a two or two-like/dual number: 2 (Arabic and Irish)
or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
605 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> minutes ''' | |
606 </message> | |
607 </if> | |
608 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
609 <message translateable="false" name="IDS_TIME_LONG_MINS_1ST_TWO" | |
610 desc=""> | |
611 NA | |
612 </message> | |
613 </if> | |
614 | |
615 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
616 <message name="IDS_TIME_LONG_MINS_1ST_FEW" | |
617 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e) where xx (NUMBER_FEW) is a few or few-like number in Arabic, Russian, Polish,
Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For other lang
uages, do NOT translate."> | |
618 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> minutes ''' | |
619 </message> | |
620 </if> | |
621 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
622 <message translateable="false" name="IDS_TIME_LONG_MINS_1ST_FEW" | |
623 desc=""> | |
624 NA | |
625 </message> | |
626 </if> | |
627 | |
628 <if expr="lang == 'ar'"> | |
629 <message name="IDS_TIME_LONG_MINS_1ST_MANY" | |
630 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e) where xx (NUMBER_MANY) is 11 through 99 in Arabic. For all other languages, d
o NOT translate."> | |
631 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> minutes ''' | |
632 </message> | |
633 </if> | |
634 <if expr="lang != 'ar'"> | |
635 <message translateable="false" name="IDS_TIME_LONG_MINS_1ST_MANY" | |
636 desc=""> | |
637 NA | |
638 </message> | |
639 </if> | |
640 | |
641 | |
642 <message name="IDS_TIME_LONG_MINS_2ND_DEFAULT" | |
643 desc="Second part of 'xx hours yy minutes' time format. This is n
ecessary for every language. It is the default for all the numbers NOT covered b
y special cases (singular, dual/two, few, many) some languages need. For CJK, Vi
etnamese, Turkish and Kannada, this is the only string necessary. For languages
with singular-plural distinction, this is the generic plural. For Lithuanian, NU
MBER_DEFAULT is 11..19."> | |
644 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes | |
645 </message> | |
646 | |
647 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
648 <message name="IDS_TIME_LONG_MINS_2ND_SINGULAR" | |
649 desc="Second part of 'xx hours yy minutes' time format where yy (
NUMBER_ONE) is a one or one-like number: 1 (many European and most Indian langua
ges), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (Russian,
Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ... (Sloven
ian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> | |
650 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute | |
651 </message> | |
652 </if> | |
653 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
654 <message translateable="false" name="IDS_TIME_LONG_MINS_2ND_SINGULAR" | |
655 desc=""> | |
656 NA | |
657 </message> | |
658 </if> | |
659 | |
660 <if expr="lang in ['ar', 'ro', 'lv']"> | |
661 <message name="IDS_TIME_LONG_MINS_2ND_ZERO" | |
662 desc="Second part of 'xx hours yy minutes' time format where yy (
NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian). For o
ther languages, do NOT translate."> | |
663 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes | |
664 </message> | |
665 </if> | |
666 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
667 <message translateable="false" name="IDS_TIME_LONG_MINS_2ND_ZERO" | |
668 desc=""> | |
669 NA | |
670 </message> | |
671 </if> | |
672 | |
673 <if expr="lang in ['ga', 'sl', 'ar']"> | |
674 <message name="IDS_TIME_LONG_MINS_2ND_TWO" | |
675 desc="Second part of 'xx hours yy minutes' time format where yy (
NUMBER_TWO) is a two or two-like/dual number: 2 (Arabic and Irish) or 2, 102, 20
2 ... (Slovenian). For other languages, do NOT translate."> | |
676 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> minutes | |
677 </message> | |
678 </if> | |
679 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
680 <message translateable="false" name="IDS_TIME_LONG_MINS_2ND_TWO" | |
681 desc=""> | |
682 NA | |
683 </message> | |
684 </if> | |
685 | |
686 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
687 <message name="IDS_TIME_LONG_MINS_2ND_FEW" | |
688 desc="Second part of 'xx hours yy minutes' time format where yy (
NUMBER_FEW) is a few or few-like number in Arabic, Russian, Polish, Croatian, Se
rbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For other languages, do NOT
translate."> | |
689 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> minutes | |
690 </message> | |
691 </if> | |
692 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
693 <message translateable="false" name="IDS_TIME_LONG_MINS_2ND_FEW" | |
694 desc=""> | |
695 NA | |
696 </message> | |
697 </if> | |
698 | |
699 <if expr="lang == 'ar'"> | |
700 <message name="IDS_TIME_LONG_MINS_2ND_MANY" | |
701 desc="Second part of 'xx hours yy minutes' time format where yy (
NUMBER_MANY) is 11 through 99 in Arabic. For all other languages, do NOT transla
te."> | |
702 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> minutes | |
703 </message> | |
704 </if> | |
705 <if expr="lang != 'ar'"> | |
706 <message translateable="false" name="IDS_TIME_LONG_MINS_2ND_MANY" | |
707 desc=""> | |
708 NA | |
709 </message> | |
710 </if> | |
711 | |
712 | |
713 <message name="IDS_TIME_HOURS_DEFAULT" | |
714 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
715 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours | |
716 </message> | |
717 | |
718 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
719 <message name="IDS_TIME_HOURS_SINGULAR" | |
720 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
721 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour | |
722 </message> | |
723 </if> | |
724 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
725 <message translateable="false" name="IDS_TIME_HOURS_SINGULAR" | |
726 desc=""> | |
727 NA | |
728 </message> | |
729 </if> | |
730 | |
731 <if expr="lang in ['ar', 'ro', 'lv']"> | |
732 <message name="IDS_TIME_HOURS_ZERO" | |
733 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
734 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours | |
735 </message> | |
736 </if> | |
737 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
738 <message translateable="false" name="IDS_TIME_HOURS_ZERO" | |
739 desc=""> | |
740 NA | |
741 </message> | |
742 </if> | |
743 | |
744 <if expr="lang in ['ga', 'sl', 'ar']"> | |
745 <message name="IDS_TIME_HOURS_TWO" | |
746 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
747 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> hours | |
748 </message> | |
749 </if> | |
750 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
751 <message translateable="false" name="IDS_TIME_HOURS_TWO" | |
752 desc=""> | |
753 NA | |
754 </message> | |
755 </if> | |
756 | |
757 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
758 <message name="IDS_TIME_HOURS_FEW" | |
759 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
760 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> hours | |
761 </message> | |
762 </if> | |
763 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
764 <message translateable="false" name="IDS_TIME_HOURS_FEW" | |
765 desc=""> | |
766 NA | |
767 </message> | |
768 </if> | |
769 | |
770 <if expr="lang == 'ar'"> | |
771 <message name="IDS_TIME_HOURS_MANY" | |
772 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
773 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> hours | |
774 </message> | |
775 </if> | |
776 <if expr="lang != 'ar'"> | |
777 <message translateable="false" name="IDS_TIME_HOURS_MANY" | |
778 desc=""> | |
779 NA | |
780 </message> | |
781 </if> | |
782 | |
783 | |
784 <message name="IDS_TIME_HOURS_1ST_DEFAULT" | |
785 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
. This is necessary for every language. It is the default for all the numbers NO
T covered by special cases (singular, dual/two, few, many) some languages need.
For CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. For
languages with singular-plural distinction, this is the generic plural. For Lit
huanian, NUMBER_DEFAULT is 11..19."> | |
786 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours ''' | |
787 </message> | |
788 | |
789 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
790 <message name="IDS_TIME_HOURS_1ST_SINGULAR" | |
791 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
where xx (NUMBER_ONE) is a one or one-like number: 1 (many European and most In
dian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ..
. (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201,
... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada.
"> | |
792 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour ''' | |
793 </message> | |
794 </if> | |
795 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
796 <message translateable="false" name="IDS_TIME_HOURS_1ST_SINGULAR" | |
797 desc=""> | |
798 NA | |
799 </message> | |
800 </if> | |
801 | |
802 <if expr="lang in ['ar', 'ro', 'lv']"> | |
803 <message name="IDS_TIME_HOURS_1ST_ZERO" | |
804 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
where xx (NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Roman
ian). For other languages, do NOT translate."> | |
805 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours ''' | |
806 </message> | |
807 </if> | |
808 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
809 <message translateable="false" name="IDS_TIME_HOURS_1ST_ZERO" | |
810 desc=""> | |
811 NA | |
812 </message> | |
813 </if> | |
814 | |
815 <if expr="lang in ['ga', 'sl', 'ar']"> | |
816 <message name="IDS_TIME_HOURS_1ST_TWO" | |
817 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
where xx (NUMBER_TWO) is a two or two-like/dual number: 2 (Arabic and Irish) or
2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
818 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> hours ''' | |
819 </message> | |
820 </if> | |
821 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
822 <message translateable="false" name="IDS_TIME_HOURS_1ST_TWO" | |
823 desc=""> | |
824 NA | |
825 </message> | |
826 </if> | |
827 | |
828 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
829 <message name="IDS_TIME_HOURS_1ST_FEW" | |
830 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
where xx (NUMBER_FEW) is a few or few-like number in Arabic, Russian, Polish, C
roatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For other langua
ges, do NOT translate."> | |
831 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> hours ''' | |
832 </message> | |
833 </if> | |
834 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
835 <message translateable="false" name="IDS_TIME_HOURS_1ST_FEW" | |
836 desc=""> | |
837 NA | |
838 </message> | |
839 </if> | |
840 | |
841 <if expr="lang == 'ar'"> | |
842 <message name="IDS_TIME_HOURS_1ST_MANY" | |
843 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
where xx (NUMBER_MANY) is 11 through 99 in Arabic. For all other languages, do
NOT translate."> | |
844 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> hours ''' | |
845 </message> | |
846 </if> | |
847 <if expr="lang != 'ar'"> | |
848 <message translateable="false" name="IDS_TIME_HOURS_1ST_MANY" | |
849 desc=""> | |
850 NA | |
851 </message> | |
852 </if> | |
853 | |
854 | |
855 <message name="IDS_TIME_HOURS_2ND_DEFAULT" | |
856 desc="Second part of 'xx days yy hours' time format. This is nece
ssary for every language. It is the default for all the numbers NOT covered by s
pecial cases (singular, dual/two, few, many) some languages need. For CJK, Vietn
amese, Turkish and Kannada, this is the only string necessary. For languages wit
h singular-plural distinction, this is the generic plural. For Lithuanian, NUMBE
R_DEFAULT is 11..19."> | |
857 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours | |
858 </message> | |
859 | |
860 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
861 <message name="IDS_TIME_HOURS_2ND_SINGULAR" | |
862 desc="Second part of 'xx days yy hours' time format where yy (NUM
BER_ONE) is a one or one-like number: 1 (many European and most Indian languages
), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (Russian, Uk
rainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ... (Slovenian
). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> | |
863 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour | |
864 </message> | |
865 </if> | |
866 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
867 <message translateable="false" name="IDS_TIME_HOURS_2ND_SINGULAR" | |
868 desc=""> | |
869 NA | |
870 </message> | |
871 </if> | |
872 | |
873 <if expr="lang in ['ar', 'ro', 'lv']"> | |
874 <message name="IDS_TIME_HOURS_2ND_ZERO" | |
875 desc="Second part of 'xx days yy hours' time format where yy (NUM
BER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian). For othe
r languages, do NOT translate."> | |
876 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours | |
877 </message> | |
878 </if> | |
879 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
880 <message translateable="false" name="IDS_TIME_HOURS_2ND_ZERO" | |
881 desc=""> | |
882 NA | |
883 </message> | |
884 </if> | |
885 | |
886 <if expr="lang in ['ga', 'sl', 'ar']"> | |
887 <message name="IDS_TIME_HOURS_2ND_TWO" | |
888 desc="Second part of 'xx days yy hours' time format where yy (NUM
BER_TWO) is a two or two-like/dual number: 2 (Arabic and Irish) or 2, 102, 202 .
.. (Slovenian). For other languages, do NOT translate."> | |
889 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> hours | |
890 </message> | |
891 </if> | |
892 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
893 <message translateable="false" name="IDS_TIME_HOURS_2ND_TWO" | |
894 desc=""> | |
895 NA | |
896 </message> | |
897 </if> | |
898 | |
899 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
900 <message name="IDS_TIME_HOURS_2ND_FEW" | |
901 desc="Second part of 'xx days yy hours' time format where yy (NUM
BER_FEW) is a few or few-like number in Arabic, Russian, Polish, Croatian, Serbi
an, Ukrainian, Czech, Slovak, Slovenian, Latvian. For other languages, do NOT tr
anslate."> | |
902 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> hours | |
903 </message> | |
904 </if> | |
905 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
906 <message translateable="false" name="IDS_TIME_HOURS_2ND_FEW" | |
907 desc=""> | |
908 NA | |
909 </message> | |
910 </if> | |
911 | |
912 <if expr="lang == 'ar'"> | |
913 <message name="IDS_TIME_HOURS_2ND_MANY" | |
914 desc="Second part of 'xx days yy hours' time format where yy (NUM
BER_MANY) is 11 through 99 in Arabic. For all other languages, do NOT translate.
"> | |
915 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> hours | |
916 </message> | |
917 </if> | |
918 <if expr="lang != 'ar'"> | |
919 <message translateable="false" name="IDS_TIME_HOURS_2ND_MANY" | |
920 desc=""> | |
921 NA | |
922 </message> | |
923 </if> | |
924 | |
925 | |
926 <message name="IDS_TIME_DAYS_DEFAULT" | |
927 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
928 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days | |
929 </message> | |
930 | |
931 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
932 <message name="IDS_TIME_DAYS_SINGULAR" | |
933 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
934 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day | |
935 </message> | |
936 </if> | |
937 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
938 <message translateable="false" name="IDS_TIME_DAYS_SINGULAR" | |
939 desc=""> | |
940 NA | |
941 </message> | |
942 </if> | |
943 | |
944 <if expr="lang in ['ar', 'ro', 'lv']"> | |
945 <message name="IDS_TIME_DAYS_ZERO" | |
946 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
947 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days | |
948 </message> | |
949 </if> | |
950 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
951 <message translateable="false" name="IDS_TIME_DAYS_ZERO" | |
952 desc=""> | |
953 NA | |
954 </message> | |
955 </if> | |
956 | |
957 <if expr="lang in ['ga', 'sl', 'ar']"> | |
958 <message name="IDS_TIME_DAYS_TWO" | |
959 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
960 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> days | |
961 </message> | |
962 </if> | |
963 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
964 <message translateable="false" name="IDS_TIME_DAYS_TWO" | |
965 desc=""> | |
966 NA | |
967 </message> | |
968 </if> | |
969 | |
970 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
971 <message name="IDS_TIME_DAYS_FEW" | |
972 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
973 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> days | |
974 </message> | |
975 </if> | |
976 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
977 <message translateable="false" name="IDS_TIME_DAYS_FEW" | |
978 desc=""> | |
979 NA | |
980 </message> | |
981 </if> | |
982 | |
983 <if expr="lang == 'ar'"> | |
984 <message name="IDS_TIME_DAYS_MANY" | |
985 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
986 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> days | |
987 </message> | |
988 </if> | |
989 <if expr="lang != 'ar'"> | |
990 <message translateable="false" name="IDS_TIME_DAYS_MANY" | |
991 desc=""> | |
992 NA | |
993 </message> | |
994 </if> | |
995 | |
996 | |
997 <message name="IDS_TIME_DAYS_1ST_DEFAULT" | |
998 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there). T
his is necessary for every language. It is the default for all the numbers NOT c
overed by special cases (singular, dual/two, few, many) some languages need. For
CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. For la
nguages with singular-plural distinction, this is the generic plural. For Lithua
nian, NUMBER_DEFAULT is 11..19."> | |
999 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days ''' | |
1000 </message> | |
1001 | |
1002 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1003 <message name="IDS_TIME_DAYS_1ST_SINGULAR" | |
1004 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there) wh
ere xx (NUMBER_ONE) is a one or one-like number: 1 (many European and most India
n languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (
Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ...
(Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> | |
1005 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day ''' | |
1006 </message> | |
1007 </if> | |
1008 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1009 <message translateable="false" name="IDS_TIME_DAYS_1ST_SINGULAR" | |
1010 desc=""> | |
1011 NA | |
1012 </message> | |
1013 </if> | |
1014 | |
1015 <if expr="lang in ['ar', 'ro', 'lv']"> | |
1016 <message name="IDS_TIME_DAYS_1ST_ZERO" | |
1017 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there) wh
ere xx (NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian
). For other languages, do NOT translate."> | |
1018 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days ''' | |
1019 </message> | |
1020 </if> | |
1021 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
1022 <message translateable="false" name="IDS_TIME_DAYS_1ST_ZERO" | |
1023 desc=""> | |
1024 NA | |
1025 </message> | |
1026 </if> | |
1027 | |
1028 <if expr="lang in ['ga', 'sl', 'ar']"> | |
1029 <message name="IDS_TIME_DAYS_1ST_TWO" | |
1030 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there) wh
ere xx (NUMBER_TWO) is a two or two-like/dual number: 2 (Arabic and Irish) or 2,
102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
1031 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> days ''' | |
1032 </message> | |
1033 </if> | |
1034 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
1035 <message translateable="false" name="IDS_TIME_DAYS_1ST_TWO" | |
1036 desc=""> | |
1037 NA | |
1038 </message> | |
1039 </if> | |
1040 | |
1041 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
1042 <message name="IDS_TIME_DAYS_1ST_FEW" | |
1043 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there) wh
ere xx (NUMBER_FEW) is a few or few-like number in Arabic, Russian, Polish, Croa
tian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For other languages
, do NOT translate."> | |
1044 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> days ''' | |
1045 </message> | |
1046 </if> | |
1047 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
1048 <message translateable="false" name="IDS_TIME_DAYS_1ST_FEW" | |
1049 desc=""> | |
1050 NA | |
1051 </message> | |
1052 </if> | |
1053 | |
1054 <if expr="lang == 'ar'"> | |
1055 <message name="IDS_TIME_DAYS_1ST_MANY" | |
1056 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there) wh
ere xx (NUMBER_MANY) is 11 through 99 in Arabic. For all other languages, do NOT
translate."> | |
1057 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> days ''' | |
1058 </message> | |
1059 </if> | |
1060 <if expr="lang != 'ar'"> | |
1061 <message translateable="false" name="IDS_TIME_DAYS_1ST_MANY" | |
1062 desc=""> | |
1063 NA | |
1064 </message> | |
1065 </if> | |
1066 | |
1067 | |
1068 <message name="IDS_TIME_REMAINING_SECS_DEFAULT" | |
1069 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
1070 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> secs left | |
1071 </message> | |
1072 | |
1073 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1074 <message name="IDS_TIME_REMAINING_SECS_SINGULAR" | |
1075 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
1076 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> sec left | |
1077 </message> | |
1078 </if> | |
1079 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1080 <message translateable="false" name="IDS_TIME_REMAINING_SECS_SINGULAR" | |
1081 desc=""> | |
1082 NA | |
1083 </message> | |
1084 </if> | |
1085 | |
1086 <if expr="lang in ['ar', 'ro', 'lv']"> | |
1087 <message name="IDS_TIME_REMAINING_SECS_ZERO" | |
1088 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
1089 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> secs left | |
1090 </message> | |
1091 </if> | |
1092 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
1093 <message translateable="false" name="IDS_TIME_REMAINING_SECS_ZERO" | |
1094 desc=""> | |
1095 NA | |
1096 </message> | |
1097 </if> | |
1098 | |
1099 <if expr="lang in ['ga', 'sl', 'ar']"> | |
1100 <message name="IDS_TIME_REMAINING_SECS_TWO" | |
1101 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
1102 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> secs left | |
1103 </message> | |
1104 </if> | |
1105 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
1106 <message translateable="false" name="IDS_TIME_REMAINING_SECS_TWO" | |
1107 desc=""> | |
1108 NA | |
1109 </message> | |
1110 </if> | |
1111 | |
1112 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
1113 <message name="IDS_TIME_REMAINING_SECS_FEW" | |
1114 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
1115 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> secs left | |
1116 </message> | |
1117 </if> | |
1118 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
1119 <message translateable="false" name="IDS_TIME_REMAINING_SECS_FEW" | |
1120 desc=""> | |
1121 NA | |
1122 </message> | |
1123 </if> | |
1124 | |
1125 <if expr="lang == 'ar'"> | |
1126 <message name="IDS_TIME_REMAINING_SECS_MANY" | |
1127 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
1128 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> secs left | |
1129 </message> | |
1130 </if> | |
1131 <if expr="lang != 'ar'"> | |
1132 <message translateable="false" name="IDS_TIME_REMAINING_SECS_MANY" | |
1133 desc=""> | |
1134 NA | |
1135 </message> | |
1136 </if> | |
1137 | |
1138 | |
1139 <message name="IDS_TIME_REMAINING_LONG_SECS_DEFAULT" | |
1140 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
1141 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> seconds left | |
1142 </message> | |
1143 | |
1144 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1145 <message name="IDS_TIME_REMAINING_LONG_SECS_SINGULAR" | |
1146 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
1147 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> second left | |
1148 </message> | |
1149 </if> | |
1150 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1151 <message translateable="false" name="IDS_TIME_REMAINING_SECS_SINGULAR" | |
1152 desc=""> | |
1153 NA | |
1154 </message> | |
1155 </if> | |
1156 | |
1157 <if expr="lang in ['ar', 'ro', 'lv']"> | |
1158 <message name="IDS_TIME_REMAINING_LONG_SECS_ZERO" | |
1159 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
1160 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> seconds left | |
1161 </message> | |
1162 </if> | |
1163 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
1164 <message translateable="false" name="IDS_TIME_REMAINING_LONG_SECS_ZERO" | |
1165 desc=""> | |
1166 NA | |
1167 </message> | |
1168 </if> | |
1169 | |
1170 <if expr="lang in ['ga', 'sl', 'ar']"> | |
1171 <message name="IDS_TIME_REMAINING_LONG_SECS_TWO" | |
1172 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
1173 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> seconds left | |
1174 </message> | |
1175 </if> | |
1176 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
1177 <message translateable="false" name="IDS_TIME_REMAINING_LONG_SECS_TWO" | |
1178 desc=""> | |
1179 NA | |
1180 </message> | |
1181 </if> | |
1182 | |
1183 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
1184 <message name="IDS_TIME_REMAINING_LONG_SECS_FEW" | |
1185 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
1186 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> seconds left | |
1187 </message> | |
1188 </if> | |
1189 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
1190 <message translateable="false" name="IDS_TIME_REMAINING_LONG_SECS_FEW" | |
1191 desc=""> | |
1192 NA | |
1193 </message> | |
1194 </if> | |
1195 | |
1196 <if expr="lang == 'ar'"> | |
1197 <message name="IDS_TIME_REMAINING_LONG_SECS_MANY" | |
1198 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
1199 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> seconds left | |
1200 </message> | |
1201 </if> | |
1202 <if expr="lang != 'ar'"> | |
1203 <message translateable="false" name="IDS_TIME_REMAINING_LONG_SECS_MANY" | |
1204 desc=""> | |
1205 NA | |
1206 </message> | |
1207 </if> | |
1208 | |
1209 | |
1210 <message name="IDS_TIME_REMAINING_MINS_DEFAULT" | |
1211 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
1212 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> mins left | |
1213 </message> | |
1214 | |
1215 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1216 <message name="IDS_TIME_REMAINING_MINS_SINGULAR" | |
1217 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
1218 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> min left | |
1219 </message> | |
1220 </if> | |
1221 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1222 <message translateable="false" name="IDS_TIME_REMAINING_MINS_SINGULAR" | |
1223 desc=""> | |
1224 NA | |
1225 </message> | |
1226 </if> | |
1227 | |
1228 <if expr="lang in ['ar', 'ro', 'lv']"> | |
1229 <message name="IDS_TIME_REMAINING_MINS_ZERO" | |
1230 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
1231 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> mins left | |
1232 </message> | |
1233 </if> | |
1234 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
1235 <message translateable="false" name="IDS_TIME_REMAINING_MINS_ZERO" | |
1236 desc=""> | |
1237 NA | |
1238 </message> | |
1239 </if> | |
1240 | |
1241 <if expr="lang in ['ga', 'sl', 'ar']"> | |
1242 <message name="IDS_TIME_REMAINING_MINS_TWO" | |
1243 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
1244 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> mins left | |
1245 </message> | |
1246 </if> | |
1247 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
1248 <message translateable="false" name="IDS_TIME_REMAINING_MINS_TWO" | |
1249 desc=""> | |
1250 NA | |
1251 </message> | |
1252 </if> | |
1253 | |
1254 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
1255 <message name="IDS_TIME_REMAINING_MINS_FEW" | |
1256 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
1257 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> mins left | |
1258 </message> | |
1259 </if> | |
1260 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
1261 <message translateable="false" name="IDS_TIME_REMAINING_MINS_FEW" | |
1262 desc=""> | |
1263 NA | |
1264 </message> | |
1265 </if> | |
1266 | |
1267 <if expr="lang == 'ar'"> | |
1268 <message name="IDS_TIME_REMAINING_MINS_MANY" | |
1269 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
1270 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> mins left | |
1271 </message> | |
1272 </if> | |
1273 <if expr="lang != 'ar'"> | |
1274 <message translateable="false" name="IDS_TIME_REMAINING_MINS_MANY" | |
1275 desc=""> | |
1276 NA | |
1277 </message> | |
1278 </if> | |
1279 | |
1280 <message name="IDS_TIME_REMAINING_LONG_MINS_DEFAULT" | |
1281 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
1282 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes left | |
1283 </message> | |
1284 | |
1285 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1286 <message name="IDS_TIME_REMAINING_LONG_MINS_SINGULAR" | |
1287 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
1288 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute left | |
1289 </message> | |
1290 </if> | |
1291 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1292 <message translateable="false" name="IDS_TIME_REMAINING_LONG_MINS_SINGULAR
" | |
1293 desc=""> | |
1294 NA | |
1295 </message> | |
1296 </if> | |
1297 | |
1298 <if expr="lang in ['ar', 'ro', 'lv']"> | |
1299 <message name="IDS_TIME_REMAINING_LONG_MINS_ZERO" | |
1300 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
1301 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes left | |
1302 </message> | |
1303 </if> | |
1304 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
1305 <message translateable="false" name="IDS_TIME_REMAINING_LONG_MINS_ZERO" | |
1306 desc=""> | |
1307 NA | |
1308 </message> | |
1309 </if> | |
1310 | |
1311 <if expr="lang in ['ga', 'sl', 'ar']"> | |
1312 <message name="IDS_TIME_REMAINING_LONG_MINS_TWO" | |
1313 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
1314 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> minutes left | |
1315 </message> | |
1316 </if> | |
1317 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
1318 <message translateable="false" name="IDS_TIME_REMAINING_LONG_MINS_TWO" | |
1319 desc=""> | |
1320 NA | |
1321 </message> | |
1322 </if> | |
1323 | |
1324 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
1325 <message name="IDS_TIME_REMAINING_LONG_MINS_FEW" | |
1326 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
1327 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> minutes left | |
1328 </message> | |
1329 </if> | |
1330 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
1331 <message translateable="false" name="IDS_TIME_REMAINING_LONG_MINS_FEW" | |
1332 desc=""> | |
1333 NA | |
1334 </message> | |
1335 </if> | |
1336 | |
1337 <if expr="lang == 'ar'"> | |
1338 <message name="IDS_TIME_REMAINING_LONG_MINS_MANY" | |
1339 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
1340 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> minutes left | |
1341 </message> | |
1342 </if> | |
1343 <if expr="lang != 'ar'"> | |
1344 <message translateable="false" name="IDS_TIME_REMAINING_LONG_MINS_MANY" | |
1345 desc=""> | |
1346 NA | |
1347 </message> | |
1348 </if> | |
1349 | |
1350 <message name="IDS_TIME_REMAINING_HOURS_DEFAULT" | |
1351 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
1352 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours left | |
1353 </message> | |
1354 | |
1355 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1356 <message name="IDS_TIME_REMAINING_HOURS_SINGULAR" | |
1357 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
1358 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour left | |
1359 </message> | |
1360 </if> | |
1361 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1362 <message translateable="false" name="IDS_TIME_REMAINING_HOURS_SINGULAR" | |
1363 desc=""> | |
1364 NA | |
1365 </message> | |
1366 </if> | |
1367 | |
1368 <if expr="lang in ['ar', 'ro', 'lv']"> | |
1369 <message name="IDS_TIME_REMAINING_HOURS_ZERO" | |
1370 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
1371 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours left | |
1372 </message> | |
1373 </if> | |
1374 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
1375 <message translateable="false" name="IDS_TIME_REMAINING_HOURS_ZERO" | |
1376 desc=""> | |
1377 NA | |
1378 </message> | |
1379 </if> | |
1380 | |
1381 <if expr="lang in ['ga', 'sl', 'ar']"> | |
1382 <message name="IDS_TIME_REMAINING_HOURS_TWO" | |
1383 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
1384 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> hours left | |
1385 </message> | |
1386 </if> | |
1387 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
1388 <message translateable="false" name="IDS_TIME_REMAINING_HOURS_TWO" | |
1389 desc=""> | |
1390 NA | |
1391 </message> | |
1392 </if> | |
1393 | |
1394 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
1395 <message name="IDS_TIME_REMAINING_HOURS_FEW" | |
1396 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
1397 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> hours left | |
1398 </message> | |
1399 </if> | |
1400 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
1401 <message translateable="false" name="IDS_TIME_REMAINING_HOURS_FEW" | |
1402 desc=""> | |
1403 NA | |
1404 </message> | |
1405 </if> | |
1406 | |
1407 <if expr="lang == 'ar'"> | |
1408 <message name="IDS_TIME_REMAINING_HOURS_MANY" | |
1409 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
1410 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> hours left | |
1411 </message> | |
1412 </if> | |
1413 <if expr="lang != 'ar'"> | |
1414 <message translateable="false" name="IDS_TIME_REMAINING_HOURS_MANY" | |
1415 desc=""> | |
1416 NA | |
1417 </message> | |
1418 </if> | |
1419 | |
1420 | |
1421 <message name="IDS_TIME_REMAINING_DAYS_DEFAULT" | |
1422 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
1423 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days left | |
1424 </message> | |
1425 | |
1426 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1427 <message name="IDS_TIME_REMAINING_DAYS_SINGULAR" | |
1428 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
1429 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day left | |
1430 </message> | |
1431 </if> | |
1432 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1433 <message translateable="false" name="IDS_TIME_REMAINING_DAYS_SINGULAR" | |
1434 desc=""> | |
1435 NA | |
1436 </message> | |
1437 </if> | |
1438 | |
1439 <if expr="lang in ['ar', 'ro', 'lv']"> | |
1440 <message name="IDS_TIME_REMAINING_DAYS_ZERO" | |
1441 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
1442 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days left | |
1443 </message> | |
1444 </if> | |
1445 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
1446 <message translateable="false" name="IDS_TIME_REMAINING_DAYS_ZERO" | |
1447 desc=""> | |
1448 NA | |
1449 </message> | |
1450 </if> | |
1451 | |
1452 <if expr="lang in ['ga', 'sl', 'ar']"> | |
1453 <message name="IDS_TIME_REMAINING_DAYS_TWO" | |
1454 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
1455 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> days left | |
1456 </message> | |
1457 </if> | |
1458 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
1459 <message translateable="false" name="IDS_TIME_REMAINING_DAYS_TWO" | |
1460 desc=""> | |
1461 NA | |
1462 </message> | |
1463 </if> | |
1464 | |
1465 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
1466 <message name="IDS_TIME_REMAINING_DAYS_FEW" | |
1467 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
1468 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> days left | |
1469 </message> | |
1470 </if> | |
1471 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
1472 <message translateable="false" name="IDS_TIME_REMAINING_DAYS_FEW" | |
1473 desc=""> | |
1474 NA | |
1475 </message> | |
1476 </if> | |
1477 | |
1478 <if expr="lang == 'ar'"> | |
1479 <message name="IDS_TIME_REMAINING_DAYS_MANY" | |
1480 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
1481 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> days left | |
1482 </message> | |
1483 </if> | |
1484 <if expr="lang != 'ar'"> | |
1485 <message translateable="false" name="IDS_TIME_REMAINING_DAYS_MANY" | |
1486 desc=""> | |
1487 NA | |
1488 </message> | |
1489 </if> | |
1490 | |
1491 <message name="IDS_TIME_ELAPSED_SECS_DEFAULT" | |
1492 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
1493 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> secs ago | |
1494 </message> | |
1495 | |
1496 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1497 <message name="IDS_TIME_ELAPSED_SECS_SINGULAR" | |
1498 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
1499 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> sec ago | |
1500 </message> | |
1501 </if> | |
1502 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1503 <message translateable="false" name="IDS_TIME_ELAPSED_SECS_SINGULAR" | |
1504 desc=""> | |
1505 NA | |
1506 </message> | |
1507 </if> | |
1508 | |
1509 <if expr="lang in ['ar', 'ro', 'lv']"> | |
1510 <message name="IDS_TIME_ELAPSED_SECS_ZERO" | |
1511 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
1512 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> secs ago | |
1513 </message> | |
1514 </if> | |
1515 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
1516 <message translateable="false" name="IDS_TIME_ELAPSED_SECS_ZERO" | |
1517 desc=""> | |
1518 NA | |
1519 </message> | |
1520 </if> | |
1521 | |
1522 <if expr="lang in ['ga', 'sl', 'ar']"> | |
1523 <message name="IDS_TIME_ELAPSED_SECS_TWO" | |
1524 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
1525 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> secs ago | |
1526 </message> | |
1527 </if> | |
1528 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
1529 <message translateable="false" name="IDS_TIME_ELAPSED_SECS_TWO" | |
1530 desc=""> | |
1531 NA | |
1532 </message> | |
1533 </if> | |
1534 | |
1535 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
1536 <message name="IDS_TIME_ELAPSED_SECS_FEW" | |
1537 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
1538 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> secs ago | |
1539 </message> | |
1540 </if> | |
1541 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
1542 <message translateable="false" name="IDS_TIME_ELAPSED_SECS_FEW" | |
1543 desc=""> | |
1544 NA | |
1545 </message> | |
1546 </if> | |
1547 | |
1548 <if expr="lang == 'ar'"> | |
1549 <message name="IDS_TIME_ELAPSED_SECS_MANY" | |
1550 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
1551 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> secs ago | |
1552 </message> | |
1553 </if> | |
1554 <if expr="lang != 'ar'"> | |
1555 <message translateable="false" name="IDS_TIME_ELAPSED_SECS_MANY" | |
1556 desc=""> | |
1557 NA | |
1558 </message> | |
1559 </if> | |
1560 | |
1561 | |
1562 <message name="IDS_TIME_ELAPSED_MINS_DEFAULT" | |
1563 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
1564 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> mins ago | |
1565 </message> | |
1566 | |
1567 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1568 <message name="IDS_TIME_ELAPSED_MINS_SINGULAR" | |
1569 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
1570 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> min ago | |
1571 </message> | |
1572 </if> | |
1573 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1574 <message translateable="false" name="IDS_TIME_ELAPSED_MINS_SINGULAR" | |
1575 desc=""> | |
1576 NA | |
1577 </message> | |
1578 </if> | |
1579 | |
1580 <if expr="lang in ['ar', 'ro', 'lv']"> | |
1581 <message name="IDS_TIME_ELAPSED_MINS_ZERO" | |
1582 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
1583 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> mins ago | |
1584 </message> | |
1585 </if> | |
1586 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
1587 <message translateable="false" name="IDS_TIME_ELAPSED_MINS_ZERO" | |
1588 desc=""> | |
1589 NA | |
1590 </message> | |
1591 </if> | |
1592 | |
1593 <if expr="lang in ['ga', 'sl', 'ar']"> | |
1594 <message name="IDS_TIME_ELAPSED_MINS_TWO" | |
1595 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
1596 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> mins ago | |
1597 </message> | |
1598 </if> | |
1599 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
1600 <message translateable="false" name="IDS_TIME_ELAPSED_MINS_TWO" | |
1601 desc=""> | |
1602 NA | |
1603 </message> | |
1604 </if> | |
1605 | |
1606 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
1607 <message name="IDS_TIME_ELAPSED_MINS_FEW" | |
1608 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
1609 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> mins ago | |
1610 </message> | |
1611 </if> | |
1612 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
1613 <message translateable="false" name="IDS_TIME_ELAPSED_MINS_FEW" | |
1614 desc=""> | |
1615 NA | |
1616 </message> | |
1617 </if> | |
1618 | |
1619 <if expr="lang == 'ar'"> | |
1620 <message name="IDS_TIME_ELAPSED_MINS_MANY" | |
1621 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
1622 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> mins ago | |
1623 </message> | |
1624 </if> | |
1625 <if expr="lang != 'ar'"> | |
1626 <message translateable="false" name="IDS_TIME_ELAPSED_MINS_MANY" | |
1627 desc=""> | |
1628 NA | |
1629 </message> | |
1630 </if> | |
1631 | |
1632 | |
1633 <message name="IDS_TIME_ELAPSED_HOURS_DEFAULT" | |
1634 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
1635 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours ago | |
1636 </message> | |
1637 | |
1638 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1639 <message name="IDS_TIME_ELAPSED_HOURS_SINGULAR" | |
1640 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
1641 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour ago | |
1642 </message> | |
1643 </if> | |
1644 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1645 <message translateable="false" name="IDS_TIME_ELAPSED_HOURS_SINGULAR" | |
1646 desc=""> | |
1647 NA | |
1648 </message> | |
1649 </if> | |
1650 | |
1651 <if expr="lang in ['ar', 'ro', 'lv']"> | |
1652 <message name="IDS_TIME_ELAPSED_HOURS_ZERO" | |
1653 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
1654 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours ago | |
1655 </message> | |
1656 </if> | |
1657 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
1658 <message translateable="false" name="IDS_TIME_ELAPSED_HOURS_ZERO" | |
1659 desc=""> | |
1660 NA | |
1661 </message> | |
1662 </if> | |
1663 | |
1664 <if expr="lang in ['ga', 'sl', 'ar']"> | |
1665 <message name="IDS_TIME_ELAPSED_HOURS_TWO" | |
1666 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
1667 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> hours ago | |
1668 </message> | |
1669 </if> | |
1670 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
1671 <message translateable="false" name="IDS_TIME_ELAPSED_HOURS_TWO" | |
1672 desc=""> | |
1673 NA | |
1674 </message> | |
1675 </if> | |
1676 | |
1677 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
1678 <message name="IDS_TIME_ELAPSED_HOURS_FEW" | |
1679 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
1680 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> hours ago | |
1681 </message> | |
1682 </if> | |
1683 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
1684 <message translateable="false" name="IDS_TIME_ELAPSED_HOURS_FEW" | |
1685 desc=""> | |
1686 NA | |
1687 </message> | |
1688 </if> | |
1689 | |
1690 <if expr="lang == 'ar'"> | |
1691 <message name="IDS_TIME_ELAPSED_HOURS_MANY" | |
1692 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
1693 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> hours ago | |
1694 </message> | |
1695 </if> | |
1696 <if expr="lang != 'ar'"> | |
1697 <message translateable="false" name="IDS_TIME_ELAPSED_HOURS_MANY" | |
1698 desc=""> | |
1699 NA | |
1700 </message> | |
1701 </if> | |
1702 | |
1703 | |
1704 <message name="IDS_TIME_ELAPSED_DAYS_DEFAULT" | |
1705 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | |
1706 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days ago | |
1707 </message> | |
1708 | |
1709 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1710 <message name="IDS_TIME_ELAPSED_DAYS_SINGULAR" | |
1711 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | |
1712 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day ago | |
1713 </message> | |
1714 </if> | |
1715 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
1716 <message translateable="false" name="IDS_TIME_ELAPSED_DAYS_SINGULAR" | |
1717 desc=""> | |
1718 NA | |
1719 </message> | |
1720 </if> | |
1721 | |
1722 <if expr="lang in ['ar', 'ro', 'lv']"> | |
1723 <message name="IDS_TIME_ELAPSED_DAYS_ZERO" | |
1724 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | |
1725 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days ago | |
1726 </message> | |
1727 </if> | |
1728 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
1729 <message translateable="false" name="IDS_TIME_ELAPSED_DAYS_ZERO" | |
1730 desc=""> | |
1731 NA | |
1732 </message> | |
1733 </if> | |
1734 | |
1735 <if expr="lang in ['ga', 'sl', 'ar']"> | |
1736 <message name="IDS_TIME_ELAPSED_DAYS_TWO" | |
1737 desc="NUMBER_TWO is a two or two-like/dual number: 2 (Arabic and
Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translate."> | |
1738 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> days ago | |
1739 </message> | |
1740 </if> | |
1741 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
1742 <message translateable="false" name="IDS_TIME_ELAPSED_DAYS_TWO" | |
1743 desc=""> | |
1744 NA | |
1745 </message> | |
1746 </if> | |
1747 | |
1748 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']"> | |
1749 <message name="IDS_TIME_ELAPSED_DAYS_FEW" | |
1750 desc="NUMBER_FEW is a few or few-like number in Arabic, Russian,
Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For oth
er languages, do NOT translate."> | |
1751 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> days ago | |
1752 </message> | |
1753 </if> | |
1754 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar
']"> | |
1755 <message translateable="false" name="IDS_TIME_ELAPSED_DAYS_FEW" | |
1756 desc=""> | |
1757 NA | |
1758 </message> | |
1759 </if> | |
1760 | |
1761 <if expr="lang == 'ar'"> | |
1762 <message name="IDS_TIME_ELAPSED_DAYS_MANY" | |
1763 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu
ages, do NOT translate."> | |
1764 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> days ago | |
1765 </message> | |
1766 </if> | |
1767 <if expr="lang != 'ar'"> | |
1768 <message translateable="false" name="IDS_TIME_ELAPSED_DAYS_MANY" | |
1769 desc=""> | |
1770 NA | |
1771 </message> | |
1772 </if> | |
1773 | 329 |
1774 <message name="IDS_PAST_TIME_TODAY" desc="Relative day today"> | 330 <message name="IDS_PAST_TIME_TODAY" desc="Relative day today"> |
1775 Today | 331 Today |
1776 </message> | 332 </message> |
1777 <message name="IDS_PAST_TIME_YESTERDAY" desc="Relative day yesterday"> | 333 <message name="IDS_PAST_TIME_YESTERDAY" desc="Relative day yesterday"> |
1778 Yesterday | 334 Yesterday |
1779 </message> | 335 </message> |
1780 | 336 |
1781 <!-- Menus --> | 337 <!-- Menus --> |
1782 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n
o entries"> | 338 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n
o entries"> |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2201 </message> | 757 </message> |
2202 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the
speech recognition UI to ask the user to speak the search query"> | 758 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the
speech recognition UI to ask the user to speak the search query"> |
2203 Speak now | 759 Speak now |
2204 </message> | 760 </message> |
2205 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text
label in the speech recognition UI to show the speech recognition can't start b
ecause of network error."> | 761 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text
label in the speech recognition UI to show the speech recognition can't start b
ecause of network error."> |
2206 No internet connection | 762 No internet connection |
2207 </message> | 763 </message> |
2208 </messages> | 764 </messages> |
2209 </release> | 765 </release> |
2210 </grit> | 766 </grit> |
OLD | NEW |