gettext 3.4.0 → 3.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/doc/text/news.md +39 -0
  3. data/gettext.gemspec +3 -1
  4. data/lib/gettext/mo.rb +5 -14
  5. data/lib/gettext/text_domain_manager.rb +6 -5
  6. data/lib/gettext/tools/parser/erubi.rb +88 -0
  7. data/lib/gettext/tools/xgettext.rb +6 -0
  8. data/lib/gettext/version.rb +2 -2
  9. data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
  10. data/po/bg/gettext.edit.po +13 -9
  11. data/po/bg/gettext.po +3 -0
  12. data/po/bs/gettext.edit.po +13 -9
  13. data/po/bs/gettext.po +3 -0
  14. data/po/ca/gettext.edit.po +13 -9
  15. data/po/ca/gettext.po +3 -0
  16. data/po/cs/gettext.edit.po +13 -9
  17. data/po/cs/gettext.po +3 -0
  18. data/po/de/gettext.edit.po +13 -9
  19. data/po/de/gettext.po +3 -0
  20. data/po/el/gettext.edit.po +13 -9
  21. data/po/el/gettext.po +3 -0
  22. data/po/eo/gettext.edit.po +13 -9
  23. data/po/eo/gettext.po +3 -0
  24. data/po/es/gettext.edit.po +13 -9
  25. data/po/es/gettext.po +3 -0
  26. data/po/et/gettext.edit.po +13 -9
  27. data/po/et/gettext.po +3 -0
  28. data/po/fr/gettext.edit.po +13 -9
  29. data/po/fr/gettext.po +3 -0
  30. data/po/gettext.pot +16 -12
  31. data/po/hr/gettext.edit.po +13 -9
  32. data/po/hr/gettext.po +3 -0
  33. data/po/hu/gettext.edit.po +13 -9
  34. data/po/hu/gettext.po +3 -0
  35. data/po/it/gettext.edit.po +13 -9
  36. data/po/it/gettext.po +3 -0
  37. data/po/ja/gettext.edit.po +14 -10
  38. data/po/ja/gettext.po +4 -1
  39. data/po/ko/gettext.edit.po +13 -9
  40. data/po/ko/gettext.po +3 -0
  41. data/po/lv/gettext.edit.po +13 -9
  42. data/po/lv/gettext.po +3 -0
  43. data/po/nb/gettext.edit.po +13 -9
  44. data/po/nb/gettext.po +3 -0
  45. data/po/nl/gettext.edit.po +13 -9
  46. data/po/nl/gettext.po +3 -0
  47. data/po/pt_BR/gettext.edit.po +13 -9
  48. data/po/pt_BR/gettext.po +3 -0
  49. data/po/ru/gettext.edit.po +13 -9
  50. data/po/ru/gettext.po +3 -0
  51. data/po/sr/gettext.edit.po +13 -9
  52. data/po/sr/gettext.po +3 -0
  53. data/po/sv/gettext.edit.po +13 -9
  54. data/po/sv/gettext.po +3 -0
  55. data/po/uk/gettext.edit.po +13 -9
  56. data/po/uk/gettext.po +3 -0
  57. data/po/vi/gettext.edit.po +13 -9
  58. data/po/vi/gettext.po +3 -0
  59. data/po/zh/gettext.edit.po +13 -9
  60. data/po/zh/gettext.po +3 -0
  61. data/po/zh_TW/gettext.edit.po +13 -9
  62. data/po/zh_TW/gettext.po +3 -0
  63. data/test/fixtures/erb/case.rhtml +16 -0
  64. data/test/fixtures/simple.rb +4 -0
  65. data/test/locale/fr/LC_MESSAGES/test1.mo +0 -0
  66. data/test/locale/fr_BE/LC_MESSAGES/test1.mo +0 -0
  67. data/test/locale/fr_BE_Foo/LC_MESSAGES/test1.mo +0 -0
  68. data/test/po/fr/test1.po +7 -0
  69. data/test/po/fr_BE/test1.po +24 -0
  70. data/test/po/fr_BE_Foo/test1.po +20 -0
  71. data/test/po/ja/_.po +15 -0
  72. data/test/test_gettext.rb +23 -0
  73. data/test/test_locale_path.rb +12 -4
  74. data/test/test_parser.rb +62 -0
  75. data/test/tools/test_xgettext.rb +85 -0
  76. metadata +39 -4
