gettext 3.2.9 → 3.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +276 -198
  3. data/Rakefile +7 -4
  4. data/doc/text/news.md +451 -0
  5. data/gettext.gemspec +10 -7
  6. data/lib/gettext/locale_path.rb +17 -9
  7. data/lib/gettext/mo.rb +12 -19
  8. data/lib/gettext/po.rb +4 -4
  9. data/lib/gettext/po_entry.rb +47 -27
  10. data/lib/gettext/po_parser.rb +65 -59
  11. data/lib/gettext/text_domain.rb +1 -1
  12. data/lib/gettext/text_domain_manager.rb +6 -5
  13. data/lib/gettext/tools/msgcat.rb +9 -2
  14. data/lib/gettext/tools/msginit.rb +226 -54
  15. data/lib/gettext/tools/msgmerge.rb +24 -6
  16. data/lib/gettext/tools/parser/erb.rb +9 -1
  17. data/lib/gettext/tools/parser/erubi.rb +88 -0
  18. data/lib/gettext/tools/parser/glade.rb +38 -40
  19. data/lib/gettext/tools/parser/gtk_builder_ui_definitions.rb +129 -0
  20. data/lib/gettext/tools/parser/ruby.rb +288 -221
  21. data/lib/gettext/tools/task.rb +4 -5
  22. data/lib/gettext/tools/xgettext.rb +21 -10
  23. data/lib/gettext/version.rb +3 -3
  24. data/locale/bg/LC_MESSAGES/gettext.mo +0 -0
  25. data/locale/bs/LC_MESSAGES/gettext.mo +0 -0
  26. data/locale/ca/LC_MESSAGES/gettext.mo +0 -0
  27. data/locale/cs/LC_MESSAGES/gettext.mo +0 -0
  28. data/locale/de/LC_MESSAGES/gettext.mo +0 -0
  29. data/locale/el/LC_MESSAGES/gettext.mo +0 -0
  30. data/locale/eo/LC_MESSAGES/gettext.mo +0 -0
  31. data/locale/es/LC_MESSAGES/gettext.mo +0 -0
  32. data/locale/et/LC_MESSAGES/gettext.mo +0 -0
  33. data/locale/fr/LC_MESSAGES/gettext.mo +0 -0
  34. data/locale/hr/LC_MESSAGES/gettext.mo +0 -0
  35. data/locale/hu/LC_MESSAGES/gettext.mo +0 -0
  36. data/locale/it/LC_MESSAGES/gettext.mo +0 -0
  37. data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
  38. data/locale/ko/LC_MESSAGES/gettext.mo +0 -0
  39. data/locale/lv/LC_MESSAGES/gettext.mo +0 -0
  40. data/locale/nb/LC_MESSAGES/gettext.mo +0 -0
  41. data/locale/nl/LC_MESSAGES/gettext.mo +0 -0
  42. data/locale/pt_BR/LC_MESSAGES/gettext.mo +0 -0
  43. data/locale/ru/LC_MESSAGES/gettext.mo +0 -0
  44. data/locale/sr/LC_MESSAGES/gettext.mo +0 -0
  45. data/locale/uk/LC_MESSAGES/gettext.mo +0 -0
  46. data/locale/vi/LC_MESSAGES/gettext.mo +0 -0
  47. data/locale/zh/LC_MESSAGES/gettext.mo +0 -0
  48. data/locale/zh_TW/LC_MESSAGES/gettext.mo +0 -0
  49. data/po/bg/gettext.edit.po +81 -572
  50. data/po/bg/gettext.po +7 -409
  51. data/po/bs/gettext.edit.po +81 -572
  52. data/po/bs/gettext.po +7 -409
  53. data/po/ca/gettext.edit.po +81 -572
  54. data/po/ca/gettext.po +7 -409
  55. data/po/cs/gettext.edit.po +81 -572
  56. data/po/cs/gettext.po +7 -409
  57. data/po/de/gettext.edit.po +81 -572
  58. data/po/de/gettext.po +7 -409
  59. data/po/el/gettext.edit.po +81 -572
  60. data/po/el/gettext.po +7 -409
  61. data/po/eo/gettext.edit.po +81 -572
  62. data/po/eo/gettext.po +7 -409
  63. data/po/es/gettext.edit.po +81 -572
  64. data/po/es/gettext.po +7 -409
  65. data/po/et/gettext.edit.po +81 -572
  66. data/po/et/gettext.po +7 -409
  67. data/po/fr/gettext.edit.po +81 -572
  68. data/po/fr/gettext.po +7 -409
  69. data/po/gettext.pot +93 -645
  70. data/po/hr/gettext.edit.po +81 -572
  71. data/po/hr/gettext.po +7 -409
  72. data/po/hu/gettext.edit.po +81 -572
  73. data/po/hu/gettext.po +7 -409
  74. data/po/it/gettext.edit.po +81 -572
  75. data/po/it/gettext.po +7 -409
  76. data/po/ja/gettext.edit.po +83 -574
  77. data/po/ja/gettext.po +9 -411
  78. data/po/ko/gettext.edit.po +81 -572
  79. data/po/ko/gettext.po +7 -409
  80. data/po/lv/gettext.edit.po +81 -572
  81. data/po/lv/gettext.po +7 -409
  82. data/po/nb/gettext.edit.po +81 -572
  83. data/po/nb/gettext.po +7 -409
  84. data/po/nl/gettext.edit.po +81 -572
  85. data/po/nl/gettext.po +7 -409
  86. data/po/pt_BR/gettext.edit.po +81 -572
  87. data/po/pt_BR/gettext.po +7 -409
  88. data/po/ru/gettext.edit.po +81 -572
  89. data/po/ru/gettext.po +7 -409
  90. data/po/sr/gettext.edit.po +81 -572
  91. data/po/sr/gettext.po +7 -409
  92. data/po/sv/gettext.edit.po +81 -572
  93. data/po/sv/gettext.po +7 -409
  94. data/po/uk/gettext.edit.po +81 -572
  95. data/po/uk/gettext.po +7 -409
  96. data/po/vi/gettext.edit.po +81 -572
  97. data/po/vi/gettext.po +7 -409
  98. data/po/zh/gettext.edit.po +81 -572
  99. data/po/zh/gettext.po +7 -409
  100. data/po/zh_TW/gettext.edit.po +81 -572
  101. data/po/zh_TW/gettext.po +7 -409
  102. data/samples/cgi/po/helloerb1.pot +3 -3
  103. data/samples/cgi/po/helloerb2.pot +3 -3
  104. data/samples/cgi/po/hellolib.pot +3 -3
  105. data/samples/cgi/po/main.pot +3 -3
  106. data/samples/po/bg/hello_gtk_builder.edit.po +15 -0
  107. data/samples/po/bg/hello_gtk_builder.po +12 -0
  108. data/samples/po/bs/hello_gtk_builder.edit.po +15 -0
  109. data/samples/po/bs/hello_gtk_builder.po +12 -0
  110. data/samples/po/ca/hello_gtk_builder.edit.po +15 -0
  111. data/samples/po/ca/hello_gtk_builder.po +12 -0
  112. data/samples/po/cs/hello_gtk_builder.edit.po +15 -0
  113. data/samples/po/cs/hello_gtk_builder.po +12 -0
  114. data/samples/po/de/hello_gtk_builder.edit.po +15 -0
  115. data/samples/po/de/hello_gtk_builder.po +12 -0
  116. data/samples/po/el/hello_gtk_builder.edit.po +15 -0
  117. data/samples/po/el/hello_gtk_builder.po +12 -0
  118. data/samples/po/eo/hello_gtk_builder.edit.po +15 -0
  119. data/samples/po/eo/hello_gtk_builder.po +12 -0
  120. data/samples/po/es/hello_gtk_builder.edit.po +15 -0
  121. data/samples/po/es/hello_gtk_builder.po +12 -0
  122. data/samples/po/fr/hello_gtk_builder.edit.po +15 -0
  123. data/samples/po/fr/hello_gtk_builder.po +12 -0
  124. data/samples/po/hello.pot +3 -3
  125. data/samples/po/hello2.pot +4 -4
  126. data/samples/po/hello_glade2.pot +8 -5
  127. data/samples/po/hello_gtk2.pot +4 -4
  128. data/samples/po/hello_gtk_builder.pot +18 -4
  129. data/samples/po/hello_noop.pot +4 -4
  130. data/samples/po/hello_plural.pot +4 -4
  131. data/samples/po/hello_tk.pot +4 -4
  132. data/samples/po/hr/hello_gtk_builder.edit.po +15 -0
  133. data/samples/po/hr/hello_gtk_builder.po +12 -0
  134. data/samples/po/hu/hello_gtk_builder.edit.po +15 -0
  135. data/samples/po/hu/hello_gtk_builder.po +12 -0
  136. data/samples/po/it/hello_gtk_builder.edit.po +15 -0
  137. data/samples/po/it/hello_gtk_builder.po +12 -0
  138. data/samples/po/ja/hello_gtk_builder.edit.po +15 -0
  139. data/samples/po/ja/hello_gtk_builder.po +12 -0
  140. data/samples/po/ko/hello_gtk_builder.edit.po +15 -0
  141. data/samples/po/ko/hello_gtk_builder.po +12 -0
  142. data/samples/po/lv/hello_gtk_builder.edit.po +15 -0
  143. data/samples/po/lv/hello_gtk_builder.po +12 -0
  144. data/samples/po/nb/hello_gtk_builder.edit.po +15 -0
  145. data/samples/po/nb/hello_gtk_builder.po +12 -0
  146. data/samples/po/nl/hello_gtk_builder.edit.po +15 -0
  147. data/samples/po/nl/hello_gtk_builder.po +12 -0
  148. data/samples/po/pt_BR/hello_gtk_builder.edit.po +15 -0
  149. data/samples/po/pt_BR/hello_gtk_builder.po +12 -0
  150. data/samples/po/ru/hello_gtk_builder.edit.po +15 -0
  151. data/samples/po/ru/hello_gtk_builder.po +12 -0
  152. data/samples/po/sr/hello_gtk_builder.edit.po +15 -0
  153. data/samples/po/sr/hello_gtk_builder.po +12 -0
  154. data/samples/po/sv/hello_gtk_builder.edit.po +15 -0
  155. data/samples/po/sv/hello_gtk_builder.po +12 -0
  156. data/samples/po/uk/hello_gtk_builder.edit.po +15 -0
  157. data/samples/po/uk/hello_gtk_builder.po +12 -0
  158. data/samples/po/vi/hello_gtk_builder.edit.po +15 -0
  159. data/samples/po/vi/hello_gtk_builder.po +12 -0
  160. data/samples/po/zh/hello_gtk_builder.edit.po +15 -0
  161. data/samples/po/zh/hello_gtk_builder.po +12 -0
  162. data/samples/po/zh_TW/hello_gtk_builder.edit.po +15 -0
  163. data/samples/po/zh_TW/hello_gtk_builder.po +12 -0
  164. data/src/po_parser.ry +48 -42
  165. data/test/fixtures/_/backtick.rb +30 -0
  166. data/test/fixtures/_/block_parameter.rb +2 -2
  167. data/test/fixtures/_/double_quote_in_double_quote.rb +2 -2
  168. data/test/fixtures/_/double_quote_in_single_quote.rb +2 -2
  169. data/test/fixtures/_/literal_concatenation_with_continuation_line.rb +2 -2
  170. data/test/fixtures/_/middle_new_line.rb +2 -2
  171. data/test/fixtures/_/multiple_lines_literal.rb +2 -2
  172. data/test/fixtures/_/multiple_messages_in_same_line.rb +2 -2
  173. data/test/fixtures/_/multiple_same_messages.rb +2 -2
  174. data/test/fixtures/_/one_line.rb +2 -2
  175. data/test/fixtures/_/one_new_line.rb +2 -2
  176. data/test/fixtures/_/percent_strings.rb +55 -0
  177. data/test/fixtures/_/pipe.rb +32 -0
  178. data/test/{gettext-test-utils.rb → fixtures/_/quoted_symbol.rb} +13 -23
  179. data/test/fixtures/_.rb +10 -1
  180. data/test/fixtures/erb/case.rhtml +16 -0
  181. data/test/fixtures/erb/minus.rhtml +12 -0
  182. data/test/fixtures/erb/non_ascii.rhtml +1 -0
  183. data/test/fixtures/glade/3.glade +63 -0
  184. data/test/fixtures/gtk_builder_ui_definitions.ui +68 -0
  185. data/test/fixtures/multi_text_domain.rb +12 -12
  186. data/test/fixtures/np_.rb +1 -1
  187. data/test/fixtures/ns_/custom.rb +2 -2
  188. data/test/fixtures/ns_.rb +1 -1
  189. data/test/fixtures/p_.rb +1 -1
  190. data/test/fixtures/ruby/percent_lower_i.rb +1 -0
  191. data/test/fixtures/ruby/percent_lower_w.rb +1 -0
  192. data/test/fixtures/ruby/percent_upper_i.rb +1 -0
  193. data/test/fixtures/ruby/percent_upper_w.rb +1 -0
  194. data/test/fixtures/s_/custom.rb +2 -2
  195. data/test/fixtures/s_.rb +1 -1
  196. data/test/fixtures/simple.rb +5 -1
  197. data/test/fixtures/upper_nn_.rb +77 -0
  198. data/test/helper.rb +99 -0
  199. data/test/locale/fr/LC_MESSAGES/plural_error.mo +0 -0
  200. data/test/locale/fr/LC_MESSAGES/test1.mo +0 -0
  201. data/test/locale/fr_BE/LC_MESSAGES/test1.mo +0 -0
  202. data/test/locale/fr_BE_Foo/LC_MESSAGES/test1.mo +0 -0
  203. data/test/locale/ja/LC_MESSAGES/_.mo +0 -0
  204. data/test/po/_.pot +28 -4
  205. data/test/po/backslash.pot +6 -4
  206. data/test/po/fr/plural_error.po +7 -0
  207. data/test/po/fr/test1.po +7 -0
  208. data/test/po/fr_BE/test1.po +24 -0
  209. data/test/po/fr_BE_Foo/test1.po +20 -0
  210. data/test/po/hello.pot +3 -3
  211. data/test/po/ja/_.edit.po +27 -3
  212. data/test/po/ja/_.po +20 -2
  213. data/test/po/ja/hello.edit.po +0 -1
  214. data/test/po/non_ascii.pot +4 -4
  215. data/test/po/np_.pot +8 -5
  216. data/test/po/ns_.pot +6 -4
  217. data/test/po/p_.pot +3 -3
  218. data/test/po/s_.pot +6 -4
  219. data/test/po/untranslated.pot +4 -4
  220. data/test/run-test.rb +2 -3
  221. data/test/test_class_info.rb +8 -9
  222. data/test/test_gettext.rb +30 -1
  223. data/test/test_locale_path.rb +12 -4
  224. data/test/test_parser.rb +113 -25
  225. data/test/test_po_entry.rb +21 -17
  226. data/test/test_po_parser.rb +49 -4
  227. data/test/test_string.rb +9 -5
  228. data/test/tools/parser/test_glade.rb +91 -0
  229. data/test/tools/parser/test_gtk_builder_ui_definitions.rb +63 -0
  230. data/test/tools/parser/test_ruby.rb +76 -39
  231. data/test/tools/test_msgcat.rb +21 -1
  232. data/test/tools/test_msginit.rb +82 -3
  233. data/test/tools/test_msgmerge.rb +81 -6
  234. data/test/tools/test_xgettext.rb +106 -5
  235. metadata +82 -34
  236. data/lib/gettext/tools/parser/haml.rb +0 -61
  237. /data/test/fixtures/{gladeparser.glade → glade/2.glade} +0 -0
