gettext 3.0.0 → 3.0.1
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.
- data/Rakefile +23 -12
- data/doc/text/news.md +31 -0
- data/lib/gettext/po.rb +17 -7
- data/lib/gettext/po_entry.rb +212 -208
- data/lib/gettext/po_format.rb +28 -0
- data/lib/gettext/po_parser.rb +25 -25
- data/lib/gettext/text_domain.rb +10 -0
- data/lib/gettext/tools/msginit.rb +19 -1
- data/lib/gettext/tools/msgmerge.rb +122 -68
- data/lib/gettext/tools/task.rb +306 -87
- data/lib/gettext/tools/xgettext.rb +27 -1
- data/lib/gettext/version.rb +1 -1
- data/locale/bg/LC_MESSAGES/gettext.mo +0 -0
- data/locale/bs/LC_MESSAGES/gettext.mo +0 -0
- data/locale/ca/LC_MESSAGES/gettext.mo +0 -0
- data/locale/cs/LC_MESSAGES/gettext.mo +0 -0
- data/locale/de/LC_MESSAGES/gettext.mo +0 -0
- data/locale/el/LC_MESSAGES/gettext.mo +0 -0
- data/locale/eo/LC_MESSAGES/gettext.mo +0 -0
- data/locale/es/LC_MESSAGES/gettext.mo +0 -0
- data/locale/et/LC_MESSAGES/gettext.mo +0 -0
- data/locale/fr/LC_MESSAGES/gettext.mo +0 -0
- data/locale/hr/LC_MESSAGES/gettext.mo +0 -0
- data/locale/hu/LC_MESSAGES/gettext.mo +0 -0
- data/locale/it/LC_MESSAGES/gettext.mo +0 -0
- data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
- data/locale/ko/LC_MESSAGES/gettext.mo +0 -0
- data/locale/lv/LC_MESSAGES/gettext.mo +0 -0
- data/locale/nb/LC_MESSAGES/gettext.mo +0 -0
- data/locale/nl/LC_MESSAGES/gettext.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/gettext.mo +0 -0
- data/locale/ru/LC_MESSAGES/gettext.mo +0 -0
- data/locale/sr/LC_MESSAGES/gettext.mo +0 -0
- data/locale/sv/LC_MESSAGES/gettext.mo +0 -0
- data/locale/uk/LC_MESSAGES/gettext.mo +0 -0
- data/locale/vi/LC_MESSAGES/gettext.mo +0 -0
- data/locale/zh/LC_MESSAGES/gettext.mo +0 -0
- data/locale/zh_TW/LC_MESSAGES/gettext.mo +0 -0
- data/po/bg/gettext.po +370 -284
- data/po/bs/gettext.po +378 -321
- data/po/ca/gettext.po +373 -284
- data/po/cs/gettext.po +371 -313
- data/po/de/gettext.po +380 -282
- data/po/el/gettext.po +377 -277
- data/po/eo/gettext.po +373 -275
- data/po/es/gettext.po +376 -277
- data/po/et/gettext.po +374 -274
- data/po/fr/gettext.po +380 -279
- data/po/gettext.pot +102 -70
- data/po/hr/gettext.po +371 -308
- data/po/hu/gettext.po +376 -276
- data/po/it/gettext.po +362 -269
- data/po/ja/gettext.po +338 -216
- data/po/ko/gettext.po +392 -266
- data/po/lv/gettext.po +377 -310
- data/po/nb/gettext.po +377 -278
- data/po/nl/gettext.po +371 -274
- data/po/pt_BR/gettext.po +376 -277
- data/po/ru/gettext.po +380 -311
- data/po/sr/gettext.po +378 -310
- data/po/sv/gettext.po +331 -258
- data/po/uk/gettext.po +380 -311
- data/po/vi/gettext.po +374 -275
- data/po/zh/gettext.po +397 -266
- data/po/zh_TW/gettext.po +397 -266
- data/samples/cgi/README +0 -2
- data/samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/bs/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/hr/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/hu/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/ja/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/ru/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/uk/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/uk/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/vi/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/zh/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/uk/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/uk/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/uk/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/uk/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/uk/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/uk/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/uk/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/uk/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_gtk_builder.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo +0 -0
- data/samples/po/bg/hello_gtk_builder.po +19 -0
- data/samples/po/bs/hello_gtk_builder.po +19 -0
- data/samples/po/ca/hello_gtk_builder.po +19 -0
- data/samples/po/cs/hello_gtk_builder.po +19 -0
- data/samples/po/de/hello_gtk_builder.po +19 -0
- data/samples/po/el/hello_gtk_builder.po +19 -0
- data/samples/po/eo/hello_gtk_builder.po +19 -0
- data/samples/po/es/hello_gtk_builder.po +19 -0
- data/samples/po/fr/hello_gtk_builder.po +19 -0
- data/samples/po/hello.pot +24 -0
- data/samples/po/hello2.pot +33 -0
- data/samples/po/hello_glade2.pot +31 -0
- data/samples/po/hello_gtk2.pot +23 -0
- data/samples/po/hello_gtk_builder.pot +20 -0
- data/samples/po/hello_noop.pot +27 -0
- data/samples/po/hello_plural.pot +27 -0
- data/samples/po/hello_tk.pot +23 -0
- data/samples/po/hr/hello_gtk_builder.po +19 -0
- data/samples/po/hu/hello_gtk_builder.po +19 -0
- data/samples/po/it/hello_gtk_builder.po +19 -0
- data/samples/po/ja/hello_gtk_builder.po +19 -0
- data/samples/po/ko/hello_gtk_builder.po +19 -0
- data/samples/po/lv/hello_gtk_builder.po +19 -0
- data/samples/po/nb/hello_gtk_builder.po +19 -0
- data/samples/po/nl/hello_gtk_builder.po +19 -0
- data/samples/po/pt_BR/hello_gtk_builder.po +19 -0
- data/samples/po/ru/hello_gtk_builder.po +19 -0
- data/samples/po/sr/hello_gtk_builder.po +19 -0
- data/samples/po/sv/hello_gtk_builder.po +19 -0
- data/samples/po/uk/hello_gtk_builder.po +19 -0
- data/samples/po/vi/hello_gtk_builder.po +19 -0
- data/samples/po/zh/hello_gtk_builder.po +19 -0
- data/samples/po/zh_TW/hello_gtk_builder.po +19 -0
- data/src/po_parser.ry +25 -25
- data/test/locale/cr/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/da/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/da/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/test1.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/test2.mo +0 -0
- data/test/locale/ir/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/_.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/backslash.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/non_ascii.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/np_.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/ns_.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/p_.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/rubyparser.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/s_.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/test1.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/test2.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/test3.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/untranslated.mo +0 -0
- data/test/locale/la/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/la/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/li/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/li/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/po/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/sl/LC_MESSAGES/plural.mo +0 -0
- data/test/po/_.pot +162 -0
- data/test/po/backslash.pot +23 -0
- data/test/po/non_ascii.pot +23 -0
- data/test/po/np_.pot +48 -0
- data/test/po/ns_.pot +73 -0
- data/test/po/p_.pot +50 -0
- data/test/po/s_.pot +55 -0
- data/test/po/untranslated.pot +23 -0
- data/test/test_locale_path.rb +25 -3
- data/test/{tools/test_po.rb → test_po.rb} +217 -210
- data/test/test_po_entry.rb +107 -53
- data/test/test_text_domain.rb +38 -0
- data/test/tools/test_msgmerge.rb +206 -5
- data/test/tools/test_task.rb +287 -0
- data/test/tools/test_xgettext.rb +3 -1
- metadata +373 -4
- data/samples/cgi/Rakefile +0 -27
data/po/nl/gettext.po
CHANGED
|
@@ -11,7 +11,7 @@ msgid ""
|
|
|
11
11
|
msgstr ""
|
|
12
12
|
"Project-Id-Version: ruby-gettext 2.1.0\n"
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
|
14
|
-
"POT-Creation-Date:
|
|
14
|
+
"POT-Creation-Date: 2013-09-20 22:54+0900\n"
|
|
15
15
|
"PO-Revision-Date: 2006-12-10 15:03+0100\n"
|
|
16
16
|
"Last-Translator: Menno Jonkers <ruby_gettext jonkers.com>\n"
|
|
17
17
|
"Language-Team: Dutch <ruby_gettext@jonkers.com>\n"
|
|
@@ -21,24 +21,12 @@ msgstr ""
|
|
|
21
21
|
"Content-Transfer-Encoding: 8bit\n"
|
|
22
22
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
23
23
|
|
|
24
|
-
#: ../lib/gettext/
|
|
25
|
-
|
|
26
|
-
msgid "Failed to merge with %{defpo}"
|
|
27
|
-
msgstr "Samenvoegen met %{defpo} mislukt - overgeslagen!"
|
|
28
|
-
|
|
29
|
-
#: ../lib/gettext/tools.rb:82
|
|
30
|
-
#, fuzzy
|
|
31
|
-
msgid "New .pot was copied to %{failed_filename}"
|
|
32
|
-
msgstr "Controleer nieuwe .pot in %{failed_filename}"
|
|
33
|
-
|
|
34
|
-
#: ../lib/gettext/tools.rb:83
|
|
35
|
-
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
24
|
+
#: ../lib/gettext/text_domain_manager.rb:148
|
|
25
|
+
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
36
26
|
msgstr ""
|
|
37
27
|
|
|
38
|
-
#: ../lib/gettext/
|
|
39
|
-
msgid ""
|
|
40
|
-
"`%{cmd}' can not be found. \n"
|
|
41
|
-
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
28
|
+
#: ../lib/gettext/text_domain_manager.rb:154
|
|
29
|
+
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
42
30
|
msgstr ""
|
|
43
31
|
|
|
44
32
|
#: ../lib/gettext/tools/msgfmt.rb:65
|
|
@@ -55,45 +43,43 @@ msgid "Generate binary message catalog from textual translation description."
|
|
|
55
43
|
msgstr "Genereer binaire berichtencatalogus uit vertalingen in tekstvorm."
|
|
56
44
|
|
|
57
45
|
#: ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:89
|
|
58
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
46
|
+
#: ../lib/gettext/tools/msgmerge.rb:266 ../lib/gettext/tools/xgettext.rb:218
|
|
59
47
|
msgid "Specific options:"
|
|
60
48
|
msgstr "Specifieke opties:"
|
|
61
49
|
|
|
62
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/
|
|
63
|
-
#: ../lib/gettext/tools/xgettext.rb:213
|
|
50
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:221
|
|
64
51
|
msgid "write output to specified file"
|
|
65
52
|
msgstr "schrijf uitvoer naar opgegeven bestand"
|
|
66
53
|
|
|
67
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/
|
|
68
|
-
#: ../lib/gettext/tools/xgettext.rb:256
|
|
54
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:271
|
|
69
55
|
msgid "display version information and exit"
|
|
70
56
|
msgstr "toon versie-informatie en stop"
|
|
71
57
|
|
|
72
58
|
#: ../lib/gettext/tools/msginit.rb:85
|
|
73
59
|
msgid ""
|
|
74
|
-
"Create a new .po file from initializing .pot file with user's environment "
|
|
75
|
-
"
|
|
60
|
+
"Create a new .po file from initializing .pot file with user's environment and "
|
|
61
|
+
"input."
|
|
76
62
|
msgstr ""
|
|
77
63
|
|
|
78
64
|
#: ../lib/gettext/tools/msginit.rb:91
|
|
79
65
|
msgid ""
|
|
80
|
-
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file "
|
|
81
|
-
"
|
|
66
|
+
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file exis"
|
|
67
|
+
"ting the current directory."
|
|
82
68
|
msgstr ""
|
|
83
69
|
|
|
84
70
|
#: ../lib/gettext/tools/msginit.rb:98
|
|
85
71
|
msgid ""
|
|
86
|
-
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend "
|
|
87
|
-
"
|
|
72
|
+
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on"
|
|
73
|
+
" LOCALE or the current locale on your environment."
|
|
88
74
|
msgstr ""
|
|
89
75
|
|
|
90
76
|
#: ../lib/gettext/tools/msginit.rb:105
|
|
91
77
|
msgid ""
|
|
92
|
-
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the "
|
|
93
|
-
"
|
|
78
|
+
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current"
|
|
79
|
+
" locale on your environment."
|
|
94
80
|
msgstr ""
|
|
95
81
|
|
|
96
|
-
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:
|
|
82
|
+
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:317
|
|
97
83
|
msgid "Display this help and exit"
|
|
98
84
|
msgstr ""
|
|
99
85
|
|
|
@@ -113,8 +99,8 @@ msgstr "Bestand '%s' bestond al."
|
|
|
113
99
|
|
|
114
100
|
#: ../lib/gettext/tools/msginit.rb:152
|
|
115
101
|
msgid ""
|
|
116
|
-
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified "
|
|
117
|
-
"
|
|
102
|
+
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified locale i"
|
|
103
|
+
"s usable."
|
|
118
104
|
msgstr ""
|
|
119
105
|
|
|
120
106
|
#: ../lib/gettext/tools/msginit.rb:161
|
|
@@ -122,115 +108,173 @@ msgstr ""
|
|
|
122
108
|
msgid "file '%s' has already existed."
|
|
123
109
|
msgstr "Bestand '%s' bestond al."
|
|
124
110
|
|
|
125
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
111
|
+
#: ../lib/gettext/tools/msginit.rb:200
|
|
126
112
|
msgid "Please enter your full name"
|
|
127
113
|
msgstr ""
|
|
128
114
|
|
|
129
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
115
|
+
#: ../lib/gettext/tools/msginit.rb:229
|
|
130
116
|
msgid "Please enter your email address"
|
|
131
117
|
msgstr ""
|
|
132
118
|
|
|
133
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
134
|
-
msgid "
|
|
135
|
-
msgstr "
|
|
119
|
+
#: ../lib/gettext/tools/msgmerge.rb:255
|
|
120
|
+
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
|
121
|
+
msgstr ""
|
|
136
122
|
|
|
137
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
138
|
-
|
|
139
|
-
|
|
123
|
+
#: ../lib/gettext/tools/msgmerge.rb:258
|
|
124
|
+
#, fuzzy
|
|
125
|
+
msgid ""
|
|
126
|
+
"Merges two Uniforum style .po files together. The definition.po file is an exi"
|
|
127
|
+
"sting PO file with translations. The reference.pot file is the last created PO"
|
|
128
|
+
" file with up-to-date source references. The reference.pot is generally create"
|
|
129
|
+
"d by rxgettext."
|
|
130
|
+
msgstr ""
|
|
131
|
+
"Voegt twee gelijksoortige .po-bestanden samen. Het def.po-bestand is een besta"
|
|
132
|
+
"and PO-bestand met vertalingen. Het ref.pot-bestand is het meest recente POT-b"
|
|
133
|
+
"estand met actuele bronverwijzingen. ref.pot wordt over het algemeen aangemaak"
|
|
134
|
+
"t door rgettext."
|
|
140
135
|
|
|
141
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
142
|
-
msgid "
|
|
143
|
-
msgstr "
|
|
136
|
+
#: ../lib/gettext/tools/msgmerge.rb:269
|
|
137
|
+
msgid "Update definition.po"
|
|
138
|
+
msgstr ""
|
|
144
139
|
|
|
145
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
140
|
+
#: ../lib/gettext/tools/msgmerge.rb:274
|
|
141
|
+
#, fuzzy
|
|
142
|
+
msgid "Write output to specified file"
|
|
143
|
+
msgstr "schrijf uitvoer naar opgegeven bestand"
|
|
144
|
+
|
|
145
|
+
#: ../lib/gettext/tools/msgmerge.rb:279
|
|
146
|
+
msgid "Generate sorted output"
|
|
147
|
+
msgstr ""
|
|
148
|
+
|
|
149
|
+
#: ../lib/gettext/tools/msgmerge.rb:284
|
|
150
|
+
msgid "Sort output by file location"
|
|
151
|
+
msgstr ""
|
|
152
|
+
|
|
153
|
+
#: ../lib/gettext/tools/msgmerge.rb:289
|
|
154
|
+
msgid "Sort output by msgid"
|
|
155
|
+
msgstr ""
|
|
156
|
+
|
|
157
|
+
#: ../lib/gettext/tools/msgmerge.rb:294
|
|
158
|
+
msgid "Preserve '#: FILENAME:LINE' lines"
|
|
159
|
+
msgstr ""
|
|
160
|
+
|
|
161
|
+
#: ../lib/gettext/tools/msgmerge.rb:299
|
|
162
|
+
msgid "Set output page width"
|
|
163
|
+
msgstr ""
|
|
164
|
+
|
|
165
|
+
#: ../lib/gettext/tools/msgmerge.rb:305
|
|
146
166
|
msgid ""
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"up-to-date source references. ref.pot is generally created by rgettext."
|
|
167
|
+
"Break long message lines, longer than the output page width, into several line"
|
|
168
|
+
"s"
|
|
150
169
|
msgstr ""
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
"
|
|
170
|
+
|
|
171
|
+
#: ../lib/gettext/tools/msgmerge.rb:323
|
|
172
|
+
#, fuzzy
|
|
173
|
+
msgid "Display version information and exit"
|
|
174
|
+
msgstr "toon versie-informatie en stop"
|
|
175
|
+
|
|
176
|
+
#: ../lib/gettext/tools/parser/glade.rb:32
|
|
177
|
+
msgid "`%{file}' is not glade-2.0 format."
|
|
178
|
+
msgstr "`%{file}' is niet in glade-2.0 formaat."
|
|
155
179
|
|
|
156
180
|
#: ../lib/gettext/tools/xgettext.rb:64
|
|
157
181
|
msgid "'%{klass}' is ignored."
|
|
158
182
|
msgstr "'%{klass}' is genegeerd."
|
|
159
183
|
|
|
160
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
184
|
+
#: ../lib/gettext/tools/xgettext.rb:183
|
|
161
185
|
msgid "Error parsing %{path}"
|
|
162
186
|
msgstr ""
|
|
163
187
|
|
|
164
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
188
|
+
#: ../lib/gettext/tools/xgettext.rb:194
|
|
165
189
|
msgid "no input files"
|
|
166
190
|
msgstr "geen invoerbestanden"
|
|
167
191
|
|
|
168
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
192
|
+
#: ../lib/gettext/tools/xgettext.rb:212
|
|
169
193
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
170
194
|
msgstr "Gebruik: %s invoer.rb [-r parser.rb] [-o uitvoer.pot]"
|
|
171
195
|
|
|
172
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
196
|
+
#: ../lib/gettext/tools/xgettext.rb:215
|
|
173
197
|
msgid "Extract translatable strings from given input files."
|
|
174
198
|
msgstr "Haalt vertaalbare strings uit gegeven invoerbestanden."
|
|
175
199
|
|
|
176
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
200
|
+
#: ../lib/gettext/tools/xgettext.rb:226
|
|
177
201
|
msgid "set package name in output"
|
|
178
202
|
msgstr ""
|
|
179
203
|
|
|
180
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
204
|
+
#: ../lib/gettext/tools/xgettext.rb:231
|
|
181
205
|
msgid "set package version in output"
|
|
182
206
|
msgstr ""
|
|
183
207
|
|
|
184
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
208
|
+
#: ../lib/gettext/tools/xgettext.rb:236
|
|
185
209
|
msgid "set report address for msgid bugs"
|
|
186
210
|
msgstr ""
|
|
187
211
|
|
|
188
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
212
|
+
#: ../lib/gettext/tools/xgettext.rb:241
|
|
189
213
|
msgid "set copyright holder in output"
|
|
190
214
|
msgstr ""
|
|
191
215
|
|
|
192
|
-
#: ../lib/gettext/tools/xgettext.rb:238
|
|
193
|
-
msgid "set encoding for output"
|
|
194
|
-
msgstr ""
|
|
195
|
-
|
|
196
216
|
#: ../lib/gettext/tools/xgettext.rb:243
|
|
197
217
|
#, fuzzy
|
|
198
218
|
msgid "require the library before executing xgettext"
|
|
199
219
|
msgstr "vereis de bibliotheek voordat rgettext uitgevoerd wordt"
|
|
200
220
|
|
|
201
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
202
|
-
msgid "
|
|
203
|
-
msgstr "
|
|
221
|
+
#: ../lib/gettext/tools/xgettext.rb:246
|
|
222
|
+
msgid "set encoding for output"
|
|
223
|
+
msgstr ""
|
|
204
224
|
|
|
205
225
|
#: ../lib/gettext/tools/xgettext.rb:251
|
|
206
226
|
#, fuzzy
|
|
207
227
|
msgid "display this help and exit"
|
|
208
228
|
msgstr "toon versie-informatie en stop"
|
|
209
229
|
|
|
210
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
230
|
+
#: ../lib/gettext/tools/xgettext.rb:256
|
|
211
231
|
msgid ""
|
|
212
|
-
"
|
|
213
|
-
"
|
|
232
|
+
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
233
|
+
"word lines in output file"
|
|
214
234
|
msgstr ""
|
|
215
235
|
|
|
216
|
-
#: ../lib/gettext/tools/
|
|
217
|
-
msgid "
|
|
218
|
-
|
|
236
|
+
#: ../lib/gettext/tools/xgettext.rb:257
|
|
237
|
+
msgid ""
|
|
238
|
+
"If TAG is not specified, place all comment blocks preceing keyword lines in ou"
|
|
239
|
+
"tput file"
|
|
240
|
+
msgstr ""
|
|
219
241
|
|
|
220
|
-
#: ../lib/gettext/
|
|
221
|
-
msgid "
|
|
242
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
243
|
+
msgid "(default: %s)"
|
|
222
244
|
msgstr ""
|
|
223
245
|
|
|
224
|
-
#: ../lib/gettext/
|
|
225
|
-
msgid "
|
|
246
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
247
|
+
msgid "no TAG"
|
|
226
248
|
msgstr ""
|
|
227
249
|
|
|
228
|
-
#: ../
|
|
229
|
-
msgid "
|
|
250
|
+
#: ../lib/gettext/tools/xgettext.rb:262
|
|
251
|
+
msgid "run in debugging mode"
|
|
252
|
+
msgstr "draai in debug mode"
|
|
253
|
+
|
|
254
|
+
#: ../lib/gettext/tools/xgettext.rb:320
|
|
255
|
+
msgid ""
|
|
256
|
+
"Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't ret"
|
|
257
|
+
"urns empty string but the header entry in po file."
|
|
230
258
|
msgstr ""
|
|
231
259
|
|
|
232
|
-
#: ../samples/
|
|
233
|
-
msgid "
|
|
260
|
+
#: ../samples/cgi/hellolib.rb:16
|
|
261
|
+
msgid "This message is from hellolib."
|
|
262
|
+
msgstr ""
|
|
263
|
+
|
|
264
|
+
#: ../samples/hello.rb:17
|
|
265
|
+
msgid "Hello World\n"
|
|
266
|
+
msgstr ""
|
|
267
|
+
|
|
268
|
+
#: ../samples/hello2.rb:19
|
|
269
|
+
msgid "One is %{num}\n"
|
|
270
|
+
msgstr ""
|
|
271
|
+
|
|
272
|
+
#: ../samples/hello2.rb:20
|
|
273
|
+
msgid "Hello %{world}\n"
|
|
274
|
+
msgstr ""
|
|
275
|
+
|
|
276
|
+
#: ../samples/hello2.rb:20
|
|
277
|
+
msgid "World"
|
|
234
278
|
msgstr ""
|
|
235
279
|
|
|
236
280
|
#: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
|
|
@@ -248,11 +292,9 @@ msgstr ""
|
|
|
248
292
|
msgid "<Hello world>"
|
|
249
293
|
msgstr ""
|
|
250
294
|
|
|
251
|
-
#: ../samples/
|
|
252
|
-
msgid "
|
|
253
|
-
|
|
254
|
-
msgstr[0] ""
|
|
255
|
-
msgstr[1] ""
|
|
295
|
+
#: ../samples/hello_gtk2.rb:25
|
|
296
|
+
msgid "hello, gtk world"
|
|
297
|
+
msgstr ""
|
|
256
298
|
|
|
257
299
|
#: ../samples/hello_noop.rb:13
|
|
258
300
|
msgid "Hello World"
|
|
@@ -262,28 +304,172 @@ msgstr ""
|
|
|
262
304
|
msgid "Hello World2"
|
|
263
305
|
msgstr ""
|
|
264
306
|
|
|
265
|
-
#: ../samples/
|
|
266
|
-
msgid "
|
|
307
|
+
#: ../samples/hello_plural.rb:20
|
|
308
|
+
msgid "There is an apple.\n"
|
|
309
|
+
msgid_plural "There are %{num} apples.\n"
|
|
310
|
+
msgstr[0] ""
|
|
311
|
+
msgstr[1] ""
|
|
312
|
+
|
|
313
|
+
#: ../samples/hello_tk.rb:16
|
|
314
|
+
msgid "hello, tk world"
|
|
267
315
|
msgstr ""
|
|
268
316
|
|
|
269
|
-
#: ../
|
|
270
|
-
|
|
317
|
+
#: ../test/fixtures/N_.rb:10 ../test/fixtures/_.rb:30 ../test/fixtures/n_.rb:29
|
|
318
|
+
#: ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
|
|
319
|
+
msgid "aaa"
|
|
320
|
+
msgid_plural "aaa2"
|
|
321
|
+
msgstr[0] ""
|
|
322
|
+
msgstr[1] ""
|
|
323
|
+
|
|
324
|
+
#: ../test/fixtures/N_.rb:14 ../test/fixtures/_.rb:34
|
|
325
|
+
msgid "aaa\n"
|
|
271
326
|
msgstr ""
|
|
272
327
|
|
|
273
|
-
#: ../
|
|
274
|
-
msgid "
|
|
328
|
+
#: ../test/fixtures/N_.rb:18 ../test/fixtures/_.rb:38
|
|
329
|
+
msgid ""
|
|
330
|
+
"bbb\n"
|
|
331
|
+
"ccc"
|
|
275
332
|
msgstr ""
|
|
276
333
|
|
|
277
|
-
#: ../
|
|
278
|
-
msgid "
|
|
334
|
+
#: ../test/fixtures/N_.rb:22 ../test/fixtures/_.rb:42
|
|
335
|
+
msgid ""
|
|
336
|
+
"bbb\n"
|
|
337
|
+
"ccc\n"
|
|
338
|
+
"ddd\n"
|
|
279
339
|
msgstr ""
|
|
280
340
|
|
|
281
|
-
#: ../
|
|
282
|
-
|
|
341
|
+
#: ../test/fixtures/N_.rb:29 ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:49
|
|
342
|
+
#: ../test/fixtures/_.rb:53
|
|
343
|
+
msgid "eee"
|
|
283
344
|
msgstr ""
|
|
284
345
|
|
|
285
|
-
#: ../test/
|
|
286
|
-
|
|
346
|
+
#: ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:53 ../test/fixtures/n_.rb:55
|
|
347
|
+
#: ../test/fixtures/n_.rb:59
|
|
348
|
+
msgid "fff"
|
|
349
|
+
msgid_plural "fff2"
|
|
350
|
+
msgstr[0] ""
|
|
351
|
+
msgstr[1] ""
|
|
352
|
+
|
|
353
|
+
#: ../test/fixtures/N_.rb:37 ../test/fixtures/_.rb:57 ../test/fixtures/n_.rb:63
|
|
354
|
+
msgid "ggghhhiii"
|
|
355
|
+
msgid_plural "jjjkkklll"
|
|
356
|
+
msgstr[0] ""
|
|
357
|
+
msgstr[1] ""
|
|
358
|
+
|
|
359
|
+
#: ../test/fixtures/N_.rb:43 ../test/fixtures/_.rb:63 ../test/fixtures/n_.rb:72
|
|
360
|
+
msgid "a\"b\"c\""
|
|
361
|
+
msgid_plural "a\"b\"c\"2"
|
|
362
|
+
msgstr[0] ""
|
|
363
|
+
msgstr[1] ""
|
|
364
|
+
|
|
365
|
+
#: ../test/fixtures/N_.rb:47 ../test/fixtures/_.rb:67 ../test/fixtures/n_.rb:76
|
|
366
|
+
msgid "d\"e\"f\""
|
|
367
|
+
msgid_plural "d\"e\"f\"2"
|
|
368
|
+
msgstr[0] ""
|
|
369
|
+
msgstr[1] ""
|
|
370
|
+
|
|
371
|
+
#: ../test/fixtures/N_.rb:51 ../test/fixtures/_.rb:71
|
|
372
|
+
msgid "jjj"
|
|
373
|
+
msgstr ""
|
|
374
|
+
|
|
375
|
+
#: ../test/fixtures/N_.rb:52 ../test/fixtures/_.rb:72
|
|
376
|
+
msgid "kkk"
|
|
377
|
+
msgstr ""
|
|
378
|
+
|
|
379
|
+
#: ../test/fixtures/N_.rb:56 ../test/fixtures/_.rb:76
|
|
380
|
+
msgid "lllmmm"
|
|
381
|
+
msgstr ""
|
|
382
|
+
|
|
383
|
+
#: ../test/fixtures/N_.rb:64 ../test/fixtures/_.rb:84
|
|
384
|
+
msgid ""
|
|
385
|
+
"nnn\n"
|
|
386
|
+
"ooo"
|
|
387
|
+
msgstr ""
|
|
388
|
+
|
|
389
|
+
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
390
|
+
msgid "#"
|
|
391
|
+
msgstr ""
|
|
392
|
+
|
|
393
|
+
#: ../test/fixtures/_.rb:96
|
|
394
|
+
msgid "\taaa"
|
|
395
|
+
msgstr ""
|
|
396
|
+
|
|
397
|
+
#: ../test/fixtures/_.rb:100
|
|
398
|
+
msgid ""
|
|
399
|
+
"Here document1\n"
|
|
400
|
+
"Here document2\n"
|
|
401
|
+
msgstr ""
|
|
402
|
+
|
|
403
|
+
#. TRANSLATORS: This is a proper name. See the gettext
|
|
404
|
+
#. manual, section Names. Note this is actually a non-ASCII
|
|
405
|
+
#. name: The first name is (with Unicode escapes)
|
|
406
|
+
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
407
|
+
#. Pronunciation is like "fraa-swa pee-nar".
|
|
408
|
+
#. This is an example from GNU gettext documentation.
|
|
409
|
+
#: ../test/fixtures/_.rb:120
|
|
410
|
+
msgid "Francois Pinard"
|
|
411
|
+
msgstr ""
|
|
412
|
+
|
|
413
|
+
#: ../test/fixtures/_.rb:123
|
|
414
|
+
msgid "No TRANSLATORS comment"
|
|
415
|
+
msgstr ""
|
|
416
|
+
|
|
417
|
+
#: ../test/fixtures/_.rb:128
|
|
418
|
+
msgid "self explaining"
|
|
419
|
+
msgstr ""
|
|
420
|
+
|
|
421
|
+
#: ../test/fixtures/_.rb:132
|
|
422
|
+
msgid "This is a # including string."
|
|
423
|
+
msgstr ""
|
|
424
|
+
|
|
425
|
+
#: ../test/fixtures/_/double_quote_in_double_quote.rb:28
|
|
426
|
+
msgid "double \"quote\" in double quote"
|
|
427
|
+
msgstr ""
|
|
428
|
+
|
|
429
|
+
#: ../test/fixtures/_/double_quote_in_single_quote.rb:28
|
|
430
|
+
msgid "double \"quote\" in single quote"
|
|
431
|
+
msgstr ""
|
|
432
|
+
|
|
433
|
+
#: ../test/fixtures/_/literal_concatenation_with_continuation_line.rb:28
|
|
434
|
+
msgid "literal concatenation with continuation line"
|
|
435
|
+
msgstr ""
|
|
436
|
+
|
|
437
|
+
#: ../test/fixtures/_/middle_new_line.rb:28
|
|
438
|
+
msgid ""
|
|
439
|
+
"middle\n"
|
|
440
|
+
"new line"
|
|
441
|
+
msgstr ""
|
|
442
|
+
|
|
443
|
+
#: ../test/fixtures/_/multiple_lines_literal.rb:28
|
|
444
|
+
msgid ""
|
|
445
|
+
"multiple\n"
|
|
446
|
+
"lines\n"
|
|
447
|
+
"literal\n"
|
|
448
|
+
msgstr ""
|
|
449
|
+
|
|
450
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
451
|
+
msgid "multiple"
|
|
452
|
+
msgstr ""
|
|
453
|
+
|
|
454
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
455
|
+
msgid "in same line"
|
|
456
|
+
msgstr ""
|
|
457
|
+
|
|
458
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:28
|
|
459
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:32
|
|
460
|
+
msgid "multiple same messages"
|
|
461
|
+
msgstr ""
|
|
462
|
+
|
|
463
|
+
#: ../test/fixtures/_/one_line.rb:28
|
|
464
|
+
msgid "one line"
|
|
465
|
+
msgstr ""
|
|
466
|
+
|
|
467
|
+
#: ../test/fixtures/_/one_new_line.rb:28
|
|
468
|
+
msgid "one new line\n"
|
|
469
|
+
msgstr ""
|
|
470
|
+
|
|
471
|
+
#: ../test/fixtures/backslash.rb:27
|
|
472
|
+
msgid "You should escape '\\' as '\\\\'."
|
|
287
473
|
msgstr ""
|
|
288
474
|
|
|
289
475
|
#: ../test/fixtures/gladeparser.glade:29
|
|
@@ -316,13 +502,41 @@ msgstr ""
|
|
|
316
502
|
msgid "duplicated"
|
|
317
503
|
msgstr ""
|
|
318
504
|
|
|
319
|
-
#: ../test/fixtures/
|
|
320
|
-
#: ../test/fixtures/
|
|
321
|
-
#: ../test/
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
505
|
+
#: ../test/fixtures/multi_text_domain.rb:11
|
|
506
|
+
#: ../test/fixtures/multi_text_domain.rb:24
|
|
507
|
+
#: ../test/fixtures/multi_text_domain.rb:43
|
|
508
|
+
#: ../test/fixtures/multi_text_domain.rb:50
|
|
509
|
+
#: ../test/fixtures/multi_text_domain.rb:62
|
|
510
|
+
#: ../test/fixtures/multi_text_domain.rb:75
|
|
511
|
+
#: ../test/fixtures/multi_text_domain.rb:91
|
|
512
|
+
#: ../test/fixtures/multi_text_domain.rb:104
|
|
513
|
+
#: ../test/fixtures/multi_text_domain.rb:108
|
|
514
|
+
#: ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10
|
|
515
|
+
#: ../test/test_gettext.rb:64 ../test/test_gettext.rb:297
|
|
516
|
+
#: ../test/test_gettext.rb:299 ../test/test_gettext.rb:302
|
|
517
|
+
#: ../test/test_gettext.rb:306 ../test/test_gettext.rb:309
|
|
518
|
+
#: ../test/test_gettext.rb:322 ../test/test_gettext.rb:325
|
|
519
|
+
#: ../test/test_gettext.rb:328 ../test/test_gettext.rb:336
|
|
520
|
+
#: ../test/test_gettext.rb:339 ../test/test_gettext.rb:351
|
|
521
|
+
#: ../test/test_gettext.rb:358 ../test/test_text_domain_toplevel.rb:9
|
|
522
|
+
#: ../test/test_text_domain_toplevel.rb:15
|
|
523
|
+
#: ../test/test_text_domain_toplevel.rb:18
|
|
524
|
+
#: ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
|
|
525
|
+
msgid "language"
|
|
526
|
+
msgstr ""
|
|
527
|
+
|
|
528
|
+
#: ../test/fixtures/multi_text_domain.rb:14
|
|
529
|
+
#: ../test/fixtures/multi_text_domain.rb:27
|
|
530
|
+
#: ../test/fixtures/multi_text_domain.rb:54
|
|
531
|
+
#: ../test/fixtures/multi_text_domain.rb:65
|
|
532
|
+
#: ../test/fixtures/multi_text_domain.rb:78
|
|
533
|
+
#: ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
534
|
+
msgid "LANGUAGE"
|
|
535
|
+
msgstr ""
|
|
536
|
+
|
|
537
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
538
|
+
msgid "no data"
|
|
539
|
+
msgstr ""
|
|
326
540
|
|
|
327
541
|
#: ../test/fixtures/n_.rb:33
|
|
328
542
|
msgid "bbb\n"
|
|
@@ -362,40 +576,12 @@ msgid_plural ""
|
|
|
362
576
|
msgstr[0] ""
|
|
363
577
|
msgstr[1] ""
|
|
364
578
|
|
|
365
|
-
#: ../test/fixtures/n_.rb:55 ../test/fixtures/n_.rb:59
|
|
366
|
-
#: ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:33
|
|
367
|
-
msgid "fff"
|
|
368
|
-
msgid_plural "fff2"
|
|
369
|
-
msgstr[0] ""
|
|
370
|
-
msgstr[1] ""
|
|
371
|
-
|
|
372
579
|
#: ../test/fixtures/n_.rb:59
|
|
373
580
|
msgid "ggg"
|
|
374
581
|
msgid_plural "ggg2"
|
|
375
582
|
msgstr[0] ""
|
|
376
583
|
msgstr[1] ""
|
|
377
584
|
|
|
378
|
-
#: ../test/fixtures/n_.rb:63 ../test/fixtures/_.rb:57
|
|
379
|
-
#: ../test/fixtures/N_.rb:37
|
|
380
|
-
msgid "ggghhhiii"
|
|
381
|
-
msgid_plural "jjjkkklll"
|
|
382
|
-
msgstr[0] ""
|
|
383
|
-
msgstr[1] ""
|
|
384
|
-
|
|
385
|
-
#: ../test/fixtures/n_.rb:72 ../test/fixtures/_.rb:63
|
|
386
|
-
#: ../test/fixtures/N_.rb:43
|
|
387
|
-
msgid "a\"b\"c\""
|
|
388
|
-
msgid_plural "a\"b\"c\"2"
|
|
389
|
-
msgstr[0] ""
|
|
390
|
-
msgstr[1] ""
|
|
391
|
-
|
|
392
|
-
#: ../test/fixtures/n_.rb:76 ../test/fixtures/_.rb:67
|
|
393
|
-
#: ../test/fixtures/N_.rb:47
|
|
394
|
-
msgid "d\"e\"f\""
|
|
395
|
-
msgid_plural "d\"e\"f\"2"
|
|
396
|
-
msgstr[0] ""
|
|
397
|
-
msgstr[1] ""
|
|
398
|
-
|
|
399
585
|
#: ../test/fixtures/n_.rb:80
|
|
400
586
|
msgid "mmmmmm"
|
|
401
587
|
msgid_plural "mmm2mmm2"
|
|
@@ -408,7 +594,7 @@ msgid_plural "nnn2"
|
|
|
408
594
|
msgstr[0] ""
|
|
409
595
|
msgstr[1] ""
|
|
410
596
|
|
|
411
|
-
#: ../test/fixtures/n_.rb:
|
|
597
|
+
#: ../test/fixtures/n_.rb:85 ../test/fixtures/n_.rb:86
|
|
412
598
|
msgid "ooo"
|
|
413
599
|
msgid_plural "ppp"
|
|
414
600
|
msgstr[0] ""
|
|
@@ -420,7 +606,7 @@ msgid_plural "rrr"
|
|
|
420
606
|
msgstr[0] ""
|
|
421
607
|
msgstr[1] ""
|
|
422
608
|
|
|
423
|
-
#. please provide translations for all
|
|
609
|
+
#. TRANSLATORS:please provide translations for all
|
|
424
610
|
#. the plural forms!
|
|
425
611
|
#: ../test/fixtures/n_.rb:97
|
|
426
612
|
msgid "comment"
|
|
@@ -428,46 +614,8 @@ msgid_plural "comments"
|
|
|
428
614
|
msgstr[0] ""
|
|
429
615
|
msgstr[1] ""
|
|
430
616
|
|
|
431
|
-
#: ../test/fixtures/
|
|
432
|
-
msgid "
|
|
433
|
-
msgid_plural "context|context$messages"
|
|
434
|
-
msgstr[0] ""
|
|
435
|
-
msgstr[1] ""
|
|
436
|
-
|
|
437
|
-
#: ../test/fixtures/multi_textdomain.rb:11
|
|
438
|
-
#: ../test/fixtures/multi_textdomain.rb:24
|
|
439
|
-
#: ../test/fixtures/multi_textdomain.rb:43
|
|
440
|
-
#: ../test/fixtures/multi_textdomain.rb:50
|
|
441
|
-
#: ../test/fixtures/multi_textdomain.rb:62
|
|
442
|
-
#: ../test/fixtures/multi_textdomain.rb:75
|
|
443
|
-
#: ../test/fixtures/multi_textdomain.rb:91
|
|
444
|
-
#: ../test/fixtures/multi_textdomain.rb:104
|
|
445
|
-
#: ../test/fixtures/multi_textdomain.rb:108
|
|
446
|
-
#: ../test/fixtures/multi_textdomain.rb:128 ../test/fixtures/simple.rb:10
|
|
447
|
-
#: ../test/test_thread.rb:23 ../test/test_textdomain_toplevel.rb:9
|
|
448
|
-
#: ../test/test_textdomain_toplevel.rb:15
|
|
449
|
-
#: ../test/test_textdomain_toplevel.rb:18
|
|
450
|
-
#: ../test/test_textdomain_toplevel.rb:23 ../test/test_gettext.rb:64
|
|
451
|
-
#: ../test/test_gettext.rb:297 ../test/test_gettext.rb:299
|
|
452
|
-
#: ../test/test_gettext.rb:302 ../test/test_gettext.rb:306
|
|
453
|
-
#: ../test/test_gettext.rb:309 ../test/test_gettext.rb:322
|
|
454
|
-
#: ../test/test_gettext.rb:325 ../test/test_gettext.rb:328
|
|
455
|
-
#: ../test/test_gettext.rb:336 ../test/test_gettext.rb:339
|
|
456
|
-
#: ../test/test_gettext.rb:351 ../test/test_gettext.rb:358
|
|
457
|
-
msgid "language"
|
|
458
|
-
msgstr ""
|
|
459
|
-
|
|
460
|
-
#: ../test/fixtures/multi_textdomain.rb:14
|
|
461
|
-
#: ../test/fixtures/multi_textdomain.rb:27
|
|
462
|
-
#: ../test/fixtures/multi_textdomain.rb:54
|
|
463
|
-
#: ../test/fixtures/multi_textdomain.rb:65
|
|
464
|
-
#: ../test/fixtures/multi_textdomain.rb:78
|
|
465
|
-
#: ../test/fixtures/multi_textdomain.rb:116 ../test/test_gettext.rb:53
|
|
466
|
-
msgid "LANGUAGE"
|
|
467
|
-
msgstr ""
|
|
468
|
-
|
|
469
|
-
#: ../test/fixtures/multi_textdomain.rb:120
|
|
470
|
-
msgid "no data"
|
|
617
|
+
#: ../test/fixtures/non_ascii.rb:10
|
|
618
|
+
msgid "こんにちは"
|
|
471
619
|
msgstr ""
|
|
472
620
|
|
|
473
621
|
#: ../test/fixtures/np_.rb:28 ../test/fixtures/np_.rb:29
|
|
@@ -499,96 +647,8 @@ msgid_plural "%{num} pictures"
|
|
|
499
647
|
msgstr[0] ""
|
|
500
648
|
msgstr[1] ""
|
|
501
649
|
|
|
502
|
-
#: ../test/fixtures/
|
|
503
|
-
|
|
504
|
-
msgstr ""
|
|
505
|
-
|
|
506
|
-
#: ../test/fixtures/non_ascii.rb:10
|
|
507
|
-
msgid "こんにちは"
|
|
508
|
-
msgstr ""
|
|
509
|
-
|
|
510
|
-
#: ../test/fixtures/untranslated.rb:10
|
|
511
|
-
msgid "untranslated"
|
|
512
|
-
msgstr ""
|
|
513
|
-
|
|
514
|
-
#: ../test/fixtures/_.rb:34 ../test/fixtures/N_.rb:14
|
|
515
|
-
msgid "aaa\n"
|
|
516
|
-
msgstr ""
|
|
517
|
-
|
|
518
|
-
#: ../test/fixtures/_.rb:38 ../test/fixtures/N_.rb:18
|
|
519
|
-
msgid ""
|
|
520
|
-
"bbb\n"
|
|
521
|
-
"ccc"
|
|
522
|
-
msgstr ""
|
|
523
|
-
|
|
524
|
-
#: ../test/fixtures/_.rb:42 ../test/fixtures/N_.rb:22
|
|
525
|
-
msgid ""
|
|
526
|
-
"bbb\n"
|
|
527
|
-
"ccc\n"
|
|
528
|
-
"ddd\n"
|
|
529
|
-
msgstr ""
|
|
530
|
-
|
|
531
|
-
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:29
|
|
532
|
-
#: ../test/fixtures/N_.rb:33
|
|
533
|
-
msgid "eee"
|
|
534
|
-
msgstr ""
|
|
535
|
-
|
|
536
|
-
#: ../test/fixtures/_.rb:71 ../test/fixtures/N_.rb:51
|
|
537
|
-
msgid "jjj"
|
|
538
|
-
msgstr ""
|
|
539
|
-
|
|
540
|
-
#: ../test/fixtures/_.rb:72 ../test/fixtures/N_.rb:52
|
|
541
|
-
msgid "kkk"
|
|
542
|
-
msgstr ""
|
|
543
|
-
|
|
544
|
-
#: ../test/fixtures/_.rb:76 ../test/fixtures/N_.rb:56
|
|
545
|
-
msgid "lllmmm"
|
|
546
|
-
msgstr ""
|
|
547
|
-
|
|
548
|
-
#: ../test/fixtures/_.rb:84 ../test/fixtures/N_.rb:64
|
|
549
|
-
msgid ""
|
|
550
|
-
"nnn\n"
|
|
551
|
-
"ooo"
|
|
552
|
-
msgstr ""
|
|
553
|
-
|
|
554
|
-
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
555
|
-
msgid "#"
|
|
556
|
-
msgstr ""
|
|
557
|
-
|
|
558
|
-
#: ../test/fixtures/_.rb:96
|
|
559
|
-
msgid "\taaa"
|
|
560
|
-
msgstr ""
|
|
561
|
-
|
|
562
|
-
#: ../test/fixtures/_.rb:100
|
|
563
|
-
msgid ""
|
|
564
|
-
"Here document1\n"
|
|
565
|
-
"Here document2\n"
|
|
566
|
-
msgstr ""
|
|
567
|
-
|
|
568
|
-
#. This is a proper name. See the gettext
|
|
569
|
-
#. manual, section Names. Note this is actually a non-ASCII
|
|
570
|
-
#. name: The first name is (with Unicode escapes)
|
|
571
|
-
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
572
|
-
#. Pronunciation is like "fraa-swa pee-nar".
|
|
573
|
-
#. This is an example from GNU gettext documentation.
|
|
574
|
-
#: ../test/fixtures/_.rb:119
|
|
575
|
-
msgid "Francois Pinard"
|
|
576
|
-
msgstr ""
|
|
577
|
-
|
|
578
|
-
#: ../test/fixtures/_.rb:122
|
|
579
|
-
msgid "No TRANSLATORS comment"
|
|
580
|
-
msgstr ""
|
|
581
|
-
|
|
582
|
-
#: ../test/fixtures/_.rb:127
|
|
583
|
-
msgid "self explaining"
|
|
584
|
-
msgstr ""
|
|
585
|
-
|
|
586
|
-
#: ../test/fixtures/_.rb:131
|
|
587
|
-
msgid "This is a # including string."
|
|
588
|
-
msgstr ""
|
|
589
|
-
|
|
590
|
-
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/s_.rb:28
|
|
591
|
-
#: ../test/fixtures/s_.rb:32 ../test/fixtures/ns_.rb:32
|
|
650
|
+
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/ns_.rb:32
|
|
651
|
+
#: ../test/fixtures/s_.rb:28 ../test/fixtures/s_.rb:32
|
|
592
652
|
#: ../test/test_gettext.rb:119
|
|
593
653
|
msgid "AAA|BBB"
|
|
594
654
|
msgid_plural "CCC"
|
|
@@ -637,9 +697,11 @@ msgid_plural "DDD"
|
|
|
637
697
|
msgstr[0] ""
|
|
638
698
|
msgstr[1] ""
|
|
639
699
|
|
|
640
|
-
#: ../test/fixtures/
|
|
641
|
-
msgid "
|
|
642
|
-
|
|
700
|
+
#: ../test/fixtures/ns_/custom.rb:28 ../test/fixtures/s_/custom.rb:28
|
|
701
|
+
msgid "context|context$message"
|
|
702
|
+
msgid_plural "context|context$messages"
|
|
703
|
+
msgstr[0] ""
|
|
704
|
+
msgstr[1] ""
|
|
643
705
|
|
|
644
706
|
#: ../test/fixtures/p_.rb:29 ../test/fixtures/p_.rb:33
|
|
645
707
|
msgctxt "AAA"
|
|
@@ -665,7 +727,7 @@ msgstr ""
|
|
|
665
727
|
msgid "BBB"
|
|
666
728
|
msgstr ""
|
|
667
729
|
|
|
668
|
-
#. please translate 'name' in the context of 'program'.
|
|
730
|
+
#. TRANSLATORS:please translate 'name' in the context of 'program'.
|
|
669
731
|
#. Hint: the translation should NOT contain the translation of 'program'.
|
|
670
732
|
#: ../test/fixtures/p_.rb:55
|
|
671
733
|
msgctxt "program"
|
|
@@ -676,6 +738,10 @@ msgstr ""
|
|
|
676
738
|
msgid "one is %d."
|
|
677
739
|
msgstr ""
|
|
678
740
|
|
|
741
|
+
#: ../test/fixtures/untranslated.rb:10
|
|
742
|
+
msgid "untranslated"
|
|
743
|
+
msgstr ""
|
|
744
|
+
|
|
679
745
|
#: ../test/test_gettext.rb:59
|
|
680
746
|
msgid "nomsgstr"
|
|
681
747
|
msgstr ""
|
|
@@ -724,7 +790,7 @@ msgid_plural "second"
|
|
|
724
790
|
msgstr[0] ""
|
|
725
791
|
msgstr[1] ""
|
|
726
792
|
|
|
727
|
-
#: ../test/test_gettext.rb:
|
|
793
|
+
#: ../test/test_gettext.rb:268 ../test/test_gettext.rb:269
|
|
728
794
|
#: ../test/test_gettext.rb:270 ../test/test_gettext.rb:278
|
|
729
795
|
#: ../test/test_gettext.rb:279 ../test/test_gettext.rb:280
|
|
730
796
|
msgid "single"
|
|
@@ -732,8 +798,39 @@ msgid_plural "plural"
|
|
|
732
798
|
msgstr[0] ""
|
|
733
799
|
msgstr[1] ""
|
|
734
800
|
|
|
735
|
-
|
|
736
|
-
|
|
801
|
+
#: ../test/tools/files/simple_translation.rb:3
|
|
802
|
+
msgid "a translation"
|
|
803
|
+
msgstr ""
|
|
804
|
+
|
|
805
|
+
#: ../lib/gettext/tools.rb:81
|
|
806
|
+
#, fuzzy
|
|
807
|
+
#~ msgid "Failed to merge with %{defpo}"
|
|
808
|
+
#~ msgstr "Samenvoegen met %{defpo} mislukt - overgeslagen!"
|
|
737
809
|
|
|
738
|
-
|
|
739
|
-
|
|
810
|
+
#: ../lib/gettext/tools.rb:82
|
|
811
|
+
#, fuzzy
|
|
812
|
+
#~ msgid "New .pot was copied to %{failed_filename}"
|
|
813
|
+
#~ msgstr "Controleer nieuwe .pot in %{failed_filename}"
|
|
814
|
+
|
|
815
|
+
#: ../lib/gettext/tools/msgmerge.rb:453
|
|
816
|
+
#~ msgid "definition po is not given."
|
|
817
|
+
#~ msgstr "definitie po is niet opgegeven."
|
|
818
|
+
|
|
819
|
+
#: ../lib/gettext/tools/msgmerge.rb:455
|
|
820
|
+
#~ msgid "reference pot is not given."
|
|
821
|
+
#~ msgstr "referentie pot is niet opgegeven."
|
|
822
|
+
|
|
823
|
+
#: ../lib/gettext/tools/msgmerge.rb:463
|
|
824
|
+
#~ msgid "Usage: %s def.po ref.pot [-o output.pot]"
|
|
825
|
+
#~ msgstr "Gebruik: %s def.po ref.pot [-o uitvoer.pot]"
|
|
826
|
+
|
|
827
|
+
#: ../lib/gettext/tools/msgmerge.rb:466
|
|
828
|
+
#~ msgid ""
|
|
829
|
+
#~ "Merges two Uniforum style .po files together. The def.po file is an existing P"
|
|
830
|
+
#~ "O file with translations. The ref.pot file is the last created PO file with up"
|
|
831
|
+
#~ "-to-date source references. ref.pot is generally created by rgettext."
|
|
832
|
+
#~ msgstr ""
|
|
833
|
+
#~ "Voegt twee gelijksoortige .po-bestanden samen. Het def.po-bestand is een besta"
|
|
834
|
+
#~ "and PO-bestand met vertalingen. Het ref.pot-bestand is het meest recente POT-b"
|
|
835
|
+
#~ "estand met actuele bronverwijzingen. ref.pot wordt over het algemeen aangemaak"
|
|
836
|
+
#~ "t door rgettext."
|