@@ -19,12 +19,12 @@ msgstr ""
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
 
22
- #: ../lib/gettext/text_domain_manager.rb:148
22
+ #: ../lib/gettext/text_domain_manager.rb:149
23
23
  #, fuzzy
24
24
  msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
25
25
  msgstr "Η τρίτη παράμετρος είναι λανθασμένη: value = %{number}"
26
26
 
27
- #: ../lib/gettext/text_domain_manager.rb:154
27
+ #: ../lib/gettext/text_domain_manager.rb:155
28
28
  msgid "ngettext: 3rd parameter should be a number, not nil."
29
29
  msgstr ""
30
30
 
@@ -142,7 +142,7 @@ msgstr "Δημιουργία καταλόγου μυνημάτων από τη
142
142
  msgid "write output to specified file"
143
143
  msgstr "εγγραφή στο καθορισμένο αρχείο"
144
144
 
145
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
145
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
146
146
  msgid "display version information and exit"
147
147
  msgstr "πληροφορίες έκδοσης και έξοδος"
148
148
 
@@ -301,31 +301,35 @@ msgid "require the library before executing xgettext"
301
301
  msgstr "Κάντε χρήση της βιβλιοθήκης (require) πριν από την εκτέλεση του rgettext"
302
302
 
303
303
  #: ../lib/gettext/tools/xgettext.rb:334
304
+ msgid "Add PARSER to parser list for xgettext"
305
+ msgstr ""
306
+
307
+ #: ../lib/gettext/tools/xgettext.rb:340
304
308
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
305
309
  msgstr ""
306
310
 
307
- #: ../lib/gettext/tools/xgettext.rb:335
311
+ #: ../lib/gettext/tools/xgettext.rb:341
308
312
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
309
313
  msgstr ""
310
314
 
311
- #: ../lib/gettext/tools/xgettext.rb:336
315
+ #: ../lib/gettext/tools/xgettext.rb:342
312
316
  msgid "(default: %s)"
313
317
  msgstr ""
314
318
 
315
- #: ../lib/gettext/tools/xgettext.rb:336
319
+ #: ../lib/gettext/tools/xgettext.rb:342
316
320
  msgid "no TAG"
317
321
  msgstr ""
318
322
 
319
- #: ../lib/gettext/tools/xgettext.rb:340
323
+ #: ../lib/gettext/tools/xgettext.rb:346
320
324
  msgid "run in debugging mode"
321
325
  msgstr "εκτέλεση σε debugging mode"
322
326
 
323
- #: ../lib/gettext/tools/xgettext.rb:344
327
+ #: ../lib/gettext/tools/xgettext.rb:350
324
328
  #, fuzzy
325
329
  msgid "display this help and exit"
326
330
  msgstr "πληροφορίες έκδοσης και έξοδος"
327
331
 
328
- #: ../lib/gettext/tools/xgettext.rb:375
332
+ #: ../lib/gettext/tools/xgettext.rb:381
329
333
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
330
334
  msgstr ""
331
335
 
data/po/el/gettext.po CHANGED
@@ -250,6 +250,9 @@ msgstr ""
250
250
  msgid "require the library before executing xgettext"
251
251
  msgstr "Κάντε χρήση της βιβλιοθήκης (require) πριν από την εκτέλεση του rgettext"
252
252
 
253
+ msgid "Add PARSER to parser list for xgettext"
254
+ msgstr ""
255
+
253
256
  msgid ""
254
257
  "If TAG is specified, place comment blocks starting with TAG and precedding key"
255
258
  "word lines in output file"
