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/ca/gettext.po
CHANGED
|
@@ -10,8 +10,8 @@ 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:
|
|
14
|
-
"PO-Revision-Date:
|
|
13
|
+
"POT-Creation-Date: 2013-09-20 22:54+0900\n"
|
|
14
|
+
"PO-Revision-Date: 2013-09-20 22:58+0900\n"
|
|
15
15
|
"Last-Translator: Ramon Salvadó <rsalvado at gnuine.com>\n"
|
|
16
16
|
"Language-Team: Catalan\n"
|
|
17
17
|
"Language: \n"
|
|
@@ -20,27 +20,15 @@ msgstr ""
|
|
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
21
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
22
22
|
|
|
23
|
-
#: ../lib/gettext/
|
|
24
|
-
msgid "
|
|
25
|
-
msgstr "
|
|
26
|
-
|
|
27
|
-
#: ../lib/gettext/tools.rb:82
|
|
28
|
-
msgid "New .pot was copied to %{failed_filename}"
|
|
29
|
-
msgstr "S'ha copiat el nou .pot a %{failed_filename}"
|
|
30
|
-
|
|
31
|
-
#: ../lib/gettext/tools.rb:83
|
|
32
|
-
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
33
|
-
msgstr ""
|
|
34
|
-
"Revisa aquestes po/pot-files. Poden contenir errors o quelcom malament."
|
|
23
|
+
#: ../lib/gettext/runtime/textdomain_manager.rb:148
|
|
24
|
+
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
25
|
+
msgstr "El tercer paràmetre es erroni: valor = %{number}"
|
|
35
26
|
|
|
36
|
-
#: ../lib/gettext/
|
|
37
|
-
msgid ""
|
|
38
|
-
"`%{cmd}' can not be found. \n"
|
|
39
|
-
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
27
|
+
#: ../lib/gettext/text_domain_manager.rb:154
|
|
28
|
+
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
40
29
|
msgstr ""
|
|
41
30
|
|
|
42
31
|
#: ../lib/gettext/tools/msgfmt.rb:65
|
|
43
|
-
#, fuzzy
|
|
44
32
|
msgid "no input files specified."
|
|
45
33
|
msgstr "no hi ha fitxers d'entrada"
|
|
46
34
|
|
|
@@ -51,54 +39,51 @@ msgstr "Ús: %s entrada.po [-o sortida.mo]"
|
|
|
51
39
|
#: ../lib/gettext/tools/msgfmt.rb:82
|
|
52
40
|
msgid "Generate binary message catalog from textual translation description."
|
|
53
41
|
msgstr ""
|
|
54
|
-
"Genera un catàleg de missatges binaris a partir d'un fitxer de traducció "
|
|
55
|
-
"
|
|
42
|
+
"Genera un catàleg de missatges binaris a partir d'un fitxer de traducció textu"
|
|
43
|
+
"al."
|
|
56
44
|
|
|
57
45
|
#: ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:89
|
|
58
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
46
|
+
#: ../lib/gettext/tools/msgmerge.rb:266 ../lib/gettext/tools/xgettext.rb:218
|
|
59
47
|
msgid "Specific options:"
|
|
60
48
|
msgstr "Opcions específiques:"
|
|
61
49
|
|
|
62
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/
|
|
63
|
-
#: ../lib/gettext/tools/xgettext.rb:213
|
|
50
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:221
|
|
64
51
|
msgid "write output to specified file"
|
|
65
52
|
msgstr "escriu la sortida en un fitxer especificat"
|
|
66
53
|
|
|
67
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/
|
|
68
|
-
#: ../lib/gettext/tools/xgettext.rb:256
|
|
54
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:271
|
|
69
55
|
msgid "display version information and exit"
|
|
70
56
|
msgstr "mostra informació de la versió i surt"
|
|
71
57
|
|
|
72
58
|
#: ../lib/gettext/tools/msginit.rb:85
|
|
73
59
|
msgid ""
|
|
74
|
-
"Create a new .po file from initializing .pot file with user's environment "
|
|
75
|
-
"
|
|
60
|
+
"Create a new .po file from initializing .pot file with user's environment and "
|
|
61
|
+
"input."
|
|
76
62
|
msgstr ""
|
|
77
63
|
|
|
78
64
|
#: ../lib/gettext/tools/msginit.rb:91
|
|
79
65
|
msgid ""
|
|
80
|
-
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file "
|
|
81
|
-
"
|
|
66
|
+
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file exis"
|
|
67
|
+
"ting the current directory."
|
|
82
68
|
msgstr ""
|
|
83
69
|
|
|
84
70
|
#: ../lib/gettext/tools/msginit.rb:98
|
|
85
71
|
msgid ""
|
|
86
|
-
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend "
|
|
87
|
-
"
|
|
72
|
+
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on"
|
|
73
|
+
" LOCALE or the current locale on your environment."
|
|
88
74
|
msgstr ""
|
|
89
75
|
|
|
90
76
|
#: ../lib/gettext/tools/msginit.rb:105
|
|
91
77
|
msgid ""
|
|
92
|
-
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the "
|
|
93
|
-
"
|
|
78
|
+
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current"
|
|
79
|
+
" locale on your environment."
|
|
94
80
|
msgstr ""
|
|
95
81
|
|
|
96
|
-
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:
|
|
82
|
+
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:317
|
|
97
83
|
msgid "Display this help and exit"
|
|
98
84
|
msgstr ""
|
|
99
85
|
|
|
100
86
|
#: ../lib/gettext/tools/msginit.rb:117
|
|
101
|
-
#, fuzzy
|
|
102
87
|
msgid "Display version and exit"
|
|
103
88
|
msgstr "mostra informació de la versió i surt"
|
|
104
89
|
|
|
@@ -107,130 +92,180 @@ msgid ".pot file does not exist in the current directory."
|
|
|
107
92
|
msgstr ""
|
|
108
93
|
|
|
109
94
|
#: ../lib/gettext/tools/msginit.rb:140
|
|
110
|
-
#, fuzzy
|
|
111
95
|
msgid "file '%s' does not exist."
|
|
112
96
|
msgstr "El fitxer '%s' ja existeix"
|
|
113
97
|
|
|
114
98
|
#: ../lib/gettext/tools/msginit.rb:152
|
|
115
99
|
msgid ""
|
|
116
|
-
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified "
|
|
117
|
-
"
|
|
100
|
+
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified locale i"
|
|
101
|
+
"s usable."
|
|
118
102
|
msgstr ""
|
|
119
103
|
|
|
120
104
|
#: ../lib/gettext/tools/msginit.rb:161
|
|
121
|
-
#, fuzzy
|
|
122
105
|
msgid "file '%s' has already existed."
|
|
123
106
|
msgstr "El fitxer '%s' ja existeix"
|
|
124
107
|
|
|
125
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
108
|
+
#: ../lib/gettext/tools/msginit.rb:200
|
|
126
109
|
msgid "Please enter your full name"
|
|
127
110
|
msgstr ""
|
|
128
111
|
|
|
129
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
112
|
+
#: ../lib/gettext/tools/msginit.rb:229
|
|
130
113
|
msgid "Please enter your email address"
|
|
131
114
|
msgstr ""
|
|
132
115
|
|
|
133
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
134
|
-
msgid "
|
|
135
|
-
msgstr "
|
|
116
|
+
#: ../lib/gettext/tools/msgmerge.rb:255
|
|
117
|
+
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
|
118
|
+
msgstr ""
|
|
136
119
|
|
|
137
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
138
|
-
msgid "
|
|
139
|
-
|
|
120
|
+
#: ../lib/gettext/tools/msgmerge.rb:258
|
|
121
|
+
msgid ""
|
|
122
|
+
"Merges two Uniforum style .po files together. The definition.po file is an exi"
|
|
123
|
+
"sting PO file with translations. The reference.pot file is the last created PO"
|
|
124
|
+
" file with up-to-date source references. The reference.pot is generally create"
|
|
125
|
+
"d by rxgettext."
|
|
126
|
+
msgstr ""
|
|
127
|
+
"Combina dos fitxers .po d'estil Uniforum. El fitxer definition.po és un fitxer PO exi"
|
|
128
|
+
"stent amb traduccions. El fitxer reference.pot és l'últim fitxer PO amb referències "
|
|
129
|
+
"actualitzades. Normalment qui ha creat reference.pot és rgettext"
|
|
140
130
|
|
|
141
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
142
|
-
msgid "
|
|
143
|
-
msgstr "
|
|
131
|
+
#: ../lib/gettext/tools/msgmerge.rb:269
|
|
132
|
+
msgid "Update definition.po"
|
|
133
|
+
msgstr ""
|
|
144
134
|
|
|
145
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
135
|
+
#: ../lib/gettext/tools/msgmerge.rb:274
|
|
136
|
+
msgid "Write output to specified file"
|
|
137
|
+
msgstr "escriu la sortida en un fitxer especificat"
|
|
138
|
+
|
|
139
|
+
#: ../lib/gettext/tools/msgmerge.rb:279
|
|
140
|
+
msgid "Generate sorted output"
|
|
141
|
+
msgstr ""
|
|
142
|
+
|
|
143
|
+
#: ../lib/gettext/tools/msgmerge.rb:284
|
|
144
|
+
msgid "Sort output by file location"
|
|
145
|
+
msgstr ""
|
|
146
|
+
|
|
147
|
+
#: ../lib/gettext/tools/msgmerge.rb:289
|
|
148
|
+
msgid "Sort output by msgid"
|
|
149
|
+
msgstr ""
|
|
150
|
+
|
|
151
|
+
#: ../lib/gettext/tools/msgmerge.rb:294
|
|
152
|
+
msgid "Preserve '#: FILENAME:LINE' lines"
|
|
153
|
+
msgstr ""
|
|
154
|
+
|
|
155
|
+
#: ../lib/gettext/tools/msgmerge.rb:299
|
|
156
|
+
msgid "Set output page width"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
159
|
+
#: ../lib/gettext/tools/msgmerge.rb:305
|
|
146
160
|
msgid ""
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"up-to-date source references. ref.pot is generally created by rgettext."
|
|
161
|
+
"Break long message lines, longer than the output page width, into several line"
|
|
162
|
+
"s"
|
|
150
163
|
msgstr ""
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
"
|
|
164
|
+
|
|
165
|
+
#: ../lib/gettext/tools/msgmerge.rb:323
|
|
166
|
+
msgid "Display version information and exit"
|
|
167
|
+
msgstr "mostra informació de la versió i surt"
|
|
168
|
+
|
|
169
|
+
#: ../lib/gettext/tools/parser/glade.rb:32
|
|
170
|
+
msgid "`%{file}' is not glade-2.0 format."
|
|
171
|
+
msgstr "El fitxer `%{file}' no té el format glade-2.0."
|
|
154
172
|
|
|
155
173
|
#: ../lib/gettext/tools/xgettext.rb:64
|
|
156
174
|
msgid "'%{klass}' is ignored."
|
|
157
175
|
msgstr "'%{klass}' ignorat"
|
|
158
176
|
|
|
159
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
177
|
+
#: ../lib/gettext/tools/xgettext.rb:183
|
|
160
178
|
msgid "Error parsing %{path}"
|
|
161
179
|
msgstr ""
|
|
162
180
|
|
|
163
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
181
|
+
#: ../lib/gettext/tools/xgettext.rb:194
|
|
164
182
|
msgid "no input files"
|
|
165
183
|
msgstr "no hi ha fitxers d'entrada"
|
|
166
184
|
|
|
167
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
185
|
+
#: ../lib/gettext/tools/xgettext.rb:212
|
|
168
186
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
169
187
|
msgstr "Ús: %s entrada.po [-r parser.rb] [-o sortida.pot]"
|
|
170
188
|
|
|
171
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
189
|
+
#: ../lib/gettext/tools/xgettext.rb:215
|
|
172
190
|
msgid "Extract translatable strings from given input files."
|
|
173
191
|
msgstr "Extreu les cadenes de paraules traduïbles dels fitxers d'entrada."
|
|
174
192
|
|
|
175
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
193
|
+
#: ../lib/gettext/tools/xgettext.rb:226
|
|
176
194
|
msgid "set package name in output"
|
|
177
195
|
msgstr ""
|
|
178
196
|
|
|
179
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
197
|
+
#: ../lib/gettext/tools/xgettext.rb:231
|
|
180
198
|
msgid "set package version in output"
|
|
181
199
|
msgstr ""
|
|
182
200
|
|
|
183
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
201
|
+
#: ../lib/gettext/tools/xgettext.rb:236
|
|
184
202
|
msgid "set report address for msgid bugs"
|
|
185
203
|
msgstr ""
|
|
186
204
|
|
|
187
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
205
|
+
#: ../lib/gettext/tools/xgettext.rb:241
|
|
188
206
|
msgid "set copyright holder in output"
|
|
189
207
|
msgstr ""
|
|
190
208
|
|
|
191
|
-
#: ../lib/gettext/tools/xgettext.rb:238
|
|
192
|
-
msgid "set encoding for output"
|
|
193
|
-
msgstr ""
|
|
194
|
-
|
|
195
209
|
#: ../lib/gettext/tools/xgettext.rb:243
|
|
196
|
-
#, fuzzy
|
|
197
210
|
msgid "require the library before executing xgettext"
|
|
198
211
|
msgstr "requereix la llibreria abans d'executar rgettext"
|
|
199
212
|
|
|
200
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
201
|
-
msgid "
|
|
202
|
-
msgstr "
|
|
213
|
+
#: ../lib/gettext/tools/xgettext.rb:246
|
|
214
|
+
msgid "set encoding for output"
|
|
215
|
+
msgstr ""
|
|
203
216
|
|
|
204
217
|
#: ../lib/gettext/tools/xgettext.rb:251
|
|
205
|
-
#, fuzzy
|
|
206
218
|
msgid "display this help and exit"
|
|
207
219
|
msgstr "mostra informació de la versió i surt"
|
|
208
220
|
|
|
209
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
221
|
+
#: ../lib/gettext/tools/xgettext.rb:256
|
|
210
222
|
msgid ""
|
|
211
|
-
"
|
|
212
|
-
"
|
|
223
|
+
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
224
|
+
"word lines in output file"
|
|
213
225
|
msgstr ""
|
|
214
226
|
|
|
215
|
-
#: ../lib/gettext/tools/
|
|
216
|
-
msgid "
|
|
217
|
-
|
|
227
|
+
#: ../lib/gettext/tools/xgettext.rb:257
|
|
228
|
+
msgid ""
|
|
229
|
+
"If TAG is not specified, place all comment blocks preceing keyword lines in ou"
|
|
230
|
+
"tput file"
|
|
231
|
+
msgstr ""
|
|
218
232
|
|
|
219
|
-
#: ../lib/gettext/
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
msgstr "El tercer paràmetre es erroni: valor = %{number}"
|
|
233
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
234
|
+
msgid "(default: %s)"
|
|
235
|
+
msgstr ""
|
|
223
236
|
|
|
224
|
-
#: ../lib/gettext/
|
|
225
|
-
msgid "
|
|
237
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
238
|
+
msgid "no TAG"
|
|
226
239
|
msgstr ""
|
|
227
240
|
|
|
228
|
-
#: ../
|
|
229
|
-
msgid "
|
|
241
|
+
#: ../lib/gettext/tools/xgettext.rb:262
|
|
242
|
+
msgid "run in debugging mode"
|
|
243
|
+
msgstr "executa en mode debug"
|
|
244
|
+
|
|
245
|
+
#: ../lib/gettext/tools/xgettext.rb:320
|
|
246
|
+
msgid ""
|
|
247
|
+
"Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't ret"
|
|
248
|
+
"urns empty string but the header entry in po file."
|
|
230
249
|
msgstr ""
|
|
231
250
|
|
|
232
|
-
#: ../samples/
|
|
233
|
-
msgid "
|
|
251
|
+
#: ../samples/cgi/hellolib.rb:16
|
|
252
|
+
msgid "This message is from hellolib."
|
|
253
|
+
msgstr ""
|
|
254
|
+
|
|
255
|
+
#: ../samples/hello.rb:17
|
|
256
|
+
msgid "Hello World\n"
|
|
257
|
+
msgstr ""
|
|
258
|
+
|
|
259
|
+
#: ../samples/hello2.rb:19
|
|
260
|
+
msgid "One is %{num}\n"
|
|
261
|
+
msgstr ""
|
|
262
|
+
|
|
263
|
+
#: ../samples/hello2.rb:20
|
|
264
|
+
msgid "Hello %{world}\n"
|
|
265
|
+
msgstr ""
|
|
266
|
+
|
|
267
|
+
#: ../samples/hello2.rb:20
|
|
268
|
+
msgid "World"
|
|
234
269
|
msgstr ""
|
|
235
270
|
|
|
236
271
|
#: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
|
|
@@ -248,11 +283,9 @@ msgstr ""
|
|
|
248
283
|
msgid "<Hello world>"
|
|
249
284
|
msgstr ""
|
|
250
285
|
|
|
251
|
-
#: ../samples/
|
|
252
|
-
msgid "
|
|
253
|
-
|
|
254
|
-
msgstr[0] ""
|
|
255
|
-
msgstr[1] ""
|
|
286
|
+
#: ../samples/hello_gtk2.rb:25
|
|
287
|
+
msgid "hello, gtk world"
|
|
288
|
+
msgstr ""
|
|
256
289
|
|
|
257
290
|
#: ../samples/hello_noop.rb:13
|
|
258
291
|
msgid "Hello World"
|
|
@@ -262,28 +295,172 @@ msgstr ""
|
|
|
262
295
|
msgid "Hello World2"
|
|
263
296
|
msgstr ""
|
|
264
297
|
|
|
265
|
-
#: ../samples/
|
|
266
|
-
msgid "
|
|
298
|
+
#: ../samples/hello_plural.rb:20
|
|
299
|
+
msgid "There is an apple.\n"
|
|
300
|
+
msgid_plural "There are %{num} apples.\n"
|
|
301
|
+
msgstr[0] ""
|
|
302
|
+
msgstr[1] ""
|
|
303
|
+
|
|
304
|
+
#: ../samples/hello_tk.rb:16
|
|
305
|
+
msgid "hello, tk world"
|
|
267
306
|
msgstr ""
|
|
268
307
|
|
|
269
|
-
#: ../
|
|
270
|
-
|
|
308
|
+
#: ../test/fixtures/N_.rb:10 ../test/fixtures/_.rb:30 ../test/fixtures/n_.rb:29
|
|
309
|
+
#: ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
|
|
310
|
+
msgid "aaa"
|
|
311
|
+
msgid_plural "aaa2"
|
|
312
|
+
msgstr[0] ""
|
|
313
|
+
msgstr[1] ""
|
|
314
|
+
|
|
315
|
+
#: ../test/fixtures/N_.rb:14 ../test/fixtures/_.rb:34
|
|
316
|
+
msgid "aaa\n"
|
|
271
317
|
msgstr ""
|
|
272
318
|
|
|
273
|
-
#: ../
|
|
274
|
-
msgid "
|
|
319
|
+
#: ../test/fixtures/N_.rb:18 ../test/fixtures/_.rb:38
|
|
320
|
+
msgid ""
|
|
321
|
+
"bbb\n"
|
|
322
|
+
"ccc"
|
|
275
323
|
msgstr ""
|
|
276
324
|
|
|
277
|
-
#: ../
|
|
278
|
-
msgid "
|
|
325
|
+
#: ../test/fixtures/N_.rb:22 ../test/fixtures/_.rb:42
|
|
326
|
+
msgid ""
|
|
327
|
+
"bbb\n"
|
|
328
|
+
"ccc\n"
|
|
329
|
+
"ddd\n"
|
|
279
330
|
msgstr ""
|
|
280
331
|
|
|
281
|
-
#: ../
|
|
282
|
-
|
|
332
|
+
#: ../test/fixtures/N_.rb:29 ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:49
|
|
333
|
+
#: ../test/fixtures/_.rb:53
|
|
334
|
+
msgid "eee"
|
|
283
335
|
msgstr ""
|
|
284
336
|
|
|
285
|
-
#: ../test/
|
|
286
|
-
|
|
337
|
+
#: ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:53 ../test/fixtures/n_.rb:55
|
|
338
|
+
#: ../test/fixtures/n_.rb:59
|
|
339
|
+
msgid "fff"
|
|
340
|
+
msgid_plural "fff2"
|
|
341
|
+
msgstr[0] ""
|
|
342
|
+
msgstr[1] ""
|
|
343
|
+
|
|
344
|
+
#: ../test/fixtures/N_.rb:37 ../test/fixtures/_.rb:57 ../test/fixtures/n_.rb:63
|
|
345
|
+
msgid "ggghhhiii"
|
|
346
|
+
msgid_plural "jjjkkklll"
|
|
347
|
+
msgstr[0] ""
|
|
348
|
+
msgstr[1] ""
|
|
349
|
+
|
|
350
|
+
#: ../test/fixtures/N_.rb:43 ../test/fixtures/_.rb:63 ../test/fixtures/n_.rb:72
|
|
351
|
+
msgid "a\"b\"c\""
|
|
352
|
+
msgid_plural "a\"b\"c\"2"
|
|
353
|
+
msgstr[0] ""
|
|
354
|
+
msgstr[1] ""
|
|
355
|
+
|
|
356
|
+
#: ../test/fixtures/N_.rb:47 ../test/fixtures/_.rb:67 ../test/fixtures/n_.rb:76
|
|
357
|
+
msgid "d\"e\"f\""
|
|
358
|
+
msgid_plural "d\"e\"f\"2"
|
|
359
|
+
msgstr[0] ""
|
|
360
|
+
msgstr[1] ""
|
|
361
|
+
|
|
362
|
+
#: ../test/fixtures/N_.rb:51 ../test/fixtures/_.rb:71
|
|
363
|
+
msgid "jjj"
|
|
364
|
+
msgstr ""
|
|
365
|
+
|
|
366
|
+
#: ../test/fixtures/N_.rb:52 ../test/fixtures/_.rb:72
|
|
367
|
+
msgid "kkk"
|
|
368
|
+
msgstr ""
|
|
369
|
+
|
|
370
|
+
#: ../test/fixtures/N_.rb:56 ../test/fixtures/_.rb:76
|
|
371
|
+
msgid "lllmmm"
|
|
372
|
+
msgstr ""
|
|
373
|
+
|
|
374
|
+
#: ../test/fixtures/N_.rb:64 ../test/fixtures/_.rb:84
|
|
375
|
+
msgid ""
|
|
376
|
+
"nnn\n"
|
|
377
|
+
"ooo"
|
|
378
|
+
msgstr ""
|
|
379
|
+
|
|
380
|
+
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
381
|
+
msgid "#"
|
|
382
|
+
msgstr ""
|
|
383
|
+
|
|
384
|
+
#: ../test/fixtures/_.rb:96
|
|
385
|
+
msgid "\taaa"
|
|
386
|
+
msgstr ""
|
|
387
|
+
|
|
388
|
+
#: ../test/fixtures/_.rb:100
|
|
389
|
+
msgid ""
|
|
390
|
+
"Here document1\n"
|
|
391
|
+
"Here document2\n"
|
|
392
|
+
msgstr ""
|
|
393
|
+
|
|
394
|
+
#. TRANSLATORS: This is a proper name. See the gettext
|
|
395
|
+
#. manual, section Names. Note this is actually a non-ASCII
|
|
396
|
+
#. name: The first name is (with Unicode escapes)
|
|
397
|
+
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
398
|
+
#. Pronunciation is like "fraa-swa pee-nar".
|
|
399
|
+
#. This is an example from GNU gettext documentation.
|
|
400
|
+
#: ../test/fixtures/_.rb:120
|
|
401
|
+
msgid "Francois Pinard"
|
|
402
|
+
msgstr ""
|
|
403
|
+
|
|
404
|
+
#: ../test/fixtures/_.rb:123
|
|
405
|
+
msgid "No TRANSLATORS comment"
|
|
406
|
+
msgstr ""
|
|
407
|
+
|
|
408
|
+
#: ../test/fixtures/_.rb:128
|
|
409
|
+
msgid "self explaining"
|
|
410
|
+
msgstr ""
|
|
411
|
+
|
|
412
|
+
#: ../test/fixtures/_.rb:132
|
|
413
|
+
msgid "This is a # including string."
|
|
414
|
+
msgstr ""
|
|
415
|
+
|
|
416
|
+
#: ../test/fixtures/_/double_quote_in_double_quote.rb:28
|
|
417
|
+
msgid "double \"quote\" in double quote"
|
|
418
|
+
msgstr ""
|
|
419
|
+
|
|
420
|
+
#: ../test/fixtures/_/double_quote_in_single_quote.rb:28
|
|
421
|
+
msgid "double \"quote\" in single quote"
|
|
422
|
+
msgstr ""
|
|
423
|
+
|
|
424
|
+
#: ../test/fixtures/_/literal_concatenation_with_continuation_line.rb:28
|
|
425
|
+
msgid "literal concatenation with continuation line"
|
|
426
|
+
msgstr ""
|
|
427
|
+
|
|
428
|
+
#: ../test/fixtures/_/middle_new_line.rb:28
|
|
429
|
+
msgid ""
|
|
430
|
+
"middle\n"
|
|
431
|
+
"new line"
|
|
432
|
+
msgstr ""
|
|
433
|
+
|
|
434
|
+
#: ../test/fixtures/_/multiple_lines_literal.rb:28
|
|
435
|
+
msgid ""
|
|
436
|
+
"multiple\n"
|
|
437
|
+
"lines\n"
|
|
438
|
+
"literal\n"
|
|
439
|
+
msgstr ""
|
|
440
|
+
|
|
441
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
442
|
+
msgid "multiple"
|
|
443
|
+
msgstr ""
|
|
444
|
+
|
|
445
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
446
|
+
msgid "in same line"
|
|
447
|
+
msgstr ""
|
|
448
|
+
|
|
449
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:28
|
|
450
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:32
|
|
451
|
+
msgid "multiple same messages"
|
|
452
|
+
msgstr ""
|
|
453
|
+
|
|
454
|
+
#: ../test/fixtures/_/one_line.rb:28
|
|
455
|
+
msgid "one line"
|
|
456
|
+
msgstr ""
|
|
457
|
+
|
|
458
|
+
#: ../test/fixtures/_/one_new_line.rb:28
|
|
459
|
+
msgid "one new line\n"
|
|
460
|
+
msgstr ""
|
|
461
|
+
|
|
462
|
+
#: ../test/fixtures/backslash.rb:27
|
|
463
|
+
msgid "You should escape '\\' as '\\\\'."
|
|
287
464
|
msgstr ""
|
|
288
465
|
|
|
289
466
|
#: ../test/fixtures/gladeparser.glade:29
|
|
@@ -316,13 +493,41 @@ msgstr ""
|
|
|
316
493
|
msgid "duplicated"
|
|
317
494
|
msgstr ""
|
|
318
495
|
|
|
319
|
-
#: ../test/fixtures/
|
|
320
|
-
#: ../test/fixtures/
|
|
321
|
-
#: ../test/
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
496
|
+
#: ../test/fixtures/multi_text_domain.rb:11
|
|
497
|
+
#: ../test/fixtures/multi_text_domain.rb:24
|
|
498
|
+
#: ../test/fixtures/multi_text_domain.rb:43
|
|
499
|
+
#: ../test/fixtures/multi_text_domain.rb:50
|
|
500
|
+
#: ../test/fixtures/multi_text_domain.rb:62
|
|
501
|
+
#: ../test/fixtures/multi_text_domain.rb:75
|
|
502
|
+
#: ../test/fixtures/multi_text_domain.rb:91
|
|
503
|
+
#: ../test/fixtures/multi_text_domain.rb:104
|
|
504
|
+
#: ../test/fixtures/multi_text_domain.rb:108
|
|
505
|
+
#: ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10
|
|
506
|
+
#: ../test/test_gettext.rb:64 ../test/test_gettext.rb:297
|
|
507
|
+
#: ../test/test_gettext.rb:299 ../test/test_gettext.rb:302
|
|
508
|
+
#: ../test/test_gettext.rb:306 ../test/test_gettext.rb:309
|
|
509
|
+
#: ../test/test_gettext.rb:322 ../test/test_gettext.rb:325
|
|
510
|
+
#: ../test/test_gettext.rb:328 ../test/test_gettext.rb:336
|
|
511
|
+
#: ../test/test_gettext.rb:339 ../test/test_gettext.rb:351
|
|
512
|
+
#: ../test/test_gettext.rb:358 ../test/test_text_domain_toplevel.rb:9
|
|
513
|
+
#: ../test/test_text_domain_toplevel.rb:15
|
|
514
|
+
#: ../test/test_text_domain_toplevel.rb:18
|
|
515
|
+
#: ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
|
|
516
|
+
msgid "language"
|
|
517
|
+
msgstr ""
|
|
518
|
+
|
|
519
|
+
#: ../test/fixtures/multi_text_domain.rb:14
|
|
520
|
+
#: ../test/fixtures/multi_text_domain.rb:27
|
|
521
|
+
#: ../test/fixtures/multi_text_domain.rb:54
|
|
522
|
+
#: ../test/fixtures/multi_text_domain.rb:65
|
|
523
|
+
#: ../test/fixtures/multi_text_domain.rb:78
|
|
524
|
+
#: ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
525
|
+
msgid "LANGUAGE"
|
|
526
|
+
msgstr ""
|
|
527
|
+
|
|
528
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
529
|
+
msgid "no data"
|
|
530
|
+
msgstr ""
|
|
326
531
|
|
|
327
532
|
#: ../test/fixtures/n_.rb:33
|
|
328
533
|
msgid "bbb\n"
|
|
@@ -362,40 +567,12 @@ msgid_plural ""
|
|
|
362
567
|
msgstr[0] ""
|
|
363
568
|
msgstr[1] ""
|
|
364
569
|
|
|
365
|
-
#: ../test/fixtures/n_.rb:55 ../test/fixtures/n_.rb:59
|
|
366
|
-
#: ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:33
|
|
367
|
-
msgid "fff"
|
|
368
|
-
msgid_plural "fff2"
|
|
369
|
-
msgstr[0] ""
|
|
370
|
-
msgstr[1] ""
|
|
371
|
-
|
|
372
570
|
#: ../test/fixtures/n_.rb:59
|
|
373
571
|
msgid "ggg"
|
|
374
572
|
msgid_plural "ggg2"
|
|
375
573
|
msgstr[0] ""
|
|
376
574
|
msgstr[1] ""
|
|
377
575
|
|
|
378
|
-
#: ../test/fixtures/n_.rb:63 ../test/fixtures/_.rb:57
|
|
379
|
-
#: ../test/fixtures/N_.rb:37
|
|
380
|
-
msgid "ggghhhiii"
|
|
381
|
-
msgid_plural "jjjkkklll"
|
|
382
|
-
msgstr[0] ""
|
|
383
|
-
msgstr[1] ""
|
|
384
|
-
|
|
385
|
-
#: ../test/fixtures/n_.rb:72 ../test/fixtures/_.rb:63
|
|
386
|
-
#: ../test/fixtures/N_.rb:43
|
|
387
|
-
msgid "a\"b\"c\""
|
|
388
|
-
msgid_plural "a\"b\"c\"2"
|
|
389
|
-
msgstr[0] ""
|
|
390
|
-
msgstr[1] ""
|
|
391
|
-
|
|
392
|
-
#: ../test/fixtures/n_.rb:76 ../test/fixtures/_.rb:67
|
|
393
|
-
#: ../test/fixtures/N_.rb:47
|
|
394
|
-
msgid "d\"e\"f\""
|
|
395
|
-
msgid_plural "d\"e\"f\"2"
|
|
396
|
-
msgstr[0] ""
|
|
397
|
-
msgstr[1] ""
|
|
398
|
-
|
|
399
576
|
#: ../test/fixtures/n_.rb:80
|
|
400
577
|
msgid "mmmmmm"
|
|
401
578
|
msgid_plural "mmm2mmm2"
|
|
@@ -408,7 +585,7 @@ msgid_plural "nnn2"
|
|
|
408
585
|
msgstr[0] ""
|
|
409
586
|
msgstr[1] ""
|
|
410
587
|
|
|
411
|
-
#: ../test/fixtures/n_.rb:
|
|
588
|
+
#: ../test/fixtures/n_.rb:85 ../test/fixtures/n_.rb:86
|
|
412
589
|
msgid "ooo"
|
|
413
590
|
msgid_plural "ppp"
|
|
414
591
|
msgstr[0] ""
|
|
@@ -420,7 +597,7 @@ msgid_plural "rrr"
|
|
|
420
597
|
msgstr[0] ""
|
|
421
598
|
msgstr[1] ""
|
|
422
599
|
|
|
423
|
-
#. please provide translations for all
|
|
600
|
+
#. TRANSLATORS:please provide translations for all
|
|
424
601
|
#. the plural forms!
|
|
425
602
|
#: ../test/fixtures/n_.rb:97
|
|
426
603
|
msgid "comment"
|
|
@@ -428,46 +605,8 @@ msgid_plural "comments"
|
|
|
428
605
|
msgstr[0] ""
|
|
429
606
|
msgstr[1] ""
|
|
430
607
|
|
|
431
|
-
#: ../test/fixtures/
|
|
432
|
-
msgid "
|
|
433
|
-
msgid_plural "context|context$messages"
|
|
434
|
-
msgstr[0] ""
|
|
435
|
-
msgstr[1] ""
|
|
436
|
-
|
|
437
|
-
#: ../test/fixtures/multi_textdomain.rb:11
|
|
438
|
-
#: ../test/fixtures/multi_textdomain.rb:24
|
|
439
|
-
#: ../test/fixtures/multi_textdomain.rb:43
|
|
440
|
-
#: ../test/fixtures/multi_textdomain.rb:50
|
|
441
|
-
#: ../test/fixtures/multi_textdomain.rb:62
|
|
442
|
-
#: ../test/fixtures/multi_textdomain.rb:75
|
|
443
|
-
#: ../test/fixtures/multi_textdomain.rb:91
|
|
444
|
-
#: ../test/fixtures/multi_textdomain.rb:104
|
|
445
|
-
#: ../test/fixtures/multi_textdomain.rb:108
|
|
446
|
-
#: ../test/fixtures/multi_textdomain.rb:128 ../test/fixtures/simple.rb:10
|
|
447
|
-
#: ../test/test_thread.rb:23 ../test/test_textdomain_toplevel.rb:9
|
|
448
|
-
#: ../test/test_textdomain_toplevel.rb:15
|
|
449
|
-
#: ../test/test_textdomain_toplevel.rb:18
|
|
450
|
-
#: ../test/test_textdomain_toplevel.rb:23 ../test/test_gettext.rb:64
|
|
451
|
-
#: ../test/test_gettext.rb:297 ../test/test_gettext.rb:299
|
|
452
|
-
#: ../test/test_gettext.rb:302 ../test/test_gettext.rb:306
|
|
453
|
-
#: ../test/test_gettext.rb:309 ../test/test_gettext.rb:322
|
|
454
|
-
#: ../test/test_gettext.rb:325 ../test/test_gettext.rb:328
|
|
455
|
-
#: ../test/test_gettext.rb:336 ../test/test_gettext.rb:339
|
|
456
|
-
#: ../test/test_gettext.rb:351 ../test/test_gettext.rb:358
|
|
457
|
-
msgid "language"
|
|
458
|
-
msgstr ""
|
|
459
|
-
|
|
460
|
-
#: ../test/fixtures/multi_textdomain.rb:14
|
|
461
|
-
#: ../test/fixtures/multi_textdomain.rb:27
|
|
462
|
-
#: ../test/fixtures/multi_textdomain.rb:54
|
|
463
|
-
#: ../test/fixtures/multi_textdomain.rb:65
|
|
464
|
-
#: ../test/fixtures/multi_textdomain.rb:78
|
|
465
|
-
#: ../test/fixtures/multi_textdomain.rb:116 ../test/test_gettext.rb:53
|
|
466
|
-
msgid "LANGUAGE"
|
|
467
|
-
msgstr ""
|
|
468
|
-
|
|
469
|
-
#: ../test/fixtures/multi_textdomain.rb:120
|
|
470
|
-
msgid "no data"
|
|
608
|
+
#: ../test/fixtures/non_ascii.rb:10
|
|
609
|
+
msgid "こんにちは"
|
|
471
610
|
msgstr ""
|
|
472
611
|
|
|
473
612
|
#: ../test/fixtures/np_.rb:28 ../test/fixtures/np_.rb:29
|
|
@@ -499,96 +638,8 @@ msgid_plural "%{num} pictures"
|
|
|
499
638
|
msgstr[0] ""
|
|
500
639
|
msgstr[1] ""
|
|
501
640
|
|
|
502
|
-
#: ../test/fixtures/
|
|
503
|
-
|
|
504
|
-
msgstr ""
|
|
505
|
-
|
|
506
|
-
#: ../test/fixtures/non_ascii.rb:10
|
|
507
|
-
msgid "こんにちは"
|
|
508
|
-
msgstr ""
|
|
509
|
-
|
|
510
|
-
#: ../test/fixtures/untranslated.rb:10
|
|
511
|
-
msgid "untranslated"
|
|
512
|
-
msgstr ""
|
|
513
|
-
|
|
514
|
-
#: ../test/fixtures/_.rb:34 ../test/fixtures/N_.rb:14
|
|
515
|
-
msgid "aaa\n"
|
|
516
|
-
msgstr ""
|
|
517
|
-
|
|
518
|
-
#: ../test/fixtures/_.rb:38 ../test/fixtures/N_.rb:18
|
|
519
|
-
msgid ""
|
|
520
|
-
"bbb\n"
|
|
521
|
-
"ccc"
|
|
522
|
-
msgstr ""
|
|
523
|
-
|
|
524
|
-
#: ../test/fixtures/_.rb:42 ../test/fixtures/N_.rb:22
|
|
525
|
-
msgid ""
|
|
526
|
-
"bbb\n"
|
|
527
|
-
"ccc\n"
|
|
528
|
-
"ddd\n"
|
|
529
|
-
msgstr ""
|
|
530
|
-
|
|
531
|
-
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:29
|
|
532
|
-
#: ../test/fixtures/N_.rb:33
|
|
533
|
-
msgid "eee"
|
|
534
|
-
msgstr ""
|
|
535
|
-
|
|
536
|
-
#: ../test/fixtures/_.rb:71 ../test/fixtures/N_.rb:51
|
|
537
|
-
msgid "jjj"
|
|
538
|
-
msgstr ""
|
|
539
|
-
|
|
540
|
-
#: ../test/fixtures/_.rb:72 ../test/fixtures/N_.rb:52
|
|
541
|
-
msgid "kkk"
|
|
542
|
-
msgstr ""
|
|
543
|
-
|
|
544
|
-
#: ../test/fixtures/_.rb:76 ../test/fixtures/N_.rb:56
|
|
545
|
-
msgid "lllmmm"
|
|
546
|
-
msgstr ""
|
|
547
|
-
|
|
548
|
-
#: ../test/fixtures/_.rb:84 ../test/fixtures/N_.rb:64
|
|
549
|
-
msgid ""
|
|
550
|
-
"nnn\n"
|
|
551
|
-
"ooo"
|
|
552
|
-
msgstr ""
|
|
553
|
-
|
|
554
|
-
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
555
|
-
msgid "#"
|
|
556
|
-
msgstr ""
|
|
557
|
-
|
|
558
|
-
#: ../test/fixtures/_.rb:96
|
|
559
|
-
msgid "\taaa"
|
|
560
|
-
msgstr ""
|
|
561
|
-
|
|
562
|
-
#: ../test/fixtures/_.rb:100
|
|
563
|
-
msgid ""
|
|
564
|
-
"Here document1\n"
|
|
565
|
-
"Here document2\n"
|
|
566
|
-
msgstr ""
|
|
567
|
-
|
|
568
|
-
#. This is a proper name. See the gettext
|
|
569
|
-
#. manual, section Names. Note this is actually a non-ASCII
|
|
570
|
-
#. name: The first name is (with Unicode escapes)
|
|
571
|
-
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
572
|
-
#. Pronunciation is like "fraa-swa pee-nar".
|
|
573
|
-
#. This is an example from GNU gettext documentation.
|
|
574
|
-
#: ../test/fixtures/_.rb:119
|
|
575
|
-
msgid "Francois Pinard"
|
|
576
|
-
msgstr ""
|
|
577
|
-
|
|
578
|
-
#: ../test/fixtures/_.rb:122
|
|
579
|
-
msgid "No TRANSLATORS comment"
|
|
580
|
-
msgstr ""
|
|
581
|
-
|
|
582
|
-
#: ../test/fixtures/_.rb:127
|
|
583
|
-
msgid "self explaining"
|
|
584
|
-
msgstr ""
|
|
585
|
-
|
|
586
|
-
#: ../test/fixtures/_.rb:131
|
|
587
|
-
msgid "This is a # including string."
|
|
588
|
-
msgstr ""
|
|
589
|
-
|
|
590
|
-
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/s_.rb:28
|
|
591
|
-
#: ../test/fixtures/s_.rb:32 ../test/fixtures/ns_.rb:32
|
|
641
|
+
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/ns_.rb:32
|
|
642
|
+
#: ../test/fixtures/s_.rb:28 ../test/fixtures/s_.rb:32
|
|
592
643
|
#: ../test/test_gettext.rb:119
|
|
593
644
|
msgid "AAA|BBB"
|
|
594
645
|
msgid_plural "CCC"
|
|
@@ -637,9 +688,11 @@ msgid_plural "DDD"
|
|
|
637
688
|
msgstr[0] ""
|
|
638
689
|
msgstr[1] ""
|
|
639
690
|
|
|
640
|
-
#: ../test/fixtures/
|
|
641
|
-
msgid "
|
|
642
|
-
|
|
691
|
+
#: ../test/fixtures/ns_/custom.rb:28 ../test/fixtures/s_/custom.rb:28
|
|
692
|
+
msgid "context|context$message"
|
|
693
|
+
msgid_plural "context|context$messages"
|
|
694
|
+
msgstr[0] ""
|
|
695
|
+
msgstr[1] ""
|
|
643
696
|
|
|
644
697
|
#: ../test/fixtures/p_.rb:29 ../test/fixtures/p_.rb:33
|
|
645
698
|
msgctxt "AAA"
|
|
@@ -665,7 +718,7 @@ msgstr ""
|
|
|
665
718
|
msgid "BBB"
|
|
666
719
|
msgstr ""
|
|
667
720
|
|
|
668
|
-
#. please translate 'name' in the context of 'program'.
|
|
721
|
+
#. TRANSLATORS:please translate 'name' in the context of 'program'.
|
|
669
722
|
#. Hint: the translation should NOT contain the translation of 'program'.
|
|
670
723
|
#: ../test/fixtures/p_.rb:55
|
|
671
724
|
msgctxt "program"
|
|
@@ -676,6 +729,10 @@ msgstr ""
|
|
|
676
729
|
msgid "one is %d."
|
|
677
730
|
msgstr ""
|
|
678
731
|
|
|
732
|
+
#: ../test/fixtures/untranslated.rb:10
|
|
733
|
+
msgid "untranslated"
|
|
734
|
+
msgstr ""
|
|
735
|
+
|
|
679
736
|
#: ../test/test_gettext.rb:59
|
|
680
737
|
msgid "nomsgstr"
|
|
681
738
|
msgstr ""
|
|
@@ -724,7 +781,7 @@ msgid_plural "second"
|
|
|
724
781
|
msgstr[0] ""
|
|
725
782
|
msgstr[1] ""
|
|
726
783
|
|
|
727
|
-
#: ../test/test_gettext.rb:
|
|
784
|
+
#: ../test/test_gettext.rb:268 ../test/test_gettext.rb:269
|
|
728
785
|
#: ../test/test_gettext.rb:270 ../test/test_gettext.rb:278
|
|
729
786
|
#: ../test/test_gettext.rb:279 ../test/test_gettext.rb:280
|
|
730
787
|
msgid "single"
|
|
@@ -732,8 +789,40 @@ msgid_plural "plural"
|
|
|
732
789
|
msgstr[0] ""
|
|
733
790
|
msgstr[1] ""
|
|
734
791
|
|
|
735
|
-
|
|
736
|
-
|
|
792
|
+
#: ../test/tools/files/simple_translation.rb:3
|
|
793
|
+
msgid "a translation"
|
|
794
|
+
msgstr ""
|
|
795
|
+
|
|
796
|
+
#: ../lib/gettext/tools.rb:81
|
|
797
|
+
#~ msgid "Failed to merge with %{defpo}"
|
|
798
|
+
#~ msgstr "Ha fallat al fer el merge amb %{defpo}"
|
|
799
|
+
|
|
800
|
+
#: ../lib/gettext/tools.rb:82
|
|
801
|
+
#~ msgid "New .pot was copied to %{failed_filename}"
|
|
802
|
+
#~ msgstr "S'ha copiat el nou .pot a %{failed_filename}"
|
|
803
|
+
|
|
804
|
+
#: ../lib/gettext/tools.rb:83
|
|
805
|
+
#~ msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
806
|
+
#~ msgstr "Revisa aquestes po/pot-files. Poden contenir errors o quelcom malament."
|
|
807
|
+
|
|
808
|
+
#: ../lib/gettext/tools/msgmerge.rb:453
|
|
809
|
+
#~ msgid "definition po is not given."
|
|
810
|
+
#~ msgstr "no s'ha donat una definició po"
|
|
737
811
|
|
|
738
|
-
|
|
739
|
-
#~
|
|
812
|
+
#: ../lib/gettext/tools/msgmerge.rb:455
|
|
813
|
+
#~ msgid "reference pot is not given."
|
|
814
|
+
#~ msgstr "no s'ha donat una referència pot"
|
|
815
|
+
|
|
816
|
+
#: ../lib/gettext/tools/msgmerge.rb:463
|
|
817
|
+
#~ msgid "Usage: %s definition.po reference.pot [-o output.pot]"
|
|
818
|
+
#~ msgstr "Ús: %s definition.po reference.pot [-o sortida.pot]"
|
|
819
|
+
|
|
820
|
+
#: ../lib/gettext/tools/msgmerge.rb:466
|
|
821
|
+
#~ msgid ""
|
|
822
|
+
#~ "Merges two Uniforum style .po files together. The definition.po file is an existing P"
|
|
823
|
+
#~ "O file with translations. The reference.pot file is the last created PO file with up"
|
|
824
|
+
#~ "-to-date source references. reference.pot is generally created by rgettext."
|
|
825
|
+
#~ msgstr ""
|
|
826
|
+
#~ "Combina dos fitxers .po d'estil Uniforum. El fitxer definition.po és un fitxer PO exi"
|
|
827
|
+
#~ "stent amb traduccions. El fitxer reference.pot és l'últim fitxer PO amb referències "
|
|
828
|
+
#~ "actualitzades. Normalment qui ha creat reference.pot és rgettext"
|