data/po/pt_BR/gettext.po CHANGED
@@ -85,6 +85,9 @@ msgid ""
85
85
  "s"
86
86
  msgstr ""
87
87
 
88
+ msgid "Use one line for each reference comment"
89
+ msgstr ""
90
+
88
91
  msgid "Ignore fuzzy entries"
89
92
  msgstr ""
90
93
 
@@ -165,9 +168,7 @@ msgstr ""
165
168
  msgid "file '%s' does not exist."
166
169
  msgstr "O arquivo '%s' já existe."
167
170
 
168
- msgid ""
169
- "Locale '#{language_tag}' is invalid. Please check if your specified locale is "
170
- "usable."
171
+ msgid "Locale '%s' is invalid. Please check if your specified locale is usable."
171
172
  msgstr ""
172
173
 
173
174
  #, fuzzy
@@ -211,9 +212,6 @@ msgstr ""
211
212
  msgid "Display version information and exit"
212
213
  msgstr "mostra informação de versão e sai"
213
214
 
214
- msgid "`%{file}' is not glade-2.0 format."
215
- msgstr "`%{file}' não é formato glade-2.0."
216
-
217
215
  msgid "'%{klass}' is ignored."
218
216
  msgstr "'%{klass}' é ignorado."
219
217
 
@@ -257,6 +255,9 @@ msgstr ""
257
255
  msgid "require the library before executing xgettext"
