gettext 1.9.0 → 1.10.0
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/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/lib/gettext.rb +119 -37
- 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 +19 -14
- 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/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/ca/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.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/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/it/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/helloerb2.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/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/en/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/db/mysql.drop.sql +4 -0
- data/test/db/mysql.sql +44 -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/active_record.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/ja/LC_MESSAGES/test_sgettext.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/log/development.log +29 -0
- data/test/rails/log/test.log +329 -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 +587 -288
data/po/ca/rails.po
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
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
|
-
# Ramon Salvadó <rsalvado at gnuine.com>, 2006.
|
|
8
|
+
# Ramon Salvadó <rsalvado at gnuine.com>, 2006,2007.
|
|
8
9
|
#
|
|
9
10
|
msgid ""
|
|
10
11
|
msgstr ""
|
|
11
12
|
"Project-Id-Version: ruby-gettext 1.9.0\n"
|
|
12
|
-
"POT-Creation-Date:
|
|
13
|
+
"POT-Creation-Date: 2007-06-26 14:02+0900\n"
|
|
13
14
|
"PO-Revision-Date: 2005-12-17 14:33+0900\n"
|
|
14
15
|
"Last-Translator: Ramon Salvadó <rsalvado at gnuine.com>\n"
|
|
15
16
|
"Language-Team: Catalan\n"
|
|
@@ -18,104 +19,122 @@ msgstr ""
|
|
|
18
19
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
20
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
21
|
|
|
21
|
-
#: lib/gettext/rails.rb:
|
|
22
|
+
#: lib/gettext/rails.rb:293
|
|
22
23
|
msgid "%{num} error prohibited this %{record} from being saved"
|
|
23
24
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
|
24
25
|
msgstr[0] "%{num} error impedeix que es pugui guardar %{record}"
|
|
25
26
|
msgstr[1] "%{num} errors impedeixen que es pugui guardar %{record}"
|
|
26
27
|
|
|
27
|
-
#: lib/gettext/rails.rb:
|
|
28
|
+
#: lib/gettext/rails.rb:295
|
|
28
29
|
msgid "There was a problem with the following field:"
|
|
29
30
|
msgid_plural "There were problems with the following fields:"
|
|
30
31
|
msgstr[0] "Hi ha problemes amb el següent camp:"
|
|
31
32
|
msgstr[1] "Hi ha problemes amb els següents camps:"
|
|
32
33
|
|
|
33
|
-
#: lib/gettext/rails.rb:
|
|
34
|
+
#: lib/gettext/rails.rb:382
|
|
34
35
|
msgid "less than 5 seconds"
|
|
35
36
|
msgstr "menys de 5 segons"
|
|
36
37
|
|
|
37
|
-
#: lib/gettext/rails.rb:
|
|
38
|
+
#: lib/gettext/rails.rb:382
|
|
38
39
|
msgid "less than 10 seconds"
|
|
39
40
|
msgstr "menys de 10 segons"
|
|
40
41
|
|
|
41
|
-
#: lib/gettext/rails.rb:
|
|
42
|
+
#: lib/gettext/rails.rb:382
|
|
42
43
|
msgid "less than 20 seconds"
|
|
43
44
|
msgstr "menys de 20 segons"
|
|
44
45
|
|
|
45
|
-
#: lib/gettext/rails.rb:
|
|
46
|
+
#: lib/gettext/rails.rb:383
|
|
46
47
|
msgid "half a minute"
|
|
47
48
|
msgstr "mig minut"
|
|
48
49
|
|
|
49
|
-
#: lib/gettext/rails.rb:
|
|
50
|
+
#: lib/gettext/rails.rb:383
|
|
50
51
|
msgid "less than a minute"
|
|
51
52
|
msgstr "menys d'un minut"
|
|
52
53
|
|
|
53
|
-
#: lib/gettext/rails.rb:
|
|
54
|
+
#: lib/gettext/rails.rb:383
|
|
55
|
+
msgid "about 1 month"
|
|
56
|
+
msgstr "al voltant d'1 mes"
|
|
57
|
+
|
|
58
|
+
#: lib/gettext/rails.rb:384
|
|
59
|
+
msgid "about 1 year"
|
|
60
|
+
msgstr "al voltant d'1 any"
|
|
61
|
+
|
|
62
|
+
#: lib/gettext/rails.rb:384
|
|
63
|
+
msgid "over 2 years"
|
|
64
|
+
msgstr "més de 2 anys"
|
|
65
|
+
|
|
66
|
+
#: lib/gettext/rails.rb:385
|
|
54
67
|
msgid "1 minute"
|
|
55
68
|
msgid_plural "%{num} minutes"
|
|
56
69
|
msgstr[0] "1 minut"
|
|
57
70
|
msgstr[1] "%{num} minuts"
|
|
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
75
|
msgstr[0] "al voltant d'1 hora"
|
|
63
76
|
msgstr[1] "al voltant de %{num} hores"
|
|
64
77
|
|
|
65
|
-
#: lib/gettext/rails.rb:
|
|
78
|
+
#: lib/gettext/rails.rb:387
|
|
66
79
|
msgid "1 day"
|
|
67
80
|
msgid_plural "%{num} days"
|
|
68
81
|
msgstr[0] "1 dia"
|
|
69
82
|
msgstr[1] "%{num} dies"
|
|
70
83
|
|
|
71
|
-
#: lib/gettext/
|
|
84
|
+
#: lib/gettext/rails.rb:388
|
|
85
|
+
msgid "1 month"
|
|
86
|
+
msgid_plural "%{num} months"
|
|
87
|
+
msgstr[0] "1 mes"
|
|
88
|
+
msgstr[1] "%{num} mesos"
|
|
89
|
+
|
|
90
|
+
#: lib/gettext/active_record.rb:28
|
|
72
91
|
msgid "Validation failed: %{error_messages}"
|
|
73
92
|
msgstr "La validació ha fallat: %{error_messages}"
|
|
74
93
|
|
|
75
|
-
#: lib/gettext/active_record.rb:
|
|
94
|
+
#: lib/gettext/active_record.rb:215
|
|
76
95
|
msgid "%{fn} is not included in the list"
|
|
77
96
|
msgstr "%{fn} no pertany a la llista de possibles valors"
|
|
78
97
|
|
|
79
|
-
#: lib/gettext/active_record.rb:
|
|
98
|
+
#: lib/gettext/active_record.rb:216
|
|
80
99
|
msgid "%{fn} is reserved"
|
|
81
100
|
msgstr "%{fn} no està permès"
|
|
82
101
|
|
|
83
|
-
#: lib/gettext/active_record.rb:
|
|
102
|
+
#: lib/gettext/active_record.rb:217
|
|
84
103
|
msgid "%{fn} is invalid"
|
|
85
104
|
msgstr "%{fn} no és vàlid"
|
|
86
105
|
|
|
87
|
-
#: lib/gettext/active_record.rb:
|
|
106
|
+
#: lib/gettext/active_record.rb:218
|
|
88
107
|
msgid "%{fn} doesn't match confirmation"
|
|
89
108
|
msgstr "%{fn} no té el mateix valor que la confirmació"
|
|
90
109
|
|
|
91
|
-
#: lib/gettext/active_record.rb:
|
|
110
|
+
#: lib/gettext/active_record.rb:219
|
|
92
111
|
msgid "%{fn} must be accepted"
|
|
93
112
|
msgstr "%{fn} ha de ser acceptat"
|
|
94
113
|
|
|
95
|
-
#: lib/gettext/active_record.rb:
|
|
114
|
+
#: lib/gettext/active_record.rb:220
|
|
96
115
|
msgid "%{fn} can't be empty"
|
|
97
116
|
msgstr "%{fn} no pot ser buit"
|
|
98
117
|
|
|
99
|
-
#: lib/gettext/active_record.rb:
|
|
118
|
+
#: lib/gettext/active_record.rb:221
|
|
100
119
|
msgid "%{fn} can't be blank"
|
|
101
120
|
msgstr "%{fn} no pot estar en blanc"
|
|
102
121
|
|
|
103
|
-
#: lib/gettext/active_record.rb:
|
|
122
|
+
#: lib/gettext/active_record.rb:222
|
|
104
123
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
105
124
|
msgstr "%{fn} és massa llarg (màxim de %d caràcters)"
|
|
106
125
|
|
|
107
|
-
#: lib/gettext/active_record.rb:
|
|
126
|
+
#: lib/gettext/active_record.rb:223
|
|
108
127
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
109
128
|
msgstr "%{fn} és massa curt (mínim de %d caràcters)"
|
|
110
129
|
|
|
111
|
-
#: lib/gettext/active_record.rb:
|
|
130
|
+
#: lib/gettext/active_record.rb:224
|
|
112
131
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
113
132
|
msgstr "%{fn} té una llargària incorrecta (hauria de tenir %d caràcters)"
|
|
114
133
|
|
|
115
|
-
#: lib/gettext/active_record.rb:
|
|
134
|
+
#: lib/gettext/active_record.rb:225
|
|
116
135
|
msgid "%{fn} has already been taken"
|
|
117
136
|
msgstr "%{fn} ja existent"
|
|
118
137
|
|
|
119
|
-
#: lib/gettext/active_record.rb:
|
|
138
|
+
#: lib/gettext/active_record.rb:226
|
|
120
139
|
msgid "%{fn} is not a number"
|
|
121
140
|
msgstr "%{fn} no és un número"
|
data/po/ca/rgettext.po
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: ruby-gettext 1.9.0\n"
|
|
12
|
-
"POT-Creation-Date:
|
|
12
|
+
"POT-Creation-Date: 2007-06-26 14:09+0900\n"
|
|
13
13
|
"PO-Revision-Date: 2005-12-20 10:33+0900E\n"
|
|
14
14
|
"Last-Translator: Ramon Salvadó <rsalvado at gnuine.com>\n"
|
|
15
15
|
"Language-Team: Catalan\n"
|
|
@@ -77,6 +77,26 @@ msgstr "no s'ha donat una definició po"
|
|
|
77
77
|
msgid "reference pot is not given."
|
|
78
78
|
msgstr "no s'ha donat una referència pot"
|
|
79
79
|
|
|
80
|
+
#: lib/gettext/parser/glade.rb:74
|
|
81
|
+
msgid "`%{file}' is not glade-2.0 format."
|
|
82
|
+
msgstr "El fitxer `%{file}' no té el format glade-2.0."
|
|
83
|
+
|
|
84
|
+
#: lib/gettext/parser/active_record.rb:39
|
|
85
|
+
msgid "'%{file}' is not found."
|
|
86
|
+
msgstr "El fitxer '%{file}' no s'ha trobat"
|
|
87
|
+
|
|
88
|
+
#: lib/gettext/parser/active_record.rb:80
|
|
89
|
+
msgid "Ignored '%{file}'. Solve dependencies first."
|
|
90
|
+
msgstr "S'ignora el fitxer '%{file}'. Primer ha de resoldre les dependències."
|
|
91
|
+
|
|
92
|
+
#: lib/gettext/parser/active_record.rb:104
|
|
93
|
+
msgid "No database is available."
|
|
94
|
+
msgstr "No hi ha una base de dades disponible."
|
|
95
|
+
|
|
96
|
+
#: lib/gettext/parser/active_record.rb:138
|
|
97
|
+
msgid "rubygems are not found."
|
|
98
|
+
msgstr "no s'ha trobat rubygems"
|
|
99
|
+
|
|
80
100
|
#: lib/gettext/rgettext.rb:43
|
|
81
101
|
msgid "'%{klass}' is ignored."
|
|
82
102
|
msgstr "'%{klass}' ignorat"
|
|
@@ -101,26 +121,6 @@ msgstr "requereix la llibreia abans d'executar rgettext"
|
|
|
101
121
|
msgid "run in debugging mode"
|
|
102
122
|
msgstr "executa en mode debug"
|
|
103
123
|
|
|
104
|
-
#: lib/gettext/parser/glade.rb:74
|
|
105
|
-
msgid "`%{file}' is not glade-2.0 format."
|
|
106
|
-
msgstr "El fitxer `%{file}' no té el format glade-2.0."
|
|
107
|
-
|
|
108
|
-
#: lib/gettext/parser/active_record.rb:39
|
|
109
|
-
msgid "'%{file}' is not found."
|
|
110
|
-
msgstr "El fitxer '%{file}' no s'ha trobat"
|
|
111
|
-
|
|
112
|
-
#: lib/gettext/parser/active_record.rb:80
|
|
113
|
-
msgid "Ignored '%{file}'. Solve dependencies first."
|
|
114
|
-
msgstr "S'ignora el fitxer '%{file}'. Primer ha de resoldre les dependències."
|
|
115
|
-
|
|
116
|
-
#: lib/gettext/parser/active_record.rb:104
|
|
117
|
-
msgid "No database is available."
|
|
118
|
-
msgstr "No hi ha una base de dades disponible."
|
|
119
|
-
|
|
120
|
-
#: lib/gettext/parser/active_record.rb:137
|
|
121
|
-
msgid "rubygems are not found."
|
|
122
|
-
msgstr "no s'ha trobat rubygems"
|
|
123
|
-
|
|
124
124
|
#: src/poparser.ry:26 src/poparser.ry:41
|
|
125
125
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
126
126
|
msgstr "Avís: s'ha ignorat el missatge ambigu.\n"
|
data/po/cs/rails.po
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: ruby-gettext 1.9.0\n"
|
|
12
|
-
"POT-Creation-Date:
|
|
12
|
+
"POT-Creation-Date: 2007-06-26 14:09+0900\n"
|
|
13
13
|
"PO-Revision-Date: 2006-12-16 13:08+0100\n"
|
|
14
14
|
"Last-Translator: Karel Miarka <kajism@yahoo.com>\n"
|
|
15
15
|
"Language-Team: Czech\n"
|
|
@@ -20,109 +20,131 @@ msgstr ""
|
|
|
20
20
|
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
21
21
|
"X-Poedit-Language: Czech\n"
|
|
22
22
|
|
|
23
|
-
#: lib/gettext/rails.rb:
|
|
23
|
+
#: lib/gettext/rails.rb:293
|
|
24
24
|
msgid "%{num} error prohibited this %{record} from being saved"
|
|
25
25
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
|
26
26
|
msgstr[0] "%{num} chyba znemožnila uložení záznamu %{record} "
|
|
27
27
|
msgstr[1] "%{num} chyby znemožnily uložení záznamu %{record} "
|
|
28
28
|
msgstr[2] "%{num} chyb znemožnilo uložení záznamu %{record} "
|
|
29
29
|
|
|
30
|
-
#: lib/gettext/rails.rb:
|
|
30
|
+
#: lib/gettext/rails.rb:295
|
|
31
31
|
msgid "There was a problem with the following field:"
|
|
32
32
|
msgid_plural "There were problems with the following fields:"
|
|
33
33
|
msgstr[0] "Problémy jsou s následujícím polem:"
|
|
34
34
|
msgstr[1] "Problémy jsou s následujícími poli:"
|
|
35
35
|
msgstr[2] "Problémy jsou s následujícími poli:"
|
|
36
36
|
|
|
37
|
-
#: lib/gettext/rails.rb:
|
|
37
|
+
#: lib/gettext/rails.rb:382
|
|
38
38
|
msgid "less than 5 seconds"
|
|
39
39
|
msgstr "méně než 5 sekund"
|
|
40
40
|
|
|
41
|
-
#: lib/gettext/rails.rb:
|
|
41
|
+
#: lib/gettext/rails.rb:382
|
|
42
42
|
msgid "less than 10 seconds"
|
|
43
43
|
msgstr "méně než 10 sekund"
|
|
44
44
|
|
|
45
|
-
#: lib/gettext/rails.rb:
|
|
45
|
+
#: lib/gettext/rails.rb:382
|
|
46
46
|
msgid "less than 20 seconds"
|
|
47
47
|
msgstr "méně než 20 sekund"
|
|
48
48
|
|
|
49
|
-
#: lib/gettext/rails.rb:
|
|
49
|
+
#: lib/gettext/rails.rb:383
|
|
50
50
|
msgid "half a minute"
|
|
51
51
|
msgstr "půl minuty"
|
|
52
52
|
|
|
53
|
-
#: lib/gettext/rails.rb:
|
|
53
|
+
#: lib/gettext/rails.rb:383
|
|
54
54
|
msgid "less than a minute"
|
|
55
55
|
msgstr "méně než minutu"
|
|
56
56
|
|
|
57
|
-
#: lib/gettext/rails.rb:
|
|
57
|
+
#: lib/gettext/rails.rb:383
|
|
58
|
+
#, fuzzy
|
|
59
|
+
msgid "about 1 month"
|
|
60
|
+
msgstr "asi 1 hodina"
|
|
61
|
+
|
|
62
|
+
#: lib/gettext/rails.rb:384
|
|
63
|
+
#, fuzzy
|
|
64
|
+
msgid "about 1 year"
|
|
65
|
+
msgstr "asi 1 hodina"
|
|
66
|
+
|
|
67
|
+
#: lib/gettext/rails.rb:384
|
|
68
|
+
msgid "over 2 years"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
71
|
+
#: lib/gettext/rails.rb:385
|
|
58
72
|
msgid "1 minute"
|
|
59
73
|
msgid_plural "%{num} minutes"
|
|
60
74
|
msgstr[0] "1 minuta"
|
|
61
75
|
msgstr[1] "%{num} minuty"
|
|
62
76
|
msgstr[2] "%{num} minut"
|
|
63
77
|
|
|
64
|
-
#: lib/gettext/rails.rb:
|
|
78
|
+
#: lib/gettext/rails.rb:386
|
|
65
79
|
msgid "about 1 hour"
|
|
66
80
|
msgid_plural "about %{num} hours"
|
|
67
81
|
msgstr[0] "asi 1 hodina"
|
|
68
82
|
msgstr[1] "asi %{num} hodiny"
|
|
69
83
|
msgstr[2] "asi %{num} hodin"
|
|
70
84
|
|
|
71
|
-
#: lib/gettext/rails.rb:
|
|
85
|
+
#: lib/gettext/rails.rb:387
|
|
72
86
|
msgid "1 day"
|
|
73
87
|
msgid_plural "%{num} days"
|
|
74
88
|
msgstr[0] "1 den"
|
|
75
89
|
msgstr[1] "%{num} dny"
|
|
76
90
|
msgstr[2] "%{num} dnů"
|
|
77
91
|
|
|
78
|
-
#: lib/gettext/
|
|
92
|
+
#: lib/gettext/rails.rb:388
|
|
93
|
+
#, fuzzy
|
|
94
|
+
msgid "1 month"
|
|
95
|
+
msgid_plural "%{num} months"
|
|
96
|
+
msgstr[0] "1 minuta"
|
|
97
|
+
msgstr[1] "%{num} minuty"
|
|
98
|
+
msgstr[2] "%{num} minut"
|
|
99
|
+
|
|
100
|
+
#: lib/gettext/active_record.rb:28
|
|
79
101
|
msgid "Validation failed: %{error_messages}"
|
|
80
102
|
msgstr "Výsledek validace: %{error_messages}"
|
|
81
103
|
|
|
82
|
-
#: lib/gettext/active_record.rb:
|
|
104
|
+
#: lib/gettext/active_record.rb:215
|
|
83
105
|
msgid "%{fn} is not included in the list"
|
|
84
106
|
msgstr "%{fn} není obsaženo v seznamu možností"
|
|
85
107
|
|
|
86
|
-
#: lib/gettext/active_record.rb:
|
|
108
|
+
#: lib/gettext/active_record.rb:216
|
|
87
109
|
msgid "%{fn} is reserved"
|
|
88
110
|
msgstr "%{fn} je rezervováno a nemůže být zvoleno"
|
|
89
111
|
|
|
90
|
-
#: lib/gettext/active_record.rb:
|
|
112
|
+
#: lib/gettext/active_record.rb:217
|
|
91
113
|
msgid "%{fn} is invalid"
|
|
92
114
|
msgstr "%{fn} je chybné"
|
|
93
115
|
|
|
94
|
-
#: lib/gettext/active_record.rb:
|
|
116
|
+
#: lib/gettext/active_record.rb:218
|
|
95
117
|
msgid "%{fn} doesn't match confirmation"
|
|
96
118
|
msgstr "%{fn} není shodné s potvrzením"
|
|
97
119
|
|
|
98
|
-
#: lib/gettext/active_record.rb:
|
|
120
|
+
#: lib/gettext/active_record.rb:219
|
|
99
121
|
msgid "%{fn} must be accepted"
|
|
100
122
|
msgstr "%{fn} musí být zaškrtnuto"
|
|
101
123
|
|
|
102
|
-
#: lib/gettext/active_record.rb:
|
|
124
|
+
#: lib/gettext/active_record.rb:220
|
|
103
125
|
msgid "%{fn} can't be empty"
|
|
104
126
|
msgstr "%{fn} musí být vyplněno"
|
|
105
127
|
|
|
106
|
-
#: lib/gettext/active_record.rb:
|
|
128
|
+
#: lib/gettext/active_record.rb:221
|
|
107
129
|
msgid "%{fn} can't be blank"
|
|
108
130
|
msgstr "%{fn} musí být vyplněno"
|
|
109
131
|
|
|
110
|
-
#: lib/gettext/active_record.rb:
|
|
132
|
+
#: lib/gettext/active_record.rb:222
|
|
111
133
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
112
134
|
msgstr "%{fn} je příliš dlouhé (maximum je %d znaků)"
|
|
113
135
|
|
|
114
|
-
#: lib/gettext/active_record.rb:
|
|
136
|
+
#: lib/gettext/active_record.rb:223
|
|
115
137
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
116
138
|
msgstr "%{fn} je příliš krátké (minimum je %d znaků)"
|
|
117
139
|
|
|
118
|
-
#: lib/gettext/active_record.rb:
|
|
140
|
+
#: lib/gettext/active_record.rb:224
|
|
119
141
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
120
142
|
msgstr "%{fn} má nesprávnou délku (musí mít %d znaků)"
|
|
121
143
|
|
|
122
|
-
#: lib/gettext/active_record.rb:
|
|
144
|
+
#: lib/gettext/active_record.rb:225
|
|
123
145
|
msgid "%{fn} has already been taken"
|
|
124
146
|
msgstr "%{fn} je již použito"
|
|
125
147
|
|
|
126
|
-
#: lib/gettext/active_record.rb:
|
|
148
|
+
#: lib/gettext/active_record.rb:226
|
|
127
149
|
msgid "%{fn} is not a number"
|
|
128
150
|
msgstr "%{fn} není správné číslo"
|
data/po/cs/rgettext.po
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: ruby-gettext 1.9.0\n"
|
|
12
|
-
"POT-Creation-Date:
|
|
12
|
+
"POT-Creation-Date: 2007-06-26 14:09+0900\n"
|
|
13
13
|
"PO-Revision-Date: 2006-12-16 13:12+0100\n"
|
|
14
14
|
"Last-Translator: Karel Miarka <kajism@yahoo.com>\n"
|
|
15
15
|
"Language-Team: Czech\n"
|
|
@@ -79,6 +79,26 @@ msgstr "definiční po soubor není zadán."
|
|
|
79
79
|
msgid "reference pot is not given."
|
|
80
80
|
msgstr "referenční pot soubor není zadán."
|
|
81
81
|
|
|
82
|
+
#: lib/gettext/parser/glade.rb:74
|
|
83
|
+
msgid "`%{file}' is not glade-2.0 format."
|
|
84
|
+
msgstr "`%{file}' není ve formátu glade-2.0."
|
|
85
|
+
|
|
86
|
+
#: lib/gettext/parser/active_record.rb:39
|
|
87
|
+
msgid "'%{file}' is not found."
|
|
88
|
+
msgstr "'%{file}' nebyl nalezen."
|
|
89
|
+
|
|
90
|
+
#: lib/gettext/parser/active_record.rb:80
|
|
91
|
+
msgid "Ignored '%{file}'. Solve dependencies first."
|
|
92
|
+
msgstr "'%{file}' ignorován. Nejprve vyřešte závislosti."
|
|
93
|
+
|
|
94
|
+
#: lib/gettext/parser/active_record.rb:104
|
|
95
|
+
msgid "No database is available."
|
|
96
|
+
msgstr "Žádná databáze není k dispozici."
|
|
97
|
+
|
|
98
|
+
#: lib/gettext/parser/active_record.rb:138
|
|
99
|
+
msgid "rubygems are not found."
|
|
100
|
+
msgstr "rubygems nenalezeny"
|
|
101
|
+
|
|
82
102
|
#: lib/gettext/rgettext.rb:43
|
|
83
103
|
msgid "'%{klass}' is ignored."
|
|
84
104
|
msgstr "'%{klass}' je ignorován."
|
|
@@ -103,26 +123,6 @@ msgstr "před spuštěním rgettext je vyžadován require knihovny"
|
|
|
103
123
|
msgid "run in debugging mode"
|
|
104
124
|
msgstr "běh v debug módu"
|
|
105
125
|
|
|
106
|
-
#: lib/gettext/parser/glade.rb:74
|
|
107
|
-
msgid "`%{file}' is not glade-2.0 format."
|
|
108
|
-
msgstr "`%{file}' není ve formátu glade-2.0."
|
|
109
|
-
|
|
110
|
-
#: lib/gettext/parser/active_record.rb:39
|
|
111
|
-
msgid "'%{file}' is not found."
|
|
112
|
-
msgstr "'%{file}' nebyl nalezen."
|
|
113
|
-
|
|
114
|
-
#: lib/gettext/parser/active_record.rb:80
|
|
115
|
-
msgid "Ignored '%{file}'. Solve dependencies first."
|
|
116
|
-
msgstr "'%{file}' ignorován. Nejprve vyřešte závislosti."
|
|
117
|
-
|
|
118
|
-
#: lib/gettext/parser/active_record.rb:104
|
|
119
|
-
msgid "No database is available."
|
|
120
|
-
msgstr "Žádná databáze není k dispozici."
|
|
121
|
-
|
|
122
|
-
#: lib/gettext/parser/active_record.rb:137
|
|
123
|
-
msgid "rubygems are not found."
|
|
124
|
-
msgstr "rubygems nenalezeny"
|
|
125
|
-
|
|
126
126
|
#: src/poparser.ry:26 src/poparser.ry:41
|
|
127
127
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
128
128
|
msgstr "Varování: neurčitý (fuzzy) překlad byl ignorován.\n"
|