@@ -21,12 +21,12 @@ msgstr ""
21
21
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
22
 
23
23
  # TODO: Should this be "parameter"?
24
- #: ../lib/gettext/text_domain_manager.rb:148
24
+ #: ../lib/gettext/text_domain_manager.rb:149
25
25
  #, fuzzy
26
26
  msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
27
27
  msgstr "Malĝusta tria parametro: valoro = %{number}"
28
28
 
29
- #: ../lib/gettext/text_domain_manager.rb:154
29
+ #: ../lib/gettext/text_domain_manager.rb:155
30
30
  msgid "ngettext: 3rd parameter should be a number, not nil."
31
31
  msgstr ""
32
32
 
@@ -144,7 +144,7 @@ msgstr "Generu porkomputilan mesaĝaron el la traduktekstoj."
144
144
  msgid "write output to specified file"
145
145
  msgstr "skribos la produkton en la indikitan dosieron"
146
146
 
147
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
147
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
148
148
  msgid "display version information and exit"
149
149
  msgstr "montros versi-informon"
150
150
 
@@ -304,31 +304,35 @@ msgid "require the library before executing xgettext"
304
304
  msgstr "uzos indikitan opcianalizilon"
305
305
 
306
306
  #: ../lib/gettext/tools/xgettext.rb:334
307
+ msgid "Add PARSER to parser list for xgettext"
308
+ msgstr ""
309
+
310
+ #: ../lib/gettext/tools/xgettext.rb:340
307
311
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
308
312
  msgstr ""
309
313
 
310
- #: ../lib/gettext/tools/xgettext.rb:335
314
+ #: ../lib/gettext/tools/xgettext.rb:341
311
315
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
312
316
  msgstr ""
313
317
 
314
- #: ../lib/gettext/tools/xgettext.rb:336
318
+ #: ../lib/gettext/tools/xgettext.rb:342
315
319
  msgid "(default: %s)"
316
320
  msgstr ""
317
321
 
318
- #: ../lib/gettext/tools/xgettext.rb:336
322
+ #: ../lib/gettext/tools/xgettext.rb:342
319
323
  msgid "no TAG"
320
324
  msgstr ""
321
325
 
322
- #: ../lib/gettext/tools/xgettext.rb:340
326
+ #: ../lib/gettext/tools/xgettext.rb:346
323
327
  msgid "run in debugging mode"
324
328
  msgstr "sencimiga modo"
325
329
 
326
- #: ../lib/gettext/tools/xgettext.rb:344
330
+ #: ../lib/gettext/tools/xgettext.rb:350
327
331
  #, fuzzy
328
332
  msgid "display this help and exit"
329
333
  msgstr "montros versi-informon"
330
334
 
331
- #: ../lib/gettext/tools/xgettext.rb:375
335
+ #: ../lib/gettext/tools/xgettext.rb:381
332
336
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
333
337
  msgstr ""
334
338
 
data/po/eo/gettext.po CHANGED
@@ -251,6 +251,9 @@ msgstr ""
251
251
  msgid "require the library before executing xgettext"
252
252
  msgstr "uzos indikitan opcianalizilon"
253
253
 
254
+ msgid "Add PARSER to parser list for xgettext"
255
+ msgstr ""
256
+
254
257
  msgid ""
255
258
  "If TAG is specified, place comment blocks starting with TAG and precedding key"
256
259
  "word lines in output file"
@@ -20,12 +20,12 @@ msgstr ""
20
20
  "Content-Transfer-Encoding: 8bit\n"
21
21
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
22
 
23
- #: ../lib/gettext/text_domain_manager.rb:148
23
+ #: ../lib/gettext/text_domain_manager.rb:149
24
24
  #, fuzzy
25
25
  msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
26
26
  msgstr "tercer parámetro es erróneo: valor = %{número}"
27
27
 
28
- #: ../lib/gettext/text_domain_manager.rb:154
28
+ #: ../lib/gettext/text_domain_manager.rb:155
29
29
  msgid "ngettext: 3rd parameter should be a number, not nil."
