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/ko/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: 2006-07-11 02:46+0900\n"
|
|
16
16
|
"Last-Translator: Gyoung-Yoon Noh <nohmad at gmail.com>\n"
|
|
17
17
|
"Language-Team: Korean\n"
|
|
@@ -21,24 +21,12 @@ msgstr ""
|
|
|
21
21
|
"Content-Transfer-Encoding: 8bit\n"
|
|
22
22
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
23
23
|
|
|
24
|
-
#: ../lib/gettext/
|
|
25
|
-
|
|
26
|
-
msgid "Failed to merge with %{defpo}"
|
|
27
|
-
msgstr "%{defpo} 파일을 병합하는 데 실패했습니다 - 그냥 넘어갑니다!"
|
|
28
|
-
|
|
29
|
-
#: ../lib/gettext/tools.rb:82
|
|
30
|
-
#, fuzzy
|
|
31
|
-
msgid "New .pot was copied to %{failed_filename}"
|
|
32
|
-
msgstr "%{failed_filename}에서 새로운 .pot 파일을 확인하십시요"
|
|
33
|
-
|
|
34
|
-
#: ../lib/gettext/tools.rb:83
|
|
35
|
-
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
24
|
+
#: ../lib/gettext/text_domain_manager.rb:148
|
|
25
|
+
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
36
26
|
msgstr ""
|
|
37
27
|
|
|
38
|
-
#: ../lib/gettext/
|
|
39
|
-
msgid ""
|
|
40
|
-
"`%{cmd}' can not be found. \n"
|
|
41
|
-
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
28
|
+
#: ../lib/gettext/text_domain_manager.rb:154
|
|
29
|
+
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
42
30
|
msgstr ""
|
|
43
31
|
|
|
44
32
|
#: ../lib/gettext/tools/msgfmt.rb:65
|
|
@@ -55,45 +43,43 @@ msgid "Generate binary message catalog from textual translation description."
|
|
|
55
43
|
msgstr "텍스트로 된 번역 설명으로부터 이진 메시지 목록을 생성합니다."
|
|
56
44
|
|
|
57
45
|
#: ../lib/gettext/tools/msgfmt.rb:86 ../lib/gettext/tools/msginit.rb:89
|
|
58
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
46
|
+
#: ../lib/gettext/tools/msgmerge.rb:266 ../lib/gettext/tools/xgettext.rb:218
|
|
59
47
|
msgid "Specific options:"
|
|
60
48
|
msgstr "특별한 옵션들:"
|
|
61
49
|
|
|
62
|
-
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/
|
|
63
|
-
#: ../lib/gettext/tools/xgettext.rb:213
|
|
50
|
+
#: ../lib/gettext/tools/msgfmt.rb:89 ../lib/gettext/tools/xgettext.rb:221
|
|
64
51
|
msgid "write output to specified file"
|
|
65
52
|
msgstr "지정한 파일에 출력 내용을 저장합니다"
|
|
66
53
|
|
|
67
|
-
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/
|
|
68
|
-
#: ../lib/gettext/tools/xgettext.rb:256
|
|
54
|
+
#: ../lib/gettext/tools/msgfmt.rb:93 ../lib/gettext/tools/xgettext.rb:271
|
|
69
55
|
msgid "display version information and exit"
|
|
70
56
|
msgstr "버전 정보를 표시하고 빠져나갑니다"
|
|
71
57
|
|
|
72
58
|
#: ../lib/gettext/tools/msginit.rb:85
|
|
73
59
|
msgid ""
|
|
74
|
-
"Create a new .po file from initializing .pot file with user's environment "
|
|
75
|
-
"
|
|
60
|
+
"Create a new .po file from initializing .pot file with user's environment and "
|
|
61
|
+
"input."
|
|
76
62
|
msgstr ""
|
|
77
63
|
|
|
78
64
|
#: ../lib/gettext/tools/msginit.rb:91
|
|
79
65
|
msgid ""
|
|
80
|
-
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file "
|
|
81
|
-
"
|
|
66
|
+
"Use INPUT as a .pot file. If INPUT is not specified, INPUT is a .pot file exis"
|
|
67
|
+
"ting the current directory."
|
|
82
68
|
msgstr ""
|
|
83
69
|
|
|
84
70
|
#: ../lib/gettext/tools/msginit.rb:98
|
|
85
71
|
msgid ""
|
|
86
|
-
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend "
|
|
87
|
-
"
|
|
72
|
+
"Use OUTPUT as a created .po file. If OUTPUT is not specified, OUTPUT depend on"
|
|
73
|
+
" LOCALE or the current locale on your environment."
|
|
88
74
|
msgstr ""
|
|
89
75
|
|
|
90
76
|
#: ../lib/gettext/tools/msginit.rb:105
|
|
91
77
|
msgid ""
|
|
92
|
-
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the "
|
|
93
|
-
"
|
|
78
|
+
"Use LOCALE as target locale. If LOCALE is not specified, LOCALE is the current"
|
|
79
|
+
" locale on your environment."
|
|
94
80
|
msgstr ""
|
|
95
81
|
|
|
96
|
-
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:
|
|
82
|
+
#: ../lib/gettext/tools/msginit.rb:112 ../lib/gettext/tools/msgmerge.rb:317
|
|
97
83
|
msgid "Display this help and exit"
|
|
98
84
|
msgstr ""
|
|
99
85
|
|
|
@@ -113,8 +99,8 @@ msgstr "'%s' 파일이 이미 존재합니다."
|
|
|
113
99
|
|
|
114
100
|
#: ../lib/gettext/tools/msginit.rb:152
|
|
115
101
|
msgid ""
|
|
116
|
-
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified "
|
|
117
|
-
"
|
|
102
|
+
"\"Locale '#{language_tag}' is invalid. \"Please check if your specified locale i"
|
|
103
|
+
"s usable."
|
|
118
104
|
msgstr ""
|
|
119
105
|
|
|
120
106
|
#: ../lib/gettext/tools/msginit.rb:161
|
|
@@ -122,114 +108,171 @@ msgstr ""
|
|
|
122
108
|
msgid "file '%s' has already existed."
|
|
123
109
|
msgstr "'%s' 파일이 이미 존재합니다."
|
|
124
110
|
|
|
125
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
111
|
+
#: ../lib/gettext/tools/msginit.rb:200
|
|
126
112
|
msgid "Please enter your full name"
|
|
127
113
|
msgstr ""
|
|
128
114
|
|
|
129
|
-
#: ../lib/gettext/tools/msginit.rb:
|
|
115
|
+
#: ../lib/gettext/tools/msginit.rb:229
|
|
130
116
|
msgid "Please enter your email address"
|
|
131
117
|
msgstr ""
|
|
132
118
|
|
|
133
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
134
|
-
msgid "
|
|
135
|
-
msgstr "
|
|
119
|
+
#: ../lib/gettext/tools/msgmerge.rb:255
|
|
120
|
+
msgid "Usage: %s [OPTIONS] definition.po reference.pot"
|
|
121
|
+
msgstr ""
|
|
136
122
|
|
|
137
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
138
|
-
|
|
139
|
-
|
|
123
|
+
#: ../lib/gettext/tools/msgmerge.rb:258
|
|
124
|
+
#, fuzzy
|
|
125
|
+
msgid ""
|
|
126
|
+
"Merges two Uniforum style .po files together. The definition.po file is an exi"
|
|
127
|
+
"sting PO file with translations. The reference.pot file is the last created PO"
|
|
128
|
+
" file with up-to-date source references. The reference.pot is generally create"
|
|
129
|
+
"d by rxgettext."
|
|
130
|
+
msgstr ""
|
|
131
|
+
"2개의 유니포럼 스타일의 .po 파일들을 서로 병합합니다. def.po 파일은 번역을 가진 PO 파일입니다. ref.pot 파일은 최신 소스"
|
|
132
|
+
"를 참조하는 가장 최근에 생성된 PO 파일입니다. ref.pot는 일반적으로 rgettext에 의해 생성됩니다."
|
|
140
133
|
|
|
141
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
142
|
-
msgid "
|
|
143
|
-
msgstr "
|
|
134
|
+
#: ../lib/gettext/tools/msgmerge.rb:269
|
|
135
|
+
msgid "Update definition.po"
|
|
136
|
+
msgstr ""
|
|
144
137
|
|
|
145
|
-
#: ../lib/gettext/tools/msgmerge.rb:
|
|
138
|
+
#: ../lib/gettext/tools/msgmerge.rb:274
|
|
139
|
+
#, fuzzy
|
|
140
|
+
msgid "Write output to specified file"
|
|
141
|
+
msgstr "지정한 파일에 출력 내용을 저장합니다"
|
|
142
|
+
|
|
143
|
+
#: ../lib/gettext/tools/msgmerge.rb:279
|
|
144
|
+
msgid "Generate sorted output"
|
|
145
|
+
msgstr ""
|
|
146
|
+
|
|
147
|
+
#: ../lib/gettext/tools/msgmerge.rb:284
|
|
148
|
+
msgid "Sort output by file location"
|
|
149
|
+
msgstr ""
|
|
150
|
+
|
|
151
|
+
#: ../lib/gettext/tools/msgmerge.rb:289
|
|
152
|
+
msgid "Sort output by msgid"
|
|
153
|
+
msgstr ""
|
|
154
|
+
|
|
155
|
+
#: ../lib/gettext/tools/msgmerge.rb:294
|
|
156
|
+
msgid "Preserve '#: FILENAME:LINE' lines"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
159
|
+
#: ../lib/gettext/tools/msgmerge.rb:299
|
|
160
|
+
msgid "Set output page width"
|
|
161
|
+
msgstr ""
|
|
162
|
+
|
|
163
|
+
#: ../lib/gettext/tools/msgmerge.rb:305
|
|
146
164
|
msgid ""
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"up-to-date source references. ref.pot is generally created by rgettext."
|
|
165
|
+
"Break long message lines, longer than the output page width, into several line"
|
|
166
|
+
"s"
|
|
150
167
|
msgstr ""
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
168
|
+
|
|
169
|
+
#: ../lib/gettext/tools/msgmerge.rb:323
|
|
170
|
+
#, fuzzy
|
|
171
|
+
msgid "Display version information and exit"
|
|
172
|
+
msgstr "버전 정보를 표시하고 빠져나갑니다"
|
|
173
|
+
|
|
174
|
+
#: ../lib/gettext/tools/parser/glade.rb:32
|
|
175
|
+
msgid "`%{file}' is not glade-2.0 format."
|
|
176
|
+
msgstr "`%{file}'이(가) glade-2.0 형식에 맞지 않습니다."
|
|
154
177
|
|
|
155
178
|
#: ../lib/gettext/tools/xgettext.rb:64
|
|
156
179
|
msgid "'%{klass}' is ignored."
|
|
157
180
|
msgstr "'%{klass}'이(가) 무시되었습니다."
|
|
158
181
|
|
|
159
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
182
|
+
#: ../lib/gettext/tools/xgettext.rb:183
|
|
160
183
|
msgid "Error parsing %{path}"
|
|
161
184
|
msgstr ""
|
|
162
185
|
|
|
163
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
186
|
+
#: ../lib/gettext/tools/xgettext.rb:194
|
|
164
187
|
msgid "no input files"
|
|
165
188
|
msgstr "입력 파일이 없습니다"
|
|
166
189
|
|
|
167
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
190
|
+
#: ../lib/gettext/tools/xgettext.rb:212
|
|
168
191
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
169
192
|
msgstr "사용법: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
170
193
|
|
|
171
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
194
|
+
#: ../lib/gettext/tools/xgettext.rb:215
|
|
172
195
|
msgid "Extract translatable strings from given input files."
|
|
173
196
|
msgstr "주어진 입력 파일들로부터 번역할 수 있는 문자열을 추출합니다."
|
|
174
197
|
|
|
175
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
198
|
+
#: ../lib/gettext/tools/xgettext.rb:226
|
|
176
199
|
msgid "set package name in output"
|
|
177
200
|
msgstr ""
|
|
178
201
|
|
|
179
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
202
|
+
#: ../lib/gettext/tools/xgettext.rb:231
|
|
180
203
|
msgid "set package version in output"
|
|
181
204
|
msgstr ""
|
|
182
205
|
|
|
183
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
206
|
+
#: ../lib/gettext/tools/xgettext.rb:236
|
|
184
207
|
msgid "set report address for msgid bugs"
|
|
185
208
|
msgstr ""
|
|
186
209
|
|
|
187
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
210
|
+
#: ../lib/gettext/tools/xgettext.rb:241
|
|
188
211
|
msgid "set copyright holder in output"
|
|
189
212
|
msgstr ""
|
|
190
213
|
|
|
191
|
-
#: ../lib/gettext/tools/xgettext.rb:238
|
|
192
|
-
msgid "set encoding for output"
|
|
193
|
-
msgstr ""
|
|
194
|
-
|
|
195
214
|
#: ../lib/gettext/tools/xgettext.rb:243
|
|
196
215
|
#, fuzzy
|
|
197
216
|
msgid "require the library before executing xgettext"
|
|
198
217
|
msgstr "rgettext를 실행하려면 라이브러리가 필요합니다"
|
|
199
218
|
|
|
200
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
201
|
-
msgid "
|
|
202
|
-
msgstr "
|
|
219
|
+
#: ../lib/gettext/tools/xgettext.rb:246
|
|
220
|
+
msgid "set encoding for output"
|
|
221
|
+
msgstr ""
|
|
203
222
|
|
|
204
223
|
#: ../lib/gettext/tools/xgettext.rb:251
|
|
205
224
|
#, fuzzy
|
|
206
225
|
msgid "display this help and exit"
|
|
207
226
|
msgstr "버전 정보를 표시하고 빠져나갑니다"
|
|
208
227
|
|
|
209
|
-
#: ../lib/gettext/tools/xgettext.rb:
|
|
228
|
+
#: ../lib/gettext/tools/xgettext.rb:256
|
|
210
229
|
msgid ""
|
|
211
|
-
"
|
|
212
|
-
"
|
|
230
|
+
"If TAG is specified, place comment blocks starting with TAG and precedding key"
|
|
231
|
+
"word lines in output file"
|
|
213
232
|
msgstr ""
|
|
214
233
|
|
|
215
|
-
#: ../lib/gettext/tools/
|
|
216
|
-
msgid "
|
|
217
|
-
|
|
234
|
+
#: ../lib/gettext/tools/xgettext.rb:257
|
|
235
|
+
msgid ""
|
|
236
|
+
"If TAG is not specified, place all comment blocks preceing keyword lines in ou"
|
|
237
|
+
"tput file"
|
|
238
|
+
msgstr ""
|
|
218
239
|
|
|
219
|
-
#: ../lib/gettext/
|
|
220
|
-
msgid "
|
|
240
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
241
|
+
msgid "(default: %s)"
|
|
221
242
|
msgstr ""
|
|
222
243
|
|
|
223
|
-
#: ../lib/gettext/
|
|
224
|
-
msgid "
|
|
244
|
+
#: ../lib/gettext/tools/xgettext.rb:258
|
|
245
|
+
msgid "no TAG"
|
|
225
246
|
msgstr ""
|
|
226
247
|
|
|
227
|
-
#: ../
|
|
228
|
-
msgid "
|
|
248
|
+
#: ../lib/gettext/tools/xgettext.rb:262
|
|
249
|
+
msgid "run in debugging mode"
|
|
250
|
+
msgstr "디버깅 모드에서 실행합니다"
|
|
251
|
+
|
|
252
|
+
#: ../lib/gettext/tools/xgettext.rb:320
|
|
253
|
+
msgid ""
|
|
254
|
+
"Warning: The empty \"\" msgid is reserved by gettext. So gettext(\"\") doesn't ret"
|
|
255
|
+
"urns empty string but the header entry in po file."
|
|
229
256
|
msgstr ""
|
|
230
257
|
|
|
231
|
-
#: ../samples/
|
|
232
|
-
msgid "
|
|
258
|
+
#: ../samples/cgi/hellolib.rb:16
|
|
259
|
+
msgid "This message is from hellolib."
|
|
260
|
+
msgstr ""
|
|
261
|
+
|
|
262
|
+
#: ../samples/hello.rb:17
|
|
263
|
+
msgid "Hello World\n"
|
|
264
|
+
msgstr ""
|
|
265
|
+
|
|
266
|
+
#: ../samples/hello2.rb:19
|
|
267
|
+
msgid "One is %{num}\n"
|
|
268
|
+
msgstr ""
|
|
269
|
+
|
|
270
|
+
#: ../samples/hello2.rb:20
|
|
271
|
+
msgid "Hello %{world}\n"
|
|
272
|
+
msgstr ""
|
|
273
|
+
|
|
274
|
+
#: ../samples/hello2.rb:20
|
|
275
|
+
msgid "World"
|
|
233
276
|
msgstr ""
|
|
234
277
|
|
|
235
278
|
#: ../samples/hello_glade2.glade:9 ../test/fixtures/gladeparser.glade:8
|
|
@@ -247,10 +290,9 @@ msgstr ""
|
|
|
247
290
|
msgid "<Hello world>"
|
|
248
291
|
msgstr ""
|
|
249
292
|
|
|
250
|
-
#: ../samples/
|
|
251
|
-
msgid "
|
|
252
|
-
|
|
253
|
-
msgstr[0] ""
|
|
293
|
+
#: ../samples/hello_gtk2.rb:25
|
|
294
|
+
msgid "hello, gtk world"
|
|
295
|
+
msgstr ""
|
|
254
296
|
|
|
255
297
|
#: ../samples/hello_noop.rb:13
|
|
256
298
|
msgid "Hello World"
|
|
@@ -260,28 +302,172 @@ msgstr ""
|
|
|
260
302
|
msgid "Hello World2"
|
|
261
303
|
msgstr ""
|
|
262
304
|
|
|
263
|
-
#: ../samples/
|
|
264
|
-
msgid "
|
|
305
|
+
#: ../samples/hello_plural.rb:20
|
|
306
|
+
msgid "There is an apple.\n"
|
|
307
|
+
msgid_plural "There are %{num} apples.\n"
|
|
308
|
+
msgstr[0] ""
|
|
309
|
+
msgstr[1] ""
|
|
310
|
+
|
|
311
|
+
#: ../samples/hello_tk.rb:16
|
|
312
|
+
msgid "hello, tk world"
|
|
265
313
|
msgstr ""
|
|
266
314
|
|
|
267
|
-
#: ../
|
|
268
|
-
|
|
315
|
+
#: ../test/fixtures/N_.rb:10 ../test/fixtures/_.rb:30 ../test/fixtures/n_.rb:29
|
|
316
|
+
#: ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
|
|
317
|
+
msgid "aaa"
|
|
318
|
+
msgid_plural "aaa2"
|
|
319
|
+
msgstr[0] ""
|
|
320
|
+
msgstr[1] ""
|
|
321
|
+
|
|
322
|
+
#: ../test/fixtures/N_.rb:14 ../test/fixtures/_.rb:34
|
|
323
|
+
msgid "aaa\n"
|
|
269
324
|
msgstr ""
|
|
270
325
|
|
|
271
|
-
#: ../
|
|
272
|
-
msgid "
|
|
326
|
+
#: ../test/fixtures/N_.rb:18 ../test/fixtures/_.rb:38
|
|
327
|
+
msgid ""
|
|
328
|
+
"bbb\n"
|
|
329
|
+
"ccc"
|
|
273
330
|
msgstr ""
|
|
274
331
|
|
|
275
|
-
#: ../
|
|
276
|
-
msgid "
|
|
332
|
+
#: ../test/fixtures/N_.rb:22 ../test/fixtures/_.rb:42
|
|
333
|
+
msgid ""
|
|
334
|
+
"bbb\n"
|
|
335
|
+
"ccc\n"
|
|
336
|
+
"ddd\n"
|
|
277
337
|
msgstr ""
|
|
278
338
|
|
|
279
|
-
#: ../
|
|
280
|
-
|
|
339
|
+
#: ../test/fixtures/N_.rb:29 ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:49
|
|
340
|
+
#: ../test/fixtures/_.rb:53
|
|
341
|
+
msgid "eee"
|
|
281
342
|
msgstr ""
|
|
282
343
|
|
|
283
|
-
#: ../test/
|
|
284
|
-
|
|
344
|
+
#: ../test/fixtures/N_.rb:33 ../test/fixtures/_.rb:53 ../test/fixtures/n_.rb:55
|
|
345
|
+
#: ../test/fixtures/n_.rb:59
|
|
346
|
+
msgid "fff"
|
|
347
|
+
msgid_plural "fff2"
|
|
348
|
+
msgstr[0] ""
|
|
349
|
+
msgstr[1] ""
|
|
350
|
+
|
|
351
|
+
#: ../test/fixtures/N_.rb:37 ../test/fixtures/_.rb:57 ../test/fixtures/n_.rb:63
|
|
352
|
+
msgid "ggghhhiii"
|
|
353
|
+
msgid_plural "jjjkkklll"
|
|
354
|
+
msgstr[0] ""
|
|
355
|
+
msgstr[1] ""
|
|
356
|
+
|
|
357
|
+
#: ../test/fixtures/N_.rb:43 ../test/fixtures/_.rb:63 ../test/fixtures/n_.rb:72
|
|
358
|
+
msgid "a\"b\"c\""
|
|
359
|
+
msgid_plural "a\"b\"c\"2"
|
|
360
|
+
msgstr[0] ""
|
|
361
|
+
msgstr[1] ""
|
|
362
|
+
|
|
363
|
+
#: ../test/fixtures/N_.rb:47 ../test/fixtures/_.rb:67 ../test/fixtures/n_.rb:76
|
|
364
|
+
msgid "d\"e\"f\""
|
|
365
|
+
msgid_plural "d\"e\"f\"2"
|
|
366
|
+
msgstr[0] ""
|
|
367
|
+
msgstr[1] ""
|
|
368
|
+
|
|
369
|
+
#: ../test/fixtures/N_.rb:51 ../test/fixtures/_.rb:71
|
|
370
|
+
msgid "jjj"
|
|
371
|
+
msgstr ""
|
|
372
|
+
|
|
373
|
+
#: ../test/fixtures/N_.rb:52 ../test/fixtures/_.rb:72
|
|
374
|
+
msgid "kkk"
|
|
375
|
+
msgstr ""
|
|
376
|
+
|
|
377
|
+
#: ../test/fixtures/N_.rb:56 ../test/fixtures/_.rb:76
|
|
378
|
+
msgid "lllmmm"
|
|
379
|
+
msgstr ""
|
|
380
|
+
|
|
381
|
+
#: ../test/fixtures/N_.rb:64 ../test/fixtures/_.rb:84
|
|
382
|
+
msgid ""
|
|
383
|
+
"nnn\n"
|
|
384
|
+
"ooo"
|
|
385
|
+
msgstr ""
|
|
386
|
+
|
|
387
|
+
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
388
|
+
msgid "#"
|
|
389
|
+
msgstr ""
|
|
390
|
+
|
|
391
|
+
#: ../test/fixtures/_.rb:96
|
|
392
|
+
msgid "\taaa"
|
|
393
|
+
msgstr ""
|
|
394
|
+
|
|
395
|
+
#: ../test/fixtures/_.rb:100
|
|
396
|
+
msgid ""
|
|
397
|
+
"Here document1\n"
|
|
398
|
+
"Here document2\n"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
401
|
+
#. TRANSLATORS: This is a proper name. See the gettext
|
|
402
|
+
#. manual, section Names. Note this is actually a non-ASCII
|
|
403
|
+
#. name: The first name is (with Unicode escapes)
|
|
404
|
+
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
405
|
+
#. Pronunciation is like "fraa-swa pee-nar".
|
|
406
|
+
#. This is an example from GNU gettext documentation.
|
|
407
|
+
#: ../test/fixtures/_.rb:120
|
|
408
|
+
msgid "Francois Pinard"
|
|
409
|
+
msgstr ""
|
|
410
|
+
|
|
411
|
+
#: ../test/fixtures/_.rb:123
|
|
412
|
+
msgid "No TRANSLATORS comment"
|
|
413
|
+
msgstr ""
|
|
414
|
+
|
|
415
|
+
#: ../test/fixtures/_.rb:128
|
|
416
|
+
msgid "self explaining"
|
|
417
|
+
msgstr ""
|
|
418
|
+
|
|
419
|
+
#: ../test/fixtures/_.rb:132
|
|
420
|
+
msgid "This is a # including string."
|
|
421
|
+
msgstr ""
|
|
422
|
+
|
|
423
|
+
#: ../test/fixtures/_/double_quote_in_double_quote.rb:28
|
|
424
|
+
msgid "double \"quote\" in double quote"
|
|
425
|
+
msgstr ""
|
|
426
|
+
|
|
427
|
+
#: ../test/fixtures/_/double_quote_in_single_quote.rb:28
|
|
428
|
+
msgid "double \"quote\" in single quote"
|
|
429
|
+
msgstr ""
|
|
430
|
+
|
|
431
|
+
#: ../test/fixtures/_/literal_concatenation_with_continuation_line.rb:28
|
|
432
|
+
msgid "literal concatenation with continuation line"
|
|
433
|
+
msgstr ""
|
|
434
|
+
|
|
435
|
+
#: ../test/fixtures/_/middle_new_line.rb:28
|
|
436
|
+
msgid ""
|
|
437
|
+
"middle\n"
|
|
438
|
+
"new line"
|
|
439
|
+
msgstr ""
|
|
440
|
+
|
|
441
|
+
#: ../test/fixtures/_/multiple_lines_literal.rb:28
|
|
442
|
+
msgid ""
|
|
443
|
+
"multiple\n"
|
|
444
|
+
"lines\n"
|
|
445
|
+
"literal\n"
|
|
446
|
+
msgstr ""
|
|
447
|
+
|
|
448
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
449
|
+
msgid "multiple"
|
|
450
|
+
msgstr ""
|
|
451
|
+
|
|
452
|
+
#: ../test/fixtures/_/multiple_messages_in_same_line.rb:28
|
|
453
|
+
msgid "in same line"
|
|
454
|
+
msgstr ""
|
|
455
|
+
|
|
456
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:28
|
|
457
|
+
#: ../test/fixtures/_/multiple_same_messages.rb:32
|
|
458
|
+
msgid "multiple same messages"
|
|
459
|
+
msgstr ""
|
|
460
|
+
|
|
461
|
+
#: ../test/fixtures/_/one_line.rb:28
|
|
462
|
+
msgid "one line"
|
|
463
|
+
msgstr ""
|
|
464
|
+
|
|
465
|
+
#: ../test/fixtures/_/one_new_line.rb:28
|
|
466
|
+
msgid "one new line\n"
|
|
467
|
+
msgstr ""
|
|
468
|
+
|
|
469
|
+
#: ../test/fixtures/backslash.rb:27
|
|
470
|
+
msgid "You should escape '\\' as '\\\\'."
|
|
285
471
|
msgstr ""
|
|
286
472
|
|
|
287
473
|
#: ../test/fixtures/gladeparser.glade:29
|
|
@@ -314,12 +500,41 @@ msgstr ""
|
|
|
314
500
|
msgid "duplicated"
|
|
315
501
|
msgstr ""
|
|
316
502
|
|
|
317
|
-
#: ../test/fixtures/
|
|
318
|
-
#: ../test/fixtures/
|
|
319
|
-
#: ../test/
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
503
|
+
#: ../test/fixtures/multi_text_domain.rb:11
|
|
504
|
+
#: ../test/fixtures/multi_text_domain.rb:24
|
|
505
|
+
#: ../test/fixtures/multi_text_domain.rb:43
|
|
506
|
+
#: ../test/fixtures/multi_text_domain.rb:50
|
|
507
|
+
#: ../test/fixtures/multi_text_domain.rb:62
|
|
508
|
+
#: ../test/fixtures/multi_text_domain.rb:75
|
|
509
|
+
#: ../test/fixtures/multi_text_domain.rb:91
|
|
510
|
+
#: ../test/fixtures/multi_text_domain.rb:104
|
|
511
|
+
#: ../test/fixtures/multi_text_domain.rb:108
|
|
512
|
+
#: ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10
|
|
513
|
+
#: ../test/test_gettext.rb:64 ../test/test_gettext.rb:297
|
|
514
|
+
#: ../test/test_gettext.rb:299 ../test/test_gettext.rb:302
|
|
515
|
+
#: ../test/test_gettext.rb:306 ../test/test_gettext.rb:309
|
|
516
|
+
#: ../test/test_gettext.rb:322 ../test/test_gettext.rb:325
|
|
517
|
+
#: ../test/test_gettext.rb:328 ../test/test_gettext.rb:336
|
|
518
|
+
#: ../test/test_gettext.rb:339 ../test/test_gettext.rb:351
|
|
519
|
+
#: ../test/test_gettext.rb:358 ../test/test_text_domain_toplevel.rb:9
|
|
520
|
+
#: ../test/test_text_domain_toplevel.rb:15
|
|
521
|
+
#: ../test/test_text_domain_toplevel.rb:18
|
|
522
|
+
#: ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
|
|
523
|
+
msgid "language"
|
|
524
|
+
msgstr ""
|
|
525
|
+
|
|
526
|
+
#: ../test/fixtures/multi_text_domain.rb:14
|
|
527
|
+
#: ../test/fixtures/multi_text_domain.rb:27
|
|
528
|
+
#: ../test/fixtures/multi_text_domain.rb:54
|
|
529
|
+
#: ../test/fixtures/multi_text_domain.rb:65
|
|
530
|
+
#: ../test/fixtures/multi_text_domain.rb:78
|
|
531
|
+
#: ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
532
|
+
msgid "LANGUAGE"
|
|
533
|
+
msgstr ""
|
|
534
|
+
|
|
535
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
536
|
+
msgid "no data"
|
|
537
|
+
msgstr ""
|
|
323
538
|
|
|
324
539
|
#: ../test/fixtures/n_.rb:33
|
|
325
540
|
msgid "bbb\n"
|
|
@@ -327,6 +542,7 @@ msgid_plural ""
|
|
|
327
542
|
"ccc2\n"
|
|
328
543
|
"ccc2"
|
|
329
544
|
msgstr[0] ""
|
|
545
|
+
msgstr[1] ""
|
|
330
546
|
|
|
331
547
|
#: ../test/fixtures/n_.rb:37
|
|
332
548
|
msgid ""
|
|
@@ -336,6 +552,7 @@ msgid_plural ""
|
|
|
336
552
|
"ddd2\n"
|
|
337
553
|
"ddd2"
|
|
338
554
|
msgstr[0] ""
|
|
555
|
+
msgstr[1] ""
|
|
339
556
|
|
|
340
557
|
#: ../test/fixtures/n_.rb:42
|
|
341
558
|
msgid ""
|
|
@@ -345,6 +562,7 @@ msgid_plural ""
|
|
|
345
562
|
"eee2\n"
|
|
346
563
|
"eee2\n"
|
|
347
564
|
msgstr[0] ""
|
|
565
|
+
msgstr[1] ""
|
|
348
566
|
|
|
349
567
|
#: ../test/fixtures/n_.rb:48
|
|
350
568
|
msgid ""
|
|
@@ -354,102 +572,48 @@ msgid_plural ""
|
|
|
354
572
|
"ddd\n"
|
|
355
573
|
"eee2"
|
|
356
574
|
msgstr[0] ""
|
|
357
|
-
|
|
358
|
-
#: ../test/fixtures/n_.rb:55 ../test/fixtures/n_.rb:59
|
|
359
|
-
#: ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:33
|
|
360
|
-
msgid "fff"
|
|
361
|
-
msgid_plural "fff2"
|
|
362
|
-
msgstr[0] ""
|
|
575
|
+
msgstr[1] ""
|
|
363
576
|
|
|
364
577
|
#: ../test/fixtures/n_.rb:59
|
|
365
578
|
msgid "ggg"
|
|
366
579
|
msgid_plural "ggg2"
|
|
367
580
|
msgstr[0] ""
|
|
368
|
-
|
|
369
|
-
#: ../test/fixtures/n_.rb:63 ../test/fixtures/_.rb:57
|
|
370
|
-
#: ../test/fixtures/N_.rb:37
|
|
371
|
-
msgid "ggghhhiii"
|
|
372
|
-
msgid_plural "jjjkkklll"
|
|
373
|
-
msgstr[0] ""
|
|
374
|
-
|
|
375
|
-
#: ../test/fixtures/n_.rb:72 ../test/fixtures/_.rb:63
|
|
376
|
-
#: ../test/fixtures/N_.rb:43
|
|
377
|
-
msgid "a\"b\"c\""
|
|
378
|
-
msgid_plural "a\"b\"c\"2"
|
|
379
|
-
msgstr[0] ""
|
|
380
|
-
|
|
381
|
-
#: ../test/fixtures/n_.rb:76 ../test/fixtures/_.rb:67
|
|
382
|
-
#: ../test/fixtures/N_.rb:47
|
|
383
|
-
msgid "d\"e\"f\""
|
|
384
|
-
msgid_plural "d\"e\"f\"2"
|
|
385
|
-
msgstr[0] ""
|
|
581
|
+
msgstr[1] ""
|
|
386
582
|
|
|
387
583
|
#: ../test/fixtures/n_.rb:80
|
|
388
584
|
msgid "mmmmmm"
|
|
389
585
|
msgid_plural "mmm2mmm2"
|
|
390
586
|
msgstr[0] ""
|
|
587
|
+
msgstr[1] ""
|
|
391
588
|
|
|
392
589
|
#: ../test/fixtures/n_.rb:81
|
|
393
590
|
msgid "nnn"
|
|
394
591
|
msgid_plural "nnn2"
|
|
395
592
|
msgstr[0] ""
|
|
593
|
+
msgstr[1] ""
|
|
396
594
|
|
|
397
|
-
#: ../test/fixtures/n_.rb:
|
|
595
|
+
#: ../test/fixtures/n_.rb:85 ../test/fixtures/n_.rb:86
|
|
398
596
|
msgid "ooo"
|
|
399
597
|
msgid_plural "ppp"
|
|
400
598
|
msgstr[0] ""
|
|
599
|
+
msgstr[1] ""
|
|
401
600
|
|
|
402
601
|
#: ../test/fixtures/n_.rb:90 ../test/fixtures/n_.rb:91
|
|
403
602
|
msgid "qqq"
|
|
404
603
|
msgid_plural "rrr"
|
|
405
604
|
msgstr[0] ""
|
|
605
|
+
msgstr[1] ""
|
|
406
606
|
|
|
407
|
-
#. please provide translations for all
|
|
607
|
+
#. TRANSLATORS:please provide translations for all
|
|
408
608
|
#. the plural forms!
|
|
409
609
|
#: ../test/fixtures/n_.rb:97
|
|
410
610
|
msgid "comment"
|
|
411
611
|
msgid_plural "comments"
|
|
412
612
|
msgstr[0] ""
|
|
613
|
+
msgstr[1] ""
|
|
413
614
|
|
|
414
|
-
#: ../test/fixtures/
|
|
415
|
-
msgid "
|
|
416
|
-
msgid_plural "context|context$messages"
|
|
417
|
-
msgstr[0] ""
|
|
418
|
-
|
|
419
|
-
#: ../test/fixtures/multi_textdomain.rb:11
|
|
420
|
-
#: ../test/fixtures/multi_textdomain.rb:24
|
|
421
|
-
#: ../test/fixtures/multi_textdomain.rb:43
|
|
422
|
-
#: ../test/fixtures/multi_textdomain.rb:50
|
|
423
|
-
#: ../test/fixtures/multi_textdomain.rb:62
|
|
424
|
-
#: ../test/fixtures/multi_textdomain.rb:75
|
|
425
|
-
#: ../test/fixtures/multi_textdomain.rb:91
|
|
426
|
-
#: ../test/fixtures/multi_textdomain.rb:104
|
|
427
|
-
#: ../test/fixtures/multi_textdomain.rb:108
|
|
428
|
-
#: ../test/fixtures/multi_textdomain.rb:128 ../test/fixtures/simple.rb:10
|
|
429
|
-
#: ../test/test_thread.rb:23 ../test/test_textdomain_toplevel.rb:9
|
|
430
|
-
#: ../test/test_textdomain_toplevel.rb:15
|
|
431
|
-
#: ../test/test_textdomain_toplevel.rb:18
|
|
432
|
-
#: ../test/test_textdomain_toplevel.rb:23 ../test/test_gettext.rb:64
|
|
433
|
-
#: ../test/test_gettext.rb:297 ../test/test_gettext.rb:299
|
|
434
|
-
#: ../test/test_gettext.rb:302 ../test/test_gettext.rb:306
|
|
435
|
-
#: ../test/test_gettext.rb:309 ../test/test_gettext.rb:322
|
|
436
|
-
#: ../test/test_gettext.rb:325 ../test/test_gettext.rb:328
|
|
437
|
-
#: ../test/test_gettext.rb:336 ../test/test_gettext.rb:339
|
|
438
|
-
#: ../test/test_gettext.rb:351 ../test/test_gettext.rb:358
|
|
439
|
-
msgid "language"
|
|
440
|
-
msgstr ""
|
|
441
|
-
|
|
442
|
-
#: ../test/fixtures/multi_textdomain.rb:14
|
|
443
|
-
#: ../test/fixtures/multi_textdomain.rb:27
|
|
444
|
-
#: ../test/fixtures/multi_textdomain.rb:54
|
|
445
|
-
#: ../test/fixtures/multi_textdomain.rb:65
|
|
446
|
-
#: ../test/fixtures/multi_textdomain.rb:78
|
|
447
|
-
#: ../test/fixtures/multi_textdomain.rb:116 ../test/test_gettext.rb:53
|
|
448
|
-
msgid "LANGUAGE"
|
|
449
|
-
msgstr ""
|
|
450
|
-
|
|
451
|
-
#: ../test/fixtures/multi_textdomain.rb:120
|
|
452
|
-
msgid "no data"
|
|
615
|
+
#: ../test/fixtures/non_ascii.rb:10
|
|
616
|
+
msgid "こんにちは"
|
|
453
617
|
msgstr ""
|
|
454
618
|
|
|
455
619
|
#: ../test/fixtures/np_.rb:28 ../test/fixtures/np_.rb:29
|
|
@@ -458,158 +622,84 @@ msgctxt "Magazine"
|
|
|
458
622
|
msgid "a book"
|
|
459
623
|
msgid_plural "%{num} books"
|
|
460
624
|
msgstr[0] ""
|
|
625
|
+
msgstr[1] ""
|
|
461
626
|
|
|
462
627
|
#: ../test/fixtures/np_.rb:38 ../test/fixtures/np_.rb:39
|
|
463
628
|
msgctxt "Hardcover"
|
|
464
629
|
msgid "a book"
|
|
465
630
|
msgid_plural "%{num} books"
|
|
466
631
|
msgstr[0] ""
|
|
632
|
+
msgstr[1] ""
|
|
467
633
|
|
|
468
634
|
#: ../test/fixtures/np_.rb:43 ../test/fixtures/np_.rb:44
|
|
469
635
|
msgctxt "Magaine"
|
|
470
636
|
msgid "I have a magazine"
|
|
471
637
|
msgid_plural "I have %{num} magazines"
|
|
472
638
|
msgstr[0] ""
|
|
639
|
+
msgstr[1] ""
|
|
473
640
|
|
|
474
641
|
#: ../test/fixtures/np_.rb:48 ../test/fixtures/np_.rb:49
|
|
475
642
|
msgctxt "Hardcover"
|
|
476
643
|
msgid "a picture"
|
|
477
644
|
msgid_plural "%{num} pictures"
|
|
478
645
|
msgstr[0] ""
|
|
646
|
+
msgstr[1] ""
|
|
479
647
|
|
|
480
|
-
#: ../test/fixtures/
|
|
481
|
-
|
|
482
|
-
msgstr ""
|
|
483
|
-
|
|
484
|
-
#: ../test/fixtures/non_ascii.rb:10
|
|
485
|
-
msgid "こんにちは"
|
|
486
|
-
msgstr ""
|
|
487
|
-
|
|
488
|
-
#: ../test/fixtures/untranslated.rb:10
|
|
489
|
-
msgid "untranslated"
|
|
490
|
-
msgstr ""
|
|
491
|
-
|
|
492
|
-
#: ../test/fixtures/_.rb:34 ../test/fixtures/N_.rb:14
|
|
493
|
-
msgid "aaa\n"
|
|
494
|
-
msgstr ""
|
|
495
|
-
|
|
496
|
-
#: ../test/fixtures/_.rb:38 ../test/fixtures/N_.rb:18
|
|
497
|
-
msgid ""
|
|
498
|
-
"bbb\n"
|
|
499
|
-
"ccc"
|
|
500
|
-
msgstr ""
|
|
501
|
-
|
|
502
|
-
#: ../test/fixtures/_.rb:42 ../test/fixtures/N_.rb:22
|
|
503
|
-
msgid ""
|
|
504
|
-
"bbb\n"
|
|
505
|
-
"ccc\n"
|
|
506
|
-
"ddd\n"
|
|
507
|
-
msgstr ""
|
|
508
|
-
|
|
509
|
-
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/N_.rb:29
|
|
510
|
-
#: ../test/fixtures/N_.rb:33
|
|
511
|
-
msgid "eee"
|
|
512
|
-
msgstr ""
|
|
513
|
-
|
|
514
|
-
#: ../test/fixtures/_.rb:71 ../test/fixtures/N_.rb:51
|
|
515
|
-
msgid "jjj"
|
|
516
|
-
msgstr ""
|
|
517
|
-
|
|
518
|
-
#: ../test/fixtures/_.rb:72 ../test/fixtures/N_.rb:52
|
|
519
|
-
msgid "kkk"
|
|
520
|
-
msgstr ""
|
|
521
|
-
|
|
522
|
-
#: ../test/fixtures/_.rb:76 ../test/fixtures/N_.rb:56
|
|
523
|
-
msgid "lllmmm"
|
|
524
|
-
msgstr ""
|
|
525
|
-
|
|
526
|
-
#: ../test/fixtures/_.rb:84 ../test/fixtures/N_.rb:64
|
|
527
|
-
msgid ""
|
|
528
|
-
"nnn\n"
|
|
529
|
-
"ooo"
|
|
530
|
-
msgstr ""
|
|
531
|
-
|
|
532
|
-
#: ../test/fixtures/_.rb:88 ../test/fixtures/_.rb:92
|
|
533
|
-
msgid "#"
|
|
534
|
-
msgstr ""
|
|
535
|
-
|
|
536
|
-
#: ../test/fixtures/_.rb:96
|
|
537
|
-
msgid "\taaa"
|
|
538
|
-
msgstr ""
|
|
539
|
-
|
|
540
|
-
#: ../test/fixtures/_.rb:100
|
|
541
|
-
msgid ""
|
|
542
|
-
"Here document1\n"
|
|
543
|
-
"Here document2\n"
|
|
544
|
-
msgstr ""
|
|
545
|
-
|
|
546
|
-
#. This is a proper name. See the gettext
|
|
547
|
-
#. manual, section Names. Note this is actually a non-ASCII
|
|
548
|
-
#. name: The first name is (with Unicode escapes)
|
|
549
|
-
#. "Fran\u00e7ois" or (with HTML entities) "François".
|
|
550
|
-
#. Pronunciation is like "fraa-swa pee-nar".
|
|
551
|
-
#. This is an example from GNU gettext documentation.
|
|
552
|
-
#: ../test/fixtures/_.rb:119
|
|
553
|
-
msgid "Francois Pinard"
|
|
554
|
-
msgstr ""
|
|
555
|
-
|
|
556
|
-
#: ../test/fixtures/_.rb:122
|
|
557
|
-
msgid "No TRANSLATORS comment"
|
|
558
|
-
msgstr ""
|
|
559
|
-
|
|
560
|
-
#: ../test/fixtures/_.rb:127
|
|
561
|
-
msgid "self explaining"
|
|
562
|
-
msgstr ""
|
|
563
|
-
|
|
564
|
-
#: ../test/fixtures/_.rb:131
|
|
565
|
-
msgid "This is a # including string."
|
|
566
|
-
msgstr ""
|
|
567
|
-
|
|
568
|
-
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/s_.rb:28
|
|
569
|
-
#: ../test/fixtures/s_.rb:32 ../test/fixtures/ns_.rb:32
|
|
648
|
+
#: ../test/fixtures/ns_.rb:28 ../test/fixtures/ns_.rb:32
|
|
649
|
+
#: ../test/fixtures/s_.rb:28 ../test/fixtures/s_.rb:32
|
|
570
650
|
#: ../test/test_gettext.rb:119
|
|
571
651
|
msgid "AAA|BBB"
|
|
572
652
|
msgid_plural "CCC"
|
|
573
653
|
msgstr[0] ""
|
|
654
|
+
msgstr[1] ""
|
|
574
655
|
|
|
575
656
|
#: ../test/fixtures/ns_.rb:36 ../test/fixtures/s_.rb:36
|
|
576
657
|
msgid "AAA"
|
|
577
658
|
msgid_plural "BBB"
|
|
578
659
|
msgstr[0] ""
|
|
660
|
+
msgstr[1] ""
|
|
579
661
|
|
|
580
662
|
#: ../test/fixtures/ns_.rb:40 ../test/fixtures/s_.rb:40
|
|
581
663
|
msgid "AAA|CCC"
|
|
582
664
|
msgid_plural "DDD"
|
|
583
665
|
msgstr[0] ""
|
|
666
|
+
msgstr[1] ""
|
|
584
667
|
|
|
585
668
|
#: ../test/fixtures/ns_.rb:44 ../test/fixtures/s_.rb:44
|
|
586
669
|
msgid "AAA|BBB|CCC"
|
|
587
670
|
msgid_plural "DDD"
|
|
588
671
|
msgstr[0] ""
|
|
672
|
+
msgstr[1] ""
|
|
589
673
|
|
|
590
674
|
#: ../test/fixtures/ns_.rb:48 ../test/fixtures/s_.rb:48
|
|
591
675
|
msgid "AAA$BBB"
|
|
592
676
|
msgid_plural "CCC"
|
|
593
677
|
msgstr[0] ""
|
|
678
|
+
msgstr[1] ""
|
|
594
679
|
|
|
595
680
|
#: ../test/fixtures/ns_.rb:52 ../test/fixtures/s_.rb:52
|
|
596
681
|
msgid "AAA$B|BB"
|
|
597
682
|
msgid_plural "CCC"
|
|
598
683
|
msgstr[0] ""
|
|
684
|
+
msgstr[1] ""
|
|
599
685
|
|
|
600
686
|
#: ../test/fixtures/ns_.rb:56 ../test/fixtures/s_.rb:56
|
|
601
687
|
msgid "AAA$B|CC"
|
|
602
688
|
msgid_plural "DDD"
|
|
603
689
|
msgstr[0] ""
|
|
690
|
+
msgstr[1] ""
|
|
604
691
|
|
|
605
692
|
#: ../test/fixtures/ns_.rb:60 ../test/fixtures/s_.rb:60
|
|
606
693
|
msgid "AAA|CCC|BBB"
|
|
607
694
|
msgid_plural "DDD"
|
|
608
695
|
msgstr[0] ""
|
|
696
|
+
msgstr[1] ""
|
|
609
697
|
|
|
610
|
-
#: ../test/fixtures/
|
|
611
|
-
msgid "
|
|
612
|
-
|
|
698
|
+
#: ../test/fixtures/ns_/custom.rb:28 ../test/fixtures/s_/custom.rb:28
|
|
699
|
+
msgid "context|context$message"
|
|
700
|
+
msgid_plural "context|context$messages"
|
|
701
|
+
msgstr[0] ""
|
|
702
|
+
msgstr[1] ""
|
|
613
703
|
|
|
614
704
|
#: ../test/fixtures/p_.rb:29 ../test/fixtures/p_.rb:33
|
|
615
705
|
msgctxt "AAA"
|
|
@@ -635,7 +725,7 @@ msgstr ""
|
|
|
635
725
|
msgid "BBB"
|
|
636
726
|
msgstr ""
|
|
637
727
|
|
|
638
|
-
#. please translate 'name' in the context of 'program'.
|
|
728
|
+
#. TRANSLATORS:please translate 'name' in the context of 'program'.
|
|
639
729
|
#. Hint: the translation should NOT contain the translation of 'program'.
|
|
640
730
|
#: ../test/fixtures/p_.rb:55
|
|
641
731
|
msgctxt "program"
|
|
@@ -646,6 +736,10 @@ msgstr ""
|
|
|
646
736
|
msgid "one is %d."
|
|
647
737
|
msgstr ""
|
|
648
738
|
|
|
739
|
+
#: ../test/fixtures/untranslated.rb:10
|
|
740
|
+
msgid "untranslated"
|
|
741
|
+
msgstr ""
|
|
742
|
+
|
|
649
743
|
#: ../test/test_gettext.rb:59
|
|
650
744
|
msgid "nomsgstr"
|
|
651
745
|
msgstr ""
|
|
@@ -679,6 +773,7 @@ msgstr ""
|
|
|
679
773
|
msgid "one"
|
|
680
774
|
msgid_plural "two"
|
|
681
775
|
msgstr[0] ""
|
|
776
|
+
msgstr[1] ""
|
|
682
777
|
|
|
683
778
|
#: ../test/test_gettext.rb:231 ../test/test_gettext.rb:232
|
|
684
779
|
#: ../test/test_gettext.rb:233 ../test/test_gettext.rb:236
|
|
@@ -691,16 +786,47 @@ msgstr[0] ""
|
|
|
691
786
|
msgid "first"
|
|
692
787
|
msgid_plural "second"
|
|
693
788
|
msgstr[0] ""
|
|
789
|
+
msgstr[1] ""
|
|
694
790
|
|
|
695
|
-
#: ../test/test_gettext.rb:
|
|
791
|
+
#: ../test/test_gettext.rb:268 ../test/test_gettext.rb:269
|
|
696
792
|
#: ../test/test_gettext.rb:270 ../test/test_gettext.rb:278
|
|
697
793
|
#: ../test/test_gettext.rb:279 ../test/test_gettext.rb:280
|
|
698
794
|
msgid "single"
|
|
699
795
|
msgid_plural "plural"
|
|
700
796
|
msgstr[0] ""
|
|
797
|
+
msgstr[1] ""
|
|
701
798
|
|
|
702
|
-
|
|
703
|
-
|
|
799
|
+
#: ../test/tools/files/simple_translation.rb:3
|
|
800
|
+
msgid "a translation"
|
|
801
|
+
msgstr ""
|
|
802
|
+
|
|
803
|
+
#: ../lib/gettext/tools.rb:81
|
|
804
|
+
#, fuzzy
|
|
805
|
+
#~ msgid "Failed to merge with %{defpo}"
|
|
806
|
+
#~ msgstr "%{defpo} 파일을 병합하는 데 실패했습니다 - 그냥 넘어갑니다!"
|
|
704
807
|
|
|
705
|
-
|
|
706
|
-
|
|
808
|
+
#: ../lib/gettext/tools.rb:82
|
|
809
|
+
#, fuzzy
|
|
810
|
+
#~ msgid "New .pot was copied to %{failed_filename}"
|
|
811
|
+
#~ msgstr "%{failed_filename}에서 새로운 .pot 파일을 확인하십시요"
|
|
812
|
+
|
|
813
|
+
#: ../lib/gettext/tools/msgmerge.rb:453
|
|
814
|
+
#~ msgid "definition po is not given."
|
|
815
|
+
#~ msgstr "po 정의가 주어지지 않았습니다."
|
|
816
|
+
|
|
817
|
+
#: ../lib/gettext/tools/msgmerge.rb:455
|
|
818
|
+
#~ msgid "reference pot is not given."
|
|
819
|
+
#~ msgstr "참조할 pot 파일이 주어지지 않았습니다."
|
|
820
|
+
|
|
821
|
+
#: ../lib/gettext/tools/msgmerge.rb:463
|
|
822
|
+
#~ msgid "Usage: %s def.po ref.pot [-o output.pot]"
|
|
823
|
+
#~ msgstr "사용법: %s def.po ref.pot [-o output.pot]"
|
|
824
|
+
|
|
825
|
+
#: ../lib/gettext/tools/msgmerge.rb:466
|
|
826
|
+
#~ msgid ""
|
|
827
|
+
#~ "Merges two Uniforum style .po files together. The def.po file is an existing P"
|
|
828
|
+
#~ "O file with translations. The ref.pot file is the last created PO file with up"
|
|
829
|
+
#~ "-to-date source references. ref.pot is generally created by rgettext."
|
|
830
|
+
#~ msgstr ""
|
|
831
|
+
#~ "2개의 유니포럼 스타일의 .po 파일들을 서로 병합합니다. def.po 파일은 번역을 가진 PO 파일입니다. ref.pot 파일은 최신 소스"
|
|
832
|
+
#~ "를 참조하는 가장 최근에 생성된 PO 파일입니다. ref.pot는 일반적으로 rgettext에 의해 생성됩니다."
|