diff options
Diffstat (limited to 'vendor/gems/gettext-2.1.0/.specification')
-rw-r--r-- | vendor/gems/gettext-2.1.0/.specification | 819 |
1 files changed, 819 insertions, 0 deletions
diff --git a/vendor/gems/gettext-2.1.0/.specification b/vendor/gems/gettext-2.1.0/.specification new file mode 100644 index 000000000..43cf26fff --- /dev/null +++ b/vendor/gems/gettext-2.1.0/.specification @@ -0,0 +1,819 @@ +--- !ruby/object:Gem::Specification +name: gettext +version: !ruby/object:Gem::Version + version: 2.1.0 +platform: ruby +authors: +- Masao Mutoh +autorequire: +bindir: bin +cert_chain: [] + +date: 2009-11-13 00:00:00 +00:00 +default_executable: +dependencies: +- !ruby/object:Gem::Dependency + name: locale + type: :runtime + version_requirement: + version_requirements: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: 2.0.5 + version: +description: Ruby-GetText-Package is a GNU GetText-like program for Ruby. The catalog file(po-file) is same format with GNU GetText. So you can use GNU GetText tools for maintaining. +email: mutomasa at gmail.com +executables: +- rmsgmerge +- rmsgfmt +- rgettext +extensions: [] + +extra_rdoc_files: [] + +files: +- lib/gettext.rb +- lib/gettext/core_ext/string.rb +- lib/gettext/core_ext/iconv.rb +- lib/gettext/tools/pomessage.rb +- lib/gettext/tools/rmsgmerge.rb +- lib/gettext/tools/parser/erb.rb +- lib/gettext/tools/parser/ruby.rb +- lib/gettext/tools/parser/glade.rb +- lib/gettext/tools/rgettext.rb +- lib/gettext/tools/rmsgfmt.rb +- lib/gettext/tools/poparser.rb +- lib/gettext/parser/erb.rb +- lib/gettext/parser/ruby.rb +- lib/gettext/parser/glade.rb +- lib/gettext/utils.rb +- lib/gettext/tools.rb +- lib/gettext/version.rb +- lib/gettext/runtime/locale_path.rb +- lib/gettext/runtime/mofile.rb +- lib/gettext/runtime/textdomain_manager.rb +- lib/gettext/runtime/textdomain_group.rb +- lib/gettext/runtime/textdomain.rb +- lib/gettext/runtime/class_info.rb +- lib/gettext/cgi.rb +- benchmark/2.0.4.txt +- benchmark/1.93.0.txt +- benchmark/test.rb +- benchmark/2.1.0.txt +- benchmark/2.0.0.txt +- benchmark/benchmark.rb +- gettext.gemspec +- test/test_po_generation.rb +- test/test_string.rb +- test/test_textdomain_bind.rb +- test/test_textdomain_multi.rb +- test/test_pomessage.rb +- test/testlib/gettext.rb +- test/testlib/pgettext.rb +- test/testlib/sgettext.rb +- test/testlib/helper.rb +- test/testlib/multi_textdomain.rb +- test/testlib/nsgettext.rb +- test/testlib/simple.rb +- test/testlib/ngettext.rb +- test/testlib/erb.rhtml +- test/testlib/N_.rb +- test/testlib/gladeparser.glade +- test/testlib/erb.rxml +- test/testlib/npgettext.rb +- test/test_locale_path.rb +- test/tools/files/en/test.po +- test/tools/files/en/app.po +- test/tools/files/simple_1.po +- test/tools/files/version.po +- test/tools/files/simple_translation.rb +- test/tools/files/simple_2.po +- test/tools/files/app.pot +- test/tools/files/de/app.po +- test/tools/test_tools.rb +- test/tools/test.pot +- test/Rakefile +- test/test_gettext.rb +- test/test_parser.rb +- test/locale/ja/LC_MESSAGES/test3.mo +- test/locale/ja/LC_MESSAGES/rubyparser.mo +- test/locale/ja/LC_MESSAGES/test1.mo +- test/locale/ja/LC_MESSAGES/plural_error.mo +- test/locale/ja/LC_MESSAGES/pgettext.mo +- test/locale/ja/LC_MESSAGES/test2.mo +- test/locale/ja/LC_MESSAGES/sgettext.mo +- test/locale/ja/LC_MESSAGES/nsgettext.mo +- test/locale/ja/LC_MESSAGES/plural.mo +- test/locale/ja/LC_MESSAGES/npgettext.mo +- test/locale/ir/LC_MESSAGES/plural.mo +- test/locale/sl/LC_MESSAGES/plural.mo +- test/locale/li/LC_MESSAGES/plural_error.mo +- test/locale/li/LC_MESSAGES/plural.mo +- test/locale/la/LC_MESSAGES/plural_error.mo +- test/locale/la/LC_MESSAGES/plural.mo +- test/locale/da/LC_MESSAGES/plural_error.mo +- test/locale/da/LC_MESSAGES/plural.mo +- test/locale/cr/LC_MESSAGES/plural.mo +- test/locale/po/LC_MESSAGES/plural.mo +- test/locale/fr/LC_MESSAGES/test1.mo +- test/locale/fr/LC_MESSAGES/plural_error.mo +- test/locale/fr/LC_MESSAGES/test2.mo +- test/locale/fr/LC_MESSAGES/plural.mo +- test/test_thread.rb +- test/README +- test/po/ja/pgettext.po +- test/po/ja/plural_error.po +- test/po/ja/nsgettext.po +- test/po/ja/test1.po +- test/po/ja/test3.po +- test/po/ja/npgettext.po +- test/po/ja/test2.po +- test/po/ja/rubyparser.po +- test/po/ja/sgettext.po +- test/po/ja/plural.po +- test/po/ir/plural.po +- test/po/sl/plural.po +- test/po/li/plural_error.po +- test/po/li/plural.po +- test/po/la/plural_error.po +- test/po/la/plural.po +- test/po/da/plural_error.po +- test/po/da/plural.po +- test/po/cr/plural.po +- test/po/po/plural.po +- test/po/fr/plural_error.po +- test/po/fr/test1.po +- test/po/fr/test2.po +- test/po/fr/plural.po +- test/test_class_info.rb +- test/test_textdomain_toplevel.rb +- Rakefile +- test.rb +- README.rdoc +- ChangeLog +- src/poparser.ry +- bin/rmsgmerge +- bin/rmsgfmt +- bin/rgettext +- replace.rb +- data/locale/ru/LC_MESSAGES/rgettext.mo +- data/locale/el/LC_MESSAGES/rgettext.mo +- data/locale/ko/LC_MESSAGES/rgettext.mo +- data/locale/ja/LC_MESSAGES/rgettext.mo +- data/locale/sr/LC_MESSAGES/rgettext.mo +- data/locale/sv/LC_MESSAGES/rgettext.mo +- data/locale/eo/LC_MESSAGES/rgettext.mo +- data/locale/bs/LC_MESSAGES/rgettext.mo +- data/locale/zh/LC_MESSAGES/rgettext.mo +- data/locale/vi/LC_MESSAGES/rgettext.mo +- data/locale/et/LC_MESSAGES/rgettext.mo +- data/locale/it/LC_MESSAGES/rgettext.mo +- data/locale/zh_TW/LC_MESSAGES/rgettext.mo +- data/locale/nb/LC_MESSAGES/rgettext.mo +- data/locale/ua/LC_MESSAGES/rgettext.mo +- data/locale/es/LC_MESSAGES/rgettext.mo +- data/locale/pt_BR/LC_MESSAGES/rgettext.mo +- data/locale/hr/LC_MESSAGES/rgettext.mo +- data/locale/cs/LC_MESSAGES/rgettext.mo +- data/locale/ca/LC_MESSAGES/rgettext.mo +- data/locale/hu/LC_MESSAGES/rgettext.mo +- data/locale/bg/LC_MESSAGES/rgettext.mo +- data/locale/lv/LC_MESSAGES/rgettext.mo +- data/locale/de/LC_MESSAGES/rgettext.mo +- data/locale/nl/LC_MESSAGES/rgettext.mo +- data/locale/fr/LC_MESSAGES/rgettext.mo +- NEWS-1 +- COPYING +- po/ru/rgettext.po +- po/el/rgettext.po +- po/ko/rgettext.po +- po/ja/rgettext.po +- po/sr/rgettext.po +- po/sv/rgettext.po +- po/eo/rgettext.po +- po/bs/rgettext.po +- po/rgettext.pot +- po/zh/rgettext.po +- po/vi/rgettext.po +- po/et/rgettext.po +- po/it/rgettext.po +- po/zh_TW/rgettext.po +- po/nb/rgettext.po +- po/ua/rgettext.po +- po/es/rgettext.po +- po/pt_BR/rgettext.po +- po/hr/rgettext.po +- po/cs/rgettext.po +- po/ca/rgettext.po +- po/hu/rgettext.po +- po/bg/rgettext.po +- po/lv/rgettext.po +- po/de/rgettext.po +- po/nl/rgettext.po +- po/fr/rgettext.po +- ChangeLog-1 +- samples/makemo.rb +- samples/hello_gtk2.rb +- samples/hello_glade2.rb +- samples/hello_tk.rb +- samples/cgi/http.rb +- samples/cgi/hellolib.rb +- samples/cgi/Rakefile +- samples/cgi/index.cgi +- samples/cgi/other.rhtml +- samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/ru/LC_MESSAGES/main.mo +- samples/cgi/locale/el/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/el/LC_MESSAGES/main.mo +- samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/ko/LC_MESSAGES/main.mo +- samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/ja/LC_MESSAGES/main.mo +- samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/sr/LC_MESSAGES/main.mo +- samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/eo/LC_MESSAGES/main.mo +- samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/bs/LC_MESSAGES/main.mo +- samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/zh/LC_MESSAGES/main.mo +- samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/vi/LC_MESSAGES/main.mo +- samples/cgi/locale/it/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/it/LC_MESSAGES/main.mo +- samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo +- samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/nb/LC_MESSAGES/main.mo +- samples/cgi/locale/ua/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/ua/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/ua/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/ua/LC_MESSAGES/main.mo +- samples/cgi/locale/es/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/es/LC_MESSAGES/main.mo +- samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo +- samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/hr/LC_MESSAGES/main.mo +- samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/cs/LC_MESSAGES/main.mo +- samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/ca/LC_MESSAGES/main.mo +- samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/hu/LC_MESSAGES/main.mo +- samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/bg/LC_MESSAGES/main.mo +- samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/lv/LC_MESSAGES/main.mo +- samples/cgi/locale/de/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/de/LC_MESSAGES/main.mo +- samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/nl/LC_MESSAGES/main.mo +- samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo +- samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo +- samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo +- samples/cgi/locale/fr/LC_MESSAGES/main.mo +- samples/cgi/helloerb1.cgi +- samples/cgi/helloerb.rhtml +- samples/cgi/helloerb2.cgi +- samples/cgi/gettext.css +- samples/cgi/README +- samples/cgi/po/ru/helloerb2.po +- samples/cgi/po/ru/main.po +- samples/cgi/po/ru/helloerb1.po +- samples/cgi/po/ru/hellolib.po +- samples/cgi/po/el/helloerb2.po +- samples/cgi/po/el/main.po +- samples/cgi/po/el/helloerb1.po +- samples/cgi/po/el/hellolib.po +- samples/cgi/po/ko/helloerb2.po +- samples/cgi/po/ko/main.po +- samples/cgi/po/ko/helloerb1.po +- samples/cgi/po/ko/hellolib.po +- samples/cgi/po/ja/helloerb2.po +- samples/cgi/po/ja/main.po +- samples/cgi/po/ja/helloerb1.po +- samples/cgi/po/ja/hellolib.po +- samples/cgi/po/hellolib.pot +- samples/cgi/po/sr/helloerb2.po +- samples/cgi/po/sr/main.po +- samples/cgi/po/sr/helloerb1.po +- samples/cgi/po/sr/hellolib.po +- samples/cgi/po/eo/helloerb2.po +- samples/cgi/po/eo/main.po +- samples/cgi/po/eo/helloerb1.po +- samples/cgi/po/eo/hellolib.po +- samples/cgi/po/bs/helloerb2.po +- samples/cgi/po/bs/main.po +- samples/cgi/po/bs/helloerb1.po +- samples/cgi/po/bs/hellolib.po +- samples/cgi/po/helloerb1.pot +- samples/cgi/po/zh/helloerb2.po +- samples/cgi/po/zh/main.po +- samples/cgi/po/zh/helloerb1.po +- samples/cgi/po/zh/hellolib.po +- samples/cgi/po/helloerb2.pot +- samples/cgi/po/main.pot +- samples/cgi/po/vi/helloerb2.po +- samples/cgi/po/vi/main.po +- samples/cgi/po/vi/helloerb1.po +- samples/cgi/po/vi/hellolib.po +- samples/cgi/po/it/helloerb2.po +- samples/cgi/po/it/main.po +- samples/cgi/po/it/helloerb1.po +- samples/cgi/po/it/hellolib.po +- samples/cgi/po/zh_TW/helloerb2.po +- samples/cgi/po/zh_TW/main.po +- samples/cgi/po/zh_TW/helloerb1.po +- samples/cgi/po/zh_TW/hellolib.po +- samples/cgi/po/nb/helloerb2.po +- samples/cgi/po/nb/main.po +- samples/cgi/po/nb/helloerb1.po +- samples/cgi/po/nb/hellolib.po +- samples/cgi/po/ua/helloerb2.po +- samples/cgi/po/ua/main.po +- samples/cgi/po/ua/helloerb1.po +- samples/cgi/po/ua/hellolib.po +- samples/cgi/po/es/helloerb2.po +- samples/cgi/po/es/main.po +- samples/cgi/po/es/helloerb1.po +- samples/cgi/po/es/hellolib.po +- samples/cgi/po/pt_BR/helloerb2.po +- samples/cgi/po/pt_BR/main.po +- samples/cgi/po/pt_BR/helloerb1.po +- samples/cgi/po/pt_BR/hellolib.po +- samples/cgi/po/hr/helloerb2.po +- samples/cgi/po/hr/main.po +- samples/cgi/po/hr/helloerb1.po +- samples/cgi/po/hr/hellolib.po +- samples/cgi/po/cs/helloerb2.po +- samples/cgi/po/cs/main.po +- samples/cgi/po/cs/helloerb1.po +- samples/cgi/po/cs/hellolib.po +- samples/cgi/po/ca/helloerb2.po +- samples/cgi/po/ca/main.po +- samples/cgi/po/ca/helloerb1.po +- samples/cgi/po/ca/hellolib.po +- samples/cgi/po/hu/helloerb2.po +- samples/cgi/po/hu/main.po +- samples/cgi/po/hu/helloerb1.po +- samples/cgi/po/hu/hellolib.po +- samples/cgi/po/bg/helloerb2.po +- samples/cgi/po/bg/#main.po# +- samples/cgi/po/bg/main.po +- samples/cgi/po/bg/helloerb1.po +- samples/cgi/po/bg/hellolib.po +- samples/cgi/po/lv/helloerb2.po +- samples/cgi/po/lv/main.po +- samples/cgi/po/lv/helloerb1.po +- samples/cgi/po/lv/hellolib.po +- samples/cgi/po/de/helloerb2.po +- samples/cgi/po/de/main.po +- samples/cgi/po/de/helloerb1.po +- samples/cgi/po/de/hellolib.po +- samples/cgi/po/nl/helloerb2.po +- samples/cgi/po/nl/main.po +- samples/cgi/po/nl/helloerb1.po +- samples/cgi/po/nl/hellolib.po +- samples/cgi/po/fr/helloerb2.po +- samples/cgi/po/fr/main.po +- samples/cgi/po/fr/helloerb1.po +- samples/cgi/po/fr/hellolib.po +- samples/cgi/cookie.cgi +- samples/hello2.rb +- samples/hello_plural.rb +- samples/hello_noop.rb +- samples/locale/ru/LC_MESSAGES/hello_gtk.mo +- samples/locale/ru/LC_MESSAGES/hello_glade2.mo +- samples/locale/ru/LC_MESSAGES/hello2.mo +- samples/locale/ru/LC_MESSAGES/hello_plural.mo +- samples/locale/ru/LC_MESSAGES/hello_tk.mo +- samples/locale/ru/LC_MESSAGES/hello_noop.mo +- samples/locale/ru/LC_MESSAGES/hello.mo +- samples/locale/el/LC_MESSAGES/hello_gtk.mo +- samples/locale/el/LC_MESSAGES/hello_glade2.mo +- samples/locale/el/LC_MESSAGES/hello2.mo +- samples/locale/el/LC_MESSAGES/hello_plural.mo +- samples/locale/el/LC_MESSAGES/hello_tk.mo +- samples/locale/el/LC_MESSAGES/hello_noop.mo +- samples/locale/el/LC_MESSAGES/hello.mo +- samples/locale/ko/LC_MESSAGES/hello_gtk.mo +- samples/locale/ko/LC_MESSAGES/hello_glade2.mo +- samples/locale/ko/LC_MESSAGES/hello2.mo +- samples/locale/ko/LC_MESSAGES/hello_plural.mo +- samples/locale/ko/LC_MESSAGES/hello_tk.mo +- samples/locale/ko/LC_MESSAGES/hello_noop.mo +- samples/locale/ko/LC_MESSAGES/hello.mo +- samples/locale/ja/LC_MESSAGES/hello_gtk.mo +- samples/locale/ja/LC_MESSAGES/hello_glade2.mo +- samples/locale/ja/LC_MESSAGES/hello2.mo +- samples/locale/ja/LC_MESSAGES/hello_plural.mo +- samples/locale/ja/LC_MESSAGES/hello_tk.mo +- samples/locale/ja/LC_MESSAGES/hello_noop.mo +- samples/locale/ja/LC_MESSAGES/hello.mo +- samples/locale/sr/LC_MESSAGES/hello_gtk.mo +- samples/locale/sr/LC_MESSAGES/hello_glade2.mo +- samples/locale/sr/LC_MESSAGES/hello2.mo +- samples/locale/sr/LC_MESSAGES/hello_plural.mo +- samples/locale/sr/LC_MESSAGES/hello_tk.mo +- samples/locale/sr/LC_MESSAGES/hello_noop.mo +- samples/locale/sr/LC_MESSAGES/hello.mo +- samples/locale/sv/LC_MESSAGES/hello_gtk.mo +- samples/locale/sv/LC_MESSAGES/hello_glade2.mo +- samples/locale/sv/LC_MESSAGES/hello2.mo +- samples/locale/sv/LC_MESSAGES/hello_plural.mo +- samples/locale/sv/LC_MESSAGES/hello_tk.mo +- samples/locale/sv/LC_MESSAGES/hello_noop.mo +- samples/locale/sv/LC_MESSAGES/hello.mo +- samples/locale/eo/LC_MESSAGES/hello_gtk.mo +- samples/locale/eo/LC_MESSAGES/hello_glade2.mo +- samples/locale/eo/LC_MESSAGES/hello2.mo +- samples/locale/eo/LC_MESSAGES/hello_plural.mo +- samples/locale/eo/LC_MESSAGES/hello_tk.mo +- samples/locale/eo/LC_MESSAGES/hello_noop.mo +- samples/locale/eo/LC_MESSAGES/hello.mo +- samples/locale/bs/LC_MESSAGES/hello_gtk.mo +- samples/locale/bs/LC_MESSAGES/hello_glade2.mo +- samples/locale/bs/LC_MESSAGES/hello2.mo +- samples/locale/bs/LC_MESSAGES/hello_plural.mo +- samples/locale/bs/LC_MESSAGES/hello_tk.mo +- samples/locale/bs/LC_MESSAGES/hello_noop.mo +- samples/locale/bs/LC_MESSAGES/hello.mo +- samples/locale/zh/LC_MESSAGES/hello_gtk.mo +- samples/locale/zh/LC_MESSAGES/hello_glade2.mo +- samples/locale/zh/LC_MESSAGES/hello2.mo +- samples/locale/zh/LC_MESSAGES/hello_plural.mo +- samples/locale/zh/LC_MESSAGES/hello_tk.mo +- samples/locale/zh/LC_MESSAGES/hello_noop.mo +- samples/locale/zh/LC_MESSAGES/hello.mo +- samples/locale/vi/LC_MESSAGES/hello_gtk.mo +- samples/locale/vi/LC_MESSAGES/hello_glade2.mo +- samples/locale/vi/LC_MESSAGES/hello2.mo +- samples/locale/vi/LC_MESSAGES/hello_plural.mo +- samples/locale/vi/LC_MESSAGES/hello_tk.mo +- samples/locale/vi/LC_MESSAGES/hello_noop.mo +- samples/locale/vi/LC_MESSAGES/hello.mo +- samples/locale/it/LC_MESSAGES/hello_gtk.mo +- samples/locale/it/LC_MESSAGES/hello_glade2.mo +- samples/locale/it/LC_MESSAGES/hello2.mo +- samples/locale/it/LC_MESSAGES/hello_plural.mo +- samples/locale/it/LC_MESSAGES/hello_tk.mo +- samples/locale/it/LC_MESSAGES/hello_noop.mo +- samples/locale/it/LC_MESSAGES/hello.mo +- samples/locale/zh_TW/LC_MESSAGES/hello_gtk.mo +- samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo +- samples/locale/zh_TW/LC_MESSAGES/hello2.mo +- samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo +- samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo +- samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo +- samples/locale/zh_TW/LC_MESSAGES/hello.mo +- samples/locale/nb/LC_MESSAGES/hello_gtk.mo +- samples/locale/nb/LC_MESSAGES/hello_glade2.mo +- samples/locale/nb/LC_MESSAGES/hello2.mo +- samples/locale/nb/LC_MESSAGES/hello_plural.mo +- samples/locale/nb/LC_MESSAGES/hello_tk.mo +- samples/locale/nb/LC_MESSAGES/hello_noop.mo +- samples/locale/nb/LC_MESSAGES/hello.mo +- samples/locale/ua/LC_MESSAGES/hello_gtk.mo +- samples/locale/ua/LC_MESSAGES/hello_glade2.mo +- samples/locale/ua/LC_MESSAGES/hello2.mo +- samples/locale/ua/LC_MESSAGES/hello_plural.mo +- samples/locale/ua/LC_MESSAGES/hello_tk.mo +- samples/locale/ua/LC_MESSAGES/hello_noop.mo +- samples/locale/ua/LC_MESSAGES/hello.mo +- samples/locale/es/LC_MESSAGES/hello_gtk.mo +- samples/locale/es/LC_MESSAGES/hello_glade2.mo +- samples/locale/es/LC_MESSAGES/hello2.mo +- samples/locale/es/LC_MESSAGES/hello_plural.mo +- samples/locale/es/LC_MESSAGES/hello_tk.mo +- samples/locale/es/LC_MESSAGES/hello_noop.mo +- samples/locale/es/LC_MESSAGES/hello.mo +- samples/locale/pt_BR/LC_MESSAGES/hello_gtk.mo +- samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo +- samples/locale/pt_BR/LC_MESSAGES/hello2.mo +- samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo +- samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo +- samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo +- samples/locale/pt_BR/LC_MESSAGES/hello.mo +- samples/locale/hr/LC_MESSAGES/hello_gtk.mo +- samples/locale/hr/LC_MESSAGES/hello_glade2.mo +- samples/locale/hr/LC_MESSAGES/hello2.mo +- samples/locale/hr/LC_MESSAGES/hello_plural.mo +- samples/locale/hr/LC_MESSAGES/hello_tk.mo +- samples/locale/hr/LC_MESSAGES/hello_noop.mo +- samples/locale/hr/LC_MESSAGES/hello.mo +- samples/locale/cs/LC_MESSAGES/hello_gtk.mo +- samples/locale/cs/LC_MESSAGES/hello_glade2.mo +- samples/locale/cs/LC_MESSAGES/hello2.mo +- samples/locale/cs/LC_MESSAGES/hello_plural.mo +- samples/locale/cs/LC_MESSAGES/hello_tk.mo +- samples/locale/cs/LC_MESSAGES/hello_noop.mo +- samples/locale/cs/LC_MESSAGES/hello.mo +- samples/locale/ca/LC_MESSAGES/hello_gtk.mo +- samples/locale/ca/LC_MESSAGES/hello_glade2.mo +- samples/locale/ca/LC_MESSAGES/hello2.mo +- samples/locale/ca/LC_MESSAGES/hello_plural.mo +- samples/locale/ca/LC_MESSAGES/hello_tk.mo +- samples/locale/ca/LC_MESSAGES/hello_noop.mo +- samples/locale/ca/LC_MESSAGES/hello.mo +- samples/locale/hu/LC_MESSAGES/hello_gtk.mo +- samples/locale/hu/LC_MESSAGES/hello_glade2.mo +- samples/locale/hu/LC_MESSAGES/hello2.mo +- samples/locale/hu/LC_MESSAGES/hello_plural.mo +- samples/locale/hu/LC_MESSAGES/hello_tk.mo +- samples/locale/hu/LC_MESSAGES/hello_noop.mo +- samples/locale/hu/LC_MESSAGES/hello.mo +- samples/locale/bg/LC_MESSAGES/hello_gtk.mo +- samples/locale/bg/LC_MESSAGES/hello_glade2.mo +- samples/locale/bg/LC_MESSAGES/hello2.mo +- samples/locale/bg/LC_MESSAGES/hello_plural.mo +- samples/locale/bg/LC_MESSAGES/hello_tk.mo +- samples/locale/bg/LC_MESSAGES/hello_noop.mo +- samples/locale/bg/LC_MESSAGES/hello.mo +- samples/locale/lv/LC_MESSAGES/hello_gtk.mo +- samples/locale/lv/LC_MESSAGES/hello_glade2.mo +- samples/locale/lv/LC_MESSAGES/hello2.mo +- samples/locale/lv/LC_MESSAGES/hello_plural.mo +- samples/locale/lv/LC_MESSAGES/hello_tk.mo +- samples/locale/lv/LC_MESSAGES/hello_noop.mo +- samples/locale/lv/LC_MESSAGES/hello.mo +- samples/locale/de/LC_MESSAGES/hello_gtk.mo +- samples/locale/de/LC_MESSAGES/hello_glade2.mo +- samples/locale/de/LC_MESSAGES/hello2.mo +- samples/locale/de/LC_MESSAGES/hello_plural.mo +- samples/locale/de/LC_MESSAGES/hello_tk.mo +- samples/locale/de/LC_MESSAGES/hello_noop.mo +- samples/locale/de/LC_MESSAGES/hello.mo +- samples/locale/nl/LC_MESSAGES/hello_gtk.mo +- samples/locale/nl/LC_MESSAGES/hello_glade2.mo +- samples/locale/nl/LC_MESSAGES/hello2.mo +- samples/locale/nl/LC_MESSAGES/hello_plural.mo +- samples/locale/nl/LC_MESSAGES/hello_tk.mo +- samples/locale/nl/LC_MESSAGES/hello_noop.mo +- samples/locale/nl/LC_MESSAGES/hello.mo +- samples/locale/fr/LC_MESSAGES/hello_gtk.mo +- samples/locale/fr/LC_MESSAGES/hello_glade2.mo +- samples/locale/fr/LC_MESSAGES/hello2.mo +- samples/locale/fr/LC_MESSAGES/hello_plural.mo +- samples/locale/fr/LC_MESSAGES/hello_tk.mo +- samples/locale/fr/LC_MESSAGES/hello_noop.mo +- samples/locale/fr/LC_MESSAGES/hello.mo +- samples/hello_glade2.glade +- samples/README +- samples/po/ru/hello_glade2.po +- samples/po/ru/hello_noop.po +- samples/po/ru/hello_plural.po +- samples/po/ru/hello_gtk.po +- samples/po/ru/hello2.po +- samples/po/ru/hello.po +- samples/po/ru/hello_tk.po +- samples/po/el/hello_glade2.po +- samples/po/el/hello_noop.po +- samples/po/el/hello_plural.po +- samples/po/el/hello_gtk.po +- samples/po/el/hello2.po +- samples/po/el/hello.po +- samples/po/el/hello_tk.po +- samples/po/ko/hello_glade2.po +- samples/po/ko/hello_noop.po +- samples/po/ko/hello_plural.po +- samples/po/ko/hello_gtk.po +- samples/po/ko/hello2.po +- samples/po/ko/hello.po +- samples/po/ko/hello_tk.po +- samples/po/ja/hello_glade2.po +- samples/po/ja/hello_noop.po +- samples/po/ja/hello_plural.po +- samples/po/ja/hello_gtk.po +- samples/po/ja/hello2.po +- samples/po/ja/hello.po +- samples/po/ja/hello_tk.po +- samples/po/hello_tk.pot +- samples/po/sr/hello_glade2.po +- samples/po/sr/hello_noop.po +- samples/po/sr/hello_plural.po +- samples/po/sr/hello_gtk.po +- samples/po/sr/hello2.po +- samples/po/sr/hello.po +- samples/po/sr/hello_tk.po +- samples/po/sv/hello_glade2.po +- samples/po/sv/hello_noop.po +- samples/po/sv/hello_plural.po +- samples/po/sv/hello_gtk.po +- samples/po/sv/hello2.po +- samples/po/sv/hello.po +- samples/po/sv/hello_tk.po +- samples/po/eo/hello_glade2.po +- samples/po/eo/hello_noop.po +- samples/po/eo/hello_plural.po +- samples/po/eo/hello_gtk.po +- samples/po/eo/hello2.po +- samples/po/eo/hello.po +- samples/po/eo/hello_tk.po +- samples/po/bs/hello_glade2.po +- samples/po/bs/hello_noop.po +- samples/po/bs/hello_plural.po +- samples/po/bs/hello_gtk.po +- samples/po/bs/hello2.po +- samples/po/bs/hello.po +- samples/po/bs/hello_tk.po +- samples/po/hello_glade2.pot +- samples/po/zh/hello_glade2.po +- samples/po/zh/hello_noop.po +- samples/po/zh/hello_plural.po +- samples/po/zh/hello_gtk.po +- samples/po/zh/hello2.po +- samples/po/zh/hello.po +- samples/po/zh/hello_tk.po +- samples/po/vi/hello_glade2.po +- samples/po/vi/hello_noop.po +- samples/po/vi/hello_plural.po +- samples/po/vi/hello_gtk.po +- samples/po/vi/hello2.po +- samples/po/vi/hello.po +- samples/po/vi/hello_tk.po +- samples/po/test.rb +- samples/po/hello_noop.pot +- samples/po/it/hello_glade2.po +- samples/po/it/hello_noop.po +- samples/po/it/hello_plural.po +- samples/po/it/hello_gtk.po +- samples/po/it/hello2.po +- samples/po/it/hello.po +- samples/po/it/hello_tk.po +- samples/po/zh_TW/hello_glade2.po +- samples/po/zh_TW/hello_noop.po +- samples/po/zh_TW/hello_plural.po +- samples/po/zh_TW/hello_gtk.po +- samples/po/zh_TW/hello2.po +- samples/po/zh_TW/hello.po +- samples/po/zh_TW/hello_tk.po +- samples/po/nb/hello_glade2.po +- samples/po/nb/hello_noop.po +- samples/po/nb/hello_plural.po +- samples/po/nb/hello_gtk.po +- samples/po/nb/hello2.po +- samples/po/nb/hello.po +- samples/po/nb/hello_tk.po +- samples/po/ua/hello_glade2.po +- samples/po/ua/hello_noop.po +- samples/po/ua/hello_plural.po +- samples/po/ua/hello_gtk.po +- samples/po/ua/hello2.po +- samples/po/ua/hello.po +- samples/po/ua/hello_tk.po +- samples/po/es/hello_glade2.po +- samples/po/es/hello_noop.po +- samples/po/es/hello_plural.po +- samples/po/es/hello_gtk.po +- samples/po/es/hello2.po +- samples/po/es/hello.po +- samples/po/es/hello_tk.po +- samples/po/pt_BR/hello_glade2.po +- samples/po/pt_BR/hello_noop.po +- samples/po/pt_BR/hello_plural.po +- samples/po/pt_BR/hello_gtk.po +- samples/po/pt_BR/hello2.po +- samples/po/pt_BR/hello.po +- samples/po/pt_BR/hello_tk.po +- samples/po/hello.pot +- samples/po/hr/hello_glade2.po +- samples/po/hr/hello_noop.po +- samples/po/hr/hello_plural.po +- samples/po/hr/hello_gtk.po +- samples/po/hr/hello2.po +- samples/po/hr/hello.po +- samples/po/hr/hello_tk.po +- samples/po/cs/hello_glade2.po +- samples/po/cs/hello_noop.po +- samples/po/cs/hello_plural.po +- samples/po/cs/hello_gtk.po +- samples/po/cs/hello2.po +- samples/po/cs/hello.po +- samples/po/cs/hello_tk.po +- samples/po/hello_gtk.pot +- samples/po/ca/hello_glade2.po +- samples/po/ca/hello_noop.po +- samples/po/ca/hello_plural.po +- samples/po/ca/hello_gtk.po +- samples/po/ca/hello2.po +- samples/po/ca/hello.po +- samples/po/ca/hello_tk.po +- samples/po/hello_plural.pot +- samples/po/hu/hello_glade2.po +- samples/po/hu/hello_noop.po +- samples/po/hu/hello_plural.po +- samples/po/hu/hello_gtk.po +- samples/po/hu/hello2.po +- samples/po/hu/hello.po +- samples/po/hu/hello_tk.po +- samples/po/bg/hello_glade2.po +- samples/po/bg/hello_noop.po +- samples/po/bg/hello_plural.po +- samples/po/bg/hello_gtk.po +- samples/po/bg/hello2.po +- samples/po/bg/hello.po +- samples/po/bg/hello_tk.po +- samples/po/lv/hello_glade2.po +- samples/po/lv/hello_noop.po +- samples/po/lv/hello_plural.po +- samples/po/lv/hello_gtk.po +- samples/po/lv/hello2.po +- samples/po/lv/hello.po +- samples/po/lv/hello_tk.po +- samples/po/de/hello_glade2.po +- samples/po/de/hello_noop.po +- samples/po/de/hello_plural.po +- samples/po/de/hello_gtk.po +- samples/po/de/hello2.po +- samples/po/de/hello.po +- samples/po/de/hello_tk.po +- samples/po/nl/hello_glade2.po +- samples/po/nl/hello_noop.po +- samples/po/nl/hello_plural.po +- samples/po/nl/hello_gtk.po +- samples/po/nl/hello2.po +- samples/po/nl/hello.po +- samples/po/nl/hello_tk.po +- samples/po/hello2.pot +- samples/po/fr/hello_glade2.po +- samples/po/fr/hello_noop.po +- samples/po/fr/hello_plural.po +- samples/po/fr/hello_gtk.po +- samples/po/fr/hello2.po +- samples/po/fr/hello.po +- samples/po/fr/hello_tk.po +- samples/hello.rb +has_rdoc: true +homepage: http://gettext.rubyforge.org/ +post_install_message: +rdoc_options: [] + +require_paths: +- lib +required_ruby_version: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +required_rubygems_version: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +requirements: [] + +rubyforge_project: gettext +rubygems_version: 1.2.0 +signing_key: +specification_version: 3 +summary: Ruby-GetText-Package is a libary and tools to localize messages. +test_files: [] + |