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