30
30
  msgstr ""
31
31
 
@@ -143,7 +143,7 @@ msgstr "Generar catálogo de mensajes binarios a partir de la descripción textu
143
143
  msgid "write output to specified file"
144
144
  msgstr "escribir salida en fichero especificado"
145
145
 
146
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
146
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
147
147
  msgid "display version information and exit"
148
148
  msgstr "mostrar información de versión y salir"
149
149
 
@@ -302,31 +302,35 @@ msgid "require the library before executing xgettext"
302
302
  msgstr "importe la biblioteca antes de ejecutar rgettext"
303
303
 
304
304
  #: ../lib/gettext/tools/xgettext.rb:334
305
+ msgid "Add PARSER to parser list for xgettext"
306
+ msgstr ""
307
+
308
+ #: ../lib/gettext/tools/xgettext.rb:340
305
309
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
306
310
  msgstr ""
307
311
 
308
- #: ../lib/gettext/tools/xgettext.rb:335
312
+ #: ../lib/gettext/tools/xgettext.rb:341
309
313
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
310
314
  msgstr ""
311
315
 
312
- #: ../lib/gettext/tools/xgettext.rb:336
316
+ #: ../lib/gettext/tools/xgettext.rb:342
313
317
  msgid "(default: %s)"
314
318
  msgstr ""
315
319
 
316
- #: ../lib/gettext/tools/xgettext.rb:336
320
+ #: ../lib/gettext/tools/xgettext.rb:342
317
321
  msgid "no TAG"
318
322
  msgstr ""
319
323
 
320
- #: ../lib/gettext/tools/xgettext.rb:340
324
+ #: ../lib/gettext/tools/xgettext.rb:346
321
325
  msgid "run in debugging mode"
322
326
  msgstr "ejecute en modo depuración"
323
327
 
324
- #: ../lib/gettext/tools/xgettext.rb:344
328
+ #: ../lib/gettext/tools/xgettext.rb:350
325
329
  #, fuzzy
326
330
  msgid "display this help and exit"
327
331
  msgstr "mostrar información de versión y salir"
328
332
 
329
- #: ../lib/gettext/tools/xgettext.rb:375
333
+ #: ../lib/gettext/tools/xgettext.rb:381
330
334
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
331
335
  msgstr ""
332
336
 
data/po/es/gettext.po CHANGED
@@ -252,6 +252,9 @@ msgstr ""
252
252
  msgid "require the library before executing xgettext"
253
253
  msgstr "importe la biblioteca antes de ejecutar rgettext"
254
254
 
255
+ msgid "Add PARSER to parser list for xgettext"
256
+ msgstr ""
257
+
255
258
  msgid ""
256
259
  "If TAG is specified, place comment blocks starting with TAG and precedding key"
257
260
  "word lines in output file"
@@ -20,12 +20,12 @@ msgstr ""
20
20
  "Content-Transfer-Encoding: 8bit\n"
21
21
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
22
22
 
23
- #: ../lib/gettext/text_domain_manager.rb:148
23
+ #: ../lib/gettext/text_domain_manager.rb:149
24
24
  #, fuzzy
25
25
  msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
26
26
  msgstr "Kolmas parameeter on vale: %{number}"
27
27
 
28
- #: ../lib/gettext/text_domain_manager.rb:154
28
+ #: ../lib/gettext/text_domain_manager.rb:155
29
29
  msgid "ngettext: 3rd parameter should be a number, not nil."
30
30
  msgstr ""
31
31
 
@@ -143,7 +143,7 @@ msgstr "Genereerib tekstikujul tõlkest binaarkujul nimekirja."
143
143
  msgid "write output to specified file"
144
144
  msgstr "kirjuta väljund antud faili"
145
145
 
146
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
146
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
147
147
  msgid "display version information and exit"
148
148
  msgstr "esita versiooni info ja välju"
149
149
 
@@ -302,31 +302,35 @@ msgid "require the library before executing xgettext"
302
302
  msgstr "lae moodul enne rgettext jooksutamist"
