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/de/gettext.po
CHANGED
|
@@ -14,7 +14,7 @@ msgid ""
|
|
|
14
14
|
msgstr ""
|
|
15
15
|
"Project-Id-Version: ruby-gettext 2.1.0\n"
|
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
|
17
|
-
"POT-Creation-Date:
|
|
17
|
+
"POT-Creation-Date: 2013-09-20 22:54+0900\n"
|
|
18
18
|
"PO-Revision-Date: 2008-07-13 10:00W. Europe Standard Time\n"
|
|
19
19
|
"Last-Translator: Patrick Lenz <patrick at limited-overload.de>\n"
|
|
20
20
|
"Language-Team: German\n"
|
|
@@ -24,24 +24,13 @@ msgstr ""
|
|
|
24
24
|
"Content-Transfer-Encoding: 8bit\n"
|
|
25
25
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
26
26
|
|
|
27
|
-
#: ../lib/gettext/
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
#: ../lib/gettext/tools.rb:82
|
|
32
|
-
msgid "New .pot was copied to %{failed_filename}"
|
|
33
|
-
msgstr "Die neue .pot Datei wurde nach %{failed_filename} kopiert"
|
|
34
|
-
|
|
35
|
-
#: ../lib/gettext/tools.rb:83
|
|
36
|
-
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
37
|
-
msgstr ""
|
|
38
|
-
"Überprüfe diese po/pot Dateien. Sie enthalten syntaktische Fehler oder "
|
|
39
|
-
"andere Probleme."
|
|
27
|
+
#: ../lib/gettext/runtime/textdomain_manager.rb:148
|
|
28
|
+
#, fuzzy
|
|
29
|
+
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
30
|
+
msgstr "Der 3. Parameter ist ungültig: value = %{number}"
|
|
40
31
|
|
|
41
|
-
#: ../lib/gettext/
|
|
42
|
-
msgid ""
|
|
43
|
-
"`%{cmd}' can not be found. \n"
|
|
44
|
-
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
32
|
+
#: ../lib/gettext/text_domain_manager.rb:154
|
|
33
|
+
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
45
34
|
msgstr ""
|
|
46
35
|
|
|
47
36
|
#: ../lib/gettext/tools/msgfmt.rb:65
|
|
@@ -55,49 +44,46 @@ msgstr "Verwendung: %s eingabe.po [-o ausgabe.mo]"
|
|
|
55
44
|
|
|
56
45
|
#: ../lib/gettext/tools/msgfmt.rb:82
|
|
57
46
|
msgid "Generate binary message catalog from textual translation description."
|
|
58
|
-
msgstr ""
|
|
59
|
-
"Erstelle binären Meldungskatalog aus schriftlicher Übersetzungsbeschreibung."
|
|
47
|
+
msgstr "Erstelle binären Meldungskatalog aus schriftlicher Übersetzungsbeschreibung."
|
|
60
48
|
|
|
61
49
|
#: ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:89
|
|
62
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
50
|
+
#: ../lib/gettext/tools/msgmerge.rb:266 ../lib/gettext/tools/xgettext.rb:218
|
|
63
51
|
msgid "Specific options:"
|
|
64
52
|
msgstr "Spezifische Optionen:"
|
|
65
53
|
|
|
66
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/
|
|
67
|
-
#: ../lib/gettext/tools/xgettext.rb:213
|
|
54
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:221
|
|
68
55
|
msgid "write output to specified file"
|
|
69
56
|
msgstr "Schreibe Ausgabe in die angegebene Datei"
|
|
70
57
|
|
|
71
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/
|
|
72
|
-
#: ../lib/gettext/tools/xgettext.rb:256
|
|
58
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:271
|
|
73
59
|
msgid "display version information and exit"
|
|
74
60
|
msgstr "Zeige Versionsinformationen und beende."
|
|
75
61
|
|
|
76
62
|
#: ../lib/gettext/tools/msginit.rb:85
|
|
77
63
|
msgid ""
|
|
78
|
-
"Create a new .po file from initializing .pot file with user's environment "
|
|
79
|
-
"
|
|
64
|
+
"Create a new .po file from initializing .pot file with user's environment and "
|
|
65
|
+
"input."
|
|
80
66
|
msgstr ""
|
|
81
67
|
|
|
82
68
|
#: ../lib/gettext/tools/msginit.rb:91
|
|
83
69
|
msgid ""
|
|
84
|
-
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file "
|
|
85
|
-
"
|
|
70
|
+
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file exis"
|
|
71
|
+
"ting the current directory."
|
|
86
72
|
msgstr ""
|
|
87
73
|
|
|
88
74
|
#: ../lib/gettext/tools/msginit.rb:98
|
|
89
75
|
msgid ""
|
|
90
|
-
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend "
|
|
91
|
-
"
|
|
76
|
+
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on"
|
|
77
|
+
" LOCALE or the current locale on your environment."
|
|
92
78
|
msgstr ""
|
|
93
79
|
|
|
94
80
|
#: ../lib/gettext/tools/msginit.rb:105
|
|
95
81
|
msgid ""
|
|
96
|
-
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the "
|
|
97
|
-
"
|
|
82
|
+
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current"
|
|
83
|
+
" locale on your environment."
|
|
98
84
|
msgstr ""
|
|
99
85
|
|
|
100
|
-
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:
|
|
86
|
+
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:317
|
|
101
87
|
msgid "Display this help and exit"
|
|
102
88
|
msgstr ""
|
|
103
89
|
|
|
@@ -117,8 +103,8 @@ msgstr "Die Datei »%s« existierte bereits."
|
|
|
117
103
|
|
|
118
104
|
#: ../lib/gettext/tools/msginit.rb:152
|
|
119
105
|
msgid ""
|
|
120
|
-
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified "
|
|
121
|
-
"
|
|
106
|
+
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified locale i"
|
|
107
|
+
"s usable."
|
|
122
108
|
msgstr ""
|
|
123
109
|
|
|
124
110
|
#: ../lib/gettext/tools/msginit.rb:161
|
|
@@ -126,118 +112,173 @@ msgstr ""
|
|
|
126
112
|
msgid "file '%s' has already existed."
|
|
127
113
|
msgstr "Die Datei »%s« existierte bereits."
|
|
128
114
|
|
|
129
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
115
|
+
#: ../lib/gettext/tools/msginit.rb:200
|
|
130
116
|
msgid "Please enter your full name"
|
|
131
117
|
msgstr ""
|
|
132
118
|
|
|
133
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
119
|
+
#: ../lib/gettext/tools/msginit.rb:229
|
|
134
120
|
msgid "Please enter your email address"
|
|
135
121
|
msgstr ""
|
|
136
122
|
|
|
137
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
138
|
-
msgid "
|
|
139
|
-
msgstr "
|
|
123
|
+
#: ../lib/gettext/tools/msgmerge.rb:255
|
|
124
|
+
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
|
125
|
+
msgstr ""
|
|
140
126
|
|
|
141
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
142
|
-
|
|
143
|
-
|
|
127
|
+
#: ../lib/gettext/tools/msgmerge.rb:258
|
|
128
|
+
#, fuzzy
|
|
129
|
+
msgid ""
|
|
130
|
+
"Merges two Uniforum style .po files together. The definition.po file is an exi"
|
|
131
|
+
"sting PO file with translations. The reference.pot file is the last created PO"
|
|
132
|
+
" file with up-to-date source references. The reference.pot is generally create"
|
|
133
|
+
"d by rxgettext."
|
|
134
|
+
msgstr ""
|
|
135
|
+
"Vereint zwei .po Dateien im Uniform Stil miteinander. Die Datei def.po existie"
|
|
136
|
+
"rt bereits und enthält Übersetzungen. Die Datei ref.pot ist die zuletzt erstel"
|
|
137
|
+
"lte Datei mit aktuellen Quellenreferenzen. ref.pot wird in aller Regel durch r"
|
|
138
|
+
"gettext erstellt"
|
|
144
139
|
|
|
145
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
146
|
-
msgid "
|
|
147
|
-
msgstr "
|
|
140
|
+
#: ../lib/gettext/tools/msgmerge.rb:269
|
|
141
|
+
msgid "Update definition.po"
|
|
142
|
+
msgstr ""
|
|
148
143
|
|
|
149
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
144
|
+
#: ../lib/gettext/tools/msgmerge.rb:274
|
|
145
|
+
#, fuzzy
|
|
146
|
+
msgid "Write output to specified file"
|
|
147
|
+
msgstr "Schreibe Ausgabe in die angegebene Datei"
|
|
148
|
+
|
|
149
|
+
#: ../lib/gettext/tools/msgmerge.rb:279
|
|
150
|
+
msgid "Generate sorted output"
|
|
151
|
+
msgstr ""
|
|
152
|
+
|
|
153
|
+
#: ../lib/gettext/tools/msgmerge.rb:284
|
|
154
|
+
msgid "Sort output by file location"
|
|
155
|
+
msgstr ""
|
|
156
|
+
|
|
157
|
+
#: ../lib/gettext/tools/msgmerge.rb:289
|
|
158
|
+
msgid "Sort output by msgid"
|
|
159
|
+
msgstr ""
|
|
160
|
+
|
|
161
|
+
#: ../lib/gettext/tools/msgmerge.rb:294
|
|
162
|
+
msgid "Preserve '#: FILENAME:LINE' lines"
|
|
163
|
+
msgstr ""
|
|
164
|
+
|
|
165
|
+
#: ../lib/gettext/tools/msgmerge.rb:299
|
|
166
|
+
msgid "Set output page width"
|
|
167
|
+
msgstr ""
|
|
168
|
+
|
|
169
|
+
#: ../lib/gettext/tools/msgmerge.rb:305
|
|
150
170
|
msgid ""
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"up-to-date source references. ref.pot is generally created by rgettext."
|
|
171
|
+
"Break long message lines, longer than the output page width, into several line"
|
|
172
|
+
"s"
|
|
154
173
|
msgstr ""
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
"
|
|
174
|
+
|
|
175
|
+
#: ../lib/gettext/tools/msgmerge.rb:323
|
|
176
|
+
#, fuzzy
|
|
177
|
+
msgid "Display version information and exit"
|
|
178
|
+
msgstr "Zeige Versionsinformationen und beende."
|
|
179
|
+
|
|
180
|
+
#: ../lib/gettext/tools/parser/glade.rb:32
|
|
181
|
+
msgid "`%{file}' is not glade-2.0 format."
|
|
182
|
+
msgstr "`%{file}' liegt nicht im Glade-2.0-Format vor."
|
|
159
183
|
|
|
160
184
|
#: ../lib/gettext/tools/xgettext.rb:64
|
|
161
185
|
msgid "'%{klass}' is ignored."
|
|
162
186
|
msgstr "'%{klass}' wird ignoriert."
|
|
163
187
|
|
|
164
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
188
|
+
#: ../lib/gettext/tools/xgettext.rb:183
|
|
165
189
|
msgid "Error parsing %{path}"
|
|
166
190
|
msgstr ""
|
|
167
191
|
|
|
168
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
192
|
+
#: ../lib/gettext/tools/xgettext.rb:194
|
|
169
193
|
msgid "no input files"
|
|
170
194
|
msgstr "Keine Eingabedateien"
|
|
171
195
|
|
|
172
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
196
|
+
#: ../lib/gettext/tools/xgettext.rb:212
|
|
173
197
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
174
198
|
msgstr "Verwendung: %s eingabe.po [-r parser.rb] [-o ausgabe.mo]"
|
|
175
199
|
|
|
176
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
200
|
+
#: ../lib/gettext/tools/xgettext.rb:215
|
|
177
201
|
msgid "Extract translatable strings from given input files."
|
|
178
|
-
msgstr ""
|
|
179
|
-
"Extrahiere die übersetzbaren Zeichenketten aus den angegebenen "
|
|
180
|
-
"Eingabedateien."
|
|
202
|
+
msgstr "Extrahiere die übersetzbaren Zeichenketten aus den angegebenen Eingabedateien."
|
|
181
203
|
|
|
182
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
204
|
+
#: ../lib/gettext/tools/xgettext.rb:226
|
|
183
205
|
msgid "set package name in output"
|
|
184
206
|
msgstr ""
|
|
185
207
|
|
|
186
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
208
|
+
#: ../lib/gettext/tools/xgettext.rb:231
|
|
187
209
|
msgid "set package version in output"
|
|
188
210
|
msgstr ""
|
|
189
211
|
|
|
190
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
212
|
+
#: ../lib/gettext/tools/xgettext.rb:236
|
|
191
213
|
msgid "set report address for msgid bugs"
|
|
192
214
|
msgstr ""
|
|
193
215
|
|
|
194
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
216
|
+
#: ../lib/gettext/tools/xgettext.rb:241
|
|
195
217
|
msgid "set copyright holder in output"
|
|
196
218
|
msgstr ""
|
|
197
219
|
|
|
198
|
-
#: ../lib/gettext/tools/xgettext.rb:238
|
|
199
|
-
msgid "set encoding for output"
|
|
200
|
-
msgstr ""
|
|
201
|
-
|
|
202
220
|
#: ../lib/gettext/tools/xgettext.rb:243
|
|
203
221
|
#, fuzzy
|
|
204
222
|
msgid "require the library before executing xgettext"
|
|
205
223
|
msgstr "Bitte zunächst die Library einbinden bevor rgettext ausgeführt wird"
|
|
206
224
|
|
|
207
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
208
|
-
msgid "
|
|
209
|
-
msgstr "
|
|
225
|
+
#: ../lib/gettext/tools/xgettext.rb:246
|
|
226
|
+
msgid "set encoding for output"
|
|
227
|
+
msgstr ""
|
|
210
228
|
|
|
211
229
|
#: ../lib/gettext/tools/xgettext.rb:251
|
|
212
230
|
#, fuzzy
|
|
213
231
|
msgid "display this help and exit"
|
|
214
232
|
msgstr "Zeige Versionsinformationen und beende."
|
|
215
233
|
|
|
216
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
234
|
+
#: ../lib/gettext/tools/xgettext.rb:256
|
|
217
235
|
msgid ""
|
|
218
|
-
"
|
|
219
|
-
"
|
|
236
|
+
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
237
|
+
"word lines in output file"
|
|
220
238
|
msgstr ""
|
|
221
239
|
|
|
222
|
-
#: ../lib/gettext/tools/
|
|
223
|
-
msgid "
|
|
224
|
-
|
|
240
|
+
#: ../lib/gettext/tools/xgettext.rb:257
|
|
241
|
+
msgid ""
|
|
242
|
+
"If TAG is not specified, place all comment blocks preceing keyword lines in ou"
|
|
243
|
+
"tput file"
|
|
244
|
+
msgstr ""
|
|
225
245
|
|
|
226
|
-
#: ../lib/gettext/
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
msgstr "Der 3. Parameter ist ungültig: value = %{number}"
|
|
246
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
247
|
+
msgid "(default: %s)"
|
|
248
|
+
msgstr ""
|
|
230
249
|
|
|
231
|
-
#: ../lib/gettext/
|
|
232
|
-
msgid "
|
|
250
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
251
|
+
msgid "no TAG"
|
|
233
252
|
msgstr ""
|
|
234
253
|
|
|
235
|
-
#: ../
|
|
236
|
-
msgid "
|
|
254
|
+
#: ../lib/gettext/tools/xgettext.rb:262
|
|
255
|
+
msgid "run in debugging mode"
|
|
256
|
+
msgstr "Ausführung im Debug-Modus"
|
|
257
|
+
|
|
258
|
+
#: ../lib/gettext/tools/xgettext.rb:320
|
|
259
|
+
msgid ""
|
|
260
|
+
"Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't ret"
|
|
261
|
+
"urns empty string but the header entry in po file."
|
|
237
262
|
msgstr ""
|
|
238
263
|
|
|
239
|
-
#: ../samples/
|
|
240
|
-
msgid "
|
|
264
|
+
#: ../samples/cgi/hellolib.rb:16
|
|
265
|
+
msgid "This message is from hellolib."
|
|
266
|
+
msgstr ""
|
|
267
|
+
|
|
268
|
+
#: ../samples/hello.rb:17
|
|
269
|
+
msgid "Hello World\n"
|
|
270
|
+
msgstr ""
|
|
271
|
+
|
|
272
|
+
#: ../samples/hello2.rb:19
|
|
273
|
+
msgid "One is %{num}\n"
|
|
274
|
+
msgstr ""
|
|
275
|
+
|
|
276
|
+
#: ../samples/hello2.rb:20
|
|
277
|
+
msgid "Hello %{world}\n"
|
|
278
|
+
msgstr ""
|
|
279
|
+
|
|
280
|
+
#: ../samples/hello2.rb:20
|
|
281
|
+
msgid "World"
|
|
241
282
|
msgstr ""
|
|
242
283
|
|
|
243
284
|
#: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
|
|
@@ -255,11 +296,9 @@ msgstr ""
|
|
|
255
296
|
msgid "<Hello world>"
|
|
256
297
|
msgstr ""
|
|
257
298
|
|
|
258
|
-
#: ../samples/
|
|
259
|
-
msgid "
|
|
260
|
-
|
|
261
|
-
msgstr[0] ""
|
|
262
|
-
msgstr[1] ""
|
|
299
|
+
#: ../samples/hello_gtk2.rb:25
|
|
300
|
+
msgid "hello, gtk world"
|
|
301
|
+
msgstr ""
|
|
263
302
|
|
|
264
303
|
#: ../samples/hello_noop.rb:13
|
|
265
304
|
msgid "Hello World"
|
|
@@ -269,28 +308,172 @@ msgstr ""
|
|
|
269
308
|
msgid "Hello World2"
|
|
270
309
|
msgstr ""
|
|
271
310
|
|
|
272
|
-
#: ../samples/
|
|
273
|
-
msgid "
|
|
311
|
+
#: ../samples/hello_plural.rb:20
|
|
312
|
+
msgid "There is an apple.\n"
|
|
313
|
+
msgid_plural "There are %{num} apples.\n"
|
|
314
|
+
msgstr[0] ""
|
|
315
|
+
msgstr[1] ""
|
|
316
|
+
|
|
317
|
+
#: ../samples/hello_tk.rb:16
|
|
318
|
+
msgid "hello, tk world"
|
|
274
319
|
msgstr ""
|
|
275
320
|
|
|
276
|
-
#: ../
|
|
277
|
-
|
|
321
|
+
#: ../test/fixtures/N_.rb:10 ../test/fixtures/_.rb:30 ../test/fixtures/n_.rb:29
|
|
322
|
+
#: ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
|
|
323
|
+
msgid "aaa"
|
|
324
|
+
msgid_plural "aaa2"
|
|
325
|
+
msgstr[0] ""
|
|
326
|
+
msgstr[1] ""
|
|
327
|
+
|
|
328
|
+
#: ../test/fixtures/N_.rb:14 ../test/fixtures/_.rb:34
|
|
329
|
+
msgid "aaa\n"
|
|
278
330
|
msgstr ""
|
|
279
331
|
|
|
280
|
-
#: ../
|
|
281
|
-
msgid "
|
|
332
|
+
#: ../test/fixtures/N_.rb:18 ../test/fixtures/_.rb:38
|
|
333
|
+
msgid ""
|
|
334
|
+
"bbb\n"
|
|
335
|
+
"ccc"
|
|
282
336
|
msgstr ""
|
|
283
337
|
|
|
284
|
-
#: ../
|
|
285
|
-
msgid "
|
|
338
|
+
#: ../test/fixtures/N_.rb:22 ../test/fixtures/_.rb:42
|
|
339
|
+
msgid ""
|
|
340
|
+
"bbb\n"
|
|
341
|
+
"ccc\n"
|
|
342
|
+
"ddd\n"
|
|
286
343
|
msgstr ""
|
|
287
344
|
|
|
288
|
-
#: ../
|
|
289
|
-
|
|
345
|
+
#: ../test/fixtures/N_.rb:29 ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:49
|
|
346
|
+
#: ../test/fixtures/_.rb:53
|
|
347
|
+
msgid "eee"
|
|
290
348
|
msgstr ""
|
|
291
349
|
|
|
292
|
-
#: ../test/
|
|
293
|
-
|
|
350
|
+
#: ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:53 ../test/fixtures/n_.rb:55
|
|
351
|
+
#: ../test/fixtures/n_.rb:59
|
|
352
|
+
msgid "fff"
|
|
353
|
+
msgid_plural "fff2"
|
|
354
|
+
msgstr[0] ""
|
|
355
|
+
msgstr[1] ""
|
|
356
|
+
|
|
357
|
+
#: ../test/fixtures/N_.rb:37 ../test/fixtures/_.rb:57 ../test/fixtures/n_.rb:63
|
|
358
|
+
msgid "ggghhhiii"
|
|
359
|
+
msgid_plural "jjjkkklll"
|
|
360
|
+
msgstr[0] ""
|
|
361
|
+
msgstr[1] ""
|
|
362
|
+
|
|
363
|
+
#: ../test/fixtures/N_.rb:43 ../test/fixtures/_.rb:63 ../test/fixtures/n_.rb:72
|
|
364
|
+
msgid "a\"b\"c\""
|
|
365
|
+
msgid_plural "a\"b\"c\"2"
|
|
366
|
+
msgstr[0] ""
|
|
367
|
+
msgstr[1] ""
|
|
368
|
+
|
|
369
|
+
#: ../test/fixtures/N_.rb:47 ../test/fixtures/_.rb:67 ../test/fixtures/n_.rb:76
|
|
370
|
+
msgid "d\"e\"f\""
|
|
371
|
+
msgid_plural "d\"e\"f\"2"
|
|
372
|
+
msgstr[0] ""
|
|
373
|
+
msgstr[1] ""
|
|
374
|
+
|
|
375
|
+
#: ../test/fixtures/N_.rb:51 ../test/fixtures/_.rb:71
|
|
376
|
+
msgid "jjj"
|
|
377
|
+
msgstr ""
|
|
378
|
+
|
|
379
|
+
#: ../test/fixtures/N_.rb:52 ../test/fixtures/_.rb:72
|
|
380
|
+
msgid "kkk"
|
|
381
|
+
msgstr ""
|
|
382
|
+
|
|
383
|
+
#: ../test/fixtures/N_.rb:56 ../test/fixtures/_.rb:76
|
|
384
|
+
msgid "lllmmm"
|
|
385
|
+
msgstr ""
|
|
386
|
+
|
|
387
|
+
#: ../test/fixtures/N_.rb:64 ../test/fixtures/_.rb:84
|
|
388
|
+
msgid ""
|
|
389
|
+
"nnn\n"
|
|
390
|
+
"ooo"
|
|
391
|
+
msgstr ""
|
|
392
|
+
|
|
393
|
+
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
394
|
+
msgid "#"
|
|
395
|
+
msgstr ""
|
|
396
|
+
|
|
397
|
+
#: ../test/fixtures/_.rb:96
|
|
398
|
+
msgid "\taaa"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
401
|
+
#: ../test/fixtures/_.rb:100
|
|
402
|
+
msgid ""
|
|
403
|
+
"Here document1\n"
|
|
404
|
+
"Here document2\n"
|
|
405
|
+
msgstr ""
|
|
406
|
+
|
|
407
|
+
#. TRANSLATORS: This is a proper name. See the gettext
|
|
408
|
+
#. manual, section Names. Note this is actually a non-ASCII
|
|
409
|
+
#. name: The first name is (with Unicode escapes)
|
|
410
|
+
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
411
|
+
#. Pronunciation is like "fraa-swa pee-nar".
|
|
412
|
+
#. This is an example from GNU gettext documentation.
|
|
413
|
+
#: ../test/fixtures/_.rb:120
|
|
414
|
+
msgid "Francois Pinard"
|
|
415
|
+
msgstr ""
|
|
416
|
+
|
|
417
|
+
#: ../test/fixtures/_.rb:123
|
|
418
|
+
msgid "No TRANSLATORS comment"
|
|
419
|
+
msgstr ""
|
|
420
|
+
|
|
421
|
+
#: ../test/fixtures/_.rb:128
|
|
422
|
+
msgid "self explaining"
|
|
423
|
+
msgstr ""
|
|
424
|
+
|
|
425
|
+
#: ../test/fixtures/_.rb:132
|
|
426
|
+
msgid "This is a # including string."
|
|
427
|
+
msgstr ""
|
|
428
|
+
|
|
429
|
+
#: ../test/fixtures/_/double_quote_in_double_quote.rb:28
|
|
430
|
+
msgid "double \"quote\" in double quote"
|
|
431
|
+
msgstr ""
|
|
432
|
+
|
|
433
|
+
#: ../test/fixtures/_/double_quote_in_single_quote.rb:28
|
|
434
|
+
msgid "double \"quote\" in single quote"
|
|
435
|
+
msgstr ""
|
|
436
|
+
|
|
437
|
+
#: ../test/fixtures/_/literal_concatenation_with_continuation_line.rb:28
|
|
438
|
+
msgid "literal concatenation with continuation line"
|
|
439
|
+
msgstr ""
|
|
440
|
+
|
|
441
|
+
#: ../test/fixtures/_/middle_new_line.rb:28
|
|
442
|
+
msgid ""
|
|
443
|
+
"middle\n"
|
|
444
|
+
"new line"
|
|
445
|
+
msgstr ""
|
|
446
|
+
|
|
447
|
+
#: ../test/fixtures/_/multiple_lines_literal.rb:28
|
|
448
|
+
msgid ""
|
|
449
|
+
"multiple\n"
|
|
450
|
+
"lines\n"
|
|
451
|
+
"literal\n"
|
|
452
|
+
msgstr ""
|
|
453
|
+
|
|
454
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
455
|
+
msgid "multiple"
|
|
456
|
+
msgstr ""
|
|
457
|
+
|
|
458
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
459
|
+
msgid "in same line"
|
|
460
|
+
msgstr ""
|
|
461
|
+
|
|
462
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:28
|
|
463
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:32
|
|
464
|
+
msgid "multiple same messages"
|
|
465
|
+
msgstr ""
|
|
466
|
+
|
|
467
|
+
#: ../test/fixtures/_/one_line.rb:28
|
|
468
|
+
msgid "one line"
|
|
469
|
+
msgstr ""
|
|
470
|
+
|
|
471
|
+
#: ../test/fixtures/_/one_new_line.rb:28
|
|
472
|
+
msgid "one new line\n"
|
|
473
|
+
msgstr ""
|
|
474
|
+
|
|
475
|
+
#: ../test/fixtures/backslash.rb:27
|
|
476
|
+
msgid "You should escape '\\' as '\\\\'."
|
|
294
477
|
msgstr ""
|
|
295
478
|
|
|
296
479
|
#: ../test/fixtures/gladeparser.glade:29
|
|
@@ -323,13 +506,41 @@ msgstr ""
|
|
|
323
506
|
msgid "duplicated"
|
|
324
507
|
msgstr ""
|
|
325
508
|
|
|
326
|
-
#: ../test/fixtures/
|
|
327
|
-
#: ../test/fixtures/
|
|
328
|
-
#: ../test/
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
509
|
+
#: ../test/fixtures/multi_text_domain.rb:11
|
|
510
|
+
#: ../test/fixtures/multi_text_domain.rb:24
|
|
511
|
+
#: ../test/fixtures/multi_text_domain.rb:43
|
|
512
|
+
#: ../test/fixtures/multi_text_domain.rb:50
|
|
513
|
+
#: ../test/fixtures/multi_text_domain.rb:62
|
|
514
|
+
#: ../test/fixtures/multi_text_domain.rb:75
|
|
515
|
+
#: ../test/fixtures/multi_text_domain.rb:91
|
|
516
|
+
#: ../test/fixtures/multi_text_domain.rb:104
|
|
517
|
+
#: ../test/fixtures/multi_text_domain.rb:108
|
|
518
|
+
#: ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10
|
|
519
|
+
#: ../test/test_gettext.rb:64 ../test/test_gettext.rb:297
|
|
520
|
+
#: ../test/test_gettext.rb:299 ../test/test_gettext.rb:302
|
|
521
|
+
#: ../test/test_gettext.rb:306 ../test/test_gettext.rb:309
|
|
522
|
+
#: ../test/test_gettext.rb:322 ../test/test_gettext.rb:325
|
|
523
|
+
#: ../test/test_gettext.rb:328 ../test/test_gettext.rb:336
|
|
524
|
+
#: ../test/test_gettext.rb:339 ../test/test_gettext.rb:351
|
|
525
|
+
#: ../test/test_gettext.rb:358 ../test/test_text_domain_toplevel.rb:9
|
|
526
|
+
#: ../test/test_text_domain_toplevel.rb:15
|
|
527
|
+
#: ../test/test_text_domain_toplevel.rb:18
|
|
528
|
+
#: ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
|
|
529
|
+
msgid "language"
|
|
530
|
+
msgstr ""
|
|
531
|
+
|
|
532
|
+
#: ../test/fixtures/multi_text_domain.rb:14
|
|
533
|
+
#: ../test/fixtures/multi_text_domain.rb:27
|
|
534
|
+
#: ../test/fixtures/multi_text_domain.rb:54
|
|
535
|
+
#: ../test/fixtures/multi_text_domain.rb:65
|
|
536
|
+
#: ../test/fixtures/multi_text_domain.rb:78
|
|
537
|
+
#: ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
538
|
+
msgid "LANGUAGE"
|
|
539
|
+
msgstr ""
|
|
540
|
+
|
|
541
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
542
|
+
msgid "no data"
|
|
543
|
+
msgstr ""
|
|
333
544
|
|
|
334
545
|
#: ../test/fixtures/n_.rb:33
|
|
335
546
|
msgid "bbb\n"
|
|
@@ -369,40 +580,12 @@ msgid_plural ""
|
|
|
369
580
|
msgstr[0] ""
|
|
370
581
|
msgstr[1] ""
|
|
371
582
|
|
|
372
|
-
#: ../test/fixtures/n_.rb:55 ../test/fixtures/n_.rb:59
|
|
373
|
-
#: ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:33
|
|
374
|
-
msgid "fff"
|
|
375
|
-
msgid_plural "fff2"
|
|
376
|
-
msgstr[0] ""
|
|
377
|
-
msgstr[1] ""
|
|
378
|
-
|
|
379
583
|
#: ../test/fixtures/n_.rb:59
|
|
380
584
|
msgid "ggg"
|
|
381
585
|
msgid_plural "ggg2"
|
|
382
586
|
msgstr[0] ""
|
|
383
587
|
msgstr[1] ""
|
|
384
588
|
|
|
385
|
-
#: ../test/fixtures/n_.rb:63 ../test/fixtures/_.rb:57
|
|
386
|
-
#: ../test/fixtures/N_.rb:37
|
|
387
|
-
msgid "ggghhhiii"
|
|
388
|
-
msgid_plural "jjjkkklll"
|
|
389
|
-
msgstr[0] ""
|
|
390
|
-
msgstr[1] ""
|
|
391
|
-
|
|
392
|
-
#: ../test/fixtures/n_.rb:72 ../test/fixtures/_.rb:63
|
|
393
|
-
#: ../test/fixtures/N_.rb:43
|
|
394
|
-
msgid "a\"b\"c\""
|
|
395
|
-
msgid_plural "a\"b\"c\"2"
|
|
396
|
-
msgstr[0] ""
|
|
397
|
-
msgstr[1] ""
|
|
398
|
-
|
|
399
|
-
#: ../test/fixtures/n_.rb:76 ../test/fixtures/_.rb:67
|
|
400
|
-
#: ../test/fixtures/N_.rb:47
|
|
401
|
-
msgid "d\"e\"f\""
|
|
402
|
-
msgid_plural "d\"e\"f\"2"
|
|
403
|
-
msgstr[0] ""
|
|
404
|
-
msgstr[1] ""
|
|
405
|
-
|
|
406
589
|
#: ../test/fixtures/n_.rb:80
|
|
407
590
|
msgid "mmmmmm"
|
|
408
591
|
msgid_plural "mmm2mmm2"
|
|
@@ -415,7 +598,7 @@ msgid_plural "nnn2"
|
|
|
415
598
|
msgstr[0] ""
|
|
416
599
|
msgstr[1] ""
|
|
417
600
|
|
|
418
|
-
#: ../test/fixtures/n_.rb:
|
|
601
|
+
#: ../test/fixtures/n_.rb:85 ../test/fixtures/n_.rb:86
|
|
419
602
|
msgid "ooo"
|
|
420
603
|
msgid_plural "ppp"
|
|
421
604
|
msgstr[0] ""
|
|
@@ -427,7 +610,7 @@ msgid_plural "rrr"
|
|
|
427
610
|
msgstr[0] ""
|
|
428
611
|
msgstr[1] ""
|
|
429
612
|
|
|
430
|
-
#. please provide translations for all
|
|
613
|
+
#. TRANSLATORS:please provide translations for all
|
|
431
614
|
#. the plural forms!
|
|
432
615
|
#: ../test/fixtures/n_.rb:97
|
|
433
616
|
msgid "comment"
|
|
@@ -435,46 +618,8 @@ msgid_plural "comments"
|
|
|
435
618
|
msgstr[0] ""
|
|
436
619
|
msgstr[1] ""
|
|
437
620
|
|
|
438
|
-
#: ../test/fixtures/
|
|
439
|
-
msgid "
|
|
440
|
-
msgid_plural "context|context$messages"
|
|
441
|
-
msgstr[0] ""
|
|
442
|
-
msgstr[1] ""
|
|
443
|
-
|
|
444
|
-
#: ../test/fixtures/multi_textdomain.rb:11
|
|
445
|
-
#: ../test/fixtures/multi_textdomain.rb:24
|
|
446
|
-
#: ../test/fixtures/multi_textdomain.rb:43
|
|
447
|
-
#: ../test/fixtures/multi_textdomain.rb:50
|
|
448
|
-
#: ../test/fixtures/multi_textdomain.rb:62
|
|
449
|
-
#: ../test/fixtures/multi_textdomain.rb:75
|
|
450
|
-
#: ../test/fixtures/multi_textdomain.rb:91
|
|
451
|
-
#: ../test/fixtures/multi_textdomain.rb:104
|
|
452
|
-
#: ../test/fixtures/multi_textdomain.rb:108
|
|
453
|
-
#: ../test/fixtures/multi_textdomain.rb:128 ../test/fixtures/simple.rb:10
|
|
454
|
-
#: ../test/test_thread.rb:23 ../test/test_textdomain_toplevel.rb:9
|
|
455
|
-
#: ../test/test_textdomain_toplevel.rb:15
|
|
456
|
-
#: ../test/test_textdomain_toplevel.rb:18
|
|
457
|
-
#: ../test/test_textdomain_toplevel.rb:23 ../test/test_gettext.rb:64
|
|
458
|
-
#: ../test/test_gettext.rb:297 ../test/test_gettext.rb:299
|
|
459
|
-
#: ../test/test_gettext.rb:302 ../test/test_gettext.rb:306
|
|
460
|
-
#: ../test/test_gettext.rb:309 ../test/test_gettext.rb:322
|
|
461
|
-
#: ../test/test_gettext.rb:325 ../test/test_gettext.rb:328
|
|
462
|
-
#: ../test/test_gettext.rb:336 ../test/test_gettext.rb:339
|
|
463
|
-
#: ../test/test_gettext.rb:351 ../test/test_gettext.rb:358
|
|
464
|
-
msgid "language"
|
|
465
|
-
msgstr ""
|
|
466
|
-
|
|
467
|
-
#: ../test/fixtures/multi_textdomain.rb:14
|
|
468
|
-
#: ../test/fixtures/multi_textdomain.rb:27
|
|
469
|
-
#: ../test/fixtures/multi_textdomain.rb:54
|
|
470
|
-
#: ../test/fixtures/multi_textdomain.rb:65
|
|
471
|
-
#: ../test/fixtures/multi_textdomain.rb:78
|
|
472
|
-
#: ../test/fixtures/multi_textdomain.rb:116 ../test/test_gettext.rb:53
|
|
473
|
-
msgid "LANGUAGE"
|
|
474
|
-
msgstr ""
|
|
475
|
-
|
|
476
|
-
#: ../test/fixtures/multi_textdomain.rb:120
|
|
477
|
-
msgid "no data"
|
|
621
|
+
#: ../test/fixtures/non_ascii.rb:10
|
|
622
|
+
msgid "こんにちは"
|
|
478
623
|
msgstr ""
|
|
479
624
|
|
|
480
625
|
#: ../test/fixtures/np_.rb:28 ../test/fixtures/np_.rb:29
|
|
@@ -506,96 +651,8 @@ msgid_plural "%{num} pictures"
|
|
|
506
651
|
msgstr[0] ""
|
|
507
652
|
msgstr[1] ""
|
|
508
653
|
|
|
509
|
-
#: ../test/fixtures/
|
|
510
|
-
|
|
511
|
-
msgstr ""
|
|
512
|
-
|
|
513
|
-
#: ../test/fixtures/non_ascii.rb:10
|
|
514
|
-
msgid "こんにちは"
|
|
515
|
-
msgstr ""
|
|
516
|
-
|
|
517
|
-
#: ../test/fixtures/untranslated.rb:10
|
|
518
|
-
msgid "untranslated"
|
|
519
|
-
msgstr ""
|
|
520
|
-
|
|
521
|
-
#: ../test/fixtures/_.rb:34 ../test/fixtures/N_.rb:14
|
|
522
|
-
msgid "aaa\n"
|
|
523
|
-
msgstr ""
|
|
524
|
-
|
|
525
|
-
#: ../test/fixtures/_.rb:38 ../test/fixtures/N_.rb:18
|
|
526
|
-
msgid ""
|
|
527
|
-
"bbb\n"
|
|
528
|
-
"ccc"
|
|
529
|
-
msgstr ""
|
|
530
|
-
|
|
531
|
-
#: ../test/fixtures/_.rb:42 ../test/fixtures/N_.rb:22
|
|
532
|
-
msgid ""
|
|
533
|
-
"bbb\n"
|
|
534
|
-
"ccc\n"
|
|
535
|
-
"ddd\n"
|
|
536
|
-
msgstr ""
|
|
537
|
-
|
|
538
|
-
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:29
|
|
539
|
-
#: ../test/fixtures/N_.rb:33
|
|
540
|
-
msgid "eee"
|
|
541
|
-
msgstr ""
|
|
542
|
-
|
|
543
|
-
#: ../test/fixtures/_.rb:71 ../test/fixtures/N_.rb:51
|
|
544
|
-
msgid "jjj"
|
|
545
|
-
msgstr ""
|
|
546
|
-
|
|
547
|
-
#: ../test/fixtures/_.rb:72 ../test/fixtures/N_.rb:52
|
|
548
|
-
msgid "kkk"
|
|
549
|
-
msgstr ""
|
|
550
|
-
|
|
551
|
-
#: ../test/fixtures/_.rb:76 ../test/fixtures/N_.rb:56
|
|
552
|
-
msgid "lllmmm"
|
|
553
|
-
msgstr ""
|
|
554
|
-
|
|
555
|
-
#: ../test/fixtures/_.rb:84 ../test/fixtures/N_.rb:64
|
|
556
|
-
msgid ""
|
|
557
|
-
"nnn\n"
|
|
558
|
-
"ooo"
|
|
559
|
-
msgstr ""
|
|
560
|
-
|
|
561
|
-
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
562
|
-
msgid "#"
|
|
563
|
-
msgstr ""
|
|
564
|
-
|
|
565
|
-
#: ../test/fixtures/_.rb:96
|
|
566
|
-
msgid "\taaa"
|
|
567
|
-
msgstr ""
|
|
568
|
-
|
|
569
|
-
#: ../test/fixtures/_.rb:100
|
|
570
|
-
msgid ""
|
|
571
|
-
"Here document1\n"
|
|
572
|
-
"Here document2\n"
|
|
573
|
-
msgstr ""
|
|
574
|
-
|
|
575
|
-
#. This is a proper name. See the gettext
|
|
576
|
-
#. manual, section Names. Note this is actually a non-ASCII
|
|
577
|
-
#. name: The first name is (with Unicode escapes)
|
|
578
|
-
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
579
|
-
#. Pronunciation is like "fraa-swa pee-nar".
|
|
580
|
-
#. This is an example from GNU gettext documentation.
|
|
581
|
-
#: ../test/fixtures/_.rb:119
|
|
582
|
-
msgid "Francois Pinard"
|
|
583
|
-
msgstr ""
|
|
584
|
-
|
|
585
|
-
#: ../test/fixtures/_.rb:122
|
|
586
|
-
msgid "No TRANSLATORS comment"
|
|
587
|
-
msgstr ""
|
|
588
|
-
|
|
589
|
-
#: ../test/fixtures/_.rb:127
|
|
590
|
-
msgid "self explaining"
|
|
591
|
-
msgstr ""
|
|
592
|
-
|
|
593
|
-
#: ../test/fixtures/_.rb:131
|
|
594
|
-
msgid "This is a # including string."
|
|
595
|
-
msgstr ""
|
|
596
|
-
|
|
597
|
-
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/s_.rb:28
|
|
598
|
-
#: ../test/fixtures/s_.rb:32 ../test/fixtures/ns_.rb:32
|
|
654
|
+
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/ns_.rb:32
|
|
655
|
+
#: ../test/fixtures/s_.rb:28 ../test/fixtures/s_.rb:32
|
|
599
656
|
#: ../test/test_gettext.rb:119
|
|
600
657
|
msgid "AAA|BBB"
|
|
601
658
|
msgid_plural "CCC"
|
|
@@ -644,9 +701,11 @@ msgid_plural "DDD"
|
|
|
644
701
|
msgstr[0] ""
|
|
645
702
|
msgstr[1] ""
|
|
646
703
|
|
|
647
|
-
#: ../test/fixtures/
|
|
648
|
-
msgid "
|
|
649
|
-
|
|
704
|
+
#: ../test/fixtures/ns_/custom.rb:28 ../test/fixtures/s_/custom.rb:28
|
|
705
|
+
msgid "context|context$message"
|
|
706
|
+
msgid_plural "context|context$messages"
|
|
707
|
+
msgstr[0] ""
|
|
708
|
+
msgstr[1] ""
|
|
650
709
|
|
|
651
710
|
#: ../test/fixtures/p_.rb:29 ../test/fixtures/p_.rb:33
|
|
652
711
|
msgctxt "AAA"
|
|
@@ -672,7 +731,7 @@ msgstr ""
|
|
|
672
731
|
msgid "BBB"
|
|
673
732
|
msgstr ""
|
|
674
733
|
|
|
675
|
-
#. please translate 'name' in the context of 'program'.
|
|
734
|
+
#. TRANSLATORS:please translate 'name' in the context of 'program'.
|
|
676
735
|
#. Hint: the translation should NOT contain the translation of 'program'.
|
|
677
736
|
#: ../test/fixtures/p_.rb:55
|
|
678
737
|
msgctxt "program"
|
|
@@ -683,6 +742,10 @@ msgstr ""
|
|
|
683
742
|
msgid "one is %d."
|
|
684
743
|
msgstr ""
|
|
685
744
|
|
|
745
|
+
#: ../test/fixtures/untranslated.rb:10
|
|
746
|
+
msgid "untranslated"
|
|
747
|
+
msgstr ""
|
|
748
|
+
|
|
686
749
|
#: ../test/test_gettext.rb:59
|
|
687
750
|
msgid "nomsgstr"
|
|
688
751
|
msgstr ""
|
|
@@ -731,7 +794,7 @@ msgid_plural "second"
|
|
|
731
794
|
msgstr[0] ""
|
|
732
795
|
msgstr[1] ""
|
|
733
796
|
|
|
734
|
-
#: ../test/test_gettext.rb:
|
|
797
|
+
#: ../test/test_gettext.rb:268 ../test/test_gettext.rb:269
|
|
735
798
|
#: ../test/test_gettext.rb:270 ../test/test_gettext.rb:278
|
|
736
799
|
#: ../test/test_gettext.rb:279 ../test/test_gettext.rb:280
|
|
737
800
|
msgid "single"
|
|
@@ -739,8 +802,43 @@ msgid_plural "plural"
|
|
|
739
802
|
msgstr[0] ""
|
|
740
803
|
msgstr[1] ""
|
|
741
804
|
|
|
742
|
-
|
|
743
|
-
|
|
805
|
+
#: ../test/tools/files/simple_translation.rb:3
|
|
806
|
+
msgid "a translation"
|
|
807
|
+
msgstr ""
|
|
808
|
+
|
|
809
|
+
#: ../lib/gettext/tools.rb:81
|
|
810
|
+
#~ msgid "Failed to merge with %{defpo}"
|
|
811
|
+
#~ msgstr "Zusammenführung mit %{defpo} fehlgeschlagen"
|
|
812
|
+
|
|
813
|
+
#: ../lib/gettext/tools.rb:82
|
|
814
|
+
#~ msgid "New .pot was copied to %{failed_filename}"
|
|
815
|
+
#~ msgstr "Die neue .pot Datei wurde nach %{failed_filename} kopiert"
|
|
816
|
+
|
|
817
|
+
#: ../lib/gettext/tools.rb:83
|
|
818
|
+
#~ msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
819
|
+
#~ msgstr ""
|
|
820
|
+
#~ "Überprüfe diese po/pot Dateien. Sie enthalten syntaktische Fehler oder andere "
|
|
821
|
+
#~ "Probleme."
|
|
822
|
+
|
|
823
|
+
#: ../lib/gettext/tools/msgmerge.rb:453
|
|
824
|
+
#~ msgid "definition po is not given."
|
|
825
|
+
#~ msgstr "Definitions .po ist nicht angegeben."
|
|
744
826
|
|
|
745
|
-
|
|
746
|
-
#~
|
|
827
|
+
#: ../lib/gettext/tools/msgmerge.rb:455
|
|
828
|
+
#~ msgid "reference pot is not given."
|
|
829
|
+
#~ msgstr "Referenz .po ist nicht angegeben."
|
|
830
|
+
|
|
831
|
+
#: ../lib/gettext/tools/msgmerge.rb:463
|
|
832
|
+
#~ msgid "Usage: %s def.po ref.pot [-o output.pot]"
|
|
833
|
+
#~ msgstr "Verwendung: %s def.po ref.pot [-o ausgabe.mo]"
|
|
834
|
+
|
|
835
|
+
#: ../lib/gettext/tools/msgmerge.rb:466
|
|
836
|
+
#~ msgid ""
|
|
837
|
+
#~ "Merges two Uniforum style .po files together. The def.po file is an existing P"
|
|
838
|
+
#~ "O file with translations. The ref.pot file is the last created PO file with up"
|
|
839
|
+
#~ "-to-date source references. ref.pot is generally created by rgettext."
|
|
840
|
+
#~ msgstr ""
|
|
841
|
+
#~ "Vereint zwei .po Dateien im Uniform Stil miteinander. Die Datei def.po existie"
|
|
842
|
+
#~ "rt bereits und enthält Übersetzungen. Die Datei ref.pot ist die zuletzt erstel"
|
|
843
|
+
#~ "lte Datei mit aktuellen Quellenreferenzen. ref.pot wird in aller Regel durch r"
|
|
844
|
+
#~ "gettext erstellt"
|