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/gettext.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 3.0.
|
|
9
|
+
"Project-Id-Version: gettext 3.0.1\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2013-
|
|
12
|
-
"PO-Revision-Date: 2013-
|
|
11
|
+
"POT-Creation-Date: 2013-09-20 22:54+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2013-09-20 22:54+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -38,87 +38,124 @@ msgstr ""
|
|
|
38
38
|
msgid "Generate binary message catalog from textual translation description."
|
|
39
39
|
msgstr ""
|
|
40
40
|
|
|
41
|
-
#: ../lib/gettext/tools/msgfmt.rb:86
|
|
42
|
-
#: ../lib/gettext/tools/
|
|
43
|
-
#: ../lib/gettext/tools/msginit.rb:88
|
|
44
|
-
#: ../lib/gettext/tools/xgettext.rb:218
|
|
41
|
+
#: ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msgmerge.rb:266
|
|
42
|
+
#: ../lib/gettext/tools/msginit.rb:89 ../lib/gettext/tools/xgettext.rb:218
|
|
45
43
|
msgid "Specific options:"
|
|
46
44
|
msgstr ""
|
|
47
45
|
|
|
48
|
-
#: ../lib/gettext/tools/msgfmt.rb:89
|
|
49
|
-
#: ../lib/gettext/tools/msgmerge.rb:276
|
|
50
|
-
#: ../lib/gettext/tools/xgettext.rb:221
|
|
46
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:221
|
|
51
47
|
msgid "write output to specified file"
|
|
52
48
|
msgstr ""
|
|
53
49
|
|
|
54
|
-
#: ../lib/gettext/tools/msgfmt.rb:93
|
|
55
|
-
#: ../lib/gettext/tools/msgmerge.rb:287
|
|
56
|
-
#: ../lib/gettext/tools/xgettext.rb:271
|
|
50
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:271
|
|
57
51
|
msgid "display version information and exit"
|
|
58
52
|
msgstr ""
|
|
59
53
|
|
|
60
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
61
|
-
msgid "
|
|
54
|
+
#: ../lib/gettext/tools/msgmerge.rb:255
|
|
55
|
+
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
|
62
56
|
msgstr ""
|
|
63
57
|
|
|
64
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
65
|
-
msgid "
|
|
58
|
+
#: ../lib/gettext/tools/msgmerge.rb:258
|
|
59
|
+
msgid ""
|
|
60
|
+
"Merges two Uniforum style .po files together. The definition.po file is an exi"
|
|
61
|
+
"sting PO file with translations. The reference.pot file is the last created PO"
|
|
62
|
+
" file with up-to-date source references. The reference.pot is generally create"
|
|
63
|
+
"d by rxgettext."
|
|
64
|
+
msgstr ""
|
|
65
|
+
|
|
66
|
+
#: ../lib/gettext/tools/msgmerge.rb:269
|
|
67
|
+
msgid "Update definition.po"
|
|
68
|
+
msgstr ""
|
|
69
|
+
|
|
70
|
+
#: ../lib/gettext/tools/msgmerge.rb:274
|
|
71
|
+
msgid "Write output to specified file"
|
|
72
|
+
msgstr ""
|
|
73
|
+
|
|
74
|
+
#: ../lib/gettext/tools/msgmerge.rb:279
|
|
75
|
+
msgid "Generate sorted output"
|
|
76
|
+
msgstr ""
|
|
77
|
+
|
|
78
|
+
#: ../lib/gettext/tools/msgmerge.rb:284
|
|
79
|
+
msgid "Sort output by file location"
|
|
66
80
|
msgstr ""
|
|
67
81
|
|
|
68
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
69
|
-
msgid "
|
|
82
|
+
#: ../lib/gettext/tools/msgmerge.rb:289
|
|
83
|
+
msgid "Sort output by msgid"
|
|
70
84
|
msgstr ""
|
|
71
85
|
|
|
72
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
73
|
-
msgid "
|
|
86
|
+
#: ../lib/gettext/tools/msgmerge.rb:294
|
|
87
|
+
msgid "Preserve '#: FILENAME:LINE' lines"
|
|
74
88
|
msgstr ""
|
|
75
89
|
|
|
76
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
77
|
-
|
|
90
|
+
#: ../lib/gettext/tools/msgmerge.rb:299
|
|
91
|
+
msgid "Set output page width"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
94
|
+
#: ../lib/gettext/tools/msgmerge.rb:305
|
|
95
|
+
msgid ""
|
|
96
|
+
"Break long message lines, longer than the output page width, into several line"
|
|
97
|
+
"s"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
100
|
+
#: ../lib/gettext/tools/msgmerge.rb:317 ../lib/gettext/tools/msginit.rb:112
|
|
78
101
|
msgid "Display this help and exit"
|
|
79
102
|
msgstr ""
|
|
80
103
|
|
|
81
|
-
#: ../lib/gettext/tools/
|
|
82
|
-
msgid "
|
|
104
|
+
#: ../lib/gettext/tools/msgmerge.rb:323
|
|
105
|
+
msgid "Display version information and exit"
|
|
106
|
+
msgstr ""
|
|
107
|
+
|
|
108
|
+
#: ../lib/gettext/tools/msginit.rb:85
|
|
109
|
+
msgid ""
|
|
110
|
+
"Create a new .po file from initializing .pot file with user's environment and "
|
|
111
|
+
"input."
|
|
83
112
|
msgstr ""
|
|
84
113
|
|
|
85
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
86
|
-
msgid "
|
|
114
|
+
#: ../lib/gettext/tools/msginit.rb:91
|
|
115
|
+
msgid ""
|
|
116
|
+
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file exis"
|
|
117
|
+
"ting the current directory."
|
|
87
118
|
msgstr ""
|
|
88
119
|
|
|
89
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
90
|
-
msgid "
|
|
120
|
+
#: ../lib/gettext/tools/msginit.rb:98
|
|
121
|
+
msgid ""
|
|
122
|
+
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on"
|
|
123
|
+
" LOCALE or the current locale on your environment."
|
|
91
124
|
msgstr ""
|
|
92
125
|
|
|
93
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
94
|
-
msgid "
|
|
126
|
+
#: ../lib/gettext/tools/msginit.rb:105
|
|
127
|
+
msgid ""
|
|
128
|
+
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current"
|
|
129
|
+
" locale on your environment."
|
|
95
130
|
msgstr ""
|
|
96
131
|
|
|
97
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
132
|
+
#: ../lib/gettext/tools/msginit.rb:117
|
|
98
133
|
msgid "Display version and exit"
|
|
99
134
|
msgstr ""
|
|
100
135
|
|
|
101
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
136
|
+
#: ../lib/gettext/tools/msginit.rb:135
|
|
102
137
|
msgid ".pot file does not exist in the current directory."
|
|
103
138
|
msgstr ""
|
|
104
139
|
|
|
105
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
140
|
+
#: ../lib/gettext/tools/msginit.rb:140
|
|
106
141
|
msgid "file '%s' does not exist."
|
|
107
142
|
msgstr ""
|
|
108
143
|
|
|
109
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
110
|
-
msgid "
|
|
144
|
+
#: ../lib/gettext/tools/msginit.rb:152
|
|
145
|
+
msgid ""
|
|
146
|
+
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified locale i"
|
|
147
|
+
"s usable."
|
|
111
148
|
msgstr ""
|
|
112
149
|
|
|
113
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
150
|
+
#: ../lib/gettext/tools/msginit.rb:161
|
|
114
151
|
msgid "file '%s' has already existed."
|
|
115
152
|
msgstr ""
|
|
116
153
|
|
|
117
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
154
|
+
#: ../lib/gettext/tools/msginit.rb:200
|
|
118
155
|
msgid "Please enter your full name"
|
|
119
156
|
msgstr ""
|
|
120
157
|
|
|
121
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
158
|
+
#: ../lib/gettext/tools/msginit.rb:229
|
|
122
159
|
msgid "Please enter your email address"
|
|
123
160
|
msgstr ""
|
|
124
161
|
|
|
@@ -167,11 +204,15 @@ msgid "require the library before executing xgettext"
|
|
|
167
204
|
msgstr ""
|
|
168
205
|
|
|
169
206
|
#: ../lib/gettext/tools/xgettext.rb:256
|
|
170
|
-
msgid "
|
|
207
|
+
msgid ""
|
|
208
|
+
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
209
|
+
"word lines in output file"
|
|
171
210
|
msgstr ""
|
|
172
211
|
|
|
173
212
|
#: ../lib/gettext/tools/xgettext.rb:257
|
|
174
|
-
msgid "
|
|
213
|
+
msgid ""
|
|
214
|
+
"If TAG is not specified, place all comment blocks preceing keyword lines in ou"
|
|
215
|
+
"tput file"
|
|
175
216
|
msgstr ""
|
|
176
217
|
|
|
177
218
|
#: ../lib/gettext/tools/xgettext.rb:258
|
|
@@ -191,7 +232,9 @@ msgid "display this help and exit"
|
|
|
191
232
|
msgstr ""
|
|
192
233
|
|
|
193
234
|
#: ../lib/gettext/tools/xgettext.rb:320
|
|
194
|
-
msgid "
|
|
235
|
+
msgid ""
|
|
236
|
+
"Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't ret"
|
|
237
|
+
"urns empty string but the header entry in po file."
|
|
195
238
|
msgstr ""
|
|
196
239
|
|
|
197
240
|
#: ../lib/gettext/tools/parser/glade.rb:32
|
|
@@ -219,16 +262,13 @@ msgid "Hello World2"
|
|
|
219
262
|
msgstr ""
|
|
220
263
|
|
|
221
264
|
#: ../samples/hello_plural.rb:20
|
|
222
|
-
msgid ""
|
|
223
|
-
"There
|
|
224
|
-
msgid_plural ""
|
|
225
|
-
"There are %{num} apples.\n"
|
|
265
|
+
msgid "There is an apple.\n"
|
|
266
|
+
msgid_plural "There are %{num} apples.\n"
|
|
226
267
|
msgstr[0] ""
|
|
227
268
|
msgstr[1] ""
|
|
228
269
|
|
|
229
270
|
#: ../samples/hello.rb:17
|
|
230
|
-
msgid ""
|
|
231
|
-
"Hello World\n"
|
|
271
|
+
msgid "Hello World\n"
|
|
232
272
|
msgstr ""
|
|
233
273
|
|
|
234
274
|
#: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
|
|
@@ -244,13 +284,11 @@ msgid "<Hello world>"
|
|
|
244
284
|
msgstr ""
|
|
245
285
|
|
|
246
286
|
#: ../samples/hello2.rb:19
|
|
247
|
-
msgid ""
|
|
248
|
-
"One is %{num}\n"
|
|
287
|
+
msgid "One is %{num}\n"
|
|
249
288
|
msgstr ""
|
|
250
289
|
|
|
251
290
|
#: ../samples/hello2.rb:20
|
|
252
|
-
msgid ""
|
|
253
|
-
"Hello %{world}\n"
|
|
291
|
+
msgid "Hello %{world}\n"
|
|
254
292
|
msgstr ""
|
|
255
293
|
|
|
256
294
|
#: ../samples/hello2.rb:20
|
|
@@ -311,8 +349,7 @@ msgstr[0] ""
|
|
|
311
349
|
msgstr[1] ""
|
|
312
350
|
|
|
313
351
|
#: ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
|
|
314
|
-
#: ../test/fixtures/n_.rb:29 ../test/fixtures/N_.rb:10
|
|
315
|
-
#: ../test/fixtures/_.rb:30
|
|
352
|
+
#: ../test/fixtures/n_.rb:29 ../test/fixtures/N_.rb:10 ../test/fixtures/_.rb:30
|
|
316
353
|
msgid "aaa"
|
|
317
354
|
msgid_plural "aaa2"
|
|
318
355
|
msgstr[0] ""
|
|
@@ -373,8 +410,7 @@ msgstr[0] ""
|
|
|
373
410
|
msgstr[1] ""
|
|
374
411
|
|
|
375
412
|
#: ../test/fixtures/n_.rb:33
|
|
376
|
-
msgid ""
|
|
377
|
-
"bbb\n"
|
|
413
|
+
msgid "bbb\n"
|
|
378
414
|
msgid_plural ""
|
|
379
415
|
"ccc2\n"
|
|
380
416
|
"ccc2"
|
|
@@ -424,22 +460,19 @@ msgid_plural "ggg2"
|
|
|
424
460
|
msgstr[0] ""
|
|
425
461
|
msgstr[1] ""
|
|
426
462
|
|
|
427
|
-
#: ../test/fixtures/n_.rb:63 ../test/fixtures/N_.rb:37
|
|
428
|
-
#: ../test/fixtures/_.rb:57
|
|
463
|
+
#: ../test/fixtures/n_.rb:63 ../test/fixtures/N_.rb:37 ../test/fixtures/_.rb:57
|
|
429
464
|
msgid "ggghhhiii"
|
|
430
465
|
msgid_plural "jjjkkklll"
|
|
431
466
|
msgstr[0] ""
|
|
432
467
|
msgstr[1] ""
|
|
433
468
|
|
|
434
|
-
#: ../test/fixtures/n_.rb:72 ../test/fixtures/N_.rb:43
|
|
435
|
-
#: ../test/fixtures/_.rb:63
|
|
469
|
+
#: ../test/fixtures/n_.rb:72 ../test/fixtures/N_.rb:43 ../test/fixtures/_.rb:63
|
|
436
470
|
msgid "a\"b\"c\""
|
|
437
471
|
msgid_plural "a\"b\"c\"2"
|
|
438
472
|
msgstr[0] ""
|
|
439
473
|
msgstr[1] ""
|
|
440
474
|
|
|
441
|
-
#: ../test/fixtures/n_.rb:76 ../test/fixtures/N_.rb:47
|
|
442
|
-
#: ../test/fixtures/_.rb:67
|
|
475
|
+
#: ../test/fixtures/n_.rb:76 ../test/fixtures/N_.rb:47 ../test/fixtures/_.rb:67
|
|
443
476
|
msgid "d\"e\"f\""
|
|
444
477
|
msgid_plural "d\"e\"f\"2"
|
|
445
478
|
msgstr[0] ""
|
|
@@ -505,7 +538,6 @@ msgid ""
|
|
|
505
538
|
"literal\n"
|
|
506
539
|
msgstr ""
|
|
507
540
|
|
|
508
|
-
#:
|
|
509
541
|
#: ../test/fixtures/_/literal_concatenation_with_continuation_line.rb:28
|
|
510
542
|
msgid "literal concatenation with continuation line"
|
|
511
543
|
msgstr ""
|
|
@@ -521,8 +553,7 @@ msgid "one line"
|
|
|
521
553
|
msgstr ""
|
|
522
554
|
|
|
523
555
|
#: ../test/fixtures/_/one_new_line.rb:28
|
|
524
|
-
msgid ""
|
|
525
|
-
"one new line\n"
|
|
556
|
+
msgid "one new line\n"
|
|
526
557
|
msgstr ""
|
|
527
558
|
|
|
528
559
|
#: ../test/fixtures/backslash.rb:27
|
|
@@ -609,8 +640,7 @@ msgid "untranslated"
|
|
|
609
640
|
msgstr ""
|
|
610
641
|
|
|
611
642
|
#: ../test/fixtures/N_.rb:14 ../test/fixtures/_.rb:34
|
|
612
|
-
msgid ""
|
|
613
|
-
"aaa\n"
|
|
643
|
+
msgid "aaa\n"
|
|
614
644
|
msgstr ""
|
|
615
645
|
|
|
616
646
|
#: ../test/fixtures/N_.rb:18 ../test/fixtures/_.rb:38
|
|
@@ -626,8 +656,8 @@ msgid ""
|
|
|
626
656
|
"ddd\n"
|
|
627
657
|
msgstr ""
|
|
628
658
|
|
|
629
|
-
#: ../test/fixtures/N_.rb:29 ../test/fixtures/N_.rb:33
|
|
630
|
-
#: ../test/fixtures/_.rb:
|
|
659
|
+
#: ../test/fixtures/N_.rb:29 ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:49
|
|
660
|
+
#: ../test/fixtures/_.rb:53
|
|
631
661
|
msgid "eee"
|
|
632
662
|
msgstr ""
|
|
633
663
|
|
|
@@ -662,7 +692,9 @@ msgid "<span color=\"red\" weight=\"bold\" size=\"large\">markup </span>"
|
|
|
662
692
|
msgstr ""
|
|
663
693
|
|
|
664
694
|
#: ../test/fixtures/gladeparser.glade:94
|
|
665
|
-
msgid "
|
|
695
|
+
msgid ""
|
|
696
|
+
"<span color=\"red\">1st line markup </span>\\n<span color=\"blue\">2nd line markup<"
|
|
697
|
+
"/span>"
|
|
666
698
|
msgstr ""
|
|
667
699
|
|
|
668
700
|
#: ../test/fixtures/gladeparser.glade:116
|
data/po/hr/gettext.po
CHANGED
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: ruby-gettext 2.1.0\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
|
-
"POT-Creation-Date:
|
|
13
|
+
"POT-Creation-Date: 2013-09-20 22:54+0900\n"
|
|
14
14
|
"PO-Revision-Date: 2007-03-17 16:19+0100\n"
|
|
15
15
|
"Last-Translator: Sanjin Sehic <saserr@gmail.com>\n"
|
|
16
16
|
"Language-Team: Croatian <saserr@gmail.com>\n"
|
|
@@ -18,28 +18,16 @@ msgstr ""
|
|
|
18
18
|
"MIME-Version: 1.0\n"
|
|
19
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
-
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
|
22
|
-
"
|
|
21
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4"
|
|
22
|
+
" && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
23
23
|
"X-Generator: KBabel 1.11.4\n"
|
|
24
24
|
|
|
25
|
-
#: ../lib/gettext/
|
|
26
|
-
|
|
27
|
-
msgid "Failed to merge with %{defpo}"
|
|
28
|
-
msgstr "Spajanje sa %{defpo} nije uspjelo - nastavljam dalje!"
|
|
29
|
-
|
|
30
|
-
#: ../lib/gettext/tools.rb:82
|
|
31
|
-
#, fuzzy
|
|
32
|
-
msgid "New .pot was copied to %{failed_filename}"
|
|
33
|
-
msgstr "Molim da provjerite novi .pot u %{failed_filename}"
|
|
34
|
-
|
|
35
|
-
#: ../lib/gettext/tools.rb:83
|
|
36
|
-
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
25
|
+
#: ../lib/gettext/text_domain_manager.rb:148
|
|
26
|
+
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
37
27
|
msgstr ""
|
|
38
28
|
|
|
39
|
-
#: ../lib/gettext/
|
|
40
|
-
msgid ""
|
|
41
|
-
"`%{cmd}' can not be found. \n"
|
|
42
|
-
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
29
|
+
#: ../lib/gettext/text_domain_manager.rb:154
|
|
30
|
+
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
43
31
|
msgstr ""
|
|
44
32
|
|
|
45
33
|
#: ../lib/gettext/tools/msgfmt.rb:65
|
|
@@ -56,45 +44,43 @@ msgid "Generate binary message catalog from textual translation description."
|
|
|
56
44
|
msgstr "Generiši binarni katalog poruka iz tekstualnog opisa prevoda"
|
|
57
45
|
|
|
58
46
|
#: ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:89
|
|
59
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
47
|
+
#: ../lib/gettext/tools/msgmerge.rb:266 ../lib/gettext/tools/xgettext.rb:218
|
|
60
48
|
msgid "Specific options:"
|
|
61
49
|
msgstr "Specifične opcije:"
|
|
62
50
|
|
|
63
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/
|
|
64
|
-
#: ../lib/gettext/tools/xgettext.rb:213
|
|
51
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:221
|
|
65
52
|
msgid "write output to specified file"
|
|
66
53
|
msgstr "zapiši izlaz u specifičnu datoteku"
|
|
67
54
|
|
|
68
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/
|
|
69
|
-
#: ../lib/gettext/tools/xgettext.rb:256
|
|
55
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:271
|
|
70
56
|
msgid "display version information and exit"
|
|
71
57
|
msgstr "prikaži informaciju o verziji i završi"
|
|
72
58
|
|
|
73
59
|
#: ../lib/gettext/tools/msginit.rb:85
|
|
74
60
|
msgid ""
|
|
75
|
-
"Create a new .po file from initializing .pot file with user's environment "
|
|
76
|
-
"
|
|
61
|
+
"Create a new .po file from initializing .pot file with user's environment and "
|
|
62
|
+
"input."
|
|
77
63
|
msgstr ""
|
|
78
64
|
|
|
79
65
|
#: ../lib/gettext/tools/msginit.rb:91
|
|
80
66
|
msgid ""
|
|
81
|
-
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file "
|
|
82
|
-
"
|
|
67
|
+
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file exis"
|
|
68
|
+
"ting the current directory."
|
|
83
69
|
msgstr ""
|
|
84
70
|
|
|
85
71
|
#: ../lib/gettext/tools/msginit.rb:98
|
|
86
72
|
msgid ""
|
|
87
|
-
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend "
|
|
88
|
-
"
|
|
73
|
+
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on"
|
|
74
|
+
" LOCALE or the current locale on your environment."
|
|
89
75
|
msgstr ""
|
|
90
76
|
|
|
91
77
|
#: ../lib/gettext/tools/msginit.rb:105
|
|
92
78
|
msgid ""
|
|
93
|
-
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the "
|
|
94
|
-
"
|
|
79
|
+
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current"
|
|
80
|
+
" locale on your environment."
|
|
95
81
|
msgstr ""
|
|
96
82
|
|
|
97
|
-
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:
|
|
83
|
+
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:317
|
|
98
84
|
msgid "Display this help and exit"
|
|
99
85
|
msgstr ""
|
|
100
86
|
|
|
@@ -114,8 +100,8 @@ msgstr "Datoteka '%s' već postoji."
|
|
|
114
100
|
|
|
115
101
|
#: ../lib/gettext/tools/msginit.rb:152
|
|
116
102
|
msgid ""
|
|
117
|
-
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified "
|
|
118
|
-
"
|
|
103
|
+
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified locale i"
|
|
104
|
+
"s usable."
|
|
119
105
|
msgstr ""
|
|
120
106
|
|
|
121
107
|
#: ../lib/gettext/tools/msginit.rb:161
|
|
@@ -123,115 +109,172 @@ msgstr ""
|
|
|
123
109
|
msgid "file '%s' has already existed."
|
|
124
110
|
msgstr "Datoteka '%s' već postoji."
|
|
125
111
|
|
|
126
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
112
|
+
#: ../lib/gettext/tools/msginit.rb:200
|
|
127
113
|
msgid "Please enter your full name"
|
|
128
114
|
msgstr ""
|
|
129
115
|
|
|
130
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
116
|
+
#: ../lib/gettext/tools/msginit.rb:229
|
|
131
117
|
msgid "Please enter your email address"
|
|
132
118
|
msgstr ""
|
|
133
119
|
|
|
134
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
135
|
-
msgid "
|
|
136
|
-
msgstr "
|
|
120
|
+
#: ../lib/gettext/tools/msgmerge.rb:255
|
|
121
|
+
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
|
122
|
+
msgstr ""
|
|
137
123
|
|
|
138
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
139
|
-
|
|
140
|
-
|
|
124
|
+
#: ../lib/gettext/tools/msgmerge.rb:258
|
|
125
|
+
#, fuzzy
|
|
126
|
+
msgid ""
|
|
127
|
+
"Merges two Uniforum style .po files together. The definition.po file is an exi"
|
|
128
|
+
"sting PO file with translations. The reference.pot file is the last created PO"
|
|
129
|
+
" file with up-to-date source references. The reference.pot is generally create"
|
|
130
|
+
"d by rxgettext."
|
|
131
|
+
msgstr ""
|
|
132
|
+
"Spaja dvije Uniforum style .po datoteke skupa. def.po datoteka je već postojeć"
|
|
133
|
+
"a PO datoteka sa prevodima. ref.pot je zadnja napravljena PO datoteka sa najno"
|
|
134
|
+
"vijim referencama koda. ref.pot je najčešće napravljen sa rgettext."
|
|
141
135
|
|
|
142
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
143
|
-
msgid "
|
|
144
|
-
msgstr "
|
|
136
|
+
#: ../lib/gettext/tools/msgmerge.rb:269
|
|
137
|
+
msgid "Update definition.po"
|
|
138
|
+
msgstr ""
|
|
145
139
|
|
|
146
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
140
|
+
#: ../lib/gettext/tools/msgmerge.rb:274
|
|
141
|
+
#, fuzzy
|
|
142
|
+
msgid "Write output to specified file"
|
|
143
|
+
msgstr "zapiši izlaz u specifičnu datoteku"
|
|
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
|
|
147
166
|
msgid ""
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"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"
|
|
151
169
|
msgstr ""
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
"
|
|
170
|
+
|
|
171
|
+
#: ../lib/gettext/tools/msgmerge.rb:323
|
|
172
|
+
#, fuzzy
|
|
173
|
+
msgid "Display version information and exit"
|
|
174
|
+
msgstr "prikaži informaciju o verziji i završi"
|
|
175
|
+
|
|
176
|
+
#: ../lib/gettext/tools/parser/glade.rb:32
|
|
177
|
+
msgid "`%{file}' is not glade-2.0 format."
|
|
178
|
+
msgstr "'%{file}' nije glade-2.0 format."
|
|
156
179
|
|
|
157
180
|
#: ../lib/gettext/tools/xgettext.rb:64
|
|
158
181
|
msgid "'%{klass}' is ignored."
|
|
159
182
|
msgstr "%{klass} je ignorisan."
|
|
160
183
|
|
|
161
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
184
|
+
#: ../lib/gettext/tools/xgettext.rb:183
|
|
162
185
|
msgid "Error parsing %{path}"
|
|
163
186
|
msgstr ""
|
|
164
187
|
|
|
165
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
188
|
+
#: ../lib/gettext/tools/xgettext.rb:194
|
|
166
189
|
msgid "no input files"
|
|
167
190
|
msgstr "nema ulaznih datoteka"
|
|
168
191
|
|
|
169
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
192
|
+
#: ../lib/gettext/tools/xgettext.rb:212
|
|
170
193
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
171
194
|
msgstr "Korištenje: %s ulaz.rb [-r parser.rb] [-o izlaz.pot]"
|
|
172
195
|
|
|
173
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
196
|
+
#: ../lib/gettext/tools/xgettext.rb:215
|
|
174
197
|
msgid "Extract translatable strings from given input files."
|
|
175
198
|
msgstr "Izvadi niske za prevođenje iz date ulazne datoteke."
|
|
176
199
|
|
|
177
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
200
|
+
#: ../lib/gettext/tools/xgettext.rb:226
|
|
178
201
|
msgid "set package name in output"
|
|
179
202
|
msgstr ""
|
|
180
203
|
|
|
181
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
204
|
+
#: ../lib/gettext/tools/xgettext.rb:231
|
|
182
205
|
msgid "set package version in output"
|
|
183
206
|
msgstr ""
|
|
184
207
|
|
|
185
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
208
|
+
#: ../lib/gettext/tools/xgettext.rb:236
|
|
186
209
|
msgid "set report address for msgid bugs"
|
|
187
210
|
msgstr ""
|
|
188
211
|
|
|
189
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
212
|
+
#: ../lib/gettext/tools/xgettext.rb:241
|
|
190
213
|
msgid "set copyright holder in output"
|
|
191
214
|
msgstr ""
|
|
192
215
|
|
|
193
|
-
#: ../lib/gettext/tools/xgettext.rb:238
|
|
194
|
-
msgid "set encoding for output"
|
|
195
|
-
msgstr ""
|
|
196
|
-
|
|
197
216
|
#: ../lib/gettext/tools/xgettext.rb:243
|
|
198
217
|
#, fuzzy
|
|
199
218
|
msgid "require the library before executing xgettext"
|
|
200
219
|
msgstr "zahtjevaj biblioteku prije izvršavanja rgettext-a"
|
|
201
220
|
|
|
202
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
203
|
-
msgid "
|
|
204
|
-
msgstr "
|
|
221
|
+
#: ../lib/gettext/tools/xgettext.rb:246
|
|
222
|
+
msgid "set encoding for output"
|
|
223
|
+
msgstr ""
|
|
205
224
|
|
|
206
225
|
#: ../lib/gettext/tools/xgettext.rb:251
|
|
207
226
|
#, fuzzy
|
|
208
227
|
msgid "display this help and exit"
|
|
209
228
|
msgstr "prikaži informaciju o verziji i završi"
|
|
210
229
|
|
|
211
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
230
|
+
#: ../lib/gettext/tools/xgettext.rb:256
|
|
212
231
|
msgid ""
|
|
213
|
-
"
|
|
214
|
-
"
|
|
232
|
+
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
233
|
+
"word lines in output file"
|
|
215
234
|
msgstr ""
|
|
216
235
|
|
|
217
|
-
#: ../lib/gettext/tools/
|
|
218
|
-
msgid "
|
|
219
|
-
|
|
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 ""
|
|
220
241
|
|
|
221
|
-
#: ../lib/gettext/
|
|
222
|
-
msgid "
|
|
242
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
243
|
+
msgid "(default: %s)"
|
|
223
244
|
msgstr ""
|
|
224
245
|
|
|
225
|
-
#: ../lib/gettext/
|
|
226
|
-
msgid "
|
|
246
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
247
|
+
msgid "no TAG"
|
|
227
248
|
msgstr ""
|
|
228
249
|
|
|
229
|
-
#: ../
|
|
230
|
-
msgid "
|
|
250
|
+
#: ../lib/gettext/tools/xgettext.rb:262
|
|
251
|
+
msgid "run in debugging mode"
|
|
252
|
+
msgstr "pokreni u modu za nalaženje grešaka"
|
|
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."
|
|
231
258
|
msgstr ""
|
|
232
259
|
|
|
233
|
-
#: ../samples/
|
|
234
|
-
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"
|
|
235
278
|
msgstr ""
|
|
236
279
|
|
|
237
280
|
#: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
|
|
@@ -249,12 +292,9 @@ msgstr ""
|
|
|
249
292
|
msgid "<Hello world>"
|
|
250
293
|
msgstr ""
|
|
251
294
|
|
|
252
|
-
#: ../samples/
|
|
253
|
-
msgid "
|
|
254
|
-
|
|
255
|
-
msgstr[0] ""
|
|
256
|
-
msgstr[1] ""
|
|
257
|
-
msgstr[2] ""
|
|
295
|
+
#: ../samples/hello_gtk2.rb:25
|
|
296
|
+
msgid "hello, gtk world"
|
|
297
|
+
msgstr ""
|
|
258
298
|
|
|
259
299
|
#: ../samples/hello_noop.rb:13
|
|
260
300
|
msgid "Hello World"
|
|
@@ -264,28 +304,172 @@ msgstr ""
|
|
|
264
304
|
msgid "Hello World2"
|
|
265
305
|
msgstr ""
|
|
266
306
|
|
|
267
|
-
#: ../samples/
|
|
268
|
-
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"
|
|
269
315
|
msgstr ""
|
|
270
316
|
|
|
271
|
-
#: ../
|
|
272
|
-
|
|
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"
|
|
273
326
|
msgstr ""
|
|
274
327
|
|
|
275
|
-
#: ../
|
|
276
|
-
msgid "
|
|
328
|
+
#: ../test/fixtures/N_.rb:18 ../test/fixtures/_.rb:38
|
|
329
|
+
msgid ""
|
|
330
|
+
"bbb\n"
|
|
331
|
+
"ccc"
|
|
277
332
|
msgstr ""
|
|
278
333
|
|
|
279
|
-
#: ../
|
|
280
|
-
msgid "
|
|
334
|
+
#: ../test/fixtures/N_.rb:22 ../test/fixtures/_.rb:42
|
|
335
|
+
msgid ""
|
|
336
|
+
"bbb\n"
|
|
337
|
+
"ccc\n"
|
|
338
|
+
"ddd\n"
|
|
281
339
|
msgstr ""
|
|
282
340
|
|
|
283
|
-
#: ../
|
|
284
|
-
|
|
341
|
+
#: ../test/fixtures/N_.rb:29 ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:49
|
|
342
|
+
#: ../test/fixtures/_.rb:53
|
|
343
|
+
msgid "eee"
|
|
285
344
|
msgstr ""
|
|
286
345
|
|
|
287
|
-
#: ../test/
|
|
288
|
-
|
|
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 '\\\\'."
|
|
289
473
|
msgstr ""
|
|
290
474
|
|
|
291
475
|
#: ../test/fixtures/gladeparser.glade:29
|
|
@@ -318,14 +502,41 @@ msgstr ""
|
|
|
318
502
|
msgid "duplicated"
|
|
319
503
|
msgstr ""
|
|
320
504
|
|
|
321
|
-
#: ../test/fixtures/
|
|
322
|
-
#: ../test/fixtures/
|
|
323
|
-
#: ../test/
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
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 ""
|
|
329
540
|
|
|
330
541
|
#: ../test/fixtures/n_.rb:33
|
|
331
542
|
msgid "bbb\n"
|
|
@@ -334,7 +545,6 @@ msgid_plural ""
|
|
|
334
545
|
"ccc2"
|
|
335
546
|
msgstr[0] ""
|
|
336
547
|
msgstr[1] ""
|
|
337
|
-
msgstr[2] ""
|
|
338
548
|
|
|
339
549
|
#: ../test/fixtures/n_.rb:37
|
|
340
550
|
msgid ""
|
|
@@ -345,7 +555,6 @@ msgid_plural ""
|
|
|
345
555
|
"ddd2"
|
|
346
556
|
msgstr[0] ""
|
|
347
557
|
msgstr[1] ""
|
|
348
|
-
msgstr[2] ""
|
|
349
558
|
|
|
350
559
|
#: ../test/fixtures/n_.rb:42
|
|
351
560
|
msgid ""
|
|
@@ -356,7 +565,6 @@ msgid_plural ""
|
|
|
356
565
|
"eee2\n"
|
|
357
566
|
msgstr[0] ""
|
|
358
567
|
msgstr[1] ""
|
|
359
|
-
msgstr[2] ""
|
|
360
568
|
|
|
361
569
|
#: ../test/fixtures/n_.rb:48
|
|
362
570
|
msgid ""
|
|
@@ -367,125 +575,47 @@ msgid_plural ""
|
|
|
367
575
|
"eee2"
|
|
368
576
|
msgstr[0] ""
|
|
369
577
|
msgstr[1] ""
|
|
370
|
-
msgstr[2] ""
|
|
371
|
-
|
|
372
|
-
#: ../test/fixtures/n_.rb:55 ../test/fixtures/n_.rb:59
|
|
373
|
-
#: ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:33
|
|
374
|
-
msgid "fff"
|
|
375
|
-
msgid_plural "fff2"
|
|
376
|
-
msgstr[0] ""
|
|
377
|
-
msgstr[1] ""
|
|
378
|
-
msgstr[2] ""
|
|
379
578
|
|
|
380
579
|
#: ../test/fixtures/n_.rb:59
|
|
381
580
|
msgid "ggg"
|
|
382
581
|
msgid_plural "ggg2"
|
|
383
582
|
msgstr[0] ""
|
|
384
583
|
msgstr[1] ""
|
|
385
|
-
msgstr[2] ""
|
|
386
|
-
|
|
387
|
-
#: ../test/fixtures/n_.rb:63 ../test/fixtures/_.rb:57
|
|
388
|
-
#: ../test/fixtures/N_.rb:37
|
|
389
|
-
msgid "ggghhhiii"
|
|
390
|
-
msgid_plural "jjjkkklll"
|
|
391
|
-
msgstr[0] ""
|
|
392
|
-
msgstr[1] ""
|
|
393
|
-
msgstr[2] ""
|
|
394
|
-
|
|
395
|
-
#: ../test/fixtures/n_.rb:72 ../test/fixtures/_.rb:63
|
|
396
|
-
#: ../test/fixtures/N_.rb:43
|
|
397
|
-
msgid "a\"b\"c\""
|
|
398
|
-
msgid_plural "a\"b\"c\"2"
|
|
399
|
-
msgstr[0] ""
|
|
400
|
-
msgstr[1] ""
|
|
401
|
-
msgstr[2] ""
|
|
402
|
-
|
|
403
|
-
#: ../test/fixtures/n_.rb:76 ../test/fixtures/_.rb:67
|
|
404
|
-
#: ../test/fixtures/N_.rb:47
|
|
405
|
-
msgid "d\"e\"f\""
|
|
406
|
-
msgid_plural "d\"e\"f\"2"
|
|
407
|
-
msgstr[0] ""
|
|
408
|
-
msgstr[1] ""
|
|
409
|
-
msgstr[2] ""
|
|
410
584
|
|
|
411
585
|
#: ../test/fixtures/n_.rb:80
|
|
412
586
|
msgid "mmmmmm"
|
|
413
587
|
msgid_plural "mmm2mmm2"
|
|
414
588
|
msgstr[0] ""
|
|
415
589
|
msgstr[1] ""
|
|
416
|
-
msgstr[2] ""
|
|
417
590
|
|
|
418
591
|
#: ../test/fixtures/n_.rb:81
|
|
419
592
|
msgid "nnn"
|
|
420
593
|
msgid_plural "nnn2"
|
|
421
594
|
msgstr[0] ""
|
|
422
595
|
msgstr[1] ""
|
|
423
|
-
msgstr[2] ""
|
|
424
596
|
|
|
425
|
-
#: ../test/fixtures/n_.rb:
|
|
597
|
+
#: ../test/fixtures/n_.rb:85 ../test/fixtures/n_.rb:86
|
|
426
598
|
msgid "ooo"
|
|
427
599
|
msgid_plural "ppp"
|
|
428
600
|
msgstr[0] ""
|
|
429
601
|
msgstr[1] ""
|
|
430
|
-
msgstr[2] ""
|
|
431
602
|
|
|
432
603
|
#: ../test/fixtures/n_.rb:90 ../test/fixtures/n_.rb:91
|
|
433
604
|
msgid "qqq"
|
|
434
605
|
msgid_plural "rrr"
|
|
435
606
|
msgstr[0] ""
|
|
436
607
|
msgstr[1] ""
|
|
437
|
-
msgstr[2] ""
|
|
438
608
|
|
|
439
|
-
#. please provide translations for all
|
|
609
|
+
#. TRANSLATORS:please provide translations for all
|
|
440
610
|
#. the plural forms!
|
|
441
611
|
#: ../test/fixtures/n_.rb:97
|
|
442
612
|
msgid "comment"
|
|
443
613
|
msgid_plural "comments"
|
|
444
614
|
msgstr[0] ""
|
|
445
615
|
msgstr[1] ""
|
|
446
|
-
msgstr[2] ""
|
|
447
|
-
|
|
448
|
-
#: ../test/fixtures/ns_/custom.rb:28 ../test/fixtures/s_/custom.rb:28
|
|
449
|
-
msgid "context|context$message"
|
|
450
|
-
msgid_plural "context|context$messages"
|
|
451
|
-
msgstr[0] ""
|
|
452
|
-
msgstr[1] ""
|
|
453
|
-
msgstr[2] ""
|
|
454
|
-
|
|
455
|
-
#: ../test/fixtures/multi_textdomain.rb:11
|
|
456
|
-
#: ../test/fixtures/multi_textdomain.rb:24
|
|
457
|
-
#: ../test/fixtures/multi_textdomain.rb:43
|
|
458
|
-
#: ../test/fixtures/multi_textdomain.rb:50
|
|
459
|
-
#: ../test/fixtures/multi_textdomain.rb:62
|
|
460
|
-
#: ../test/fixtures/multi_textdomain.rb:75
|
|
461
|
-
#: ../test/fixtures/multi_textdomain.rb:91
|
|
462
|
-
#: ../test/fixtures/multi_textdomain.rb:104
|
|
463
|
-
#: ../test/fixtures/multi_textdomain.rb:108
|
|
464
|
-
#: ../test/fixtures/multi_textdomain.rb:128 ../test/fixtures/simple.rb:10
|
|
465
|
-
#: ../test/test_thread.rb:23 ../test/test_textdomain_toplevel.rb:9
|
|
466
|
-
#: ../test/test_textdomain_toplevel.rb:15
|
|
467
|
-
#: ../test/test_textdomain_toplevel.rb:18
|
|
468
|
-
#: ../test/test_textdomain_toplevel.rb:23 ../test/test_gettext.rb:64
|
|
469
|
-
#: ../test/test_gettext.rb:297 ../test/test_gettext.rb:299
|
|
470
|
-
#: ../test/test_gettext.rb:302 ../test/test_gettext.rb:306
|
|
471
|
-
#: ../test/test_gettext.rb:309 ../test/test_gettext.rb:322
|
|
472
|
-
#: ../test/test_gettext.rb:325 ../test/test_gettext.rb:328
|
|
473
|
-
#: ../test/test_gettext.rb:336 ../test/test_gettext.rb:339
|
|
474
|
-
#: ../test/test_gettext.rb:351 ../test/test_gettext.rb:358
|
|
475
|
-
msgid "language"
|
|
476
|
-
msgstr ""
|
|
477
616
|
|
|
478
|
-
#: ../test/fixtures/
|
|
479
|
-
|
|
480
|
-
#: ../test/fixtures/multi_textdomain.rb:54
|
|
481
|
-
#: ../test/fixtures/multi_textdomain.rb:65
|
|
482
|
-
#: ../test/fixtures/multi_textdomain.rb:78
|
|
483
|
-
#: ../test/fixtures/multi_textdomain.rb:116 ../test/test_gettext.rb:53
|
|
484
|
-
msgid "LANGUAGE"
|
|
485
|
-
msgstr ""
|
|
486
|
-
|
|
487
|
-
#: ../test/fixtures/multi_textdomain.rb:120
|
|
488
|
-
msgid "no data"
|
|
617
|
+
#: ../test/fixtures/non_ascii.rb:10
|
|
618
|
+
msgid "こんにちは"
|
|
489
619
|
msgstr ""
|
|
490
620
|
|
|
491
621
|
#: ../test/fixtures/np_.rb:28 ../test/fixtures/np_.rb:29
|
|
@@ -495,7 +625,6 @@ msgid "a book"
|
|
|
495
625
|
msgid_plural "%{num} books"
|
|
496
626
|
msgstr[0] ""
|
|
497
627
|
msgstr[1] ""
|
|
498
|
-
msgstr[2] ""
|
|
499
628
|
|
|
500
629
|
#: ../test/fixtures/np_.rb:38 ../test/fixtures/np_.rb:39
|
|
501
630
|
msgctxt "Hardcover"
|
|
@@ -503,7 +632,6 @@ msgid "a book"
|
|
|
503
632
|
msgid_plural "%{num} books"
|
|
504
633
|
msgstr[0] ""
|
|
505
634
|
msgstr[1] ""
|
|
506
|
-
msgstr[2] ""
|
|
507
635
|
|
|
508
636
|
#: ../test/fixtures/np_.rb:43 ../test/fixtures/np_.rb:44
|
|
509
637
|
msgctxt "Magaine"
|
|
@@ -511,7 +639,6 @@ msgid "I have a magazine"
|
|
|
511
639
|
msgid_plural "I have %{num} magazines"
|
|
512
640
|
msgstr[0] ""
|
|
513
641
|
msgstr[1] ""
|
|
514
|
-
msgstr[2] ""
|
|
515
642
|
|
|
516
643
|
#: ../test/fixtures/np_.rb:48 ../test/fixtures/np_.rb:49
|
|
517
644
|
msgctxt "Hardcover"
|
|
@@ -519,157 +646,62 @@ msgid "a picture"
|
|
|
519
646
|
msgid_plural "%{num} pictures"
|
|
520
647
|
msgstr[0] ""
|
|
521
648
|
msgstr[1] ""
|
|
522
|
-
msgstr[2] ""
|
|
523
|
-
|
|
524
|
-
#: ../test/fixtures/_/one_line.rb:28
|
|
525
|
-
msgid "one line"
|
|
526
|
-
msgstr ""
|
|
527
|
-
|
|
528
|
-
#: ../test/fixtures/non_ascii.rb:10
|
|
529
|
-
msgid "こんにちは"
|
|
530
|
-
msgstr ""
|
|
531
|
-
|
|
532
|
-
#: ../test/fixtures/untranslated.rb:10
|
|
533
|
-
msgid "untranslated"
|
|
534
|
-
msgstr ""
|
|
535
|
-
|
|
536
|
-
#: ../test/fixtures/_.rb:34 ../test/fixtures/N_.rb:14
|
|
537
|
-
msgid "aaa\n"
|
|
538
|
-
msgstr ""
|
|
539
649
|
|
|
540
|
-
#: ../test/fixtures/
|
|
541
|
-
|
|
542
|
-
"bbb\n"
|
|
543
|
-
"ccc"
|
|
544
|
-
msgstr ""
|
|
545
|
-
|
|
546
|
-
#: ../test/fixtures/_.rb:42 ../test/fixtures/N_.rb:22
|
|
547
|
-
msgid ""
|
|
548
|
-
"bbb\n"
|
|
549
|
-
"ccc\n"
|
|
550
|
-
"ddd\n"
|
|
551
|
-
msgstr ""
|
|
552
|
-
|
|
553
|
-
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:29
|
|
554
|
-
#: ../test/fixtures/N_.rb:33
|
|
555
|
-
msgid "eee"
|
|
556
|
-
msgstr ""
|
|
557
|
-
|
|
558
|
-
#: ../test/fixtures/_.rb:71 ../test/fixtures/N_.rb:51
|
|
559
|
-
msgid "jjj"
|
|
560
|
-
msgstr ""
|
|
561
|
-
|
|
562
|
-
#: ../test/fixtures/_.rb:72 ../test/fixtures/N_.rb:52
|
|
563
|
-
msgid "kkk"
|
|
564
|
-
msgstr ""
|
|
565
|
-
|
|
566
|
-
#: ../test/fixtures/_.rb:76 ../test/fixtures/N_.rb:56
|
|
567
|
-
msgid "lllmmm"
|
|
568
|
-
msgstr ""
|
|
569
|
-
|
|
570
|
-
#: ../test/fixtures/_.rb:84 ../test/fixtures/N_.rb:64
|
|
571
|
-
msgid ""
|
|
572
|
-
"nnn\n"
|
|
573
|
-
"ooo"
|
|
574
|
-
msgstr ""
|
|
575
|
-
|
|
576
|
-
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
577
|
-
msgid "#"
|
|
578
|
-
msgstr ""
|
|
579
|
-
|
|
580
|
-
#: ../test/fixtures/_.rb:96
|
|
581
|
-
msgid "\taaa"
|
|
582
|
-
msgstr ""
|
|
583
|
-
|
|
584
|
-
#: ../test/fixtures/_.rb:100
|
|
585
|
-
msgid ""
|
|
586
|
-
"Here document1\n"
|
|
587
|
-
"Here document2\n"
|
|
588
|
-
msgstr ""
|
|
589
|
-
|
|
590
|
-
#. This is a proper name. See the gettext
|
|
591
|
-
#. manual, section Names. Note this is actually a non-ASCII
|
|
592
|
-
#. name: The first name is (with Unicode escapes)
|
|
593
|
-
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
594
|
-
#. Pronunciation is like "fraa-swa pee-nar".
|
|
595
|
-
#. This is an example from GNU gettext documentation.
|
|
596
|
-
#: ../test/fixtures/_.rb:119
|
|
597
|
-
msgid "Francois Pinard"
|
|
598
|
-
msgstr ""
|
|
599
|
-
|
|
600
|
-
#: ../test/fixtures/_.rb:122
|
|
601
|
-
msgid "No TRANSLATORS comment"
|
|
602
|
-
msgstr ""
|
|
603
|
-
|
|
604
|
-
#: ../test/fixtures/_.rb:127
|
|
605
|
-
msgid "self explaining"
|
|
606
|
-
msgstr ""
|
|
607
|
-
|
|
608
|
-
#: ../test/fixtures/_.rb:131
|
|
609
|
-
msgid "This is a # including string."
|
|
610
|
-
msgstr ""
|
|
611
|
-
|
|
612
|
-
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/s_.rb:28
|
|
613
|
-
#: ../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
|
|
614
652
|
#: ../test/test_gettext.rb:119
|
|
615
653
|
msgid "AAA|BBB"
|
|
616
654
|
msgid_plural "CCC"
|
|
617
655
|
msgstr[0] ""
|
|
618
656
|
msgstr[1] ""
|
|
619
|
-
msgstr[2] ""
|
|
620
657
|
|
|
621
658
|
#: ../test/fixtures/ns_.rb:36 ../test/fixtures/s_.rb:36
|
|
622
659
|
msgid "AAA"
|
|
623
660
|
msgid_plural "BBB"
|
|
624
661
|
msgstr[0] ""
|
|
625
662
|
msgstr[1] ""
|
|
626
|
-
msgstr[2] ""
|
|
627
663
|
|
|
628
664
|
#: ../test/fixtures/ns_.rb:40 ../test/fixtures/s_.rb:40
|
|
629
665
|
msgid "AAA|CCC"
|
|
630
666
|
msgid_plural "DDD"
|
|
631
667
|
msgstr[0] ""
|
|
632
668
|
msgstr[1] ""
|
|
633
|
-
msgstr[2] ""
|
|
634
669
|
|
|
635
670
|
#: ../test/fixtures/ns_.rb:44 ../test/fixtures/s_.rb:44
|
|
636
671
|
msgid "AAA|BBB|CCC"
|
|
637
672
|
msgid_plural "DDD"
|
|
638
673
|
msgstr[0] ""
|
|
639
674
|
msgstr[1] ""
|
|
640
|
-
msgstr[2] ""
|
|
641
675
|
|
|
642
676
|
#: ../test/fixtures/ns_.rb:48 ../test/fixtures/s_.rb:48
|
|
643
677
|
msgid "AAA$BBB"
|
|
644
678
|
msgid_plural "CCC"
|
|
645
679
|
msgstr[0] ""
|
|
646
680
|
msgstr[1] ""
|
|
647
|
-
msgstr[2] ""
|
|
648
681
|
|
|
649
682
|
#: ../test/fixtures/ns_.rb:52 ../test/fixtures/s_.rb:52
|
|
650
683
|
msgid "AAA$B|BB"
|
|
651
684
|
msgid_plural "CCC"
|
|
652
685
|
msgstr[0] ""
|
|
653
686
|
msgstr[1] ""
|
|
654
|
-
msgstr[2] ""
|
|
655
687
|
|
|
656
688
|
#: ../test/fixtures/ns_.rb:56 ../test/fixtures/s_.rb:56
|
|
657
689
|
msgid "AAA$B|CC"
|
|
658
690
|
msgid_plural "DDD"
|
|
659
691
|
msgstr[0] ""
|
|
660
692
|
msgstr[1] ""
|
|
661
|
-
msgstr[2] ""
|
|
662
693
|
|
|
663
694
|
#: ../test/fixtures/ns_.rb:60 ../test/fixtures/s_.rb:60
|
|
664
695
|
msgid "AAA|CCC|BBB"
|
|
665
696
|
msgid_plural "DDD"
|
|
666
697
|
msgstr[0] ""
|
|
667
698
|
msgstr[1] ""
|
|
668
|
-
msgstr[2] ""
|
|
669
699
|
|
|
670
|
-
#: ../test/fixtures/
|
|
671
|
-
msgid "
|
|
672
|
-
|
|
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] ""
|
|
673
705
|
|
|
674
706
|
#: ../test/fixtures/p_.rb:29 ../test/fixtures/p_.rb:33
|
|
675
707
|
msgctxt "AAA"
|
|
@@ -695,7 +727,7 @@ msgstr ""
|
|
|
695
727
|
msgid "BBB"
|
|
696
728
|
msgstr ""
|
|
697
729
|
|
|
698
|
-
#. please translate 'name' in the context of 'program'.
|
|
730
|
+
#. TRANSLATORS:please translate 'name' in the context of 'program'.
|
|
699
731
|
#. Hint: the translation should NOT contain the translation of 'program'.
|
|
700
732
|
#: ../test/fixtures/p_.rb:55
|
|
701
733
|
msgctxt "program"
|
|
@@ -706,6 +738,10 @@ msgstr ""
|
|
|
706
738
|
msgid "one is %d."
|
|
707
739
|
msgstr ""
|
|
708
740
|
|
|
741
|
+
#: ../test/fixtures/untranslated.rb:10
|
|
742
|
+
msgid "untranslated"
|
|
743
|
+
msgstr ""
|
|
744
|
+
|
|
709
745
|
#: ../test/test_gettext.rb:59
|
|
710
746
|
msgid "nomsgstr"
|
|
711
747
|
msgstr ""
|
|
@@ -740,7 +776,6 @@ msgid "one"
|
|
|
740
776
|
msgid_plural "two"
|
|
741
777
|
msgstr[0] ""
|
|
742
778
|
msgstr[1] ""
|
|
743
|
-
msgstr[2] ""
|
|
744
779
|
|
|
745
780
|
#: ../test/test_gettext.rb:231 ../test/test_gettext.rb:232
|
|
746
781
|
#: ../test/test_gettext.rb:233 ../test/test_gettext.rb:236
|
|
@@ -754,19 +789,47 @@ msgid "first"
|
|
|
754
789
|
msgid_plural "second"
|
|
755
790
|
msgstr[0] ""
|
|
756
791
|
msgstr[1] ""
|
|
757
|
-
msgstr[2] ""
|
|
758
792
|
|
|
759
|
-
#: ../test/test_gettext.rb:
|
|
793
|
+
#: ../test/test_gettext.rb:268 ../test/test_gettext.rb:269
|
|
760
794
|
#: ../test/test_gettext.rb:270 ../test/test_gettext.rb:278
|
|
761
795
|
#: ../test/test_gettext.rb:279 ../test/test_gettext.rb:280
|
|
762
796
|
msgid "single"
|
|
763
797
|
msgid_plural "plural"
|
|
764
798
|
msgstr[0] ""
|
|
765
799
|
msgstr[1] ""
|
|
766
|
-
msgstr[2] ""
|
|
767
800
|
|
|
768
|
-
|
|
769
|
-
|
|
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 "Spajanje sa %{defpo} nije uspjelo - nastavljam dalje!"
|
|
770
809
|
|
|
771
|
-
|
|
772
|
-
|
|
810
|
+
#: ../lib/gettext/tools.rb:82
|
|
811
|
+
#, fuzzy
|
|
812
|
+
#~ msgid "New .pot was copied to %{failed_filename}"
|
|
813
|
+
#~ msgstr "Molim da provjerite novi .pot u %{failed_filename}"
|
|
814
|
+
|
|
815
|
+
#: ../lib/gettext/tools/msgmerge.rb:453
|
|
816
|
+
#~ msgid "definition po is not given."
|
|
817
|
+
#~ msgstr "definicijski po nije dat."
|
|
818
|
+
|
|
819
|
+
#: ../lib/gettext/tools/msgmerge.rb:455
|
|
820
|
+
#~ msgid "reference pot is not given."
|
|
821
|
+
#~ msgstr "referencni po nije dat."
|
|
822
|
+
|
|
823
|
+
#: ../lib/gettext/tools/msgmerge.rb:463
|
|
824
|
+
#~ msgid "Usage: %s def.po ref.pot [-o output.pot]"
|
|
825
|
+
#~ msgstr "Korištenje: %s def.po ref.pot [-o izlaz.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
|
+
#~ "Spaja dvije Uniforum style .po datoteke skupa. def.po datoteka je već postojeć"
|
|
834
|
+
#~ "a PO datoteka sa prevodima. ref.pot je zadnja napravljena PO datoteka sa najno"
|
|
835
|
+
#~ "vijim referencama koda. ref.pot je najčešće napravljen sa rgettext."
|