gettext 3.4.2 → 3.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/doc/text/news.md +11 -0
  3. data/gettext.gemspec +1 -0
  4. data/lib/gettext/tools/parser/erubi.rb +88 -0
  5. data/lib/gettext/tools/xgettext.rb +6 -0
  6. data/lib/gettext/version.rb +2 -2
  7. data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
  8. data/po/bg/gettext.edit.po +11 -7
  9. data/po/bg/gettext.po +3 -0
  10. data/po/bs/gettext.edit.po +11 -7
  11. data/po/bs/gettext.po +3 -0
  12. data/po/ca/gettext.edit.po +11 -7
  13. data/po/ca/gettext.po +3 -0
  14. data/po/cs/gettext.edit.po +11 -7
  15. data/po/cs/gettext.po +3 -0
  16. data/po/de/gettext.edit.po +11 -7
  17. data/po/de/gettext.po +3 -0
  18. data/po/el/gettext.edit.po +11 -7
  19. data/po/el/gettext.po +3 -0
  20. data/po/eo/gettext.edit.po +11 -7
  21. data/po/eo/gettext.po +3 -0
  22. data/po/es/gettext.edit.po +11 -7
  23. data/po/es/gettext.po +3 -0
  24. data/po/et/gettext.edit.po +11 -7
  25. data/po/et/gettext.po +3 -0
  26. data/po/fr/gettext.edit.po +11 -7
  27. data/po/fr/gettext.po +3 -0
  28. data/po/gettext.pot +14 -10
  29. data/po/hr/gettext.edit.po +11 -7
  30. data/po/hr/gettext.po +3 -0
  31. data/po/hu/gettext.edit.po +11 -7
  32. data/po/hu/gettext.po +3 -0
  33. data/po/it/gettext.edit.po +11 -7
  34. data/po/it/gettext.po +3 -0
  35. data/po/ja/gettext.edit.po +12 -8
  36. data/po/ja/gettext.po +4 -1
  37. data/po/ko/gettext.edit.po +11 -7
  38. data/po/ko/gettext.po +3 -0
  39. data/po/lv/gettext.edit.po +11 -7
  40. data/po/lv/gettext.po +3 -0
  41. data/po/nb/gettext.edit.po +11 -7
  42. data/po/nb/gettext.po +3 -0
  43. data/po/nl/gettext.edit.po +11 -7
  44. data/po/nl/gettext.po +3 -0
  45. data/po/pt_BR/gettext.edit.po +11 -7
  46. data/po/pt_BR/gettext.po +3 -0
  47. data/po/ru/gettext.edit.po +11 -7
  48. data/po/ru/gettext.po +3 -0
  49. data/po/sr/gettext.edit.po +11 -7
  50. data/po/sr/gettext.po +3 -0
  51. data/po/sv/gettext.edit.po +11 -7
  52. data/po/sv/gettext.po +3 -0
  53. data/po/uk/gettext.edit.po +11 -7
  54. data/po/uk/gettext.po +3 -0
  55. data/po/vi/gettext.edit.po +11 -7
  56. data/po/vi/gettext.po +3 -0
  57. data/po/zh/gettext.edit.po +11 -7
  58. data/po/zh/gettext.po +3 -0
  59. data/po/zh_TW/gettext.edit.po +11 -7
  60. data/po/zh_TW/gettext.po +3 -0
  61. data/test/fixtures/erb/case.rhtml +16 -0
  62. data/test/po/ja/_.po +15 -0
  63. data/test/test_parser.rb +62 -0
  64. data/test/tools/test_xgettext.rb +85 -0
  65. metadata +18 -2
@@ -142,7 +142,7 @@ msgstr "Genereer binaire berichtencatalogus uit vertalingen in tekstvorm."
142
142
  msgid "write output to specified file"
143
143
  msgstr "schrijf uitvoer naar opgegeven bestand"
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 "toon versie-informatie en stop"
148
148
 
@@ -301,31 +301,35 @@ msgid "require the library before executing xgettext"
301
301
  msgstr "vereis de bibliotheek voordat rgettext uitgevoerd wordt"
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 "draai in debug 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 "toon versie-informatie en stop"
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/nl/gettext.po CHANGED
@@ -250,6 +250,9 @@ msgstr ""
250
250
  msgid "require the library before executing xgettext"
