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/sv/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: 2004-11-04 20:49+0100\n"
|
|
16
16
|
"Last-Translator: Nikolai Weibull\n"
|
|
17
17
|
"Language-Team: Swedish\n"
|
|
@@ -20,22 +20,12 @@ msgstr ""
|
|
|
20
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
21
21
|
"Content-Transfer-Encoding: 8bit\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 ""
|
|
30
|
-
|
|
31
|
-
#: ../lib/gettext/tools.rb:83
|
|
32
|
-
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
23
|
+
#: ../lib/gettext/text_domain_manager.rb:148
|
|
24
|
+
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
33
25
|
msgstr ""
|
|
34
26
|
|
|
35
|
-
#: ../lib/gettext/
|
|
36
|
-
msgid ""
|
|
37
|
-
"`%{cmd}' can not be found. \n"
|
|
38
|
-
"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."
|
|
39
29
|
msgstr ""
|
|
40
30
|
|
|
41
31
|
#: ../lib/gettext/tools/msgfmt.rb:65
|
|
@@ -51,45 +41,43 @@ msgid "Generate binary message catalog from textual translation description."
|
|
|
51
41
|
msgstr "Generera binära meddelandekataloger från textuell översättningsdata."
|
|
52
42
|
|
|
53
43
|
#: ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:89
|
|
54
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
44
|
+
#: ../lib/gettext/tools/msgmerge.rb:266 ../lib/gettext/tools/xgettext.rb:218
|
|
55
45
|
msgid "Specific options:"
|
|
56
46
|
msgstr ""
|
|
57
47
|
|
|
58
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/
|
|
59
|
-
#: ../lib/gettext/tools/xgettext.rb:213
|
|
48
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:221
|
|
60
49
|
msgid "write output to specified file"
|
|
61
50
|
msgstr ""
|
|
62
51
|
|
|
63
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/
|
|
64
|
-
#: ../lib/gettext/tools/xgettext.rb:256
|
|
52
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:271
|
|
65
53
|
msgid "display version information and exit"
|
|
66
54
|
msgstr ""
|
|
67
55
|
|
|
68
56
|
#: ../lib/gettext/tools/msginit.rb:85
|
|
69
57
|
msgid ""
|
|
70
|
-
"Create a new .po file from initializing .pot file with user's environment "
|
|
71
|
-
"
|
|
58
|
+
"Create a new .po file from initializing .pot file with user's environment and "
|
|
59
|
+
"input."
|
|
72
60
|
msgstr ""
|
|
73
61
|
|
|
74
62
|
#: ../lib/gettext/tools/msginit.rb:91
|
|
75
63
|
msgid ""
|
|
76
|
-
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file "
|
|
77
|
-
"
|
|
64
|
+
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file exis"
|
|
65
|
+
"ting the current directory."
|
|
78
66
|
msgstr ""
|
|
79
67
|
|
|
80
68
|
#: ../lib/gettext/tools/msginit.rb:98
|
|
81
69
|
msgid ""
|
|
82
|
-
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend "
|
|
83
|
-
"
|
|
70
|
+
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on"
|
|
71
|
+
" LOCALE or the current locale on your environment."
|
|
84
72
|
msgstr ""
|
|
85
73
|
|
|
86
74
|
#: ../lib/gettext/tools/msginit.rb:105
|
|
87
75
|
msgid ""
|
|
88
|
-
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the "
|
|
89
|
-
"
|
|
76
|
+
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current"
|
|
77
|
+
" locale on your environment."
|
|
90
78
|
msgstr ""
|
|
91
79
|
|
|
92
|
-
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:
|
|
80
|
+
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:317
|
|
93
81
|
msgid "Display this help and exit"
|
|
94
82
|
msgstr ""
|
|
95
83
|
|
|
@@ -107,117 +95,172 @@ msgstr ""
|
|
|
107
95
|
|
|
108
96
|
#: ../lib/gettext/tools/msginit.rb:152
|
|
109
97
|
msgid ""
|
|
110
|
-
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified "
|
|
111
|
-
"
|
|
98
|
+
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified locale i"
|
|
99
|
+
"s usable."
|
|
112
100
|
msgstr ""
|
|
113
101
|
|
|
114
102
|
#: ../lib/gettext/tools/msginit.rb:161
|
|
115
103
|
msgid "file '%s' has already existed."
|
|
116
104
|
msgstr ""
|
|
117
105
|
|
|
118
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
106
|
+
#: ../lib/gettext/tools/msginit.rb:200
|
|
119
107
|
msgid "Please enter your full name"
|
|
120
108
|
msgstr ""
|
|
121
109
|
|
|
122
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
110
|
+
#: ../lib/gettext/tools/msginit.rb:229
|
|
123
111
|
msgid "Please enter your email address"
|
|
124
112
|
msgstr ""
|
|
125
113
|
|
|
126
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
127
|
-
msgid "
|
|
114
|
+
#: ../lib/gettext/tools/msgmerge.rb:255
|
|
115
|
+
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
|
128
116
|
msgstr ""
|
|
129
117
|
|
|
130
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
131
|
-
msgid "
|
|
118
|
+
#: ../lib/gettext/tools/msgmerge.rb:258
|
|
119
|
+
msgid ""
|
|
120
|
+
"Merges two Uniforum style .po files together. The definition.po file is an exi"
|
|
121
|
+
"sting PO file with translations. The reference.pot file is the last created PO"
|
|
122
|
+
" file with up-to-date source references. The reference.pot is generally create"
|
|
123
|
+
"d by rxgettext."
|
|
132
124
|
msgstr ""
|
|
133
125
|
|
|
134
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
135
|
-
msgid "
|
|
136
|
-
msgstr "
|
|
126
|
+
#: ../lib/gettext/tools/msgmerge.rb:269
|
|
127
|
+
msgid "Update definition.po"
|
|
128
|
+
msgstr ""
|
|
129
|
+
|
|
130
|
+
#: ../lib/gettext/tools/msgmerge.rb:274
|
|
131
|
+
msgid "Write output to specified file"
|
|
132
|
+
msgstr ""
|
|
133
|
+
|
|
134
|
+
#: ../lib/gettext/tools/msgmerge.rb:279
|
|
135
|
+
msgid "Generate sorted output"
|
|
136
|
+
msgstr ""
|
|
137
|
+
|
|
138
|
+
#: ../lib/gettext/tools/msgmerge.rb:284
|
|
139
|
+
msgid "Sort output by file location"
|
|
140
|
+
msgstr ""
|
|
141
|
+
|
|
142
|
+
#: ../lib/gettext/tools/msgmerge.rb:289
|
|
143
|
+
msgid "Sort output by msgid"
|
|
144
|
+
msgstr ""
|
|
145
|
+
|
|
146
|
+
#: ../lib/gettext/tools/msgmerge.rb:294
|
|
147
|
+
msgid "Preserve '#: FILENAME:LINE' lines"
|
|
148
|
+
msgstr ""
|
|
149
|
+
|
|
150
|
+
#: ../lib/gettext/tools/msgmerge.rb:299
|
|
151
|
+
msgid "Set output page width"
|
|
152
|
+
msgstr ""
|
|
137
153
|
|
|
138
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
154
|
+
#: ../lib/gettext/tools/msgmerge.rb:305
|
|
139
155
|
msgid ""
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
|
|
156
|
+
"Break long message lines, longer than the output page width, into several line"
|
|
157
|
+
"s"
|
|
158
|
+
msgstr ""
|
|
159
|
+
|
|
160
|
+
#: ../lib/gettext/tools/msgmerge.rb:323
|
|
161
|
+
msgid "Display version information and exit"
|
|
162
|
+
msgstr ""
|
|
163
|
+
|
|
164
|
+
#: ../lib/gettext/tools/parser/glade.rb:32
|
|
165
|
+
msgid "`%{file}' is not glade-2.0 format."
|
|
143
166
|
msgstr ""
|
|
144
167
|
|
|
145
168
|
#: ../lib/gettext/tools/xgettext.rb:64
|
|
146
169
|
msgid "'%{klass}' is ignored."
|
|
147
170
|
msgstr ""
|
|
148
171
|
|
|
149
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
172
|
+
#: ../lib/gettext/tools/xgettext.rb:183
|
|
150
173
|
msgid "Error parsing %{path}"
|
|
151
174
|
msgstr ""
|
|
152
175
|
|
|
153
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
176
|
+
#: ../lib/gettext/tools/xgettext.rb:194
|
|
154
177
|
msgid "no input files"
|
|
155
178
|
msgstr ""
|
|
156
179
|
|
|
157
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
180
|
+
#: ../lib/gettext/tools/xgettext.rb:212
|
|
158
181
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
159
182
|
msgstr "Användning: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
160
183
|
|
|
161
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
184
|
+
#: ../lib/gettext/tools/xgettext.rb:215
|
|
162
185
|
msgid "Extract translatable strings from given input files."
|
|
163
186
|
msgstr "Utvinn översättningsbara strängar från givna filer."
|
|
164
187
|
|
|
165
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
188
|
+
#: ../lib/gettext/tools/xgettext.rb:226
|
|
166
189
|
msgid "set package name in output"
|
|
167
190
|
msgstr ""
|
|
168
191
|
|
|
169
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
192
|
+
#: ../lib/gettext/tools/xgettext.rb:231
|
|
170
193
|
msgid "set package version in output"
|
|
171
194
|
msgstr ""
|
|
172
195
|
|
|
173
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
196
|
+
#: ../lib/gettext/tools/xgettext.rb:236
|
|
174
197
|
msgid "set report address for msgid bugs"
|
|
175
198
|
msgstr ""
|
|
176
199
|
|
|
177
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
200
|
+
#: ../lib/gettext/tools/xgettext.rb:241
|
|
178
201
|
msgid "set copyright holder in output"
|
|
179
202
|
msgstr ""
|
|
180
203
|
|
|
181
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
204
|
+
#: ../lib/gettext/tools/xgettext.rb:246
|
|
182
205
|
msgid "set encoding for output"
|
|
183
206
|
msgstr ""
|
|
184
207
|
|
|
185
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
208
|
+
#: ../lib/gettext/tools/xgettext.rb:251
|
|
186
209
|
msgid "require the library before executing xgettext"
|
|
187
210
|
msgstr ""
|
|
188
211
|
|
|
189
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
212
|
+
#: ../lib/gettext/tools/xgettext.rb:256
|
|
213
|
+
msgid ""
|
|
214
|
+
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
215
|
+
"word lines in output file"
|
|
216
|
+
msgstr ""
|
|
217
|
+
|
|
218
|
+
#: ../lib/gettext/tools/xgettext.rb:257
|
|
219
|
+
msgid ""
|
|
220
|
+
"If TAG is not specified, place all comment blocks preceing keyword lines in ou"
|
|
221
|
+
"tput file"
|
|
222
|
+
msgstr ""
|
|
223
|
+
|
|
224
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
225
|
+
msgid "no TAG"
|
|
226
|
+
msgstr ""
|
|
227
|
+
|
|
228
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
229
|
+
msgid "(default: %s)"
|
|
230
|
+
msgstr ""
|
|
231
|
+
|
|
232
|
+
#: ../lib/gettext/tools/xgettext.rb:262
|
|
190
233
|
msgid "run in debugging mode"
|
|
191
234
|
msgstr ""
|
|
192
235
|
|
|
193
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
236
|
+
#: ../lib/gettext/tools/xgettext.rb:266
|
|
194
237
|
msgid "display this help and exit"
|
|
195
238
|
msgstr ""
|
|
196
239
|
|
|
197
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
240
|
+
#: ../lib/gettext/tools/xgettext.rb:320
|
|
198
241
|
msgid ""
|
|
199
|
-
"Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") "
|
|
200
|
-
"
|
|
242
|
+
"Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't ret"
|
|
243
|
+
"urns empty string but the header entry in po file."
|
|
201
244
|
msgstr ""
|
|
202
245
|
|
|
203
|
-
#: ../
|
|
204
|
-
msgid "
|
|
246
|
+
#: ../samples/cgi/hellolib.rb:16
|
|
247
|
+
msgid "This message is from hellolib."
|
|
205
248
|
msgstr ""
|
|
206
249
|
|
|
207
|
-
#: ../
|
|
208
|
-
msgid "
|
|
250
|
+
#: ../samples/hello.rb:17
|
|
251
|
+
msgid "Hello World\n"
|
|
209
252
|
msgstr ""
|
|
210
253
|
|
|
211
|
-
#: ../
|
|
212
|
-
msgid "
|
|
254
|
+
#: ../samples/hello2.rb:19
|
|
255
|
+
msgid "One is %{num}\n"
|
|
213
256
|
msgstr ""
|
|
214
257
|
|
|
215
|
-
#: ../samples/
|
|
216
|
-
msgid "
|
|
258
|
+
#: ../samples/hello2.rb:20
|
|
259
|
+
msgid "Hello %{world}\n"
|
|
217
260
|
msgstr ""
|
|
218
261
|
|
|
219
|
-
#: ../samples/
|
|
220
|
-
msgid "
|
|
262
|
+
#: ../samples/hello2.rb:20
|
|
263
|
+
msgid "World"
|
|
221
264
|
msgstr ""
|
|
222
265
|
|
|
223
266
|
#: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
|
|
@@ -235,11 +278,9 @@ msgstr ""
|
|
|
235
278
|
msgid "<Hello world>"
|
|
236
279
|
msgstr ""
|
|
237
280
|
|
|
238
|
-
#: ../samples/
|
|
239
|
-
msgid "
|
|
240
|
-
|
|
241
|
-
msgstr[0] ""
|
|
242
|
-
msgstr[1] ""
|
|
281
|
+
#: ../samples/hello_gtk2.rb:25
|
|
282
|
+
msgid "hello, gtk world"
|
|
283
|
+
msgstr ""
|
|
243
284
|
|
|
244
285
|
#: ../samples/hello_noop.rb:13
|
|
245
286
|
msgid "Hello World"
|
|
@@ -249,28 +290,172 @@ msgstr ""
|
|
|
249
290
|
msgid "Hello World2"
|
|
250
291
|
msgstr ""
|
|
251
292
|
|
|
252
|
-
#: ../samples/
|
|
253
|
-
msgid "
|
|
293
|
+
#: ../samples/hello_plural.rb:20
|
|
294
|
+
msgid "There is an apple.\n"
|
|
295
|
+
msgid_plural "There are %{num} apples.\n"
|
|
296
|
+
msgstr[0] ""
|
|
297
|
+
msgstr[1] ""
|
|
298
|
+
|
|
299
|
+
#: ../samples/hello_tk.rb:16
|
|
300
|
+
msgid "hello, tk world"
|
|
254
301
|
msgstr ""
|
|
255
302
|
|
|
256
|
-
#: ../
|
|
257
|
-
|
|
303
|
+
#: ../test/fixtures/N_.rb:10 ../test/fixtures/_.rb:30 ../test/fixtures/n_.rb:29
|
|
304
|
+
#: ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
|
|
305
|
+
msgid "aaa"
|
|
306
|
+
msgid_plural "aaa2"
|
|
307
|
+
msgstr[0] ""
|
|
308
|
+
msgstr[1] ""
|
|
309
|
+
|
|
310
|
+
#: ../test/fixtures/N_.rb:14 ../test/fixtures/_.rb:34
|
|
311
|
+
msgid "aaa\n"
|
|
258
312
|
msgstr ""
|
|
259
313
|
|
|
260
|
-
#: ../
|
|
261
|
-
msgid "
|
|
314
|
+
#: ../test/fixtures/N_.rb:18 ../test/fixtures/_.rb:38
|
|
315
|
+
msgid ""
|
|
316
|
+
"bbb\n"
|
|
317
|
+
"ccc"
|
|
262
318
|
msgstr ""
|
|
263
319
|
|
|
264
|
-
#: ../
|
|
265
|
-
msgid "
|
|
320
|
+
#: ../test/fixtures/N_.rb:22 ../test/fixtures/_.rb:42
|
|
321
|
+
msgid ""
|
|
322
|
+
"bbb\n"
|
|
323
|
+
"ccc\n"
|
|
324
|
+
"ddd\n"
|
|
266
325
|
msgstr ""
|
|
267
326
|
|
|
268
|
-
#: ../
|
|
269
|
-
|
|
327
|
+
#: ../test/fixtures/N_.rb:29 ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:49
|
|
328
|
+
#: ../test/fixtures/_.rb:53
|
|
329
|
+
msgid "eee"
|
|
270
330
|
msgstr ""
|
|
271
331
|
|
|
272
|
-
#: ../test/
|
|
273
|
-
|
|
332
|
+
#: ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:53 ../test/fixtures/n_.rb:55
|
|
333
|
+
#: ../test/fixtures/n_.rb:59
|
|
334
|
+
msgid "fff"
|
|
335
|
+
msgid_plural "fff2"
|
|
336
|
+
msgstr[0] ""
|
|
337
|
+
msgstr[1] ""
|
|
338
|
+
|
|
339
|
+
#: ../test/fixtures/N_.rb:37 ../test/fixtures/_.rb:57 ../test/fixtures/n_.rb:63
|
|
340
|
+
msgid "ggghhhiii"
|
|
341
|
+
msgid_plural "jjjkkklll"
|
|
342
|
+
msgstr[0] ""
|
|
343
|
+
msgstr[1] ""
|
|
344
|
+
|
|
345
|
+
#: ../test/fixtures/N_.rb:43 ../test/fixtures/_.rb:63 ../test/fixtures/n_.rb:72
|
|
346
|
+
msgid "a\"b\"c\""
|
|
347
|
+
msgid_plural "a\"b\"c\"2"
|
|
348
|
+
msgstr[0] ""
|
|
349
|
+
msgstr[1] ""
|
|
350
|
+
|
|
351
|
+
#: ../test/fixtures/N_.rb:47 ../test/fixtures/_.rb:67 ../test/fixtures/n_.rb:76
|
|
352
|
+
msgid "d\"e\"f\""
|
|
353
|
+
msgid_plural "d\"e\"f\"2"
|
|
354
|
+
msgstr[0] ""
|
|
355
|
+
msgstr[1] ""
|
|
356
|
+
|
|
357
|
+
#: ../test/fixtures/N_.rb:51 ../test/fixtures/_.rb:71
|
|
358
|
+
msgid "jjj"
|
|
359
|
+
msgstr ""
|
|
360
|
+
|
|
361
|
+
#: ../test/fixtures/N_.rb:52 ../test/fixtures/_.rb:72
|
|
362
|
+
msgid "kkk"
|
|
363
|
+
msgstr ""
|
|
364
|
+
|
|
365
|
+
#: ../test/fixtures/N_.rb:56 ../test/fixtures/_.rb:76
|
|
366
|
+
msgid "lllmmm"
|
|
367
|
+
msgstr ""
|
|
368
|
+
|
|
369
|
+
#: ../test/fixtures/N_.rb:64 ../test/fixtures/_.rb:84
|
|
370
|
+
msgid ""
|
|
371
|
+
"nnn\n"
|
|
372
|
+
"ooo"
|
|
373
|
+
msgstr ""
|
|
374
|
+
|
|
375
|
+
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
376
|
+
msgid "#"
|
|
377
|
+
msgstr ""
|
|
378
|
+
|
|
379
|
+
#: ../test/fixtures/_.rb:96
|
|
380
|
+
msgid "\taaa"
|
|
381
|
+
msgstr ""
|
|
382
|
+
|
|
383
|
+
#: ../test/fixtures/_.rb:100
|
|
384
|
+
msgid ""
|
|
385
|
+
"Here document1\n"
|
|
386
|
+
"Here document2\n"
|
|
387
|
+
msgstr ""
|
|
388
|
+
|
|
389
|
+
#. TRANSLATORS: This is a proper name. See the gettext
|
|
390
|
+
#. manual, section Names. Note this is actually a non-ASCII
|
|
391
|
+
#. name: The first name is (with Unicode escapes)
|
|
392
|
+
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
393
|
+
#. Pronunciation is like "fraa-swa pee-nar".
|
|
394
|
+
#. This is an example from GNU gettext documentation.
|
|
395
|
+
#: ../test/fixtures/_.rb:120
|
|
396
|
+
msgid "Francois Pinard"
|
|
397
|
+
msgstr ""
|
|
398
|
+
|
|
399
|
+
#: ../test/fixtures/_.rb:123
|
|
400
|
+
msgid "No TRANSLATORS comment"
|
|
401
|
+
msgstr ""
|
|
402
|
+
|
|
403
|
+
#: ../test/fixtures/_.rb:128
|
|
404
|
+
msgid "self explaining"
|
|
405
|
+
msgstr ""
|
|
406
|
+
|
|
407
|
+
#: ../test/fixtures/_.rb:132
|
|
408
|
+
msgid "This is a # including string."
|
|
409
|
+
msgstr ""
|
|
410
|
+
|
|
411
|
+
#: ../test/fixtures/_/double_quote_in_double_quote.rb:28
|
|
412
|
+
msgid "double \"quote\" in double quote"
|
|
413
|
+
msgstr ""
|
|
414
|
+
|
|
415
|
+
#: ../test/fixtures/_/double_quote_in_single_quote.rb:28
|
|
416
|
+
msgid "double \"quote\" in single quote"
|
|
417
|
+
msgstr ""
|
|
418
|
+
|
|
419
|
+
#: ../test/fixtures/_/literal_concatenation_with_continuation_line.rb:28
|
|
420
|
+
msgid "literal concatenation with continuation line"
|
|
421
|
+
msgstr ""
|
|
422
|
+
|
|
423
|
+
#: ../test/fixtures/_/middle_new_line.rb:28
|
|
424
|
+
msgid ""
|
|
425
|
+
"middle\n"
|
|
426
|
+
"new line"
|
|
427
|
+
msgstr ""
|
|
428
|
+
|
|
429
|
+
#: ../test/fixtures/_/multiple_lines_literal.rb:28
|
|
430
|
+
msgid ""
|
|
431
|
+
"multiple\n"
|
|
432
|
+
"lines\n"
|
|
433
|
+
"literal\n"
|
|
434
|
+
msgstr ""
|
|
435
|
+
|
|
436
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
437
|
+
msgid "multiple"
|
|
438
|
+
msgstr ""
|
|
439
|
+
|
|
440
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
441
|
+
msgid "in same line"
|
|
442
|
+
msgstr ""
|
|
443
|
+
|
|
444
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:28
|
|
445
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:32
|
|
446
|
+
msgid "multiple same messages"
|
|
447
|
+
msgstr ""
|
|
448
|
+
|
|
449
|
+
#: ../test/fixtures/_/one_line.rb:28
|
|
450
|
+
msgid "one line"
|
|
451
|
+
msgstr ""
|
|
452
|
+
|
|
453
|
+
#: ../test/fixtures/_/one_new_line.rb:28
|
|
454
|
+
msgid "one new line\n"
|
|
455
|
+
msgstr ""
|
|
456
|
+
|
|
457
|
+
#: ../test/fixtures/backslash.rb:27
|
|
458
|
+
msgid "You should escape '\\' as '\\\\'."
|
|
274
459
|
msgstr ""
|
|
275
460
|
|
|
276
461
|
#: ../test/fixtures/gladeparser.glade:29
|
|
@@ -303,13 +488,41 @@ msgstr ""
|
|
|
303
488
|
msgid "duplicated"
|
|
304
489
|
msgstr ""
|
|
305
490
|
|
|
306
|
-
#: ../test/fixtures/
|
|
307
|
-
#: ../test/fixtures/
|
|
308
|
-
#: ../test/
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
491
|
+
#: ../test/fixtures/multi_text_domain.rb:11
|
|
492
|
+
#: ../test/fixtures/multi_text_domain.rb:24
|
|
493
|
+
#: ../test/fixtures/multi_text_domain.rb:43
|
|
494
|
+
#: ../test/fixtures/multi_text_domain.rb:50
|
|
495
|
+
#: ../test/fixtures/multi_text_domain.rb:62
|
|
496
|
+
#: ../test/fixtures/multi_text_domain.rb:75
|
|
497
|
+
#: ../test/fixtures/multi_text_domain.rb:91
|
|
498
|
+
#: ../test/fixtures/multi_text_domain.rb:104
|
|
499
|
+
#: ../test/fixtures/multi_text_domain.rb:108
|
|
500
|
+
#: ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10
|
|
501
|
+
#: ../test/test_gettext.rb:64 ../test/test_gettext.rb:297
|
|
502
|
+
#: ../test/test_gettext.rb:299 ../test/test_gettext.rb:302
|
|
503
|
+
#: ../test/test_gettext.rb:306 ../test/test_gettext.rb:309
|
|
504
|
+
#: ../test/test_gettext.rb:322 ../test/test_gettext.rb:325
|
|
505
|
+
#: ../test/test_gettext.rb:328 ../test/test_gettext.rb:336
|
|
506
|
+
#: ../test/test_gettext.rb:339 ../test/test_gettext.rb:351
|
|
507
|
+
#: ../test/test_gettext.rb:358 ../test/test_text_domain_toplevel.rb:9
|
|
508
|
+
#: ../test/test_text_domain_toplevel.rb:15
|
|
509
|
+
#: ../test/test_text_domain_toplevel.rb:18
|
|
510
|
+
#: ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
|
|
511
|
+
msgid "language"
|
|
512
|
+
msgstr ""
|
|
513
|
+
|
|
514
|
+
#: ../test/fixtures/multi_text_domain.rb:14
|
|
515
|
+
#: ../test/fixtures/multi_text_domain.rb:27
|
|
516
|
+
#: ../test/fixtures/multi_text_domain.rb:54
|
|
517
|
+
#: ../test/fixtures/multi_text_domain.rb:65
|
|
518
|
+
#: ../test/fixtures/multi_text_domain.rb:78
|
|
519
|
+
#: ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
520
|
+
msgid "LANGUAGE"
|
|
521
|
+
msgstr ""
|
|
522
|
+
|
|
523
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
524
|
+
msgid "no data"
|
|
525
|
+
msgstr ""
|
|
313
526
|
|
|
314
527
|
#: ../test/fixtures/n_.rb:33
|
|
315
528
|
msgid "bbb\n"
|
|
@@ -349,40 +562,12 @@ msgid_plural ""
|
|
|
349
562
|
msgstr[0] ""
|
|
350
563
|
msgstr[1] ""
|
|
351
564
|
|
|
352
|
-
#: ../test/fixtures/n_.rb:55 ../test/fixtures/n_.rb:59
|
|
353
|
-
#: ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:33
|
|
354
|
-
msgid "fff"
|
|
355
|
-
msgid_plural "fff2"
|
|
356
|
-
msgstr[0] ""
|
|
357
|
-
msgstr[1] ""
|
|
358
|
-
|
|
359
565
|
#: ../test/fixtures/n_.rb:59
|
|
360
566
|
msgid "ggg"
|
|
361
567
|
msgid_plural "ggg2"
|
|
362
568
|
msgstr[0] ""
|
|
363
569
|
msgstr[1] ""
|
|
364
570
|
|
|
365
|
-
#: ../test/fixtures/n_.rb:63 ../test/fixtures/_.rb:57
|
|
366
|
-
#: ../test/fixtures/N_.rb:37
|
|
367
|
-
msgid "ggghhhiii"
|
|
368
|
-
msgid_plural "jjjkkklll"
|
|
369
|
-
msgstr[0] ""
|
|
370
|
-
msgstr[1] ""
|
|
371
|
-
|
|
372
|
-
#: ../test/fixtures/n_.rb:72 ../test/fixtures/_.rb:63
|
|
373
|
-
#: ../test/fixtures/N_.rb:43
|
|
374
|
-
msgid "a\"b\"c\""
|
|
375
|
-
msgid_plural "a\"b\"c\"2"
|
|
376
|
-
msgstr[0] ""
|
|
377
|
-
msgstr[1] ""
|
|
378
|
-
|
|
379
|
-
#: ../test/fixtures/n_.rb:76 ../test/fixtures/_.rb:67
|
|
380
|
-
#: ../test/fixtures/N_.rb:47
|
|
381
|
-
msgid "d\"e\"f\""
|
|
382
|
-
msgid_plural "d\"e\"f\"2"
|
|
383
|
-
msgstr[0] ""
|
|
384
|
-
msgstr[1] ""
|
|
385
|
-
|
|
386
571
|
#: ../test/fixtures/n_.rb:80
|
|
387
572
|
msgid "mmmmmm"
|
|
388
573
|
msgid_plural "mmm2mmm2"
|
|
@@ -395,7 +580,7 @@ msgid_plural "nnn2"
|
|
|
395
580
|
msgstr[0] ""
|
|
396
581
|
msgstr[1] ""
|
|
397
582
|
|
|
398
|
-
#: ../test/fixtures/n_.rb:
|
|
583
|
+
#: ../test/fixtures/n_.rb:85 ../test/fixtures/n_.rb:86
|
|
399
584
|
msgid "ooo"
|
|
400
585
|
msgid_plural "ppp"
|
|
401
586
|
msgstr[0] ""
|
|
@@ -407,7 +592,7 @@ msgid_plural "rrr"
|
|
|
407
592
|
msgstr[0] ""
|
|
408
593
|
msgstr[1] ""
|
|
409
594
|
|
|
410
|
-
#. please provide translations for all
|
|
595
|
+
#. TRANSLATORS:please provide translations for all
|
|
411
596
|
#. the plural forms!
|
|
412
597
|
#: ../test/fixtures/n_.rb:97
|
|
413
598
|
msgid "comment"
|
|
@@ -415,46 +600,8 @@ msgid_plural "comments"
|
|
|
415
600
|
msgstr[0] ""
|
|
416
601
|
msgstr[1] ""
|
|
417
602
|
|
|
418
|
-
#: ../test/fixtures/
|
|
419
|
-
msgid "
|
|
420
|
-
msgid_plural "context|context$messages"
|
|
421
|
-
msgstr[0] ""
|
|
422
|
-
msgstr[1] ""
|
|
423
|
-
|
|
424
|
-
#: ../test/fixtures/multi_textdomain.rb:11
|
|
425
|
-
#: ../test/fixtures/multi_textdomain.rb:24
|
|
426
|
-
#: ../test/fixtures/multi_textdomain.rb:43
|
|
427
|
-
#: ../test/fixtures/multi_textdomain.rb:50
|
|
428
|
-
#: ../test/fixtures/multi_textdomain.rb:62
|
|
429
|
-
#: ../test/fixtures/multi_textdomain.rb:75
|
|
430
|
-
#: ../test/fixtures/multi_textdomain.rb:91
|
|
431
|
-
#: ../test/fixtures/multi_textdomain.rb:104
|
|
432
|
-
#: ../test/fixtures/multi_textdomain.rb:108
|
|
433
|
-
#: ../test/fixtures/multi_textdomain.rb:128 ../test/fixtures/simple.rb:10
|
|
434
|
-
#: ../test/test_thread.rb:23 ../test/test_textdomain_toplevel.rb:9
|
|
435
|
-
#: ../test/test_textdomain_toplevel.rb:15
|
|
436
|
-
#: ../test/test_textdomain_toplevel.rb:18
|
|
437
|
-
#: ../test/test_textdomain_toplevel.rb:23 ../test/test_gettext.rb:64
|
|
438
|
-
#: ../test/test_gettext.rb:297 ../test/test_gettext.rb:299
|
|
439
|
-
#: ../test/test_gettext.rb:302 ../test/test_gettext.rb:306
|
|
440
|
-
#: ../test/test_gettext.rb:309 ../test/test_gettext.rb:322
|
|
441
|
-
#: ../test/test_gettext.rb:325 ../test/test_gettext.rb:328
|
|
442
|
-
#: ../test/test_gettext.rb:336 ../test/test_gettext.rb:339
|
|
443
|
-
#: ../test/test_gettext.rb:351 ../test/test_gettext.rb:358
|
|
444
|
-
msgid "language"
|
|
445
|
-
msgstr ""
|
|
446
|
-
|
|
447
|
-
#: ../test/fixtures/multi_textdomain.rb:14
|
|
448
|
-
#: ../test/fixtures/multi_textdomain.rb:27
|
|
449
|
-
#: ../test/fixtures/multi_textdomain.rb:54
|
|
450
|
-
#: ../test/fixtures/multi_textdomain.rb:65
|
|
451
|
-
#: ../test/fixtures/multi_textdomain.rb:78
|
|
452
|
-
#: ../test/fixtures/multi_textdomain.rb:116 ../test/test_gettext.rb:53
|
|
453
|
-
msgid "LANGUAGE"
|
|
454
|
-
msgstr ""
|
|
455
|
-
|
|
456
|
-
#: ../test/fixtures/multi_textdomain.rb:120
|
|
457
|
-
msgid "no data"
|
|
603
|
+
#: ../test/fixtures/non_ascii.rb:10
|
|
604
|
+
msgid "こんにちは"
|
|
458
605
|
msgstr ""
|
|
459
606
|
|
|
460
607
|
#: ../test/fixtures/np_.rb:28 ../test/fixtures/np_.rb:29
|
|
@@ -486,96 +633,8 @@ msgid_plural "%{num} pictures"
|
|
|
486
633
|
msgstr[0] ""
|
|
487
634
|
msgstr[1] ""
|
|
488
635
|
|
|
489
|
-
#: ../test/fixtures/
|
|
490
|
-
|
|
491
|
-
msgstr ""
|
|
492
|
-
|
|
493
|
-
#: ../test/fixtures/non_ascii.rb:10
|
|
494
|
-
msgid "こんにちは"
|
|
495
|
-
msgstr ""
|
|
496
|
-
|
|
497
|
-
#: ../test/fixtures/untranslated.rb:10
|
|
498
|
-
msgid "untranslated"
|
|
499
|
-
msgstr ""
|
|
500
|
-
|
|
501
|
-
#: ../test/fixtures/_.rb:34 ../test/fixtures/N_.rb:14
|
|
502
|
-
msgid "aaa\n"
|
|
503
|
-
msgstr ""
|
|
504
|
-
|
|
505
|
-
#: ../test/fixtures/_.rb:38 ../test/fixtures/N_.rb:18
|
|
506
|
-
msgid ""
|
|
507
|
-
"bbb\n"
|
|
508
|
-
"ccc"
|
|
509
|
-
msgstr ""
|
|
510
|
-
|
|
511
|
-
#: ../test/fixtures/_.rb:42 ../test/fixtures/N_.rb:22
|
|
512
|
-
msgid ""
|
|
513
|
-
"bbb\n"
|
|
514
|
-
"ccc\n"
|
|
515
|
-
"ddd\n"
|
|
516
|
-
msgstr ""
|
|
517
|
-
|
|
518
|
-
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:29
|
|
519
|
-
#: ../test/fixtures/N_.rb:33
|
|
520
|
-
msgid "eee"
|
|
521
|
-
msgstr ""
|
|
522
|
-
|
|
523
|
-
#: ../test/fixtures/_.rb:71 ../test/fixtures/N_.rb:51
|
|
524
|
-
msgid "jjj"
|
|
525
|
-
msgstr ""
|
|
526
|
-
|
|
527
|
-
#: ../test/fixtures/_.rb:72 ../test/fixtures/N_.rb:52
|
|
528
|
-
msgid "kkk"
|
|
529
|
-
msgstr ""
|
|
530
|
-
|
|
531
|
-
#: ../test/fixtures/_.rb:76 ../test/fixtures/N_.rb:56
|
|
532
|
-
msgid "lllmmm"
|
|
533
|
-
msgstr ""
|
|
534
|
-
|
|
535
|
-
#: ../test/fixtures/_.rb:84 ../test/fixtures/N_.rb:64
|
|
536
|
-
msgid ""
|
|
537
|
-
"nnn\n"
|
|
538
|
-
"ooo"
|
|
539
|
-
msgstr ""
|
|
540
|
-
|
|
541
|
-
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
542
|
-
msgid "#"
|
|
543
|
-
msgstr ""
|
|
544
|
-
|
|
545
|
-
#: ../test/fixtures/_.rb:96
|
|
546
|
-
msgid "\taaa"
|
|
547
|
-
msgstr ""
|
|
548
|
-
|
|
549
|
-
#: ../test/fixtures/_.rb:100
|
|
550
|
-
msgid ""
|
|
551
|
-
"Here document1\n"
|
|
552
|
-
"Here document2\n"
|
|
553
|
-
msgstr ""
|
|
554
|
-
|
|
555
|
-
#. This is a proper name. See the gettext
|
|
556
|
-
#. manual, section Names. Note this is actually a non-ASCII
|
|
557
|
-
#. name: The first name is (with Unicode escapes)
|
|
558
|
-
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
559
|
-
#. Pronunciation is like "fraa-swa pee-nar".
|
|
560
|
-
#. This is an example from GNU gettext documentation.
|
|
561
|
-
#: ../test/fixtures/_.rb:119
|
|
562
|
-
msgid "Francois Pinard"
|
|
563
|
-
msgstr ""
|
|
564
|
-
|
|
565
|
-
#: ../test/fixtures/_.rb:122
|
|
566
|
-
msgid "No TRANSLATORS comment"
|
|
567
|
-
msgstr ""
|
|
568
|
-
|
|
569
|
-
#: ../test/fixtures/_.rb:127
|
|
570
|
-
msgid "self explaining"
|
|
571
|
-
msgstr ""
|
|
572
|
-
|
|
573
|
-
#: ../test/fixtures/_.rb:131
|
|
574
|
-
msgid "This is a # including string."
|
|
575
|
-
msgstr ""
|
|
576
|
-
|
|
577
|
-
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/s_.rb:28
|
|
578
|
-
#: ../test/fixtures/s_.rb:32 ../test/fixtures/ns_.rb:32
|
|
636
|
+
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/ns_.rb:32
|
|
637
|
+
#: ../test/fixtures/s_.rb:28 ../test/fixtures/s_.rb:32
|
|
579
638
|
#: ../test/test_gettext.rb:119
|
|
580
639
|
msgid "AAA|BBB"
|
|
581
640
|
msgid_plural "CCC"
|
|
@@ -624,9 +683,11 @@ msgid_plural "DDD"
|
|
|
624
683
|
msgstr[0] ""
|
|
625
684
|
msgstr[1] ""
|
|
626
685
|
|
|
627
|
-
#: ../test/fixtures/
|
|
628
|
-
msgid "
|
|
629
|
-
|
|
686
|
+
#: ../test/fixtures/ns_/custom.rb:28 ../test/fixtures/s_/custom.rb:28
|
|
687
|
+
msgid "context|context$message"
|
|
688
|
+
msgid_plural "context|context$messages"
|
|
689
|
+
msgstr[0] ""
|
|
690
|
+
msgstr[1] ""
|
|
630
691
|
|
|
631
692
|
#: ../test/fixtures/p_.rb:29 ../test/fixtures/p_.rb:33
|
|
632
693
|
msgctxt "AAA"
|
|
@@ -652,7 +713,7 @@ msgstr ""
|
|
|
652
713
|
msgid "BBB"
|
|
653
714
|
msgstr ""
|
|
654
715
|
|
|
655
|
-
#. please translate 'name' in the context of 'program'.
|
|
716
|
+
#. TRANSLATORS:please translate 'name' in the context of 'program'.
|
|
656
717
|
#. Hint: the translation should NOT contain the translation of 'program'.
|
|
657
718
|
#: ../test/fixtures/p_.rb:55
|
|
658
719
|
msgctxt "program"
|
|
@@ -663,6 +724,10 @@ msgstr ""
|
|
|
663
724
|
msgid "one is %d."
|
|
664
725
|
msgstr ""
|
|
665
726
|
|
|
727
|
+
#: ../test/fixtures/untranslated.rb:10
|
|
728
|
+
msgid "untranslated"
|
|
729
|
+
msgstr ""
|
|
730
|
+
|
|
666
731
|
#: ../test/test_gettext.rb:59
|
|
667
732
|
msgid "nomsgstr"
|
|
668
733
|
msgstr ""
|
|
@@ -711,10 +776,18 @@ msgid_plural "second"
|
|
|
711
776
|
msgstr[0] ""
|
|
712
777
|
msgstr[1] ""
|
|
713
778
|
|
|
714
|
-
#: ../test/test_gettext.rb:
|
|
779
|
+
#: ../test/test_gettext.rb:268 ../test/test_gettext.rb:269
|
|
715
780
|
#: ../test/test_gettext.rb:270 ../test/test_gettext.rb:278
|
|
716
781
|
#: ../test/test_gettext.rb:279 ../test/test_gettext.rb:280
|
|
717
782
|
msgid "single"
|
|
718
783
|
msgid_plural "plural"
|
|
719
784
|
msgstr[0] ""
|
|
720
785
|
msgstr[1] ""
|
|
786
|
+
|
|
787
|
+
#: ../test/tools/files/simple_translation.rb:3
|
|
788
|
+
msgid "a translation"
|
|
789
|
+
msgstr ""
|
|
790
|
+
|
|
791
|
+
#: ../lib/gettext/tools/msgmerge.rb:463
|
|
792
|
+
#~ msgid "Usage: %s def.po ref.pot [-o output.pot]"
|
|
793
|
+
#~ msgstr "Användning: %s def.po ref.pot [-o output.pot]"
|