303
303
 
304
304
  #: ../lib/gettext/tools/xgettext.rb:334
305
+ msgid "Add PARSER to parser list for xgettext"
306
+ msgstr ""
307
+
308
+ #: ../lib/gettext/tools/xgettext.rb:340
305
309
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
306
310
  msgstr ""
307
311
 
308
- #: ../lib/gettext/tools/xgettext.rb:335
312
+ #: ../lib/gettext/tools/xgettext.rb:341
309
313
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
310
314
  msgstr ""
311
315
 
312
- #: ../lib/gettext/tools/xgettext.rb:336
316
+ #: ../lib/gettext/tools/xgettext.rb:342
313
317
  msgid "(default: %s)"
314
318
  msgstr ""
315
319
 
316
- #: ../lib/gettext/tools/xgettext.rb:336
320
+ #: ../lib/gettext/tools/xgettext.rb:342
317
321
  msgid "no TAG"
318
322
  msgstr ""
319
323
 
320
- #: ../lib/gettext/tools/xgettext.rb:340
324
+ #: ../lib/gettext/tools/xgettext.rb:346
321
325
  msgid "run in debugging mode"
322
326
  msgstr "silumisrežiimis töötamine"
323
327
 
324
- #: ../lib/gettext/tools/xgettext.rb:344
328
+ #: ../lib/gettext/tools/xgettext.rb:350
325
329
  #, fuzzy
326
330
  msgid "display this help and exit"
327
331
  msgstr "esita versiooni info ja välju"
328
332
 
329
- #: ../lib/gettext/tools/xgettext.rb:375
333
+ #: ../lib/gettext/tools/xgettext.rb:381
330
334
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
331
335
  msgstr ""
332
336
 
data/po/et/gettext.po CHANGED
@@ -250,6 +250,9 @@ msgstr ""
250
250
  msgid "require the library before executing xgettext"
251
251
  msgstr "lae moodul enne rgettext jooksutamist"
252
252
 
253
+ msgid "Add PARSER to parser list for xgettext"
254
+ msgstr ""
255
+
253
256
  msgid ""
254
257
  "If TAG is specified, place comment blocks starting with TAG and precedding key"
255
258
  "word lines in output file"
@@ -21,12 +21,12 @@ msgstr ""
21
21
  "Content-Transfer-Encoding: 8bit\n"
22
22
  "Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
23
23
 
24
- #: ../lib/gettext/text_domain_manager.rb:148
24
+ #: ../lib/gettext/text_domain_manager.rb:149
25
25
  #, fuzzy
26
26
  msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
27
27
  msgstr "Le 3ème paramètre (de valeur %{number}) est incorrect."
28
28
 
29
- #: ../lib/gettext/text_domain_manager.rb:154
29
+ #: ../lib/gettext/text_domain_manager.rb:155
30
30
  msgid "ngettext: 3rd parameter should be a number, not nil."
31
31
  msgstr ""
32
32
 
@@ -144,7 +144,7 @@ msgstr "Génère un catalogue binaire de messages à partir de la description te
144
144
  msgid "write output to specified file"
145
145
  msgstr "écrit la sortie dans le fichier spécifié"
146
146
 
147
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
147
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
148
148
  msgid "display version information and exit"
149
149
  msgstr "affiche la version du programme et sort"
150
150
 
@@ -303,31 +303,35 @@ msgid "require the library before executing xgettext"
303
303
  msgstr "requérir (require) la librairie avant d'exécuter rgettext"
304
304
 
305
305
  #: ../lib/gettext/tools/xgettext.rb:334
306
+ msgid "Add PARSER to parser list for xgettext"
307
+ msgstr ""
308
+
309
+ #: ../lib/gettext/tools/xgettext.rb:340
306
310
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
307
311
  msgstr ""
308
312
 
309
- #: ../lib/gettext/tools/xgettext.rb:335
313
+ #: ../lib/gettext/tools/xgettext.rb:341
310
314
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
311
315
  msgstr ""
