gettext 1.9.0-mswin32 → 1.10.0-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +122 -1
- data/NEWS +21 -0
- data/README +30 -22
- data/data/locale/bs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/bs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ca/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/eo/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/eo/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/et/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/hr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/hr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nb/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nb/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/vi/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/vi/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
- data/ext/gettext/Makefile +2 -2
- data/ext/gettext/locale_system.o +0 -0
- data/ext/gettext/locale_system.so +0 -0
- data/lib/gettext/active_record.rb +51 -31
- data/lib/gettext/locale_win32.rb +2 -1
- data/lib/gettext/parser/active_record.rb +2 -2
- data/lib/gettext/parser/ruby.rb +2 -2
- data/lib/gettext/poparser.rb +303 -298
- data/lib/gettext/rails.rb +104 -50
- data/lib/gettext/rails_compat.rb +16 -0
- data/lib/gettext/rgettext.rb +37 -3
- data/lib/gettext/textdomain.rb +45 -6
- data/lib/gettext/utils.rb +7 -0
- data/lib/gettext/version.rb +1 -1
- data/lib/gettext.rb +119 -37
- data/lib/locale_system.so +0 -0
- data/po/bs/rails.po +148 -0
- data/po/bs/rgettext.po +131 -0
- data/po/ca/rails.po +45 -26
- data/po/ca/rgettext.po +21 -21
- data/po/cs/rails.po +46 -24
- data/po/cs/rgettext.po +21 -21
- data/po/de/rails.po +46 -27
- data/po/de/rgettext.po +21 -21
- data/po/el/rails.po +46 -25
- data/po/el/rgettext.po +22 -22
- data/po/eo/rails.po +49 -30
- data/po/eo/rgettext.po +21 -21
- data/po/es/rails.po +45 -24
- data/po/es/rgettext.po +21 -21
- data/po/et/rails.po +49 -30
- data/po/fr/rails.po +47 -28
- data/po/fr/rgettext.po +31 -29
- data/po/hr/rails.po +148 -0
- data/po/hr/rgettext.po +131 -0
- data/po/it/rails.po +42 -24
- data/po/it/rgettext.po +21 -21
- data/po/ja/rails.po +43 -25
- data/po/ja/rgettext.po +21 -21
- data/po/ko/rails.po +44 -24
- data/po/ko/rgettext.po +21 -21
- data/po/nb/rails.po +140 -0
- data/po/nb/rgettext.po +127 -0
- data/po/nl/rails.po +50 -30
- data/po/nl/rgettext.po +21 -21
- data/po/pt_BR/rails.po +48 -29
- data/po/pt_BR/rgettext.po +21 -21
- data/po/rails.pot +42 -24
- data/po/rgettext.pot +21 -21
- data/po/ru/rails.po +50 -31
- data/po/ru/rgettext.po +21 -21
- data/po/sv/rgettext.po +21 -21
- data/po/vi/rails.po +141 -0
- data/po/vi/rgettext.po +126 -0
- data/po/zh/rails.po +60 -43
- data/po/zh/rgettext.po +22 -22
- data/po/zh_TW/rails.po +61 -43
- data/po/zh_TW/rgettext.po +22 -22
- 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/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/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/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/po/bs/helloerb1.po +59 -0
- data/samples/cgi/po/bs/helloerb2.po +51 -0
- data/samples/cgi/po/bs/hellolib.po +23 -0
- data/samples/cgi/po/bs/main.po +83 -0
- data/samples/cgi/po/hr/helloerb1.po +59 -0
- data/samples/cgi/po/hr/helloerb2.po +51 -0
- data/samples/cgi/po/hr/hellolib.po +23 -0
- data/samples/cgi/po/hr/main.po +83 -0
- data/samples/cgi/po/nb/helloerb1.po +58 -0
- data/samples/cgi/po/nb/helloerb2.po +50 -0
- data/samples/cgi/po/nb/hellolib.po +22 -0
- data/samples/cgi/po/nb/main.po +82 -0
- data/samples/cgi/po/vi/helloerb1.po +65 -0
- data/samples/cgi/po/vi/helloerb2.po +52 -0
- data/samples/cgi/po/vi/hellolib.po +24 -0
- data/samples/cgi/po/vi/main.po +77 -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_noop.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hellotk.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_noop.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello_plural.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_noop.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hellotk.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_noop.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/po/bs/hello.po +23 -0
- data/samples/po/bs/hello2.po +31 -0
- data/samples/po/bs/hello_noop.po +27 -0
- data/samples/po/bs/hello_plural.po +26 -0
- data/samples/po/bs/helloglade2.po +31 -0
- data/samples/po/bs/hellogtk.po +23 -0
- data/samples/po/bs/hellotk.po +23 -0
- data/samples/po/hr/hello.po +23 -0
- data/samples/po/hr/hello2.po +31 -0
- data/samples/po/hr/hello_noop.po +27 -0
- data/samples/po/hr/hello_plural.po +26 -0
- data/samples/po/hr/helloglade2.po +31 -0
- data/samples/po/hr/hellogtk.po +23 -0
- data/samples/po/hr/hellotk.po +23 -0
- data/samples/po/ja/hello_plural.po +1 -1
- data/samples/po/nb/hello.po +22 -0
- data/samples/po/nb/hello2.po +31 -0
- data/samples/po/nb/hello_noop.po +26 -0
- data/samples/po/nb/hello_plural.po +24 -0
- data/samples/po/nb/helloglade2.po +30 -0
- data/samples/po/nb/hellogtk.po +22 -0
- data/samples/po/nb/hellotk.po +22 -0
- data/samples/po/vi/hello.po +23 -0
- data/samples/po/vi/hello2.po +31 -0
- data/samples/po/vi/hello_noop.po +27 -0
- data/samples/po/vi/hello_plural.po +26 -0
- data/samples/po/vi/helloglade2.po +38 -0
- data/samples/po/vi/hellogtk.po +23 -0
- data/samples/po/vi/hellotk.po +24 -0
- data/samples/rails/locale/bs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/hr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nb/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/vi/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/po/bs/blog.po +106 -0
- data/samples/rails/po/hr/blog.po +106 -0
- data/samples/rails/po/nb/blog.po +104 -0
- data/samples/rails/po/vi/blog.po +110 -0
- data/samples/rails/vendor/plugins/gettext/locale/bs/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/hr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/nb/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/vi/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/po/bs/gettext_plugin.po +27 -0
- data/samples/rails/vendor/plugins/gettext/po/hr/gettext_plugin.po +27 -0
- data/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po +27 -0
- data/samples/rails/vendor/plugins/gettext/po/vi/gettext_plugin.po +28 -0
- data/src/poparser.ry +9 -4
- data/test/README +2 -0
- data/test/Rakefile +2 -0
- data/test/gettext_test.rb +51 -13
- data/test/gettext_test_active_record.rb +33 -0
- data/test/gettext_test_parser.rb +5 -0
- data/test/gettext_test_rails_caching.rb +211 -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/ja/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/test_nsgettext.mo +0 -0
- data/test/locale/la/LC_MESSAGES/plural_error.mo +0 -0
- data/test/po/da/plural_error.po +3 -3
- data/test/po/fr/plural.po +6 -0
- data/test/po/fr/plural_error.po +3 -3
- data/test/po/ja/plural.po +6 -0
- data/test/po/ja/plural_error.po +2 -2
- data/test/po/ja/test_nsgettext.po +65 -0
- data/test/po/la/plural_error.po +3 -3
- data/test/rails/README +5 -0
- data/test/rails/Rakefile +35 -0
- data/test/rails/app/controllers/application.rb +8 -0
- data/test/rails/app/controllers/articles_controller.rb +61 -0
- data/test/rails/app/controllers/mailer_controller.rb +19 -0
- data/test/rails/app/helpers/application_helper.rb +3 -0
- data/test/rails/app/helpers/articles_helper.rb +2 -0
- data/test/rails/app/helpers/mailer_helper.rb +2 -0
- data/test/rails/app/models/article.rb +5 -0
- data/test/rails/app/models/mailer.rb +38 -0
- data/test/rails/app/models/user.rb +3 -0
- data/test/rails/app/views/articles/_form.rhtml +13 -0
- data/test/rails/app/views/articles/edit.rhtml +9 -0
- data/test/rails/app/views/articles/list.rhtml +30 -0
- data/test/rails/app/views/articles/list_fr.rhtml +1 -0
- data/test/rails/app/views/articles/multi_error_messages_for.rhtml +19 -0
- data/test/rails/app/views/articles/new.rhtml +8 -0
- data/test/rails/app/views/articles/show.rhtml +28 -0
- data/test/rails/app/views/layouts/application.rhtml +14 -0
- data/test/rails/app/views/layouts/mailer.rhtml +20 -0
- data/test/rails/app/views/mailer/coverpage.rhtml +6 -0
- data/test/rails/app/views/mailer/coverpage_fr.rhtml +6 -0
- data/test/rails/app/views/mailer/singlepart.rhtml +3 -0
- data/test/rails/app/views/mailer/singlepart_fr.rhtml +3 -0
- data/test/rails/config/boot.rb +45 -0
- data/test/rails/config/database.yml +36 -0
- data/test/rails/config/environment.rb +64 -0
- data/test/rails/config/environments/development.rb +21 -0
- data/test/rails/config/environments/production.rb +18 -0
- data/test/rails/config/environments/test.rb +19 -0
- data/test/rails/config/routes.rb +23 -0
- data/test/rails/db/schema.rb +27 -0
- data/test/rails/po/ja/rails_test.po +142 -0
- data/test/rails/po/rails_test.pot +147 -0
- data/test/rails/public/404.html +30 -0
- data/test/rails/public/500.html +30 -0
- data/test/rails/public/dispatch.cgi +10 -0
- data/test/rails/public/dispatch.fcgi +24 -0
- data/test/rails/public/dispatch.rb +10 -0
- data/test/rails/public/favicon.ico +0 -0
- data/test/rails/public/images/rails.png +0 -0
- data/test/rails/public/index.html +277 -0
- data/test/rails/public/javascripts/application.js +2 -0
- data/test/rails/public/javascripts/controls.js +833 -0
- data/test/rails/public/javascripts/dragdrop.js +942 -0
- data/test/rails/public/javascripts/effects.js +1088 -0
- data/test/rails/public/javascripts/prototype.js +2515 -0
- data/test/rails/public/robots.txt +1 -0
- data/test/rails/public/stylesheets/scaffold.css +74 -0
- data/test/rails/script/about +3 -0
- data/test/rails/script/breakpointer +3 -0
- data/test/rails/script/console +3 -0
- data/test/rails/script/destroy +3 -0
- data/test/rails/script/generate +3 -0
- data/test/rails/script/performance/benchmarker +3 -0
- data/test/rails/script/performance/profiler +3 -0
- data/test/rails/script/plugin +3 -0
- data/test/rails/script/process/inspector +3 -0
- data/test/rails/script/process/reaper +3 -0
- data/test/rails/script/process/spawner +3 -0
- data/test/rails/script/runner +3 -0
- data/test/rails/script/server +3 -0
- data/test/rails/test/fixtures/articles.yml +11 -0
- data/test/rails/test/functional/articles_controller_test.rb +109 -0
- data/test/rails/test/functional/mailer_controller_test.rb +93 -0
- data/test/rails/test/integration/general_stories_test.rb +58 -0
- data/test/rails/test/result/en/create_error.html +95 -0
- data/test/rails/test/result/en/list.html +65 -0
- data/test/rails/test/result/en/multi_error_messages_for.html +153 -0
- data/test/rails/test/result/en/multipart.html +67 -0
- data/test/rails/test/result/en/new.html +95 -0
- data/test/rails/test/result/en/show.html +50 -0
- data/test/rails/test/result/en/singlepart.html +10 -0
- data/test/rails/test/result/fr/list.html +15 -0
- data/test/rails/test/result/fr/multipart.html +67 -0
- data/test/rails/test/result/fr/singlepart.html +10 -0
- data/test/rails/test/result/ja/create_error.html +95 -0
- data/test/rails/test/result/ja/list.html +65 -0
- data/test/rails/test/result/ja/multi_error_messages_for.html +153 -0
- data/test/rails/test/result/ja/multipart.html +67 -0
- data/test/rails/test/result/ja/new.html +95 -0
- data/test/rails/test/result/ja/show.html +50 -0
- data/test/rails/test/result/ja/singlepart.html +10 -0
- data/test/rails/test/test_helper.rb +28 -0
- data/test/rails/test/unit/article_test.rb +18 -0
- data/test/test.sh +4 -0
- data/test/test_nsgettext.rb +44 -0
- data/test/test_rubyparser_n_.rb +10 -0
- metadata +317 -20
- data/ext/gettext/locale_system-i386-mswin32.def +0 -2
- data/ext/gettext/locale_system-i386-mswin32.exp +0 -0
- data/ext/gettext/locale_system-i386-mswin32.lib +0 -0
- data/ext/gettext/locale_system-i386-mswin32.pdb +0 -0
- data/ext/gettext/locale_system.obj +0 -0
- data/ext/gettext/vc70.pdb +0 -0
- data/samples/rails/locale/cs/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/el/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/ru/LC_MESSAGES/gettext_plugin.mo +0 -0
data/po/zh_TW/rails.po
CHANGED
@@ -1,16 +1,17 @@
|
|
1
1
|
#
|
2
2
|
# a po-file for Ruby-GetText-Package and Ruby on Rails.
|
3
3
|
#
|
4
|
-
# Copyright (C) 2005
|
4
|
+
# Copyright (C) 2005-2007 Masao Mutoh
|
5
|
+
#
|
5
6
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
7
|
#
|
7
|
-
# Yang Bob <bob.yang.dev at gmail.com>, 2006.
|
8
|
+
# Yang Bob <bob.yang.dev at gmail.com>, 2006,2007.
|
8
9
|
# LIN CHUNG-YI <xmarsh at gmail.com>, 2006.
|
9
10
|
#
|
10
11
|
msgid ""
|
11
12
|
msgstr ""
|
12
|
-
"Project-Id-Version: ruby-gettext 1.
|
13
|
-
"POT-Creation-Date:
|
13
|
+
"Project-Id-Version: ruby-gettext 1.10.0\n"
|
14
|
+
"POT-Creation-Date: 2007-06-26 14:02+0900\n"
|
14
15
|
"PO-Revision-Date: 2006-08-21 09:27+0800\n"
|
15
16
|
"Last-Translator: Yang Bob <bob.yang.dev at gmail.com>\n"
|
16
17
|
"Language-Team: zh_TW <xmarsh at gmail.com>\n"
|
@@ -21,99 +22,116 @@ msgstr ""
|
|
21
22
|
"X-Poedit-Country: TAIWAN\n"
|
22
23
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
23
24
|
|
24
|
-
#: lib/gettext/rails.rb:
|
25
|
+
#: lib/gettext/rails.rb:293
|
25
26
|
msgid "%{num} error prohibited this %{record} from being saved"
|
26
27
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
27
|
-
msgstr[0] "
|
28
|
+
msgstr[0] "有%{num}個錯誤發生,“%{record}”無法儲存"
|
28
29
|
|
29
|
-
#: lib/gettext/rails.rb:
|
30
|
+
#: lib/gettext/rails.rb:295
|
30
31
|
msgid "There was a problem with the following field:"
|
31
32
|
msgid_plural "There were problems with the following fields:"
|
32
33
|
msgstr[0] "下面欄位有問題:"
|
33
34
|
|
34
|
-
#: lib/gettext/rails.rb:
|
35
|
+
#: lib/gettext/rails.rb:382
|
35
36
|
msgid "less than 5 seconds"
|
36
37
|
msgstr "少於五秒"
|
37
38
|
|
38
|
-
#: lib/gettext/rails.rb:
|
39
|
+
#: lib/gettext/rails.rb:382
|
39
40
|
msgid "less than 10 seconds"
|
40
41
|
msgstr "少於十秒"
|
41
42
|
|
42
|
-
#: lib/gettext/rails.rb:
|
43
|
+
#: lib/gettext/rails.rb:382
|
43
44
|
msgid "less than 20 seconds"
|
44
45
|
msgstr "少於二十秒"
|
45
46
|
|
46
|
-
#: lib/gettext/rails.rb:
|
47
|
+
#: lib/gettext/rails.rb:383
|
47
48
|
msgid "half a minute"
|
48
49
|
msgstr "半分鐘"
|
49
50
|
|
50
|
-
#: lib/gettext/rails.rb:
|
51
|
+
#: lib/gettext/rails.rb:383
|
51
52
|
msgid "less than a minute"
|
52
53
|
msgstr "少於一分鐘"
|
53
54
|
|
54
|
-
#: lib/gettext/rails.rb:
|
55
|
+
#: lib/gettext/rails.rb:383
|
56
|
+
msgid "about 1 month"
|
57
|
+
msgstr "大約%{num}个月"
|
58
|
+
|
59
|
+
#: lib/gettext/rails.rb:384
|
60
|
+
msgid "about 1 year"
|
61
|
+
msgstr "大約%{num}年"
|
62
|
+
|
63
|
+
#: lib/gettext/rails.rb:384
|
64
|
+
msgid "over 2 years"
|
65
|
+
msgstr "超过2年"
|
66
|
+
|
67
|
+
#: lib/gettext/rails.rb:385
|
55
68
|
msgid "1 minute"
|
56
69
|
msgid_plural "%{num} minutes"
|
57
|
-
msgstr[0] "%{num}
|
70
|
+
msgstr[0] "%{num}分鐘"
|
58
71
|
|
59
|
-
#: lib/gettext/rails.rb:
|
72
|
+
#: lib/gettext/rails.rb:386
|
60
73
|
msgid "about 1 hour"
|
61
74
|
msgid_plural "about %{num} hours"
|
62
|
-
msgstr[0] "
|
75
|
+
msgstr[0] "大約%{num}小時"
|
63
76
|
|
64
|
-
#: lib/gettext/rails.rb:
|
77
|
+
#: lib/gettext/rails.rb:387
|
65
78
|
msgid "1 day"
|
66
79
|
msgid_plural "%{num} days"
|
67
|
-
msgstr[0] "%{num}
|
80
|
+
msgstr[0] "%{num}天"
|
81
|
+
|
82
|
+
#: lib/gettext/rails.rb:388
|
83
|
+
msgid "1 month"
|
84
|
+
msgid_plural "%{num} months"
|
85
|
+
msgstr[0] "%{num}个月"
|
68
86
|
|
69
|
-
#: lib/gettext/active_record.rb:
|
87
|
+
#: lib/gettext/active_record.rb:28
|
70
88
|
msgid "Validation failed: %{error_messages}"
|
71
89
|
msgstr "校驗失敗:%{error_messages}"
|
72
90
|
|
73
|
-
#: lib/gettext/active_record.rb:
|
91
|
+
#: lib/gettext/active_record.rb:215
|
74
92
|
msgid "%{fn} is not included in the list"
|
75
|
-
msgstr "%{fn}
|
93
|
+
msgstr "%{fn}沒有包含在列表中"
|
76
94
|
|
77
|
-
#: lib/gettext/active_record.rb:
|
95
|
+
#: lib/gettext/active_record.rb:216
|
78
96
|
msgid "%{fn} is reserved"
|
79
|
-
msgstr "%{fn}
|
97
|
+
msgstr "%{fn}被保留"
|
80
98
|
|
81
|
-
#: lib/gettext/active_record.rb:
|
99
|
+
#: lib/gettext/active_record.rb:217
|
82
100
|
msgid "%{fn} is invalid"
|
83
|
-
msgstr "%{fn}
|
101
|
+
msgstr "%{fn}是無效"
|
84
102
|
|
85
|
-
#: lib/gettext/active_record.rb:
|
103
|
+
#: lib/gettext/active_record.rb:218
|
86
104
|
msgid "%{fn} doesn't match confirmation"
|
87
|
-
msgstr "%{fn}
|
105
|
+
msgstr "%{fn}不符和確認標準"
|
88
106
|
|
89
|
-
#: lib/gettext/active_record.rb:
|
107
|
+
#: lib/gettext/active_record.rb:219
|
90
108
|
msgid "%{fn} must be accepted"
|
91
|
-
msgstr "%{fn}
|
109
|
+
msgstr "%{fn}必須接受"
|
92
110
|
|
93
|
-
#: lib/gettext/active_record.rb:
|
111
|
+
#: lib/gettext/active_record.rb:220
|
94
112
|
msgid "%{fn} can't be empty"
|
95
|
-
msgstr "%{fn}
|
113
|
+
msgstr "%{fn}不能是空白"
|
96
114
|
|
97
|
-
#: lib/gettext/active_record.rb:
|
115
|
+
#: lib/gettext/active_record.rb:221
|
98
116
|
msgid "%{fn} can't be blank"
|
99
|
-
msgstr "%{fn}
|
117
|
+
msgstr "%{fn}不能是空白"
|
100
118
|
|
101
|
-
#: lib/gettext/active_record.rb:
|
119
|
+
#: lib/gettext/active_record.rb:222
|
102
120
|
msgid "%{fn} is too long (maximum is %d characters)"
|
103
|
-
msgstr "%{fn}
|
121
|
+
msgstr "%{fn}太長 (最長是%d个字)"
|
104
122
|
|
105
|
-
#: lib/gettext/active_record.rb:
|
123
|
+
#: lib/gettext/active_record.rb:223
|
106
124
|
msgid "%{fn} is too short (minimum is %d characters)"
|
107
|
-
msgstr "%{fn}
|
125
|
+
msgstr "%{fn}太短 (最短是%d个字)"
|
108
126
|
|
109
|
-
#: lib/gettext/active_record.rb:
|
127
|
+
#: lib/gettext/active_record.rb:224
|
110
128
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
111
|
-
msgstr "%{fn}
|
129
|
+
msgstr "%{fn}字數錯誤 (應該是%d個字)"
|
112
130
|
|
113
|
-
#: lib/gettext/active_record.rb:
|
131
|
+
#: lib/gettext/active_record.rb:225
|
114
132
|
msgid "%{fn} has already been taken"
|
115
|
-
msgstr "%{fn}
|
133
|
+
msgstr "%{fn}已被使用"
|
116
134
|
|
117
|
-
#: lib/gettext/active_record.rb:
|
135
|
+
#: lib/gettext/active_record.rb:226
|
118
136
|
msgid "%{fn} is not a number"
|
119
|
-
msgstr "%{fn}
|
137
|
+
msgstr "%{fn}不是數字"
|
data/po/zh_TW/rgettext.po
CHANGED
@@ -9,8 +9,8 @@
|
|
9
9
|
#
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: ruby-gettext 1.
|
13
|
-
"POT-Creation-Date:
|
12
|
+
"Project-Id-Version: ruby-gettext 1.9.0\n"
|
13
|
+
"POT-Creation-Date: 2007-06-26 14:09+0900\n"
|
14
14
|
"PO-Revision-Date: 2006-08-21 09:39+0800\n"
|
15
15
|
"Last-Translator: Yang Bob <bob.yang.dev at gmail.com>\n"
|
16
16
|
"Language-Team: zh_TW <xmarsh at gmail.com>\n"
|
@@ -77,6 +77,26 @@ msgstr "沒有指定PO檔"
|
|
77
77
|
msgid "reference pot is not given."
|
78
78
|
msgstr "沒指定參考pot檔"
|
79
79
|
|
80
|
+
#: lib/gettext/parser/glade.rb:74
|
81
|
+
msgid "`%{file}' is not glade-2.0 format."
|
82
|
+
msgstr "`%{file}' 不是 glade-2.0 格式"
|
83
|
+
|
84
|
+
#: lib/gettext/parser/active_record.rb:39
|
85
|
+
msgid "'%{file}' is not found."
|
86
|
+
msgstr "'%{file}' 找不到"
|
87
|
+
|
88
|
+
#: lib/gettext/parser/active_record.rb:80
|
89
|
+
msgid "Ignored '%{file}'. Solve dependencies first."
|
90
|
+
msgstr "忽略檔案 '%{file}'. 先解決相依問題。"
|
91
|
+
|
92
|
+
#: lib/gettext/parser/active_record.rb:104
|
93
|
+
msgid "No database is available."
|
94
|
+
msgstr "無資料庫可用"
|
95
|
+
|
96
|
+
#: lib/gettext/parser/active_record.rb:138
|
97
|
+
msgid "rubygems are not found."
|
98
|
+
msgstr "找不到 rubygems"
|
99
|
+
|
80
100
|
#: lib/gettext/rgettext.rb:43
|
81
101
|
msgid "'%{klass}' is ignored."
|
82
102
|
msgstr "'%{klass}' 忽略"
|
@@ -101,26 +121,6 @@ msgstr "在執行 rgettext 之前需要一個庫"
|
|
101
121
|
msgid "run in debugging mode"
|
102
122
|
msgstr "執行除錯模式"
|
103
123
|
|
104
|
-
#: lib/gettext/parser/glade.rb:74
|
105
|
-
msgid "`%{file}' is not glade-2.0 format."
|
106
|
-
msgstr "`%{file}' 不是 glade-2.0 格式"
|
107
|
-
|
108
|
-
#: lib/gettext/parser/active_record.rb:39
|
109
|
-
msgid "'%{file}' is not found."
|
110
|
-
msgstr "'%{file}' 找不到"
|
111
|
-
|
112
|
-
#: lib/gettext/parser/active_record.rb:80
|
113
|
-
msgid "Ignored '%{file}'. Solve dependencies first."
|
114
|
-
msgstr "忽略檔案 '%{file}'. 先解決相依問題。"
|
115
|
-
|
116
|
-
#: lib/gettext/parser/active_record.rb:104
|
117
|
-
msgid "No database is available."
|
118
|
-
msgstr "無資料庫可用"
|
119
|
-
|
120
|
-
#: lib/gettext/parser/active_record.rb:137
|
121
|
-
msgid "rubygems are not found."
|
122
|
-
msgstr "找不到 rubygems"
|
123
|
-
|
124
124
|
#: src/poparser.ry:26 src/poparser.ry:41
|
125
125
|
msgid "Warning: fuzzy message was ignored.\n"
|
126
126
|
msgstr "警告: fuzzy 訊息被忽略\n"
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# translation of helloerb1.po to Bosnian
|
2
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
5
|
+
#
|
6
|
+
# Sanjin Sehic <saserr@gmail.com>, 2007.
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: helloerb1\n"
|
10
|
+
"POT-Creation-Date: 2006-01-07 14:48+0900\n"
|
11
|
+
"PO-Revision-Date: 2007-03-20 20:32+0100\n"
|
12
|
+
"Last-Translator: Sanjin Sehic <saserr@gmail.com>\n"
|
13
|
+
"Language-Team: Bosnian <saserr@gmail.com>\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
18
|
+
"X-Generator: KBabel 1.11.4\n"
|
19
|
+
|
20
|
+
#: helloerb1.cgi:32
|
21
|
+
msgid "Sample script for CGI/ERB (UTF-8)."
|
22
|
+
msgstr "Primjer skripte za CGI/ERB"
|
23
|
+
|
24
|
+
#: helloerb.rhtml:5 other.rhtml:5
|
25
|
+
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
26
|
+
msgstr "Primjer skripte za CGI/ERB i Ruby on Rails GetText Paket"
|
27
|
+
|
28
|
+
#: helloerb.rhtml:12
|
29
|
+
msgid "Hello World"
|
30
|
+
msgstr "Zdravo Svijetu"
|
31
|
+
|
32
|
+
#: helloerb.rhtml:15 other.rhtml:11
|
33
|
+
msgid "locale"
|
34
|
+
msgstr "lokal"
|
35
|
+
|
36
|
+
#: helloerb.rhtml:16 other.rhtml:12
|
37
|
+
msgid "output_charset"
|
38
|
+
msgstr "izlazni_charset"
|
39
|
+
|
40
|
+
#: helloerb.rhtml:17 other.rhtml:13
|
41
|
+
msgid "QUERY_STRING"
|
42
|
+
msgstr "UPITNA_NISKA"
|
43
|
+
|
44
|
+
#: helloerb.rhtml:19
|
45
|
+
msgid "Call a library method which has another textdomain."
|
46
|
+
msgstr "Pozovi biblioteku koja ima drugu tekst domenu."
|
47
|
+
|
48
|
+
#: helloerb.rhtml:21 other.rhtml:15
|
49
|
+
msgid "Back"
|
50
|
+
msgstr "Nazad"
|
51
|
+
|
52
|
+
#: other.rhtml:8
|
53
|
+
msgid "Another sample"
|
54
|
+
msgstr "Drugi primjer"
|
55
|
+
|
56
|
+
#: other.rhtml:9
|
57
|
+
msgid "This sample(other.rhtml) is the another ERB file of helloerb1.cgi."
|
58
|
+
msgstr "Ovaj primjer(other.rhtml) je druga ERB datoteka helloerb1.cgi-a."
|
59
|
+
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# translation of helloerb2.po to Bosnian
|
2
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
5
|
+
#
|
6
|
+
# Sanjin Sehic <saserr@gmail.com>, 2007.
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: helloerb2\n"
|
10
|
+
"POT-Creation-Date: 2006-01-07 14:51+0900\n"
|
11
|
+
"PO-Revision-Date: 2007-03-20 20:32+0100\n"
|
12
|
+
"Last-Translator: Sanjin Sehic <saserr@gmail.com>\n"
|
13
|
+
"Language-Team: Bosnian <saserr@gmail.com>\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
18
|
+
"X-Generator: KBabel 1.11.4\n"
|
19
|
+
|
20
|
+
#: helloerb2.cgi:34
|
21
|
+
msgid "Sample script for CGI/ERB (Auto-Detect charset)."
|
22
|
+
msgstr "Primjer skripte za CGI/ERB (Auto-Detektovanje skupakaraktera)"
|
23
|
+
|
24
|
+
#: helloerb.rhtml:5
|
25
|
+
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
26
|
+
msgstr "Primjer skripte za CGI/ERB i Ruby on Rails GetText Paket"
|
27
|
+
|
28
|
+
#: helloerb.rhtml:12
|
29
|
+
msgid "Hello World"
|
30
|
+
msgstr "Zdravo Svijetu"
|
31
|
+
|
32
|
+
#: helloerb.rhtml:15
|
33
|
+
msgid "locale"
|
34
|
+
msgstr "lokal"
|
35
|
+
|
36
|
+
#: helloerb.rhtml:16
|
37
|
+
msgid "output_charset"
|
38
|
+
msgstr "izlazni_charset"
|
39
|
+
|
40
|
+
#: helloerb.rhtml:17
|
41
|
+
msgid "QUERY_STRING"
|
42
|
+
msgstr "UPITNA_NISKA"
|
43
|
+
|
44
|
+
#: helloerb.rhtml:19
|
45
|
+
msgid "Call a library method which has another textdomain."
|
46
|
+
msgstr "Pozovi biblioteku koja ima drugu tekst domenu."
|
47
|
+
|
48
|
+
#: helloerb.rhtml:21
|
49
|
+
msgid "Back"
|
50
|
+
msgstr "Nazad"
|
51
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# translation of hellolib.po to Bosnian
|
2
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
5
|
+
#
|
6
|
+
# Sanjin Sehic <saserr@gmail.com>, 2007.
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: hellolib\n"
|
10
|
+
"POT-Creation-Date: 2006-01-07 14:53+0900\n"
|
11
|
+
"PO-Revision-Date: 2007-03-20 20:19+0100\n"
|
12
|
+
"Last-Translator: Sanjin Sehic <saserr@gmail.com>\n"
|
13
|
+
"Language-Team: Bosnian <saserr@gmail.com>\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
18
|
+
"X-Generator: KBabel 1.11.4\n"
|
19
|
+
|
20
|
+
#: hellolib.rb:19
|
21
|
+
msgid "This message is from hellolib."
|
22
|
+
msgstr "Ova poruka je iz hellolib-a."
|
23
|
+
|
@@ -0,0 +1,83 @@
|
|
1
|
+
# translation of main.po to Bosnian
|
2
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
5
|
+
#
|
6
|
+
# Sanjin Sehic <saserr@gmail.com>, 2007.
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: main\n"
|
10
|
+
"POT-Creation-Date: 2006-01-07 14:55+0900\n"
|
11
|
+
"PO-Revision-Date: 2007-03-20 20:30+0100\n"
|
12
|
+
"Last-Translator: Sanjin Sehic <saserr@gmail.com>\n"
|
13
|
+
"Language-Team: Bosnian <saserr@gmail.com>\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
18
|
+
"X-Generator: KBabel 1.11.4\n"
|
19
|
+
|
20
|
+
#: index.cgi:36
|
21
|
+
msgid "an ERB/CGI sample (UTF-8)."
|
22
|
+
msgstr "ERB-CGI primjer (UTF-8)"
|
23
|
+
|
24
|
+
#: index.cgi:37
|
25
|
+
msgid ""
|
26
|
+
"an ERB/CGI sample (UTF-8). This sample uses the same container as sample 1 "
|
27
|
+
"but has a different rhtml file."
|
28
|
+
msgstr ""
|
29
|
+
"ERB-CGI primjer (UTF-8). Ovaj primjer koristi isti kontejner kao primjer 1 "
|
30
|
+
"ali ima drugačiji rhtml file"
|
31
|
+
|
32
|
+
#: index.cgi:38
|
33
|
+
msgid "an ERB/CGI sample (Auto-Detect charset)."
|
34
|
+
msgstr "ERB-CGI primjer (Auto-Pronalaženje charset-a)"
|
35
|
+
|
36
|
+
#: index.cgi:50 cookie.cgi:44
|
37
|
+
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
38
|
+
msgstr "Primjer skripte za CGI/ERB i Ruby GetText Paketa"
|
39
|
+
|
40
|
+
#: index.cgi:55
|
41
|
+
msgid "Ruby-GetText CGI sample scripts"
|
42
|
+
msgstr "Ruby-GetText CGI primjer skripta"
|
43
|
+
|
44
|
+
#: index.cgi:57
|
45
|
+
msgid "Supported Locales:"
|
46
|
+
msgstr "Podržani Lokali:"
|
47
|
+
|
48
|
+
#: index.cgi:58
|
49
|
+
msgid "Auto-Detect a locale from the WWW browser"
|
50
|
+
msgstr "Auto-Pronalaženje lokala iz WWW preglednika"
|
51
|
+
|
52
|
+
#: index.cgi:66
|
53
|
+
msgid "Set locale as a \"lang\" parameter"
|
54
|
+
msgstr "Postavi lokal kao \"lang\" parametar"
|
55
|
+
|
56
|
+
#: index.cgi:82
|
57
|
+
msgid "Set \"lang\" to cookie."
|
58
|
+
msgstr "Postavi \"lang\" u cookie."
|
59
|
+
|
60
|
+
#: index.cgi:83
|
61
|
+
msgid ""
|
62
|
+
"Click one of the link below, and then click \"Auto-Detect a locale from the "
|
63
|
+
"WWW browser\" samples."
|
64
|
+
msgstr ""
|
65
|
+
"Izaberi jednu prećicu odozdo, i izaberi \"Auto-Pronalaženje lokala iz "
|
66
|
+
"WWW preglednika\" primjer."
|
67
|
+
|
68
|
+
#: index.cgi:92
|
69
|
+
msgid "Source codes"
|
70
|
+
msgstr "Izvorni kodovi"
|
71
|
+
|
72
|
+
#: index.cgi:103
|
73
|
+
msgid "index.cgi is also a Ruby-GetText sample script using CGI(not ERB)."
|
74
|
+
msgstr "index.cgi je također Ruby-GetText primjer skripte koja koristi CGI(ne ERB)."
|
75
|
+
|
76
|
+
#: cookie.cgi:50
|
77
|
+
msgid "Set [%s] as the cookie of your WWW Browser."
|
78
|
+
msgstr "Postavi [%s] kao cookie u vašem WWW Pregledniku."
|
79
|
+
|
80
|
+
#: cookie.cgi:54
|
81
|
+
msgid "Back"
|
82
|
+
msgstr "Nazad"
|
83
|
+
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# translation of helloerb1.po to Croatian
|
2
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
5
|
+
#
|
6
|
+
# Sanjin Sehic <saserr@gmail.com>, 2007.
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: helloerb1\n"
|
10
|
+
"POT-Creation-Date: 2006-01-07 14:48+0900\n"
|
11
|
+
"PO-Revision-Date: 2007-03-20 20:32+0100\n"
|
12
|
+
"Last-Translator: Sanjin Sehic <saserr@gmail.com>\n"
|
13
|
+
"Language-Team: Croatian <saserr@gmail.com>\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
18
|
+
"X-Generator: KBabel 1.11.4\n"
|
19
|
+
|
20
|
+
#: helloerb1.cgi:32
|
21
|
+
msgid "Sample script for CGI/ERB (UTF-8)."
|
22
|
+
msgstr "Primjer skripte za CGI/ERB"
|
23
|
+
|
24
|
+
#: helloerb.rhtml:5 other.rhtml:5
|
25
|
+
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
26
|
+
msgstr "Primjer skripte za CGI/ERB i Ruby on Rails GetText Paket"
|
27
|
+
|
28
|
+
#: helloerb.rhtml:12
|
29
|
+
msgid "Hello World"
|
30
|
+
msgstr "Zdravo Svijetu"
|
31
|
+
|
32
|
+
#: helloerb.rhtml:15 other.rhtml:11
|
33
|
+
msgid "locale"
|
34
|
+
msgstr "lokal"
|
35
|
+
|
36
|
+
#: helloerb.rhtml:16 other.rhtml:12
|
37
|
+
msgid "output_charset"
|
38
|
+
msgstr "izlazni_charset"
|
39
|
+
|
40
|
+
#: helloerb.rhtml:17 other.rhtml:13
|
41
|
+
msgid "QUERY_STRING"
|
42
|
+
msgstr "UPITNA_NISKA"
|
43
|
+
|
44
|
+
#: helloerb.rhtml:19
|
45
|
+
msgid "Call a library method which has another textdomain."
|
46
|
+
msgstr "Pozovi biblioteku koja ima drugu tekst domenu."
|
47
|
+
|
48
|
+
#: helloerb.rhtml:21 other.rhtml:15
|
49
|
+
msgid "Back"
|
50
|
+
msgstr "Nazad"
|
51
|
+
|
52
|
+
#: other.rhtml:8
|
53
|
+
msgid "Another sample"
|
54
|
+
msgstr "Drugi primjer"
|
55
|
+
|
56
|
+
#: other.rhtml:9
|
57
|
+
msgid "This sample(other.rhtml) is the another ERB file of helloerb1.cgi."
|
58
|
+
msgstr "Ovaj primjer(other.rhtml) je druga ERB datoteka helloerb1.cgi-a."
|
59
|
+
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# translation of helloerb2.po to Croatian
|
2
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
5
|
+
#
|
6
|
+
# Sanjin Sehic <saserr@gmail.com>, 2007.
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: helloerb2\n"
|
10
|
+
"POT-Creation-Date: 2006-01-07 14:51+0900\n"
|
11
|
+
"PO-Revision-Date: 2007-03-20 20:32+0100\n"
|
12
|
+
"Last-Translator: Sanjin Sehic <saserr@gmail.com>\n"
|
13
|
+
"Language-Team: Croatian <saserr@gmail.com>\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
18
|
+
"X-Generator: KBabel 1.11.4\n"
|
19
|
+
|
20
|
+
#: helloerb2.cgi:34
|
21
|
+
msgid "Sample script for CGI/ERB (Auto-Detect charset)."
|
22
|
+
msgstr "Primjer skripte za CGI/ERB (Auto-Detektovanje skupakaraktera)"
|
23
|
+
|
24
|
+
#: helloerb.rhtml:5
|
25
|
+
msgid "Sample script for CGI/ERB and Ruby-GetText-Package"
|
26
|
+
msgstr "Primjer skripte za CGI/ERB i Ruby on Rails GetText Paket"
|
27
|
+
|
28
|
+
#: helloerb.rhtml:12
|
29
|
+
msgid "Hello World"
|
30
|
+
msgstr "Zdravo Svijetu"
|
31
|
+
|
32
|
+
#: helloerb.rhtml:15
|
33
|
+
msgid "locale"
|
34
|
+
msgstr "lokal"
|
35
|
+
|
36
|
+
#: helloerb.rhtml:16
|
37
|
+
msgid "output_charset"
|
38
|
+
msgstr "izlazni_charset"
|
39
|
+
|
40
|
+
#: helloerb.rhtml:17
|
41
|
+
msgid "QUERY_STRING"
|
42
|
+
msgstr "UPITNA_NISKA"
|
43
|
+
|
44
|
+
#: helloerb.rhtml:19
|
45
|
+
msgid "Call a library method which has another textdomain."
|
46
|
+
msgstr "Pozovi biblioteku koja ima drugu tekst domenu."
|
47
|
+
|
48
|
+
#: helloerb.rhtml:21
|
49
|
+
msgid "Back"
|
50
|
+
msgstr "Nazad"
|
51
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# translation of hellolib.po to Croatian
|
2
|
+
# CGI/ERB sample for Ruby-GetText-Package.
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
5
|
+
#
|
6
|
+
# Sanjin Sehic <saserr@gmail.com>, 2007.
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: hellolib\n"
|
10
|
+
"POT-Creation-Date: 2006-01-07 14:53+0900\n"
|
11
|
+
"PO-Revision-Date: 2007-03-20 20:19+0100\n"
|
12
|
+
"Last-Translator: Sanjin Sehic <saserr@gmail.com>\n"
|
13
|
+
"Language-Team: Croatian <saserr@gmail.com>\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
18
|
+
"X-Generator: KBabel 1.11.4\n"
|
19
|
+
|
20
|
+
#: hellolib.rb:19
|
21
|
+
msgid "This message is from hellolib."
|
22
|
+
msgstr "Ova poruka je iz hellolib-a."
|
23
|
+
|