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/et/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-08-10 14:00+0300\n"
|
|
16
16
|
"Last-Translator: Erkki Eilonen <erkki at itech.ee>\n"
|
|
17
17
|
"Language-Team: Estonian\n"
|
|
@@ -21,22 +21,13 @@ msgstr ""
|
|
|
21
21
|
"Content-Transfer-Encoding: 8bit\n"
|
|
22
22
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
23
23
|
|
|
24
|
-
#: ../lib/gettext/
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
#: ../lib/gettext/tools.rb:82
|
|
29
|
-
msgid "New .pot was copied to %{failed_filename}"
|
|
30
|
-
msgstr "Uus .pot kopeeriti %{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 "Kontrolli need po/pot failid üle, nendes võib olla vigu."
|
|
24
|
+
#: ../lib/gettext/runtime/textdomain_manager.rb:148
|
|
25
|
+
#, fuzzy
|
|
26
|
+
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
27
|
+
msgstr "Kolmas parameeter on vale: %{number}"
|
|
35
28
|
|
|
36
|
-
#: ../lib/gettext/
|
|
37
|
-
msgid ""
|
|
38
|
-
"`%{cmd}' can not be found. \n"
|
|
39
|
-
"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."
|
|
40
31
|
msgstr ""
|
|
41
32
|
|
|
42
33
|
#: ../lib/gettext/tools/msgfmt.rb:65
|
|
@@ -53,45 +44,43 @@ msgid "Generate binary message catalog from textual translation description."
|
|
|
53
44
|
msgstr "Genereerib tekstikujul tõlkest binaarkujul nimekirja."
|
|
54
45
|
|
|
55
46
|
#: ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:89
|
|
56
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
47
|
+
#: ../lib/gettext/tools/msgmerge.rb:266 ../lib/gettext/tools/xgettext.rb:218
|
|
57
48
|
msgid "Specific options:"
|
|
58
49
|
msgstr "Seaded:"
|
|
59
50
|
|
|
60
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/
|
|
61
|
-
#: ../lib/gettext/tools/xgettext.rb:213
|
|
51
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:221
|
|
62
52
|
msgid "write output to specified file"
|
|
63
53
|
msgstr "kirjuta väljund antud faili"
|
|
64
54
|
|
|
65
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/
|
|
66
|
-
#: ../lib/gettext/tools/xgettext.rb:256
|
|
55
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:271
|
|
67
56
|
msgid "display version information and exit"
|
|
68
57
|
msgstr "esita versiooni info ja välju"
|
|
69
58
|
|
|
70
59
|
#: ../lib/gettext/tools/msginit.rb:85
|
|
71
60
|
msgid ""
|
|
72
|
-
"Create a new .po file from initializing .pot file with user's environment "
|
|
73
|
-
"
|
|
61
|
+
"Create a new .po file from initializing .pot file with user's environment and "
|
|
62
|
+
"input."
|
|
74
63
|
msgstr ""
|
|
75
64
|
|
|
76
65
|
#: ../lib/gettext/tools/msginit.rb:91
|
|
77
66
|
msgid ""
|
|
78
|
-
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file "
|
|
79
|
-
"
|
|
67
|
+
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file exis"
|
|
68
|
+
"ting the current directory."
|
|
80
69
|
msgstr ""
|
|
81
70
|
|
|
82
71
|
#: ../lib/gettext/tools/msginit.rb:98
|
|
83
72
|
msgid ""
|
|
84
|
-
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend "
|
|
85
|
-
"
|
|
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."
|
|
86
75
|
msgstr ""
|
|
87
76
|
|
|
88
77
|
#: ../lib/gettext/tools/msginit.rb:105
|
|
89
78
|
msgid ""
|
|
90
|
-
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the "
|
|
91
|
-
"
|
|
79
|
+
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current"
|
|
80
|
+
" locale on your environment."
|
|
92
81
|
msgstr ""
|
|
93
82
|
|
|
94
|
-
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:
|
|
83
|
+
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:317
|
|
95
84
|
msgid "Display this help and exit"
|
|
96
85
|
msgstr ""
|
|
97
86
|
|
|
@@ -111,8 +100,8 @@ msgstr "Fail '%s' on juba olemas."
|
|
|
111
100
|
|
|
112
101
|
#: ../lib/gettext/tools/msginit.rb:152
|
|
113
102
|
msgid ""
|
|
114
|
-
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified "
|
|
115
|
-
"
|
|
103
|
+
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified locale i"
|
|
104
|
+
"s usable."
|
|
116
105
|
msgstr ""
|
|
117
106
|
|
|
118
107
|
#: ../lib/gettext/tools/msginit.rb:161
|
|
@@ -120,115 +109,172 @@ msgstr ""
|
|
|
120
109
|
msgid "file '%s' has already existed."
|
|
121
110
|
msgstr "Fail '%s' on juba olemas."
|
|
122
111
|
|
|
123
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
112
|
+
#: ../lib/gettext/tools/msginit.rb:200
|
|
124
113
|
msgid "Please enter your full name"
|
|
125
114
|
msgstr ""
|
|
126
115
|
|
|
127
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
116
|
+
#: ../lib/gettext/tools/msginit.rb:229
|
|
128
117
|
msgid "Please enter your email address"
|
|
129
118
|
msgstr ""
|
|
130
119
|
|
|
131
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
132
|
-
msgid "
|
|
133
|
-
msgstr "
|
|
120
|
+
#: ../lib/gettext/tools/msgmerge.rb:255
|
|
121
|
+
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
|
122
|
+
msgstr ""
|
|
134
123
|
|
|
135
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
136
|
-
|
|
137
|
-
|
|
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
|
+
"Liidab kokku kaks ühesugust .po faili. def.po on fail olemasolevate tõlgetega."
|
|
133
|
+
"ref.pot on fail viimaste uuendatud tõlgetega.ref.pot on üldjuhul loodud rgette"
|
|
134
|
+
"xt poolt."
|
|
138
135
|
|
|
139
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
140
|
-
msgid "
|
|
141
|
-
msgstr "
|
|
136
|
+
#: ../lib/gettext/tools/msgmerge.rb:269
|
|
137
|
+
msgid "Update definition.po"
|
|
138
|
+
msgstr ""
|
|
142
139
|
|
|
143
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
140
|
+
#: ../lib/gettext/tools/msgmerge.rb:274
|
|
141
|
+
#, fuzzy
|
|
142
|
+
msgid "Write output to specified file"
|
|
143
|
+
msgstr "kirjuta väljund antud faili"
|
|
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
|
|
144
166
|
msgid ""
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"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"
|
|
148
169
|
msgstr ""
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
170
|
+
|
|
171
|
+
#: ../lib/gettext/tools/msgmerge.rb:323
|
|
172
|
+
#, fuzzy
|
|
173
|
+
msgid "Display version information and exit"
|
|
174
|
+
msgstr "esita versiooni info ja välju"
|
|
175
|
+
|
|
176
|
+
#: ../lib/gettext/tools/parser/glade.rb:32
|
|
177
|
+
msgid "`%{file}' is not glade-2.0 format."
|
|
178
|
+
msgstr "`%{file}' ei ole glade-2.0 formaadis."
|
|
152
179
|
|
|
153
180
|
#: ../lib/gettext/tools/xgettext.rb:64
|
|
154
181
|
msgid "'%{klass}' is ignored."
|
|
155
182
|
msgstr "'%{klass}' jäeti vahele."
|
|
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 "sisendfailid puuduvad"
|
|
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 "Kasutus: %s input.rb [-r parser.rb] [-o output.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 "Eraldab sisendfailidest tõlgitavad osad."
|
|
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
|
#: ../lib/gettext/tools/xgettext.rb:243
|
|
194
217
|
#, fuzzy
|
|
195
218
|
msgid "require the library before executing xgettext"
|
|
196
219
|
msgstr "lae moodul enne rgettext jooksutamist"
|
|
197
220
|
|
|
198
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
199
|
-
msgid "
|
|
200
|
-
msgstr "
|
|
221
|
+
#: ../lib/gettext/tools/xgettext.rb:246
|
|
222
|
+
msgid "set encoding for output"
|
|
223
|
+
msgstr ""
|
|
201
224
|
|
|
202
225
|
#: ../lib/gettext/tools/xgettext.rb:251
|
|
203
226
|
#, fuzzy
|
|
204
227
|
msgid "display this help and exit"
|
|
205
228
|
msgstr "esita versiooni info ja välju"
|
|
206
229
|
|
|
207
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
230
|
+
#: ../lib/gettext/tools/xgettext.rb:256
|
|
208
231
|
msgid ""
|
|
209
|
-
"
|
|
210
|
-
"
|
|
232
|
+
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
233
|
+
"word lines in output file"
|
|
211
234
|
msgstr ""
|
|
212
235
|
|
|
213
|
-
#: ../lib/gettext/tools/
|
|
214
|
-
msgid "
|
|
215
|
-
|
|
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 ""
|
|
216
241
|
|
|
217
|
-
#: ../lib/gettext/
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
msgstr "Kolmas parameeter on vale: %{number}"
|
|
242
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
243
|
+
msgid "(default: %s)"
|
|
244
|
+
msgstr ""
|
|
221
245
|
|
|
222
|
-
#: ../lib/gettext/
|
|
223
|
-
msgid "
|
|
246
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
247
|
+
msgid "no TAG"
|
|
224
248
|
msgstr ""
|
|
225
249
|
|
|
226
|
-
#: ../
|
|
227
|
-
msgid "
|
|
250
|
+
#: ../lib/gettext/tools/xgettext.rb:262
|
|
251
|
+
msgid "run in debugging mode"
|
|
252
|
+
msgstr "silumisrežiimis töötamine"
|
|
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."
|
|
228
258
|
msgstr ""
|
|
229
259
|
|
|
230
|
-
#: ../samples/
|
|
231
|
-
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"
|
|
232
278
|
msgstr ""
|
|
233
279
|
|
|
234
280
|
#: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
|
|
@@ -246,11 +292,9 @@ msgstr ""
|
|
|
246
292
|
msgid "<Hello world>"
|
|
247
293
|
msgstr ""
|
|
248
294
|
|
|
249
|
-
#: ../samples/
|
|
250
|
-
msgid "
|
|
251
|
-
|
|
252
|
-
msgstr[0] ""
|
|
253
|
-
msgstr[1] ""
|
|
295
|
+
#: ../samples/hello_gtk2.rb:25
|
|
296
|
+
msgid "hello, gtk world"
|
|
297
|
+
msgstr ""
|
|
254
298
|
|
|
255
299
|
#: ../samples/hello_noop.rb:13
|
|
256
300
|
msgid "Hello World"
|
|
@@ -260,28 +304,172 @@ msgstr ""
|
|
|
260
304
|
msgid "Hello World2"
|
|
261
305
|
msgstr ""
|
|
262
306
|
|
|
263
|
-
#: ../samples/
|
|
264
|
-
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"
|
|
265
315
|
msgstr ""
|
|
266
316
|
|
|
267
|
-
#: ../
|
|
268
|
-
|
|
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"
|
|
269
326
|
msgstr ""
|
|
270
327
|
|
|
271
|
-
#: ../
|
|
272
|
-
msgid "
|
|
328
|
+
#: ../test/fixtures/N_.rb:18 ../test/fixtures/_.rb:38
|
|
329
|
+
msgid ""
|
|
330
|
+
"bbb\n"
|
|
331
|
+
"ccc"
|
|
273
332
|
msgstr ""
|
|
274
333
|
|
|
275
|
-
#: ../
|
|
276
|
-
msgid "
|
|
334
|
+
#: ../test/fixtures/N_.rb:22 ../test/fixtures/_.rb:42
|
|
335
|
+
msgid ""
|
|
336
|
+
"bbb\n"
|
|
337
|
+
"ccc\n"
|
|
338
|
+
"ddd\n"
|
|
277
339
|
msgstr ""
|
|
278
340
|
|
|
279
|
-
#: ../
|
|
280
|
-
|
|
341
|
+
#: ../test/fixtures/N_.rb:29 ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:49
|
|
342
|
+
#: ../test/fixtures/_.rb:53
|
|
343
|
+
msgid "eee"
|
|
281
344
|
msgstr ""
|
|
282
345
|
|
|
283
|
-
#: ../test/
|
|
284
|
-
|
|
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 '\\\\'."
|
|
285
473
|
msgstr ""
|
|
286
474
|
|
|
287
475
|
#: ../test/fixtures/gladeparser.glade:29
|
|
@@ -314,13 +502,41 @@ msgstr ""
|
|
|
314
502
|
msgid "duplicated"
|
|
315
503
|
msgstr ""
|
|
316
504
|
|
|
317
|
-
#: ../test/fixtures/
|
|
318
|
-
#: ../test/fixtures/
|
|
319
|
-
#: ../test/
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
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 ""
|
|
324
540
|
|
|
325
541
|
#: ../test/fixtures/n_.rb:33
|
|
326
542
|
msgid "bbb\n"
|
|
@@ -360,40 +576,12 @@ msgid_plural ""
|
|
|
360
576
|
msgstr[0] ""
|
|
361
577
|
msgstr[1] ""
|
|
362
578
|
|
|
363
|
-
#: ../test/fixtures/n_.rb:55 ../test/fixtures/n_.rb:59
|
|
364
|
-
#: ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:33
|
|
365
|
-
msgid "fff"
|
|
366
|
-
msgid_plural "fff2"
|
|
367
|
-
msgstr[0] ""
|
|
368
|
-
msgstr[1] ""
|
|
369
|
-
|
|
370
579
|
#: ../test/fixtures/n_.rb:59
|
|
371
580
|
msgid "ggg"
|
|
372
581
|
msgid_plural "ggg2"
|
|
373
582
|
msgstr[0] ""
|
|
374
583
|
msgstr[1] ""
|
|
375
584
|
|
|
376
|
-
#: ../test/fixtures/n_.rb:63 ../test/fixtures/_.rb:57
|
|
377
|
-
#: ../test/fixtures/N_.rb:37
|
|
378
|
-
msgid "ggghhhiii"
|
|
379
|
-
msgid_plural "jjjkkklll"
|
|
380
|
-
msgstr[0] ""
|
|
381
|
-
msgstr[1] ""
|
|
382
|
-
|
|
383
|
-
#: ../test/fixtures/n_.rb:72 ../test/fixtures/_.rb:63
|
|
384
|
-
#: ../test/fixtures/N_.rb:43
|
|
385
|
-
msgid "a\"b\"c\""
|
|
386
|
-
msgid_plural "a\"b\"c\"2"
|
|
387
|
-
msgstr[0] ""
|
|
388
|
-
msgstr[1] ""
|
|
389
|
-
|
|
390
|
-
#: ../test/fixtures/n_.rb:76 ../test/fixtures/_.rb:67
|
|
391
|
-
#: ../test/fixtures/N_.rb:47
|
|
392
|
-
msgid "d\"e\"f\""
|
|
393
|
-
msgid_plural "d\"e\"f\"2"
|
|
394
|
-
msgstr[0] ""
|
|
395
|
-
msgstr[1] ""
|
|
396
|
-
|
|
397
585
|
#: ../test/fixtures/n_.rb:80
|
|
398
586
|
msgid "mmmmmm"
|
|
399
587
|
msgid_plural "mmm2mmm2"
|
|
@@ -406,7 +594,7 @@ msgid_plural "nnn2"
|
|
|
406
594
|
msgstr[0] ""
|
|
407
595
|
msgstr[1] ""
|
|
408
596
|
|
|
409
|
-
#: ../test/fixtures/n_.rb:
|
|
597
|
+
#: ../test/fixtures/n_.rb:85 ../test/fixtures/n_.rb:86
|
|
410
598
|
msgid "ooo"
|
|
411
599
|
msgid_plural "ppp"
|
|
412
600
|
msgstr[0] ""
|
|
@@ -418,7 +606,7 @@ msgid_plural "rrr"
|
|
|
418
606
|
msgstr[0] ""
|
|
419
607
|
msgstr[1] ""
|
|
420
608
|
|
|
421
|
-
#. please provide translations for all
|
|
609
|
+
#. TRANSLATORS:please provide translations for all
|
|
422
610
|
#. the plural forms!
|
|
423
611
|
#: ../test/fixtures/n_.rb:97
|
|
424
612
|
msgid "comment"
|
|
@@ -426,46 +614,8 @@ msgid_plural "comments"
|
|
|
426
614
|
msgstr[0] ""
|
|
427
615
|
msgstr[1] ""
|
|
428
616
|
|
|
429
|
-
#: ../test/fixtures/
|
|
430
|
-
msgid "
|
|
431
|
-
msgid_plural "context|context$messages"
|
|
432
|
-
msgstr[0] ""
|
|
433
|
-
msgstr[1] ""
|
|
434
|
-
|
|
435
|
-
#: ../test/fixtures/multi_textdomain.rb:11
|
|
436
|
-
#: ../test/fixtures/multi_textdomain.rb:24
|
|
437
|
-
#: ../test/fixtures/multi_textdomain.rb:43
|
|
438
|
-
#: ../test/fixtures/multi_textdomain.rb:50
|
|
439
|
-
#: ../test/fixtures/multi_textdomain.rb:62
|
|
440
|
-
#: ../test/fixtures/multi_textdomain.rb:75
|
|
441
|
-
#: ../test/fixtures/multi_textdomain.rb:91
|
|
442
|
-
#: ../test/fixtures/multi_textdomain.rb:104
|
|
443
|
-
#: ../test/fixtures/multi_textdomain.rb:108
|
|
444
|
-
#: ../test/fixtures/multi_textdomain.rb:128 ../test/fixtures/simple.rb:10
|
|
445
|
-
#: ../test/test_thread.rb:23 ../test/test_textdomain_toplevel.rb:9
|
|
446
|
-
#: ../test/test_textdomain_toplevel.rb:15
|
|
447
|
-
#: ../test/test_textdomain_toplevel.rb:18
|
|
448
|
-
#: ../test/test_textdomain_toplevel.rb:23 ../test/test_gettext.rb:64
|
|
449
|
-
#: ../test/test_gettext.rb:297 ../test/test_gettext.rb:299
|
|
450
|
-
#: ../test/test_gettext.rb:302 ../test/test_gettext.rb:306
|
|
451
|
-
#: ../test/test_gettext.rb:309 ../test/test_gettext.rb:322
|
|
452
|
-
#: ../test/test_gettext.rb:325 ../test/test_gettext.rb:328
|
|
453
|
-
#: ../test/test_gettext.rb:336 ../test/test_gettext.rb:339
|
|
454
|
-
#: ../test/test_gettext.rb:351 ../test/test_gettext.rb:358
|
|
455
|
-
msgid "language"
|
|
456
|
-
msgstr ""
|
|
457
|
-
|
|
458
|
-
#: ../test/fixtures/multi_textdomain.rb:14
|
|
459
|
-
#: ../test/fixtures/multi_textdomain.rb:27
|
|
460
|
-
#: ../test/fixtures/multi_textdomain.rb:54
|
|
461
|
-
#: ../test/fixtures/multi_textdomain.rb:65
|
|
462
|
-
#: ../test/fixtures/multi_textdomain.rb:78
|
|
463
|
-
#: ../test/fixtures/multi_textdomain.rb:116 ../test/test_gettext.rb:53
|
|
464
|
-
msgid "LANGUAGE"
|
|
465
|
-
msgstr ""
|
|
466
|
-
|
|
467
|
-
#: ../test/fixtures/multi_textdomain.rb:120
|
|
468
|
-
msgid "no data"
|
|
617
|
+
#: ../test/fixtures/non_ascii.rb:10
|
|
618
|
+
msgid "こんにちは"
|
|
469
619
|
msgstr ""
|
|
470
620
|
|
|
471
621
|
#: ../test/fixtures/np_.rb:28 ../test/fixtures/np_.rb:29
|
|
@@ -497,96 +647,8 @@ msgid_plural "%{num} pictures"
|
|
|
497
647
|
msgstr[0] ""
|
|
498
648
|
msgstr[1] ""
|
|
499
649
|
|
|
500
|
-
#: ../test/fixtures/
|
|
501
|
-
|
|
502
|
-
msgstr ""
|
|
503
|
-
|
|
504
|
-
#: ../test/fixtures/non_ascii.rb:10
|
|
505
|
-
msgid "こんにちは"
|
|
506
|
-
msgstr ""
|
|
507
|
-
|
|
508
|
-
#: ../test/fixtures/untranslated.rb:10
|
|
509
|
-
msgid "untranslated"
|
|
510
|
-
msgstr ""
|
|
511
|
-
|
|
512
|
-
#: ../test/fixtures/_.rb:34 ../test/fixtures/N_.rb:14
|
|
513
|
-
msgid "aaa\n"
|
|
514
|
-
msgstr ""
|
|
515
|
-
|
|
516
|
-
#: ../test/fixtures/_.rb:38 ../test/fixtures/N_.rb:18
|
|
517
|
-
msgid ""
|
|
518
|
-
"bbb\n"
|
|
519
|
-
"ccc"
|
|
520
|
-
msgstr ""
|
|
521
|
-
|
|
522
|
-
#: ../test/fixtures/_.rb:42 ../test/fixtures/N_.rb:22
|
|
523
|
-
msgid ""
|
|
524
|
-
"bbb\n"
|
|
525
|
-
"ccc\n"
|
|
526
|
-
"ddd\n"
|
|
527
|
-
msgstr ""
|
|
528
|
-
|
|
529
|
-
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:29
|
|
530
|
-
#: ../test/fixtures/N_.rb:33
|
|
531
|
-
msgid "eee"
|
|
532
|
-
msgstr ""
|
|
533
|
-
|
|
534
|
-
#: ../test/fixtures/_.rb:71 ../test/fixtures/N_.rb:51
|
|
535
|
-
msgid "jjj"
|
|
536
|
-
msgstr ""
|
|
537
|
-
|
|
538
|
-
#: ../test/fixtures/_.rb:72 ../test/fixtures/N_.rb:52
|
|
539
|
-
msgid "kkk"
|
|
540
|
-
msgstr ""
|
|
541
|
-
|
|
542
|
-
#: ../test/fixtures/_.rb:76 ../test/fixtures/N_.rb:56
|
|
543
|
-
msgid "lllmmm"
|
|
544
|
-
msgstr ""
|
|
545
|
-
|
|
546
|
-
#: ../test/fixtures/_.rb:84 ../test/fixtures/N_.rb:64
|
|
547
|
-
msgid ""
|
|
548
|
-
"nnn\n"
|
|
549
|
-
"ooo"
|
|
550
|
-
msgstr ""
|
|
551
|
-
|
|
552
|
-
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
553
|
-
msgid "#"
|
|
554
|
-
msgstr ""
|
|
555
|
-
|
|
556
|
-
#: ../test/fixtures/_.rb:96
|
|
557
|
-
msgid "\taaa"
|
|
558
|
-
msgstr ""
|
|
559
|
-
|
|
560
|
-
#: ../test/fixtures/_.rb:100
|
|
561
|
-
msgid ""
|
|
562
|
-
"Here document1\n"
|
|
563
|
-
"Here document2\n"
|
|
564
|
-
msgstr ""
|
|
565
|
-
|
|
566
|
-
#. This is a proper name. See the gettext
|
|
567
|
-
#. manual, section Names. Note this is actually a non-ASCII
|
|
568
|
-
#. name: The first name is (with Unicode escapes)
|
|
569
|
-
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
570
|
-
#. Pronunciation is like "fraa-swa pee-nar".
|
|
571
|
-
#. This is an example from GNU gettext documentation.
|
|
572
|
-
#: ../test/fixtures/_.rb:119
|
|
573
|
-
msgid "Francois Pinard"
|
|
574
|
-
msgstr ""
|
|
575
|
-
|
|
576
|
-
#: ../test/fixtures/_.rb:122
|
|
577
|
-
msgid "No TRANSLATORS comment"
|
|
578
|
-
msgstr ""
|
|
579
|
-
|
|
580
|
-
#: ../test/fixtures/_.rb:127
|
|
581
|
-
msgid "self explaining"
|
|
582
|
-
msgstr ""
|
|
583
|
-
|
|
584
|
-
#: ../test/fixtures/_.rb:131
|
|
585
|
-
msgid "This is a # including string."
|
|
586
|
-
msgstr ""
|
|
587
|
-
|
|
588
|
-
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/s_.rb:28
|
|
589
|
-
#: ../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
|
|
590
652
|
#: ../test/test_gettext.rb:119
|
|
591
653
|
msgid "AAA|BBB"
|
|
592
654
|
msgid_plural "CCC"
|
|
@@ -635,9 +697,11 @@ msgid_plural "DDD"
|
|
|
635
697
|
msgstr[0] ""
|
|
636
698
|
msgstr[1] ""
|
|
637
699
|
|
|
638
|
-
#: ../test/fixtures/
|
|
639
|
-
msgid "
|
|
640
|
-
|
|
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] ""
|
|
641
705
|
|
|
642
706
|
#: ../test/fixtures/p_.rb:29 ../test/fixtures/p_.rb:33
|
|
643
707
|
msgctxt "AAA"
|
|
@@ -663,7 +727,7 @@ msgstr ""
|
|
|
663
727
|
msgid "BBB"
|
|
664
728
|
msgstr ""
|
|
665
729
|
|
|
666
|
-
#. please translate 'name' in the context of 'program'.
|
|
730
|
+
#. TRANSLATORS:please translate 'name' in the context of 'program'.
|
|
667
731
|
#. Hint: the translation should NOT contain the translation of 'program'.
|
|
668
732
|
#: ../test/fixtures/p_.rb:55
|
|
669
733
|
msgctxt "program"
|
|
@@ -674,6 +738,10 @@ msgstr ""
|
|
|
674
738
|
msgid "one is %d."
|
|
675
739
|
msgstr ""
|
|
676
740
|
|
|
741
|
+
#: ../test/fixtures/untranslated.rb:10
|
|
742
|
+
msgid "untranslated"
|
|
743
|
+
msgstr ""
|
|
744
|
+
|
|
677
745
|
#: ../test/test_gettext.rb:59
|
|
678
746
|
msgid "nomsgstr"
|
|
679
747
|
msgstr ""
|
|
@@ -722,7 +790,7 @@ msgid_plural "second"
|
|
|
722
790
|
msgstr[0] ""
|
|
723
791
|
msgstr[1] ""
|
|
724
792
|
|
|
725
|
-
#: ../test/test_gettext.rb:
|
|
793
|
+
#: ../test/test_gettext.rb:268 ../test/test_gettext.rb:269
|
|
726
794
|
#: ../test/test_gettext.rb:270 ../test/test_gettext.rb:278
|
|
727
795
|
#: ../test/test_gettext.rb:279 ../test/test_gettext.rb:280
|
|
728
796
|
msgid "single"
|
|
@@ -730,8 +798,40 @@ msgid_plural "plural"
|
|
|
730
798
|
msgstr[0] ""
|
|
731
799
|
msgstr[1] ""
|
|
732
800
|
|
|
733
|
-
|
|
734
|
-
|
|
801
|
+
#: ../test/tools/files/simple_translation.rb:3
|
|
802
|
+
msgid "a translation"
|
|
803
|
+
msgstr ""
|
|
804
|
+
|
|
805
|
+
#: ../lib/gettext/tools.rb:81
|
|
806
|
+
#~ msgid "Failed to merge with %{defpo}"
|
|
807
|
+
#~ msgstr "Liitmine %{defpo}-ga ebaõnnestus"
|
|
808
|
+
|
|
809
|
+
#: ../lib/gettext/tools.rb:82
|
|
810
|
+
#~ msgid "New .pot was copied to %{failed_filename}"
|
|
811
|
+
#~ msgstr "Uus .pot kopeeriti %{failed_filename}"
|
|
812
|
+
|
|
813
|
+
#: ../lib/gettext/tools.rb:83
|
|
814
|
+
#~ msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
815
|
+
#~ msgstr "Kontrolli need po/pot failid üle, nendes võib olla vigu."
|
|
816
|
+
|
|
817
|
+
#: ../lib/gettext/tools/msgmerge.rb:453
|
|
818
|
+
#~ msgid "definition po is not given."
|
|
819
|
+
#~ msgstr "def.po puudub"
|
|
735
820
|
|
|
736
|
-
|
|
737
|
-
#~
|
|
821
|
+
#: ../lib/gettext/tools/msgmerge.rb:455
|
|
822
|
+
#~ msgid "reference pot is not given."
|
|
823
|
+
#~ msgstr "ref.pot puudub"
|
|
824
|
+
|
|
825
|
+
#: ../lib/gettext/tools/msgmerge.rb:463
|
|
826
|
+
#~ msgid "Usage: %s def.po ref.pot [-o output.pot]"
|
|
827
|
+
#~ msgstr "Kasutus: %s def.po ref.pot [-o output.pot]"
|
|
828
|
+
|
|
829
|
+
#: ../lib/gettext/tools/msgmerge.rb:466
|
|
830
|
+
#~ msgid ""
|
|
831
|
+
#~ "Merges two Uniforum style .po files together. The def.po file is an existing P"
|
|
832
|
+
#~ "O file with translations. The ref.pot file is the last created PO file with up"
|
|
833
|
+
#~ "-to-date source references. ref.pot is generally created by rgettext."
|
|
834
|
+
#~ msgstr ""
|
|
835
|
+
#~ "Liidab kokku kaks ühesugust .po faili. def.po on fail olemasolevate tõlgetega."
|
|
836
|
+
#~ "ref.pot on fail viimaste uuendatud tõlgetega.ref.pot on üldjuhul loodud rgette"
|
|
837
|
+
#~ "xt poolt."
|