312
316
 
313
- #: ../lib/gettext/tools/xgettext.rb:336
317
+ #: ../lib/gettext/tools/xgettext.rb:342
314
318
  msgid "(default: %s)"
315
319
  msgstr ""
316
320
 
317
- #: ../lib/gettext/tools/xgettext.rb:336
321
+ #: ../lib/gettext/tools/xgettext.rb:342
318
322
  msgid "no TAG"
319
323
  msgstr ""
320
324
 
321
- #: ../lib/gettext/tools/xgettext.rb:340
325
+ #: ../lib/gettext/tools/xgettext.rb:346
322
326
  msgid "run in debugging mode"
323
327
  msgstr "exécuter en mode de deboggage"
324
328
 
325
- #: ../lib/gettext/tools/xgettext.rb:344
329
+ #: ../lib/gettext/tools/xgettext.rb:350
326
330
  #, fuzzy
327
331
  msgid "display this help and exit"
328
332
  msgstr "affiche la version du programme et sort"
329
333
 
330
- #: ../lib/gettext/tools/xgettext.rb:375
334
+ #: ../lib/gettext/tools/xgettext.rb:381
331
335
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
332
336
  msgstr ""
333
337
 
data/po/fr/gettext.po CHANGED
@@ -254,6 +254,9 @@ msgstr ""
254
254
  msgid "require the library before executing xgettext"
255
255
  msgstr "requérir (require) la librairie avant d'exécuter rgettext"
256
256
 
257
+ msgid "Add PARSER to parser list for xgettext"
258
+ msgstr ""
259
+
257
260
  msgid ""
258
261
  "If TAG is specified, place comment blocks starting with TAG and precedding key"
259
262
  "word lines in output file"
data/po/gettext.pot CHANGED
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: gettext 3.4.0\n"
9
+ "Project-Id-Version: gettext 3.4.3\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2021-08-27 14:37+0900\n"
12
- "PO-Revision-Date: 2021-08-27 14:37+0900\n"
11
+ "POT-Creation-Date: 2022-05-20 19:56+0900\n"
12
+ "PO-Revision-Date: 2022-05-20 19:56+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,11 +18,11 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: ../lib/gettext/text_domain_manager.rb:148
21
+ #: ../lib/gettext/text_domain_manager.rb:149
22
22
  msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
23
23
  msgstr ""
24
24
 
25
- #: ../lib/gettext/text_domain_manager.rb:154
25
+ #: ../lib/gettext/text_domain_manager.rb:155
26
26
  msgid "ngettext: 3rd parameter should be a number, not nil."
27
27
  msgstr ""
28
28
 
@@ -148,7 +148,7 @@ msgstr ""
148
148
  msgid "write output to specified file"
149
149
  msgstr ""
150
150
 
151
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
151
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
152
152
  msgid "display version information and exit"
153
153
  msgstr ""
154
154
 
@@ -313,34 +313,38 @@ msgid "require the library before executing xgettext"
313
313
  msgstr ""
314
314
 
315
315
  #: ../lib/gettext/tools/xgettext.rb:334
316
+ msgid "Add PARSER to parser list for xgettext"
317
+ msgstr ""
318
+
319
+ #: ../lib/gettext/tools/xgettext.rb:340
316
320
  msgid ""
317
321
  "If TAG is specified, place comment blocks starting with TAG and precedding key"
318
322
  "word lines in output file"
319
323
  msgstr ""
320
324
 
321
- #: ../lib/gettext/tools/xgettext.rb:335
325
+ #: ../lib/gettext/tools/xgettext.rb:341
322
326
  msgid ""
323
327
  "If TAG is not specified, place all comment blocks preceing keyword lines in ou"
324
328
  "tput file"
325
329
  msgstr ""
326
330
 
327
- #: ../lib/gettext/tools/xgettext.rb:336
331
+ #: ../lib/gettext/tools/xgettext.rb:342
328
332
  msgid "(default: %s)"
