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