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/eo/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: 2008-07-13 10:16+0200\n"
|
|
16
16
|
"Last-Translator: Malte Milatz\n"
|
|
17
17
|
"Language-Team: Esperanto\n"
|
|
@@ -21,23 +21,14 @@ msgstr ""
|
|
|
21
21
|
"Content-Transfer-Encoding: 8bit\n"
|
|
22
22
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
msgid "New .pot was copied to %{failed_filename}"
|
|
30
|
-
msgstr "Nova pot-dosiero kopiiĝis al %{failed_filename}"
|
|
31
|
-
|
|
32
|
-
#: ../lib/gettext/tools.rb:83
|
|
33
|
-
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
34
|
-
msgstr ""
|
|
35
|
-
"Kontrolu jenajn po/pot-dosierojn. Estas eble sintaksaj eraroj en ili, aŭ io."
|
|
24
|
+
# TODO: Should this be "parameter"?
|
|
25
|
+
#: ../lib/gettext/runtime/textdomain_manager.rb:148
|
|
26
|
+
#, fuzzy
|
|
27
|
+
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
28
|
+
msgstr "Malĝusta tria parametro: valoro = %{number}"
|
|
36
29
|
|
|
37
|
-
#: ../lib/gettext/
|
|
38
|
-
msgid ""
|
|
39
|
-
"`%{cmd}' can not be found. \n"
|
|
40
|
-
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
30
|
+
#: ../lib/gettext/text_domain_manager.rb:154
|
|
31
|
+
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
41
32
|
msgstr ""
|
|
42
33
|
|
|
43
34
|
#: ../lib/gettext/tools/msgfmt.rb:65
|
|
@@ -54,45 +45,43 @@ msgid "Generate binary message catalog from textual translation description."
|
|
|
54
45
|
msgstr "Generu porkomputilan mesaĝaron el la traduktekstoj."
|
|
55
46
|
|
|
56
47
|
#: ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:89
|
|
57
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
48
|
+
#: ../lib/gettext/tools/msgmerge.rb:266 ../lib/gettext/tools/xgettext.rb:218
|
|
58
49
|
msgid "Specific options:"
|
|
59
50
|
msgstr "Specifaj opcioj:"
|
|
60
51
|
|
|
61
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/
|
|
62
|
-
#: ../lib/gettext/tools/xgettext.rb:213
|
|
52
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:221
|
|
63
53
|
msgid "write output to specified file"
|
|
64
54
|
msgstr "skribos la produkton en la indikitan dosieron"
|
|
65
55
|
|
|
66
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/
|
|
67
|
-
#: ../lib/gettext/tools/xgettext.rb:256
|
|
56
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:271
|
|
68
57
|
msgid "display version information and exit"
|
|
69
58
|
msgstr "montros versi-informon"
|
|
70
59
|
|
|
71
60
|
#: ../lib/gettext/tools/msginit.rb:85
|
|
72
61
|
msgid ""
|
|
73
|
-
"Create a new .po file from initializing .pot file with user's environment "
|
|
74
|
-
"
|
|
62
|
+
"Create a new .po file from initializing .pot file with user's environment and "
|
|
63
|
+
"input."
|
|
75
64
|
msgstr ""
|
|
76
65
|
|
|
77
66
|
#: ../lib/gettext/tools/msginit.rb:91
|
|
78
67
|
msgid ""
|
|
79
|
-
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file "
|
|
80
|
-
"
|
|
68
|
+
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file exis"
|
|
69
|
+
"ting the current directory."
|
|
81
70
|
msgstr ""
|
|
82
71
|
|
|
83
72
|
#: ../lib/gettext/tools/msginit.rb:98
|
|
84
73
|
msgid ""
|
|
85
|
-
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend "
|
|
86
|
-
"
|
|
74
|
+
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on"
|
|
75
|
+
" LOCALE or the current locale on your environment."
|
|
87
76
|
msgstr ""
|
|
88
77
|
|
|
89
78
|
#: ../lib/gettext/tools/msginit.rb:105
|
|
90
79
|
msgid ""
|
|
91
|
-
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the "
|
|
92
|
-
"
|
|
80
|
+
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current"
|
|
81
|
+
" locale on your environment."
|
|
93
82
|
msgstr ""
|
|
94
83
|
|
|
95
|
-
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:
|
|
84
|
+
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:317
|
|
96
85
|
msgid "Display this help and exit"
|
|
97
86
|
msgstr ""
|
|
98
87
|
|
|
@@ -112,8 +101,8 @@ msgstr "Dosiero '%s' jam ekzistas."
|
|
|
112
101
|
|
|
113
102
|
#: ../lib/gettext/tools/msginit.rb:152
|
|
114
103
|
msgid ""
|
|
115
|
-
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified "
|
|
116
|
-
"
|
|
104
|
+
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified locale i"
|
|
105
|
+
"s usable."
|
|
117
106
|
msgstr ""
|
|
118
107
|
|
|
119
108
|
#: ../lib/gettext/tools/msginit.rb:161
|
|
@@ -121,116 +110,172 @@ msgstr ""
|
|
|
121
110
|
msgid "file '%s' has already existed."
|
|
122
111
|
msgstr "Dosiero '%s' jam ekzistas."
|
|
123
112
|
|
|
124
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
113
|
+
#: ../lib/gettext/tools/msginit.rb:200
|
|
125
114
|
msgid "Please enter your full name"
|
|
126
115
|
msgstr ""
|
|
127
116
|
|
|
128
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
117
|
+
#: ../lib/gettext/tools/msginit.rb:229
|
|
129
118
|
msgid "Please enter your email address"
|
|
130
119
|
msgstr ""
|
|
131
120
|
|
|
132
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
133
|
-
msgid "
|
|
134
|
-
msgstr "
|
|
121
|
+
#: ../lib/gettext/tools/msgmerge.rb:255
|
|
122
|
+
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
|
123
|
+
msgstr ""
|
|
135
124
|
|
|
136
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
137
|
-
|
|
138
|
-
|
|
125
|
+
#: ../lib/gettext/tools/msgmerge.rb:258
|
|
126
|
+
#, fuzzy
|
|
127
|
+
msgid ""
|
|
128
|
+
"Merges two Uniforum style .po files together. The definition.po file is an exi"
|
|
129
|
+
"sting PO file with translations. The reference.pot file is the last created PO"
|
|
130
|
+
" file with up-to-date source references. The reference.pot is generally create"
|
|
131
|
+
"d by rxgettext."
|
|
132
|
+
msgstr ""
|
|
133
|
+
"Kunfandos du po-dosierojn `Uniforum'-formatitajn. def.po jam enhavu tradukojn;"
|
|
134
|
+
" ref.pot estu aktuale kreita el la fontkodo per rgettext."
|
|
139
135
|
|
|
140
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
141
|
-
msgid "
|
|
142
|
-
msgstr "
|
|
136
|
+
#: ../lib/gettext/tools/msgmerge.rb:269
|
|
137
|
+
msgid "Update definition.po"
|
|
138
|
+
msgstr ""
|
|
143
139
|
|
|
144
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
140
|
+
#: ../lib/gettext/tools/msgmerge.rb:274
|
|
141
|
+
#, fuzzy
|
|
142
|
+
msgid "Write output to specified file"
|
|
143
|
+
msgstr "skribos la produkton en la indikitan dosieron"
|
|
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
|
|
145
166
|
msgid ""
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"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"
|
|
149
169
|
msgstr ""
|
|
150
|
-
|
|
151
|
-
|
|
170
|
+
|
|
171
|
+
#: ../lib/gettext/tools/msgmerge.rb:323
|
|
172
|
+
#, fuzzy
|
|
173
|
+
msgid "Display version information and exit"
|
|
174
|
+
msgstr "montros versi-informon"
|
|
175
|
+
|
|
176
|
+
#: ../lib/gettext/tools/parser/glade.rb:32
|
|
177
|
+
msgid "`%{file}' is not glade-2.0 format."
|
|
178
|
+
msgstr "`%{file}' ne konformas al la formato de glade-2.0."
|
|
152
179
|
|
|
153
180
|
#: ../lib/gettext/tools/xgettext.rb:64
|
|
154
181
|
msgid "'%{klass}' is ignored."
|
|
155
182
|
msgstr "ignoras '%{klass}'."
|
|
156
183
|
|
|
157
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
184
|
+
#: ../lib/gettext/tools/xgettext.rb:183
|
|
158
185
|
msgid "Error parsing %{path}"
|
|
159
186
|
msgstr ""
|
|
160
187
|
|
|
161
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
188
|
+
#: ../lib/gettext/tools/xgettext.rb:194
|
|
162
189
|
msgid "no input files"
|
|
163
190
|
msgstr "neniu dosiero donita"
|
|
164
191
|
|
|
165
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
192
|
+
#: ../lib/gettext/tools/xgettext.rb:212
|
|
166
193
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
167
194
|
msgstr "Uzmaniero: %s en.rb [ -r analiz.rb ] [ -o el.pot ]"
|
|
168
195
|
|
|
169
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
196
|
+
#: ../lib/gettext/tools/xgettext.rb:215
|
|
170
197
|
msgid "Extract translatable strings from given input files."
|
|
171
198
|
msgstr "Arigos tradukeblajn frazojn el donitaj dosieroj."
|
|
172
199
|
|
|
173
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
200
|
+
#: ../lib/gettext/tools/xgettext.rb:226
|
|
174
201
|
msgid "set package name in output"
|
|
175
202
|
msgstr ""
|
|
176
203
|
|
|
177
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
204
|
+
#: ../lib/gettext/tools/xgettext.rb:231
|
|
178
205
|
msgid "set package version in output"
|
|
179
206
|
msgstr ""
|
|
180
207
|
|
|
181
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
208
|
+
#: ../lib/gettext/tools/xgettext.rb:236
|
|
182
209
|
msgid "set report address for msgid bugs"
|
|
183
210
|
msgstr ""
|
|
184
211
|
|
|
185
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
212
|
+
#: ../lib/gettext/tools/xgettext.rb:241
|
|
186
213
|
msgid "set copyright holder in output"
|
|
187
214
|
msgstr ""
|
|
188
215
|
|
|
189
|
-
#: ../lib/gettext/tools/xgettext.rb:238
|
|
190
|
-
msgid "set encoding for output"
|
|
191
|
-
msgstr ""
|
|
192
|
-
|
|
193
216
|
# TODO: This translation looks somehow unrelated... What did I do that day?
|
|
194
217
|
#: ../lib/gettext/tools/xgettext.rb:243
|
|
195
218
|
#, fuzzy
|
|
196
219
|
msgid "require the library before executing xgettext"
|
|
197
220
|
msgstr "uzos indikitan opcianalizilon"
|
|
198
221
|
|
|
199
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
200
|
-
msgid "
|
|
201
|
-
msgstr "
|
|
222
|
+
#: ../lib/gettext/tools/xgettext.rb:246
|
|
223
|
+
msgid "set encoding for output"
|
|
224
|
+
msgstr ""
|
|
202
225
|
|
|
203
226
|
#: ../lib/gettext/tools/xgettext.rb:251
|
|
204
227
|
#, fuzzy
|
|
205
228
|
msgid "display this help and exit"
|
|
206
229
|
msgstr "montros versi-informon"
|
|
207
230
|
|
|
208
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
231
|
+
#: ../lib/gettext/tools/xgettext.rb:256
|
|
209
232
|
msgid ""
|
|
210
|
-
"
|
|
211
|
-
"
|
|
233
|
+
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
234
|
+
"word lines in output file"
|
|
212
235
|
msgstr ""
|
|
213
236
|
|
|
214
|
-
#: ../lib/gettext/tools/
|
|
215
|
-
msgid "
|
|
216
|
-
|
|
237
|
+
#: ../lib/gettext/tools/xgettext.rb:257
|
|
238
|
+
msgid ""
|
|
239
|
+
"If TAG is not specified, place all comment blocks preceing keyword lines in ou"
|
|
240
|
+
"tput file"
|
|
241
|
+
msgstr ""
|
|
217
242
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
222
|
-
msgstr "Malĝusta tria parametro: valoro = %{number}"
|
|
243
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
244
|
+
msgid "(default: %s)"
|
|
245
|
+
msgstr ""
|
|
223
246
|
|
|
224
|
-
#: ../lib/gettext/
|
|
225
|
-
msgid "
|
|
247
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
248
|
+
msgid "no TAG"
|
|
226
249
|
msgstr ""
|
|
227
250
|
|
|
228
|
-
#: ../
|
|
229
|
-
msgid "
|
|
251
|
+
#: ../lib/gettext/tools/xgettext.rb:262
|
|
252
|
+
msgid "run in debugging mode"
|
|
253
|
+
msgstr "sencimiga modo"
|
|
254
|
+
|
|
255
|
+
#: ../lib/gettext/tools/xgettext.rb:320
|
|
256
|
+
msgid ""
|
|
257
|
+
"Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't ret"
|
|
258
|
+
"urns empty string but the header entry in po file."
|
|
230
259
|
msgstr ""
|
|
231
260
|
|
|
232
|
-
#: ../samples/
|
|
233
|
-
msgid "
|
|
261
|
+
#: ../samples/cgi/hellolib.rb:16
|
|
262
|
+
msgid "This message is from hellolib."
|
|
263
|
+
msgstr ""
|
|
264
|
+
|
|
265
|
+
#: ../samples/hello.rb:17
|
|
266
|
+
msgid "Hello World\n"
|
|
267
|
+
msgstr ""
|
|
268
|
+
|
|
269
|
+
#: ../samples/hello2.rb:19
|
|
270
|
+
msgid "One is %{num}\n"
|
|
271
|
+
msgstr ""
|
|
272
|
+
|
|
273
|
+
#: ../samples/hello2.rb:20
|
|
274
|
+
msgid "Hello %{world}\n"
|
|
275
|
+
msgstr ""
|
|
276
|
+
|
|
277
|
+
#: ../samples/hello2.rb:20
|
|
278
|
+
msgid "World"
|
|
234
279
|
msgstr ""
|
|
235
280
|
|
|
236
281
|
#: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
|
|
@@ -248,11 +293,9 @@ msgstr ""
|
|
|
248
293
|
msgid "<Hello world>"
|
|
249
294
|
msgstr ""
|
|
250
295
|
|
|
251
|
-
#: ../samples/
|
|
252
|
-
msgid "
|
|
253
|
-
|
|
254
|
-
msgstr[0] ""
|
|
255
|
-
msgstr[1] ""
|
|
296
|
+
#: ../samples/hello_gtk2.rb:25
|
|
297
|
+
msgid "hello, gtk world"
|
|
298
|
+
msgstr ""
|
|
256
299
|
|
|
257
300
|
#: ../samples/hello_noop.rb:13
|
|
258
301
|
msgid "Hello World"
|
|
@@ -262,28 +305,172 @@ msgstr ""
|
|
|
262
305
|
msgid "Hello World2"
|
|
263
306
|
msgstr ""
|
|
264
307
|
|
|
265
|
-
#: ../samples/
|
|
266
|
-
msgid "
|
|
308
|
+
#: ../samples/hello_plural.rb:20
|
|
309
|
+
msgid "There is an apple.\n"
|
|
310
|
+
msgid_plural "There are %{num} apples.\n"
|
|
311
|
+
msgstr[0] ""
|
|
312
|
+
msgstr[1] ""
|
|
313
|
+
|
|
314
|
+
#: ../samples/hello_tk.rb:16
|
|
315
|
+
msgid "hello, tk world"
|
|
267
316
|
msgstr ""
|
|
268
317
|
|
|
269
|
-
#: ../
|
|
270
|
-
|
|
318
|
+
#: ../test/fixtures/N_.rb:10 ../test/fixtures/_.rb:30 ../test/fixtures/n_.rb:29
|
|
319
|
+
#: ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
|
|
320
|
+
msgid "aaa"
|
|
321
|
+
msgid_plural "aaa2"
|
|
322
|
+
msgstr[0] ""
|
|
323
|
+
msgstr[1] ""
|
|
324
|
+
|
|
325
|
+
#: ../test/fixtures/N_.rb:14 ../test/fixtures/_.rb:34
|
|
326
|
+
msgid "aaa\n"
|
|
271
327
|
msgstr ""
|
|
272
328
|
|
|
273
|
-
#: ../
|
|
274
|
-
msgid "
|
|
329
|
+
#: ../test/fixtures/N_.rb:18 ../test/fixtures/_.rb:38
|
|
330
|
+
msgid ""
|
|
331
|
+
"bbb\n"
|
|
332
|
+
"ccc"
|
|
275
333
|
msgstr ""
|
|
276
334
|
|
|
277
|
-
#: ../
|
|
278
|
-
msgid "
|
|
335
|
+
#: ../test/fixtures/N_.rb:22 ../test/fixtures/_.rb:42
|
|
336
|
+
msgid ""
|
|
337
|
+
"bbb\n"
|
|
338
|
+
"ccc\n"
|
|
339
|
+
"ddd\n"
|
|
279
340
|
msgstr ""
|
|
280
341
|
|
|
281
|
-
#: ../
|
|
282
|
-
|
|
342
|
+
#: ../test/fixtures/N_.rb:29 ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:49
|
|
343
|
+
#: ../test/fixtures/_.rb:53
|
|
344
|
+
msgid "eee"
|
|
283
345
|
msgstr ""
|
|
284
346
|
|
|
285
|
-
#: ../test/
|
|
286
|
-
|
|
347
|
+
#: ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:53 ../test/fixtures/n_.rb:55
|
|
348
|
+
#: ../test/fixtures/n_.rb:59
|
|
349
|
+
msgid "fff"
|
|
350
|
+
msgid_plural "fff2"
|
|
351
|
+
msgstr[0] ""
|
|
352
|
+
msgstr[1] ""
|
|
353
|
+
|
|
354
|
+
#: ../test/fixtures/N_.rb:37 ../test/fixtures/_.rb:57 ../test/fixtures/n_.rb:63
|
|
355
|
+
msgid "ggghhhiii"
|
|
356
|
+
msgid_plural "jjjkkklll"
|
|
357
|
+
msgstr[0] ""
|
|
358
|
+
msgstr[1] ""
|
|
359
|
+
|
|
360
|
+
#: ../test/fixtures/N_.rb:43 ../test/fixtures/_.rb:63 ../test/fixtures/n_.rb:72
|
|
361
|
+
msgid "a\"b\"c\""
|
|
362
|
+
msgid_plural "a\"b\"c\"2"
|
|
363
|
+
msgstr[0] ""
|
|
364
|
+
msgstr[1] ""
|
|
365
|
+
|
|
366
|
+
#: ../test/fixtures/N_.rb:47 ../test/fixtures/_.rb:67 ../test/fixtures/n_.rb:76
|
|
367
|
+
msgid "d\"e\"f\""
|
|
368
|
+
msgid_plural "d\"e\"f\"2"
|
|
369
|
+
msgstr[0] ""
|
|
370
|
+
msgstr[1] ""
|
|
371
|
+
|
|
372
|
+
#: ../test/fixtures/N_.rb:51 ../test/fixtures/_.rb:71
|
|
373
|
+
msgid "jjj"
|
|
374
|
+
msgstr ""
|
|
375
|
+
|
|
376
|
+
#: ../test/fixtures/N_.rb:52 ../test/fixtures/_.rb:72
|
|
377
|
+
msgid "kkk"
|
|
378
|
+
msgstr ""
|
|
379
|
+
|
|
380
|
+
#: ../test/fixtures/N_.rb:56 ../test/fixtures/_.rb:76
|
|
381
|
+
msgid "lllmmm"
|
|
382
|
+
msgstr ""
|
|
383
|
+
|
|
384
|
+
#: ../test/fixtures/N_.rb:64 ../test/fixtures/_.rb:84
|
|
385
|
+
msgid ""
|
|
386
|
+
"nnn\n"
|
|
387
|
+
"ooo"
|
|
388
|
+
msgstr ""
|
|
389
|
+
|
|
390
|
+
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
391
|
+
msgid "#"
|
|
392
|
+
msgstr ""
|
|
393
|
+
|
|
394
|
+
#: ../test/fixtures/_.rb:96
|
|
395
|
+
msgid "\taaa"
|
|
396
|
+
msgstr ""
|
|
397
|
+
|
|
398
|
+
#: ../test/fixtures/_.rb:100
|
|
399
|
+
msgid ""
|
|
400
|
+
"Here document1\n"
|
|
401
|
+
"Here document2\n"
|
|
402
|
+
msgstr ""
|
|
403
|
+
|
|
404
|
+
#. TRANSLATORS: This is a proper name. See the gettext
|
|
405
|
+
#. manual, section Names. Note this is actually a non-ASCII
|
|
406
|
+
#. name: The first name is (with Unicode escapes)
|
|
407
|
+
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
408
|
+
#. Pronunciation is like "fraa-swa pee-nar".
|
|
409
|
+
#. This is an example from GNU gettext documentation.
|
|
410
|
+
#: ../test/fixtures/_.rb:120
|
|
411
|
+
msgid "Francois Pinard"
|
|
412
|
+
msgstr ""
|
|
413
|
+
|
|
414
|
+
#: ../test/fixtures/_.rb:123
|
|
415
|
+
msgid "No TRANSLATORS comment"
|
|
416
|
+
msgstr ""
|
|
417
|
+
|
|
418
|
+
#: ../test/fixtures/_.rb:128
|
|
419
|
+
msgid "self explaining"
|
|
420
|
+
msgstr ""
|
|
421
|
+
|
|
422
|
+
#: ../test/fixtures/_.rb:132
|
|
423
|
+
msgid "This is a # including string."
|
|
424
|
+
msgstr ""
|
|
425
|
+
|
|
426
|
+
#: ../test/fixtures/_/double_quote_in_double_quote.rb:28
|
|
427
|
+
msgid "double \"quote\" in double quote"
|
|
428
|
+
msgstr ""
|
|
429
|
+
|
|
430
|
+
#: ../test/fixtures/_/double_quote_in_single_quote.rb:28
|
|
431
|
+
msgid "double \"quote\" in single quote"
|
|
432
|
+
msgstr ""
|
|
433
|
+
|
|
434
|
+
#: ../test/fixtures/_/literal_concatenation_with_continuation_line.rb:28
|
|
435
|
+
msgid "literal concatenation with continuation line"
|
|
436
|
+
msgstr ""
|
|
437
|
+
|
|
438
|
+
#: ../test/fixtures/_/middle_new_line.rb:28
|
|
439
|
+
msgid ""
|
|
440
|
+
"middle\n"
|
|
441
|
+
"new line"
|
|
442
|
+
msgstr ""
|
|
443
|
+
|
|
444
|
+
#: ../test/fixtures/_/multiple_lines_literal.rb:28
|
|
445
|
+
msgid ""
|
|
446
|
+
"multiple\n"
|
|
447
|
+
"lines\n"
|
|
448
|
+
"literal\n"
|
|
449
|
+
msgstr ""
|
|
450
|
+
|
|
451
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
452
|
+
msgid "multiple"
|
|
453
|
+
msgstr ""
|
|
454
|
+
|
|
455
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
456
|
+
msgid "in same line"
|
|
457
|
+
msgstr ""
|
|
458
|
+
|
|
459
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:28
|
|
460
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:32
|
|
461
|
+
msgid "multiple same messages"
|
|
462
|
+
msgstr ""
|
|
463
|
+
|
|
464
|
+
#: ../test/fixtures/_/one_line.rb:28
|
|
465
|
+
msgid "one line"
|
|
466
|
+
msgstr ""
|
|
467
|
+
|
|
468
|
+
#: ../test/fixtures/_/one_new_line.rb:28
|
|
469
|
+
msgid "one new line\n"
|
|
470
|
+
msgstr ""
|
|
471
|
+
|
|
472
|
+
#: ../test/fixtures/backslash.rb:27
|
|
473
|
+
msgid "You should escape '\\' as '\\\\'."
|
|
287
474
|
msgstr ""
|
|
288
475
|
|
|
289
476
|
#: ../test/fixtures/gladeparser.glade:29
|
|
@@ -316,13 +503,41 @@ msgstr ""
|
|
|
316
503
|
msgid "duplicated"
|
|
317
504
|
msgstr ""
|
|
318
505
|
|
|
319
|
-
#: ../test/fixtures/
|
|
320
|
-
#: ../test/fixtures/
|
|
321
|
-
#: ../test/
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
506
|
+
#: ../test/fixtures/multi_text_domain.rb:11
|
|
507
|
+
#: ../test/fixtures/multi_text_domain.rb:24
|
|
508
|
+
#: ../test/fixtures/multi_text_domain.rb:43
|
|
509
|
+
#: ../test/fixtures/multi_text_domain.rb:50
|
|
510
|
+
#: ../test/fixtures/multi_text_domain.rb:62
|
|
511
|
+
#: ../test/fixtures/multi_text_domain.rb:75
|
|
512
|
+
#: ../test/fixtures/multi_text_domain.rb:91
|
|
513
|
+
#: ../test/fixtures/multi_text_domain.rb:104
|
|
514
|
+
#: ../test/fixtures/multi_text_domain.rb:108
|
|
515
|
+
#: ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10
|
|
516
|
+
#: ../test/test_gettext.rb:64 ../test/test_gettext.rb:297
|
|
517
|
+
#: ../test/test_gettext.rb:299 ../test/test_gettext.rb:302
|
|
518
|
+
#: ../test/test_gettext.rb:306 ../test/test_gettext.rb:309
|
|
519
|
+
#: ../test/test_gettext.rb:322 ../test/test_gettext.rb:325
|
|
520
|
+
#: ../test/test_gettext.rb:328 ../test/test_gettext.rb:336
|
|
521
|
+
#: ../test/test_gettext.rb:339 ../test/test_gettext.rb:351
|
|
522
|
+
#: ../test/test_gettext.rb:358 ../test/test_text_domain_toplevel.rb:9
|
|
523
|
+
#: ../test/test_text_domain_toplevel.rb:15
|
|
524
|
+
#: ../test/test_text_domain_toplevel.rb:18
|
|
525
|
+
#: ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
|
|
526
|
+
msgid "language"
|
|
527
|
+
msgstr ""
|
|
528
|
+
|
|
529
|
+
#: ../test/fixtures/multi_text_domain.rb:14
|
|
530
|
+
#: ../test/fixtures/multi_text_domain.rb:27
|
|
531
|
+
#: ../test/fixtures/multi_text_domain.rb:54
|
|
532
|
+
#: ../test/fixtures/multi_text_domain.rb:65
|
|
533
|
+
#: ../test/fixtures/multi_text_domain.rb:78
|
|
534
|
+
#: ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
535
|
+
msgid "LANGUAGE"
|
|
536
|
+
msgstr ""
|
|
537
|
+
|
|
538
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
539
|
+
msgid "no data"
|
|
540
|
+
msgstr ""
|
|
326
541
|
|
|
327
542
|
#: ../test/fixtures/n_.rb:33
|
|
328
543
|
msgid "bbb\n"
|
|
@@ -362,40 +577,12 @@ msgid_plural ""
|
|
|
362
577
|
msgstr[0] ""
|
|
363
578
|
msgstr[1] ""
|
|
364
579
|
|
|
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
580
|
#: ../test/fixtures/n_.rb:59
|
|
373
581
|
msgid "ggg"
|
|
374
582
|
msgid_plural "ggg2"
|
|
375
583
|
msgstr[0] ""
|
|
376
584
|
msgstr[1] ""
|
|
377
585
|
|
|
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
586
|
#: ../test/fixtures/n_.rb:80
|
|
400
587
|
msgid "mmmmmm"
|
|
401
588
|
msgid_plural "mmm2mmm2"
|
|
@@ -408,7 +595,7 @@ msgid_plural "nnn2"
|
|
|
408
595
|
msgstr[0] ""
|
|
409
596
|
msgstr[1] ""
|
|
410
597
|
|
|
411
|
-
#: ../test/fixtures/n_.rb:
|
|
598
|
+
#: ../test/fixtures/n_.rb:85 ../test/fixtures/n_.rb:86
|
|
412
599
|
msgid "ooo"
|
|
413
600
|
msgid_plural "ppp"
|
|
414
601
|
msgstr[0] ""
|
|
@@ -420,7 +607,7 @@ msgid_plural "rrr"
|
|
|
420
607
|
msgstr[0] ""
|
|
421
608
|
msgstr[1] ""
|
|
422
609
|
|
|
423
|
-
#. please provide translations for all
|
|
610
|
+
#. TRANSLATORS:please provide translations for all
|
|
424
611
|
#. the plural forms!
|
|
425
612
|
#: ../test/fixtures/n_.rb:97
|
|
426
613
|
msgid "comment"
|
|
@@ -428,46 +615,8 @@ msgid_plural "comments"
|
|
|
428
615
|
msgstr[0] ""
|
|
429
616
|
msgstr[1] ""
|
|
430
617
|
|
|
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"
|
|
618
|
+
#: ../test/fixtures/non_ascii.rb:10
|
|
619
|
+
msgid "こんにちは"
|
|
471
620
|
msgstr ""
|
|
472
621
|
|
|
473
622
|
#: ../test/fixtures/np_.rb:28 ../test/fixtures/np_.rb:29
|
|
@@ -499,96 +648,8 @@ msgid_plural "%{num} pictures"
|
|
|
499
648
|
msgstr[0] ""
|
|
500
649
|
msgstr[1] ""
|
|
501
650
|
|
|
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
|
|
651
|
+
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/ns_.rb:32
|
|
652
|
+
#: ../test/fixtures/s_.rb:28 ../test/fixtures/s_.rb:32
|
|
592
653
|
#: ../test/test_gettext.rb:119
|
|
593
654
|
msgid "AAA|BBB"
|
|
594
655
|
msgid_plural "CCC"
|
|
@@ -637,9 +698,11 @@ msgid_plural "DDD"
|
|
|
637
698
|
msgstr[0] ""
|
|
638
699
|
msgstr[1] ""
|
|
639
700
|
|
|
640
|
-
#: ../test/fixtures/
|
|
641
|
-
msgid "
|
|
642
|
-
|
|
701
|
+
#: ../test/fixtures/ns_/custom.rb:28 ../test/fixtures/s_/custom.rb:28
|
|
702
|
+
msgid "context|context$message"
|
|
703
|
+
msgid_plural "context|context$messages"
|
|
704
|
+
msgstr[0] ""
|
|
705
|
+
msgstr[1] ""
|
|
643
706
|
|
|
644
707
|
#: ../test/fixtures/p_.rb:29 ../test/fixtures/p_.rb:33
|
|
645
708
|
msgctxt "AAA"
|
|
@@ -665,7 +728,7 @@ msgstr ""
|
|
|
665
728
|
msgid "BBB"
|
|
666
729
|
msgstr ""
|
|
667
730
|
|
|
668
|
-
#. please translate 'name' in the context of 'program'.
|
|
731
|
+
#. TRANSLATORS:please translate 'name' in the context of 'program'.
|
|
669
732
|
#. Hint: the translation should NOT contain the translation of 'program'.
|
|
670
733
|
#: ../test/fixtures/p_.rb:55
|
|
671
734
|
msgctxt "program"
|
|
@@ -676,6 +739,10 @@ msgstr ""
|
|
|
676
739
|
msgid "one is %d."
|
|
677
740
|
msgstr ""
|
|
678
741
|
|
|
742
|
+
#: ../test/fixtures/untranslated.rb:10
|
|
743
|
+
msgid "untranslated"
|
|
744
|
+
msgstr ""
|
|
745
|
+
|
|
679
746
|
#: ../test/test_gettext.rb:59
|
|
680
747
|
msgid "nomsgstr"
|
|
681
748
|
msgstr ""
|
|
@@ -724,7 +791,7 @@ msgid_plural "second"
|
|
|
724
791
|
msgstr[0] ""
|
|
725
792
|
msgstr[1] ""
|
|
726
793
|
|
|
727
|
-
#: ../test/test_gettext.rb:
|
|
794
|
+
#: ../test/test_gettext.rb:268 ../test/test_gettext.rb:269
|
|
728
795
|
#: ../test/test_gettext.rb:270 ../test/test_gettext.rb:278
|
|
729
796
|
#: ../test/test_gettext.rb:279 ../test/test_gettext.rb:280
|
|
730
797
|
msgid "single"
|
|
@@ -732,8 +799,39 @@ msgid_plural "plural"
|
|
|
732
799
|
msgstr[0] ""
|
|
733
800
|
msgstr[1] ""
|
|
734
801
|
|
|
735
|
-
|
|
736
|
-
|
|
802
|
+
#: ../test/tools/files/simple_translation.rb:3
|
|
803
|
+
msgid "a translation"
|
|
804
|
+
msgstr ""
|
|
805
|
+
|
|
806
|
+
#: ../lib/gettext/tools.rb:81
|
|
807
|
+
#~ msgid "Failed to merge with %{defpo}"
|
|
808
|
+
#~ msgstr "Kunfando kun %{defpo} fiaskis"
|
|
809
|
+
|
|
810
|
+
#: ../lib/gettext/tools.rb:82
|
|
811
|
+
#~ msgid "New .pot was copied to %{failed_filename}"
|
|
812
|
+
#~ msgstr "Nova pot-dosiero kopiiĝis al %{failed_filename}"
|
|
813
|
+
|
|
814
|
+
#: ../lib/gettext/tools.rb:83
|
|
815
|
+
#~ msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
816
|
+
#~ msgstr "Kontrolu jenajn po/pot-dosierojn. Estas eble sintaksaj eraroj en ili, aŭ io."
|
|
817
|
+
|
|
818
|
+
#: ../lib/gettext/tools/msgmerge.rb:453
|
|
819
|
+
#~ msgid "definition po is not given."
|
|
820
|
+
#~ msgstr "ne ricevis po-dosieron."
|
|
737
821
|
|
|
738
|
-
|
|
739
|
-
#~
|
|
822
|
+
#: ../lib/gettext/tools/msgmerge.rb:455
|
|
823
|
+
#~ msgid "reference pot is not given."
|
|
824
|
+
#~ msgstr "ne ricevis referencan pot-dosieron."
|
|
825
|
+
|
|
826
|
+
#: ../lib/gettext/tools/msgmerge.rb:463
|
|
827
|
+
#~ msgid "Usage: %s def.po ref.pot [-o output.pot]"
|
|
828
|
+
#~ msgstr "Uzmaniero: %s def.po ref.pot [ -o el.pot ]"
|
|
829
|
+
|
|
830
|
+
#: ../lib/gettext/tools/msgmerge.rb:466
|
|
831
|
+
#~ msgid ""
|
|
832
|
+
#~ "Merges two Uniforum style .po files together. The def.po file is an existing P"
|
|
833
|
+
#~ "O file with translations. The ref.pot file is the last created PO file with up"
|
|
834
|
+
#~ "-to-date source references. ref.pot is generally created by rgettext."
|
|
835
|
+
#~ msgstr ""
|
|
836
|
+
#~ "Kunfandos du po-dosierojn `Uniforum'-formatitajn. def.po jam enhavu tradukojn;"
|
|
837
|
+
#~ " ref.pot estu aktuale kreita el la fontkodo per rgettext."
|