329
333
  msgstr ""
330
334
 
331
- #: ../lib/gettext/tools/xgettext.rb:336
335
+ #: ../lib/gettext/tools/xgettext.rb:342
332
336
  msgid "no TAG"
333
337
  msgstr ""
334
338
 
335
- #: ../lib/gettext/tools/xgettext.rb:340
339
+ #: ../lib/gettext/tools/xgettext.rb:346
336
340
  msgid "run in debugging mode"
337
341
  msgstr ""
338
342
 
339
- #: ../lib/gettext/tools/xgettext.rb:344
343
+ #: ../lib/gettext/tools/xgettext.rb:350
340
344
  msgid "display this help and exit"
341
345
  msgstr ""
342
346
 
343
- #: ../lib/gettext/tools/xgettext.rb:375
347
+ #: ../lib/gettext/tools/xgettext.rb:381
344
348
  msgid ""
345
349
  "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't ret"
346
350
  "urns empty string but the header entry in po file."
@@ -21,11 +21,11 @@ msgstr ""
21
21
  " && (n%100<10 || n%100>=20) ? 1 : 2;\n"
22
22
  "X-Generator: KBabel 1.11.4\n"
23
23
 
24
- #: ../lib/gettext/text_domain_manager.rb:148
24
+ #: ../lib/gettext/text_domain_manager.rb:149
25
25
  msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
26
26
  msgstr ""
27
27
 
28
- #: ../lib/gettext/text_domain_manager.rb:154
28
+ #: ../lib/gettext/text_domain_manager.rb:155
29
29
  msgid "ngettext: 3rd parameter should be a number, not nil."
30
30
  msgstr ""
31
31
 
@@ -143,7 +143,7 @@ msgstr "Generiši binarni katalog poruka iz tekstualnog opisa prevoda"
143
143
  msgid "write output to specified file"
144
144
  msgstr "zapiši izlaz u specifičnu datoteku"
145
145
 
146
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
146
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
147
147
  msgid "display version information and exit"
148
148
  msgstr "prikaži informaciju o verziji i završi"
149
149
 
@@ -302,31 +302,35 @@ msgid "require the library before executing xgettext"
302
302
  msgstr "zahtjevaj biblioteku prije izvršavanja rgettext-a"
303
303
 
304
304
  #: ../lib/gettext/tools/xgettext.rb:334
305
+ msgid "Add PARSER to parser list for xgettext"
306
+ msgstr ""
307
+
308
+ #: ../lib/gettext/tools/xgettext.rb:340
305
309
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
306
310
  msgstr ""
307
311
 
308
- #: ../lib/gettext/tools/xgettext.rb:335
312
+ #: ../lib/gettext/tools/xgettext.rb:341
309
313
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
310
314
  msgstr ""
311
315
 
312
- #: ../lib/gettext/tools/xgettext.rb:336
316
+ #: ../lib/gettext/tools/xgettext.rb:342
313
317
  msgid "(default: %s)"
314
318
  msgstr ""
315
319
 
316
- #: ../lib/gettext/tools/xgettext.rb:336
320
+ #: ../lib/gettext/tools/xgettext.rb:342
317
321
  msgid "no TAG"
318
322
  msgstr ""
319
323
 
320
- #: ../lib/gettext/tools/xgettext.rb:340
324
+ #: ../lib/gettext/tools/xgettext.rb:346
321
325
  msgid "run in debugging mode"
322
326
  msgstr "pokreni u modu za nalaženje grešaka"
323
327
 
324
- #: ../lib/gettext/tools/xgettext.rb:344
328
+ #: ../lib/gettext/tools/xgettext.rb:350
325
329
  #, fuzzy
326
330
  msgid "display this help and exit"
327
331
  msgstr "prikaži informaciju o verziji i završi"
328
332
 
329
- #: ../lib/gettext/tools/xgettext.rb:375
333
+ #: ../lib/gettext/tools/xgettext.rb:381
330
334
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
331
335
  msgstr ""
