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