251
251
  msgstr "vereis de bibliotheek voordat rgettext uitgevoerd wordt"
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"
@@ -144,7 +144,7 @@ msgstr "Gerar catálogo de mensagem binária da descrição de tradução textua
144
144
  msgid "write output to specified file"
145
145
  msgstr "escreve saída para o arquivo especificado"
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 "mostra informação de versão e sai"
150
150
 
@@ -303,31 +303,35 @@ msgid "require the library before executing xgettext"
303
303
  msgstr "carregue (require) a biblioteca antes de executar o 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 "executar em mode de depuração"
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 "mostra informação de versão e sai"
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/pt_BR/gettext.po CHANGED
@@ -252,6 +252,9 @@ msgstr ""
252
252
  msgid "require the library before executing xgettext"
253
253
  msgstr "carregue (require) a biblioteca antes de executar o 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"
@@ -144,7 +144,7 @@ msgstr "Генерирует бинарный каталог сообщений
144
144
  msgid "write output to specified file"
145
145
  msgstr "записать результат в указанный файл"
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 "показать информацию о версии и закончить работу"
150
150
 
@@ -303,31 +303,35 @@ msgid "require the library before executing xgettext"
303
303
  msgstr "для выполнения 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 "запуск в режиме отладки"
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 "показать информацию о версии и закончить работу"
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/ru/gettext.po CHANGED
@@ -252,6 +252,9 @@ msgstr ""
252
252
  msgid "require the library before executing xgettext"
253
253
  msgstr "для выполнения 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"
@@ -144,7 +144,7 @@ msgstr "Формирање бинарног каталога порука из
144
144
  msgid "write output to specified file"
145
145
  msgstr "писање излаза у задат фајл"
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 "приказ информација о верзији и излаз"
150
150
 
@@ -303,31 +303,35 @@ msgid "require the library before executing xgettext"
303
303
  msgstr "захтевај библиотеку пре извршења 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 "ради у дибагинг моду"
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 "приказ информација о верзији и излаз"
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/sr/gettext.po CHANGED
@@ -251,6 +251,9 @@ msgstr ""
251
251
  msgid "require the library before executing xgettext"
252
252
  msgstr "захтевај библиотеку пре извршења rgettext-а"
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"
@@ -139,7 +139,7 @@ msgstr "Generera binära meddelandekataloger från textuell översättningsdata.
139
139
  msgid "write output to specified file"
140
140
  msgstr ""
141
141
 
142
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
142
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
143
143
  msgid "display version information and exit"
144
144
  msgstr ""
145
145
 
@@ -292,29 +292,33 @@ msgid "require the library before executing xgettext"
292
292
  msgstr ""
293
293
 
294
294
  #: ../lib/gettext/tools/xgettext.rb:334
295
+ msgid "Add PARSER to parser list for xgettext"
296
+ msgstr ""
297
+
298
+ #: ../lib/gettext/tools/xgettext.rb:340
295
299
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
296
300
  msgstr ""
297
301
 
298
- #: ../lib/gettext/tools/xgettext.rb:335
302
+ #: ../lib/gettext/tools/xgettext.rb:341
299
303
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
300
304
  msgstr ""
301
305
 
302
- #: ../lib/gettext/tools/xgettext.rb:336
306
+ #: ../lib/gettext/tools/xgettext.rb:342
303
307
  msgid "(default: %s)"
304
308
  msgstr ""
305
309
 
306
- #: ../lib/gettext/tools/xgettext.rb:336
310
+ #: ../lib/gettext/tools/xgettext.rb:342
307
311
  msgid "no TAG"
308
312
  msgstr ""
309
313
 
310
- #: ../lib/gettext/tools/xgettext.rb:340
314
+ #: ../lib/gettext/tools/xgettext.rb:346
311
315
  msgid "run in debugging mode"
312
316
  msgstr ""
313
317
 
314
- #: ../lib/gettext/tools/xgettext.rb:344
318
+ #: ../lib/gettext/tools/xgettext.rb:350
315
319
  msgid "display this help and exit"
316
320
  msgstr ""
317
321
 
318
- #: ../lib/gettext/tools/xgettext.rb:375
322
+ #: ../lib/gettext/tools/xgettext.rb:381
319
323
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
320
324
  msgstr ""