332
336
 
data/po/hr/gettext.po CHANGED
@@ -250,6 +250,9 @@ msgstr ""
250
250
  msgid "require the library before executing xgettext"
251
251
  msgstr "zahtjevaj biblioteku prije izvršavanja rgettext-a"
252
252
 
253
+ msgid "Add PARSER to parser list for xgettext"
254
+ msgstr ""
255
+
253
256
  msgid ""
254
257
  "If TAG is specified, place comment blocks starting with TAG and precedding key"
255
258
  "word lines in output file"
@@ -20,12 +20,12 @@ msgstr ""
20
20
  "Content-Transfer-Encoding: 8bit\n"
21
21
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
22
 
23
- #: ../lib/gettext/text_domain_manager.rb:148
23
+ #: ../lib/gettext/text_domain_manager.rb:149
24
24
  #, fuzzy
25
25
  msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
26
26
  msgstr "A harmadik paraméter hibás: value = %{number}"
27
27
 
28
- #: ../lib/gettext/text_domain_manager.rb:154
28
+ #: ../lib/gettext/text_domain_manager.rb:155
29
29
  msgid "ngettext: 3rd parameter should be a number, not nil."
30
30
  msgstr ""
31
31
 
@@ -143,7 +143,7 @@ msgstr "Bináris üzenetállományt generál a lefordított szöveges állomány
143
143
  msgid "write output to specified file"
144
144
  msgstr "kimenet írása egy megadott fájlba"
145
145
 
146
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
146
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
147
147
  msgid "display version information and exit"
148
148
  msgstr "verzió információ kiírása és kilépés"
149
149
 
@@ -302,31 +302,35 @@ msgid "require the library before executing xgettext"
302
302
  msgstr "szükséges library az rgettext futtatása előtt"
303
303
 
304
304
  #: ../lib/gettext/tools/xgettext.rb:334
305
+ msgid "Add PARSER to parser list for xgettext"
306
+ msgstr ""
307
+
308
+ #: ../lib/gettext/tools/xgettext.rb:340
305
309
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
306
310
  msgstr ""
307
311
 
308
- #: ../lib/gettext/tools/xgettext.rb:335
312
+ #: ../lib/gettext/tools/xgettext.rb:341
309
313
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
310
314
  msgstr ""
311
315
 
312
- #: ../lib/gettext/tools/xgettext.rb:336
316
+ #: ../lib/gettext/tools/xgettext.rb:342
313
317
  msgid "(default: %s)"
314
318
  msgstr ""
315
319
 
316
- #: ../lib/gettext/tools/xgettext.rb:336
320
+ #: ../lib/gettext/tools/xgettext.rb:342
317
321
  msgid "no TAG"
318
322
  msgstr ""
319
323
 
320
- #: ../lib/gettext/tools/xgettext.rb:340
324
+ #: ../lib/gettext/tools/xgettext.rb:346
321
325
  msgid "run in debugging mode"
322
326
  msgstr "debug módban futtatás"
323
327
 
324
- #: ../lib/gettext/tools/xgettext.rb:344
328
+ #: ../lib/gettext/tools/xgettext.rb:350
325
329
  #, fuzzy
326
330
  msgid "display this help and exit"
327
331
  msgstr "verzió információ kiírása és kilépés"
328
332
 
329
- #: ../lib/gettext/tools/xgettext.rb:375
333
+ #: ../lib/gettext/tools/xgettext.rb:381
330
334
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
331
335
  msgstr ""
332
336
 
data/po/hu/gettext.po CHANGED
@@ -250,6 +250,9 @@ msgstr ""
250
250
  msgid "require the library before executing xgettext"
251
251
  msgstr "szükséges library az rgettext futtatása előtt"
252
252
 
253
+ msgid "Add PARSER to parser list for xgettext"
254
+ msgstr ""
255
+
253
256
  msgid ""
254
257
  "If TAG is specified, place comment blocks starting with TAG and precedding key"
255
258
  "word lines in output file"