258
256
  msgstr "carregue (require) a biblioteca antes de executar o rgettext"
259
257
 
258
+ msgid "Add PARSER to parser list for xgettext"
259
+ msgstr ""
260
+
260
261
  msgid ""
261
262
  "If TAG is specified, place comment blocks starting with TAG and precedding key"
262
263
  "word lines in output file"
@@ -284,406 +285,3 @@ msgid ""
284
285
  "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't ret"
285
286
  "urns empty string but the header entry in po file."
286
287
  msgstr ""
287
-
288
- msgid "This message is from hellolib."
289
- msgstr ""
290
-
291
- msgid ""
292
- "Hello World\n"
293
- msgstr ""
294
-
295
- msgid ""
296
- "One is %{num}\n"
297
- msgstr ""
298
-
299
- msgid ""
300
- "Hello %{world}\n"
301
- msgstr ""
302
-
303
- msgid "World"
304
- msgstr ""
305
-
306
- msgid "window1"
307
- msgstr ""
308
-
309
- msgid ""
310
- "first line\n"
311
- "second line\n"
312
- "third line"
313
- msgstr ""
314
-
315
- msgid "<Hello world>"
316
- msgstr ""
317
-
318
- msgid "hello, gtk world"
319
- msgstr ""
320
-
321
- msgid "Hello World"
322
- msgstr ""
323
-
324
- msgid "Hello World2"
325
- msgstr ""
326
-
327
- msgid ""
328
- "There is an apple.\n"
329
- msgid_plural ""
330
- "There are %{num} apples.\n"
331
- msgstr[0] ""
332
- msgstr[1] ""
333
-
334
- msgid "hello, tk world"
335
- msgstr ""
336
-
337
- msgid "aaa"
338
- msgid_plural "aaa2"
339
- msgstr[0] ""
340
- msgstr[1] ""
341
-
342
- msgid ""
343
- "aaa\n"
344
- msgstr ""
345
-
346
- msgid ""
347
- "bbb\n"
348
- "ccc"
349
- msgstr ""
350
-
351
- msgid ""
352
- "bbb\n"
353
- "ccc\n"
354
- "ddd\n"
355
- msgstr ""
356
-
357
- msgid "eee"
358
- msgstr ""
359
-
360
- msgid "fff"
361
- msgid_plural "fff2"
362
- msgstr[0] ""
363
- msgstr[1] ""
364
-
365
- msgid "ggghhhiii"
366
- msgid_plural "jjjkkklll"
367
- msgstr[0] ""
368
- msgstr[1] ""
369
-
370
- msgid "a\"b\"c\""
371
- msgid_plural "a\"b\"c\"2"
372
- msgstr[0] ""
373
- msgstr[1] ""
374
-
375
- msgid "d\"e\"f\""
376
- msgid_plural "d\"e\"f\"2"
377
- msgstr[0] ""
378
- msgstr[1] ""
379
-
380
- msgid "jjj"
381
- msgstr ""
382
-
383
- msgid "kkk"
384
- msgstr ""
385
-
386
- msgid "lllmmm"
387
- msgstr ""
388
-
389
- msgid ""
390
- "nnn\n"
391
- "ooo"
392
- msgstr ""
393
-
394
- msgid "#"
395
- msgstr ""
396
-
397
- msgid "\taaa'bbb\\ccc"
398
- msgstr ""
399
-
400
- msgid ""
401
- "Here document1\n"
402
- "Here document2\n"
403
- msgstr ""
404
-
405
- #. TRANSLATORS: This is a proper name. See the gettext
406
- #. manual, section Names. Note this is actually a non-ASCII
407
- #. name: The first name is (with Unicode escapes)
408
- #. "Fran\u00e7ois" or (with HTML entities) "Fran&ccedil;ois".
409
- #. Pronunciation is like "fraa-swa pee-nar".
410
- #. This is an example from GNU gettext documentation.
411
- msgid "Francois Pinard"
412
- msgstr ""
413
-
414
- msgid "No TRANSLATORS comment"
415
- msgstr ""
416
-
417
- msgid "self explaining"
418
- msgstr ""
419
-
420
- msgid "This is a # including string."
421
- msgstr ""
422
-
423
- msgid "double \"quote\" in double quote"
424
- msgstr ""
425
-
426
- msgid "double \"quote\" in single quote"
427
- msgstr ""
428
-
429
- msgid "literal concatenation with continuation line"
430
- msgstr ""
431
-
432
- msgid ""
433
- "middle\n"
434
- "new line"
435
- msgstr ""
436
-
437
- msgid ""
438
- "multiple\n"
439
- "lines\n"
440
- "literal\n"
441
- msgstr ""
442
-
443
- msgid "multiple"
444
- msgstr ""
445
-
446
- msgid "in same line"
447
- msgstr ""
448
-
449
- msgid "multiple same messages"
450
- msgstr ""
451
-
452
- msgid "one line"
453
- msgstr ""
454
-
455
- msgid ""
456
- "one new line\n"
457
- msgstr ""
458
-
459
- msgid "You should escape '\\' as '\\\\'."
460
- msgstr ""
461
-
462
- msgid "normal text"
463
- msgstr ""
464
-
465
- msgid ""
466
- "1st line\n"
467
- "2nd line\n"
468
- "3rd line"
469
- msgstr ""
470
-
471
- msgid "<span color=\"red\" weight=\"bold\" size=\"large\">markup </span>"
472
- msgstr ""
473
-
474
- msgid ""
475
- "<span color=\"red\">1st line markup </span>\n"
476
- "<span color=\"blue\">2nd line markup</span>"
477
- msgstr ""
478
-
479
- msgid "<span>&quot;markup&quot; with &lt;escaped strings&gt;</span>"
480
- msgstr ""
481
-
482
- msgid "duplicated"
483
- msgstr ""
484
-
485
- msgid "Hello"
486
- msgstr ""
487
-
488
- msgid ""
489
- "bbb\n"
490
- msgid_plural ""
491
- "ccc2\n"
492
- "ccc2"
493
- msgstr[0] ""
494
- msgstr[1] ""
495
-
496
- msgid ""
497
- "ddd\n"
498
- "ddd"
499
- msgid_plural ""
500
- "ddd2\n"
501
- "ddd2"
502
- msgstr[0] ""
503
- msgstr[1] ""
504
-
505
- msgid ""
506
- "eee\n"
507
- "eee\n"
508
- msgid_plural ""
509
- "eee2\n"
510
- "eee2\n"
511
- msgstr[0] ""
512
- msgstr[1] ""
513
-
514
- msgid ""
515
- "ddd\n"
516
- "eee\n"
517
- msgid_plural ""
518
- "ddd\n"
519
- "eee2"
520
- msgstr[0] ""
521
- msgstr[1] ""
522
-
523
- msgid "ggg"
524
- msgid_plural "ggg2"
525
- msgstr[0] ""
526
- msgstr[1] ""
527
-
528
- msgid "mmmmmm"
529
- msgid_plural "mmm2mmm2"
530
- msgstr[0] ""
531
- msgstr[1] ""
532
-
533
- msgid "nnn"
534
- msgid_plural "nnn2"
535
- msgstr[0] ""
536
- msgstr[1] ""
537
-
538
- msgid "ooo"
539
- msgid_plural "ppp"
540
- msgstr[0] ""
541
- msgstr[1] ""
542
-
543
- msgid "qqq"
544
- msgid_plural "rrr"
545
- msgstr[0] ""
546
- msgstr[1] ""
547
-
548
- #. TRANSLATORS:please provide translations for all
549
- #. the plural forms!
550
- msgid "comment"
551
- msgid_plural "comments"
552
- msgstr[0] ""
553
- msgstr[1] ""
554
-
555
- msgid "language"
556
- msgstr ""
557
-
558
- msgid "LANGUAGE"
559
- msgstr ""
560
-
561
- msgid "no data"
562
- msgstr ""
563
-
564
- msgid "こんにちは"
565
- msgstr ""
566
-
567
- msgctxt "Magazine"
568
- msgid "a book"
569
- msgid_plural "%{num} books"
570
- msgstr[0] ""
571
- msgstr[1] ""
572
-
573
- msgctxt "Hardcover"
574
- msgid "a book"
575
- msgid_plural "%{num} books"
576
- msgstr[0] ""
577
- msgstr[1] ""
578
-
579
- msgctxt "Magaine"
580
- msgid "I have a magazine"
581
- msgid_plural "I have %{num} magazines"
582
- msgstr[0] ""
583
- msgstr[1] ""
584
-
585
- msgctxt "Hardcover"
586
- msgid "a picture"
587
- msgid_plural "%{num} pictures"
588
- msgstr[0] ""
589
- msgstr[1] ""
590
-
591
- msgid "AAA|BBB"
592
- msgid_plural "CCC"
593
- msgstr[0] ""
594
- msgstr[1] ""
595
-
596
- msgid "AAA"
597
- msgid_plural "BBB"
598
- msgstr[0] ""
599
- msgstr[1] ""
600
-
601
- msgid "AAA|CCC"
602
- msgid_plural "DDD"
603
- msgstr[0] ""
604
- msgstr[1] ""
605
-
606
- msgid "AAA|BBB|CCC"
607
- msgid_plural "DDD"
608
- msgstr[0] ""
609
- msgstr[1] ""
610
-
611
- msgid "AAA$BBB"
612
- msgid_plural "CCC"
613
- msgstr[0] ""
614
- msgstr[1] ""
615
-
616
- msgid "AAA$B|BB"
617
- msgid_plural "CCC"
618
- msgstr[0] ""
619
- msgstr[1] ""
620
-
621
- msgid "AAA$B|CC"
622
- msgid_plural "DDD"
623
- msgstr[0] ""
624
- msgstr[1] ""
625
-
626
- msgid "AAA|CCC|BBB"
627
- msgid_plural "DDD"
628
- msgstr[0] ""
629
- msgstr[1] ""
630
-
631
- msgid "context|context$message"
632
- msgid_plural "context|context$messages"
633
- msgstr[0] ""
634
- msgstr[1] ""
635
-
636
- msgctxt "AAA"
637
- msgid "BBB"
638
- msgstr ""
639
-
640
- msgctxt "AAA|BBB"
641
- msgid "CCC"
642
- msgstr ""
643
-
644
- msgctxt "AAA"
645
- msgid "CCC"
646
- msgstr ""
647
-
648
- msgctxt "CCC"
649
- msgid "BBB"
650
- msgstr ""
651
-
652
- msgid "BBB"
653
- msgstr ""
654
-
655
- #. TRANSLATORS:please translate 'name' in the context of 'program'.
656
- #. Hint: the translation should NOT contain the translation of 'program'.
657
- msgctxt "program"
658
- msgid "name"
659
- msgstr ""
660
-
661
- msgid "one is %d."
662
- msgstr ""
663
-
664
- msgid "untranslated"
665
- msgstr ""
666
-
667
- msgid "nomsgstr"
668
- msgstr ""
669
-
670
- msgid "test"
671
- msgstr ""
672
-
673
- msgid "one"
674
- msgid_plural "two"
675
- msgstr[0] ""
676
- msgstr[1] ""
677
-
678
- msgid "first"
679
- msgid_plural "second"
680
- msgstr[0] ""
681
- msgstr[1] ""
682
-
683
- msgid "single"
684
- msgid_plural "plural"
685
- msgstr[0] ""
686
- msgstr[1] ""
687
-
688
- msgid "a translation"
689
- msgstr ""