data/po/sv/gettext.po CHANGED
@@ -237,6 +237,9 @@ msgstr ""
237
237
  msgid "require the library before executing xgettext"
238
238
  msgstr ""
239
239
 
240
+ msgid "Add PARSER to parser list for xgettext"
241
+ msgstr ""
242
+
240
243
  msgid ""
241
244
  "If TAG is specified, place comment blocks starting with TAG and precedding key"
242
245
  "word lines in output file"
@@ -147,7 +147,7 @@ msgstr "Генерує бінарний каталог повідомлень і
147
147
  msgid "write output to specified file"
148
148
  msgstr "записати результат у вказаний файл"
149
149
 
150
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
150
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
151
151
  msgid "display version information and exit"
152
152
  msgstr "показати інформацію про версію і завершити роботу"
153
153
 
@@ -306,31 +306,35 @@ msgid "require the library before executing xgettext"
306
306
  msgstr "для виконання rgettext необхідна бібліотека"
307
307
 
308
308
  #: ../lib/gettext/tools/xgettext.rb:334
309
+ msgid "Add PARSER to parser list for xgettext"
310
+ msgstr ""
311
+
312
+ #: ../lib/gettext/tools/xgettext.rb:340
309
313
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
310
314
  msgstr ""
311
315
 
312
- #: ../lib/gettext/tools/xgettext.rb:335
316
+ #: ../lib/gettext/tools/xgettext.rb:341
313
317
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
314
318
  msgstr ""
315
319
 
316
- #: ../lib/gettext/tools/xgettext.rb:336
320
+ #: ../lib/gettext/tools/xgettext.rb:342
317
321
  msgid "(default: %s)"
318
322
  msgstr ""
319
323
 
320
- #: ../lib/gettext/tools/xgettext.rb:336
324
+ #: ../lib/gettext/tools/xgettext.rb:342
321
325
  msgid "no TAG"
322
326
  msgstr ""
323
327
 
324
- #: ../lib/gettext/tools/xgettext.rb:340
328
+ #: ../lib/gettext/tools/xgettext.rb:346
325
329
  msgid "run in debugging mode"
326
330
  msgstr "запуск в режимі відлагодження"
327
331
 
328
- #: ../lib/gettext/tools/xgettext.rb:344
332
+ #: ../lib/gettext/tools/xgettext.rb:350
329
333
  #, fuzzy
330
334
  msgid "display this help and exit"
331
335
  msgstr "показати інформацію про версію і завершити роботу"
332
336
 
333
- #: ../lib/gettext/tools/xgettext.rb:375
337
+ #: ../lib/gettext/tools/xgettext.rb:381
334
338
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
335
339
  msgstr ""
336
340
 
data/po/uk/gettext.po CHANGED
@@ -255,6 +255,9 @@ msgstr ""
255
255
  msgid "require the library before executing xgettext"
256
256
  msgstr "для виконання rgettext необхідна бібліотека"
257
257
 
258
+ msgid "Add PARSER to parser list for xgettext"
259
+ msgstr ""
260
+
258
261
  msgid ""
259
262
  "If TAG is specified, place comment blocks starting with TAG and precedding key"
260
263
  "word lines in output file"
@@ -143,7 +143,7 @@ msgstr "Sinh message catalog nhị phân từ chuỗi văn bản."
143
143
  msgid "write output to specified file"
144
144
  msgstr "ghi ra tập tin được chỉ định"
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 "hiện thông tin về phiên bản rồi thoát"
149
149
 
@@ -302,31 +302,35 @@ msgid "require the library before executing xgettext"
302
302
  msgstr "require thư viện trước khi chạy 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 "chạy trong chế độ debug"
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 "hiện thông tin về phiên bản rồi thoát"
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/vi/gettext.po CHANGED
@@ -250,6 +250,9 @@ msgstr ""
250
250
  msgid "require the library before executing xgettext"
251
251
  msgstr "require thư viện trước khi chạy 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"
@@ -146,7 +146,7 @@ msgstr "从文本叙述翻译生成二进制信息目录。"
146
146
  msgid "write output to specified file"
147
147
  msgstr "输出到指定文件"
148
148
 
149
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
149
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
150
150
  msgid "display version information and exit"
151
151
  msgstr "显示版本信息并退出"
152
152
 
@@ -305,31 +305,35 @@ msgid "require the library before executing xgettext"
305
305
  msgstr "在执行 rgettext 之前需要一个库"
306
306
 
307
307
  #: ../lib/gettext/tools/xgettext.rb:334
308
+ msgid "Add PARSER to parser list for xgettext"
309
+ msgstr ""
310
+
311
+ #: ../lib/gettext/tools/xgettext.rb:340
308
312
  msgid "If TAG is specified, place comment blocks starting with TAG and precedding keyword lines in output file"
309
313
  msgstr ""
310
314
 
311
- #: ../lib/gettext/tools/xgettext.rb:335
315
+ #: ../lib/gettext/tools/xgettext.rb:341
312
316
  msgid "If TAG is not specified, place all comment blocks preceing keyword lines in output file"
313
317
  msgstr ""
314
318
 
315
- #: ../lib/gettext/tools/xgettext.rb:336
319
+ #: ../lib/gettext/tools/xgettext.rb:342
316
320
  msgid "(default: %s)"
317
321
  msgstr ""
318
322
 
319
- #: ../lib/gettext/tools/xgettext.rb:336
323
+ #: ../lib/gettext/tools/xgettext.rb:342
320
324
  msgid "no TAG"
321
325
  msgstr ""
322
326
 
323
- #: ../lib/gettext/tools/xgettext.rb:340
327
+ #: ../lib/gettext/tools/xgettext.rb:346
324
328
  msgid "run in debugging mode"
325
329
  msgstr "运行于调试模式"
326
330
 
327
- #: ../lib/gettext/tools/xgettext.rb:344
331
+ #: ../lib/gettext/tools/xgettext.rb:350
328
332
  #, fuzzy
329
333
  msgid "display this help and exit"
330
334
  msgstr "显示版本信息并退出"
331
335
 
332
- #: ../lib/gettext/tools/xgettext.rb:375
336
+ #: ../lib/gettext/tools/xgettext.rb:381
333
337
  msgid "Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't returns empty string but the header entry in po file."
334
338
  msgstr ""
335
339
 
data/po/zh/gettext.po CHANGED
@@ -252,6 +252,9 @@ msgstr ""
252
252
  msgid "require the library before executing xgettext"
253
253
  msgstr "在执行 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"
@@ -145,7 +145,7 @@ msgstr "從textual translation description產生二進位訊息 catalog"
145
145
  msgid "write output to specified file"
146
146
  msgstr "輸出到指定檔案"
147
147
 
148
- #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:349
148
+ #: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:355
149
149
  msgid "display version information and exit"
150
150
  msgstr "秀出版本資訊後退出"
151
151
 
@@ -304,31 +304,35 @@ msgid "require the library before executing xgettext"
304
304
  msgstr "在執行 rgettext 之前需要一個庫"
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 "執行除錯模式"
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 "秀出版本資訊後退出"
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/zh_TW/gettext.po CHANGED
@@ -251,6 +251,9 @@ msgstr ""
251
251
  msgid "require the library before executing xgettext"
252
252
  msgstr "在執行 rgettext 之前需要一個庫"
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"
@@ -0,0 +1,16 @@
1
+ <%
2
+ require 'gettext'
3
+ include GetText
4
+ bindtextdomain("helloerb", :path => "locale")
5
+ %>
6
+ <html>
7
+ <head>
8
+ <title></title>
9
+ </head>
10
+ <body>
11
+ <%= _('Hello') %>
12
+ <% case 1 %>
13
+ <% end %>
14
+ <%= _('World') %>
15
+ </body>
16
+ </html>
data/test/po/ja/_.po CHANGED
@@ -133,3 +133,18 @@ msgstr "ONE LINE"
133
133
  msgid ""
134
134
  "one new line\n"
135
135
  msgstr ""
136
+
137
+ msgid "in_symbol_array"
138
+ msgstr ""
139
+
140
+ msgid "hello world"
141
+ msgstr ""
142
+
143
+ msgid "in_string_array"
144
+ msgstr ""
145
+
146
+ msgid "Hello"
147
+ msgstr ""
148
+
149
+ msgid "World"
150
+ msgstr ""