gettext 1.9.0-mswin32 → 1.10.0-mswin32
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/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/eo/rails.po
CHANGED
@@ -1,16 +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
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
6
|
#
|
7
|
-
# Malte Milatz <malte@gmx-topmail.de>, 2006.
|
7
|
+
# Malte Milatz <malte@gmx-topmail.de>, 2006-2007.
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: ruby-gettext 1.
|
12
|
-
"POT-Creation-Date:
|
13
|
-
"PO-Revision-Date:
|
11
|
+
"Project-Id-Version: ruby-gettext 1.10.0\n"
|
12
|
+
"POT-Creation-Date: 2007-06-26 14:02+0900\n"
|
13
|
+
"PO-Revision-Date: 2007-06-26 11:42+0200\n"
|
14
14
|
"Last-Translator: Malte Milatz <malte@gmx-topmail.de>\n"
|
15
15
|
"Language-Team: Esperanto\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
@@ -18,104 +18,123 @@ msgstr ""
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20
20
|
|
21
|
-
#: lib/gettext/rails.rb:
|
21
|
+
#: lib/gettext/rails.rb:293
|
22
22
|
msgid "%{num} error prohibited this %{record} from being saved"
|
23
23
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
24
|
-
msgstr[0] "Ĉi tiu %{record} ne konserviĝis pro %{num} eraro
|
25
|
-
msgstr[1] "Ĉi tiu %{record} ne konserviĝis pro %{num} eraroj
|
24
|
+
msgstr[0] "Ĉi tiu %{record} ne konserviĝis pro %{num} eraro"
|
25
|
+
msgstr[1] "Ĉi tiu %{record} ne konserviĝis pro %{num} eraroj"
|
26
26
|
|
27
|
-
#: lib/gettext/rails.rb:
|
27
|
+
#: lib/gettext/rails.rb:295
|
28
28
|
msgid "There was a problem with the following field:"
|
29
29
|
msgid_plural "There were problems with the following fields:"
|
30
30
|
msgstr[0] "Jena datumo kaŭzis problemon:"
|
31
31
|
msgstr[1] "Jenaj datumoj kaŭzis problemon:"
|
32
32
|
|
33
|
-
#: lib/gettext/rails.rb:
|
33
|
+
#: lib/gettext/rails.rb:382
|
34
34
|
msgid "less than 5 seconds"
|
35
35
|
msgstr "malpli ol 5 sekundoj"
|
36
36
|
|
37
|
-
#: lib/gettext/rails.rb:
|
37
|
+
#: lib/gettext/rails.rb:382
|
38
38
|
msgid "less than 10 seconds"
|
39
39
|
msgstr "malpli ol 10 sekundoj"
|
40
40
|
|
41
|
-
#: lib/gettext/rails.rb:
|
41
|
+
#: lib/gettext/rails.rb:382
|
42
42
|
msgid "less than 20 seconds"
|
43
43
|
msgstr "malpli ol 20 sekundoj"
|
44
44
|
|
45
|
-
#: lib/gettext/rails.rb:
|
45
|
+
#: lib/gettext/rails.rb:383
|
46
46
|
msgid "half a minute"
|
47
47
|
msgstr "duona minuto"
|
48
48
|
|
49
|
-
#: lib/gettext/rails.rb:
|
49
|
+
#: lib/gettext/rails.rb:383
|
50
50
|
msgid "less than a minute"
|
51
51
|
msgstr "malpli ol minuto"
|
52
52
|
|
53
|
-
#: lib/gettext/rails.rb:
|
53
|
+
#: lib/gettext/rails.rb:383
|
54
|
+
msgid "about 1 month"
|
55
|
+
msgstr "ĉirkaŭ 1 monato"
|
56
|
+
|
57
|
+
#: lib/gettext/rails.rb:384
|
58
|
+
msgid "about 1 year"
|
59
|
+
msgstr "ĉirkaŭ 1 jaro"
|
60
|
+
|
61
|
+
#: lib/gettext/rails.rb:384
|
62
|
+
msgid "over 2 years"
|
63
|
+
msgstr "pli ol 2 jaroj"
|
64
|
+
|
65
|
+
#: lib/gettext/rails.rb:385
|
54
66
|
msgid "1 minute"
|
55
67
|
msgid_plural "%{num} minutes"
|
56
68
|
msgstr[0] "1 minuto"
|
57
69
|
msgstr[1] "%{num} minutoj"
|
58
70
|
|
59
|
-
#: lib/gettext/rails.rb:
|
71
|
+
#: lib/gettext/rails.rb:386
|
60
72
|
msgid "about 1 hour"
|
61
73
|
msgid_plural "about %{num} hours"
|
62
74
|
msgstr[0] "ĉirkaŭ 1 horo"
|
63
75
|
msgstr[1] "ĉirkau %{num} horoj"
|
64
76
|
|
65
|
-
#: lib/gettext/rails.rb:
|
77
|
+
#: lib/gettext/rails.rb:387
|
66
78
|
msgid "1 day"
|
67
79
|
msgid_plural "%{num} days"
|
68
80
|
msgstr[0] "1 tago"
|
69
81
|
msgstr[1] "%{num} tagoj"
|
70
82
|
|
71
|
-
#: lib/gettext/
|
83
|
+
#: lib/gettext/rails.rb:388
|
84
|
+
msgid "1 month"
|
85
|
+
msgid_plural "%{num} months"
|
86
|
+
msgstr[0] "1 monato"
|
87
|
+
msgstr[1] "%{num} monatoj"
|
88
|
+
|
89
|
+
#: lib/gettext/active_record.rb:28
|
72
90
|
msgid "Validation failed: %{error_messages}"
|
73
91
|
msgstr "Erarkontrolo montris: %{error_messages}"
|
74
92
|
|
75
|
-
#: lib/gettext/active_record.rb:
|
93
|
+
#: lib/gettext/active_record.rb:215
|
76
94
|
msgid "%{fn} is not included in the list"
|
77
95
|
msgstr "La listo ne enhavas \"%{fn}\""
|
78
96
|
|
79
|
-
#: lib/gettext/active_record.rb:
|
97
|
+
#: lib/gettext/active_record.rb:216
|
80
98
|
msgid "%{fn} is reserved"
|
81
99
|
msgstr "%{fn}: rezervita"
|
82
100
|
|
83
|
-
#: lib/gettext/active_record.rb:
|
101
|
+
#: lib/gettext/active_record.rb:217
|
84
102
|
msgid "%{fn} is invalid"
|
85
103
|
msgstr "%{fn}: nevalida"
|
86
104
|
|
87
|
-
#: lib/gettext/active_record.rb:
|
105
|
+
#: lib/gettext/active_record.rb:218
|
88
106
|
msgid "%{fn} doesn't match confirmation"
|
89
107
|
msgstr "%{fn} devias de la konfirmo"
|
90
108
|
|
91
|
-
#: lib/gettext/active_record.rb:
|
109
|
+
#: lib/gettext/active_record.rb:219
|
92
110
|
msgid "%{fn} must be accepted"
|
93
111
|
msgstr "%{fn} estu akceptata"
|
94
112
|
|
95
|
-
#: lib/gettext/active_record.rb:
|
113
|
+
#: lib/gettext/active_record.rb:220
|
96
114
|
msgid "%{fn} can't be empty"
|
97
115
|
msgstr "%{fn} ne estu malplena"
|
98
116
|
|
99
|
-
#: lib/gettext/active_record.rb:
|
117
|
+
#: lib/gettext/active_record.rb:221
|
100
118
|
msgid "%{fn} can't be blank"
|
101
119
|
msgstr "%{fn} ne estu malplena"
|
102
120
|
|
103
|
-
#: lib/gettext/active_record.rb:
|
121
|
+
#: lib/gettext/active_record.rb:222
|
104
122
|
msgid "%{fn} is too long (maximum is %d characters)"
|
105
123
|
msgstr "%{fn}: tro longa (maksimume %d signoj)"
|
106
124
|
|
107
|
-
#: lib/gettext/active_record.rb:
|
125
|
+
#: lib/gettext/active_record.rb:223
|
108
126
|
msgid "%{fn} is too short (minimum is %d characters)"
|
109
127
|
msgstr "%{fn}: tro mallonga (minimume %d signoj)"
|
110
128
|
|
111
|
-
#: lib/gettext/active_record.rb:
|
129
|
+
#: lib/gettext/active_record.rb:224
|
112
130
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
113
131
|
msgstr "%{fn} estu %d signojn longa"
|
114
132
|
|
115
|
-
#: lib/gettext/active_record.rb:
|
133
|
+
#: lib/gettext/active_record.rb:225
|
116
134
|
msgid "%{fn} has already been taken"
|
117
135
|
msgstr "%{fn} jam preniĝis"
|
118
136
|
|
119
|
-
#: lib/gettext/active_record.rb:
|
137
|
+
#: lib/gettext/active_record.rb:226
|
120
138
|
msgid "%{fn} is not a number"
|
121
139
|
msgstr "%{fn} ne estas nombro"
|
140
|
+
|
data/po/eo/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: YEAR-MO-DA HO:MI+ZONE\n"
|
14
14
|
"Last-Translator: Malte Milatz\n"
|
15
15
|
"Language-Team: Esperanto\n"
|
@@ -74,6 +74,26 @@ msgstr "ne ricevis po-dosieron."
|
|
74
74
|
msgid "reference pot is not given."
|
75
75
|
msgstr "ne ricevis referencan pot-dosieron."
|
76
76
|
|
77
|
+
#: lib/gettext/parser/glade.rb:74
|
78
|
+
msgid "`%{file}' is not glade-2.0 format."
|
79
|
+
msgstr "`%{file}' ne konformas al la formato de glade-2.0."
|
80
|
+
|
81
|
+
#: lib/gettext/parser/active_record.rb:39
|
82
|
+
msgid "'%{file}' is not found."
|
83
|
+
msgstr "`%{file}' ne ekzistas."
|
84
|
+
|
85
|
+
#: lib/gettext/parser/active_record.rb:80
|
86
|
+
msgid "Ignored '%{file}'. Solve dependencies first."
|
87
|
+
msgstr "Ignoris `%{file}' pro malklaraj dependecoj."
|
88
|
+
|
89
|
+
#: lib/gettext/parser/active_record.rb:104
|
90
|
+
msgid "No database is available."
|
91
|
+
msgstr "Neniu datumbazo."
|
92
|
+
|
93
|
+
#: lib/gettext/parser/active_record.rb:138
|
94
|
+
msgid "rubygems are not found."
|
95
|
+
msgstr "rubygems ne trovebla."
|
96
|
+
|
77
97
|
#: lib/gettext/rgettext.rb:43
|
78
98
|
msgid "'%{klass}' is ignored."
|
79
99
|
msgstr "ignoras #%{klass}'."
|
@@ -98,26 +118,6 @@ msgstr "uzos indikitan opcianalizilon"
|
|
98
118
|
msgid "run in debugging mode"
|
99
119
|
msgstr "sencimiga modo"
|
100
120
|
|
101
|
-
#: lib/gettext/parser/glade.rb:74
|
102
|
-
msgid "`%{file}' is not glade-2.0 format."
|
103
|
-
msgstr "`%{file}' ne konformas al la formato de glade-2.0."
|
104
|
-
|
105
|
-
#: lib/gettext/parser/active_record.rb:39
|
106
|
-
msgid "'%{file}' is not found."
|
107
|
-
msgstr "`%{file}' ne ekzistas."
|
108
|
-
|
109
|
-
#: lib/gettext/parser/active_record.rb:80
|
110
|
-
msgid "Ignored '%{file}'. Solve dependencies first."
|
111
|
-
msgstr "Ignoris `%{file}' pro malklaraj dependecoj."
|
112
|
-
|
113
|
-
#: lib/gettext/parser/active_record.rb:104
|
114
|
-
msgid "No database is available."
|
115
|
-
msgstr "Neniu datumbazo."
|
116
|
-
|
117
|
-
#: lib/gettext/parser/active_record.rb:137
|
118
|
-
msgid "rubygems are not found."
|
119
|
-
msgstr "rubygems ne trovebla."
|
120
|
-
|
121
121
|
#: src/poparser.ry:26 src/poparser.ry:41
|
122
122
|
msgid "Warning: fuzzy message was ignored.\n"
|
123
123
|
msgstr "Averto: ignoras senfunkcian frazon.\n"
|
data/po/es/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: 2005-12-17 14:33+0900\n"
|
14
14
|
"Last-Translator: David Espada <davinci at escomposlinux.org>\n"
|
15
15
|
"Language-Team: Spanish\n"
|
@@ -18,104 +18,125 @@ msgstr ""
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20
20
|
|
21
|
-
#: lib/gettext/rails.rb:
|
21
|
+
#: lib/gettext/rails.rb:293
|
22
22
|
msgid "%{num} error prohibited this %{record} from being saved"
|
23
23
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
24
24
|
msgstr[0] "%{num} error impide que este %{record} sea guardado"
|
25
25
|
msgstr[1] "%{num} errores impiden que este %{record} sea guardado"
|
26
26
|
|
27
|
-
#: lib/gettext/rails.rb:
|
27
|
+
#: lib/gettext/rails.rb:295
|
28
28
|
msgid "There was a problem with the following field:"
|
29
29
|
msgid_plural "There were problems with the following fields:"
|
30
30
|
msgstr[0] "Ha habido problemas con el siguiente campo:"
|
31
31
|
msgstr[1] "Ha habido problemas con los siguientes campos:"
|
32
32
|
|
33
|
-
#: lib/gettext/rails.rb:
|
33
|
+
#: lib/gettext/rails.rb:382
|
34
34
|
msgid "less than 5 seconds"
|
35
35
|
msgstr "menos de 5 segundos"
|
36
36
|
|
37
|
-
#: lib/gettext/rails.rb:
|
37
|
+
#: lib/gettext/rails.rb:382
|
38
38
|
msgid "less than 10 seconds"
|
39
39
|
msgstr "menos de 10 segundos"
|
40
40
|
|
41
|
-
#: lib/gettext/rails.rb:
|
41
|
+
#: lib/gettext/rails.rb:382
|
42
42
|
msgid "less than 20 seconds"
|
43
43
|
msgstr "menos de 20 segundos"
|
44
44
|
|
45
|
-
#: lib/gettext/rails.rb:
|
45
|
+
#: lib/gettext/rails.rb:383
|
46
46
|
msgid "half a minute"
|
47
47
|
msgstr "medio minuto"
|
48
48
|
|
49
|
-
#: lib/gettext/rails.rb:
|
49
|
+
#: lib/gettext/rails.rb:383
|
50
50
|
msgid "less than a minute"
|
51
51
|
msgstr "menos de un minuto"
|
52
52
|
|
53
|
-
#: lib/gettext/rails.rb:
|
53
|
+
#: lib/gettext/rails.rb:383
|
54
|
+
#, fuzzy
|
55
|
+
msgid "about 1 month"
|
56
|
+
msgstr "cerca de 1 hora"
|
57
|
+
|
58
|
+
#: lib/gettext/rails.rb:384
|
59
|
+
#, fuzzy
|
60
|
+
msgid "about 1 year"
|
61
|
+
msgstr "cerca de 1 hora"
|
62
|
+
|
63
|
+
#: lib/gettext/rails.rb:384
|
64
|
+
msgid "over 2 years"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
#: lib/gettext/rails.rb:385
|
54
68
|
msgid "1 minute"
|
55
69
|
msgid_plural "%{num} minutes"
|
56
70
|
msgstr[0] "1 minuto"
|
57
71
|
msgstr[1] "%{num} minutos"
|
58
72
|
|
59
|
-
#: lib/gettext/rails.rb:
|
73
|
+
#: lib/gettext/rails.rb:386
|
60
74
|
msgid "about 1 hour"
|
61
75
|
msgid_plural "about %{num} hours"
|
62
76
|
msgstr[0] "cerca de 1 hora"
|
63
77
|
msgstr[1] "cerca de %{num} horas"
|
64
78
|
|
65
|
-
#: lib/gettext/rails.rb:
|
79
|
+
#: lib/gettext/rails.rb:387
|
66
80
|
msgid "1 day"
|
67
81
|
msgid_plural "%{num} days"
|
68
82
|
msgstr[0] "1 día"
|
69
83
|
msgstr[1] "%{num} días"
|
70
84
|
|
71
|
-
#: lib/gettext/
|
85
|
+
#: lib/gettext/rails.rb:388
|
86
|
+
#, fuzzy
|
87
|
+
msgid "1 month"
|
88
|
+
msgid_plural "%{num} months"
|
89
|
+
msgstr[0] "1 minuto"
|
90
|
+
msgstr[1] "%{num} minutos"
|
91
|
+
|
92
|
+
#: lib/gettext/active_record.rb:28
|
72
93
|
msgid "Validation failed: %{error_messages}"
|
73
94
|
msgstr "Ha fallado la validación: %{error_messages}"
|
74
95
|
|
75
|
-
#: lib/gettext/active_record.rb:
|
96
|
+
#: lib/gettext/active_record.rb:215
|
76
97
|
msgid "%{fn} is not included in the list"
|
77
98
|
msgstr "%{fn} no está incluido en la lista"
|
78
99
|
|
79
|
-
#: lib/gettext/active_record.rb:
|
100
|
+
#: lib/gettext/active_record.rb:216
|
80
101
|
msgid "%{fn} is reserved"
|
81
102
|
msgstr "%{fn} está reservado"
|
82
103
|
|
83
|
-
#: lib/gettext/active_record.rb:
|
104
|
+
#: lib/gettext/active_record.rb:217
|
84
105
|
msgid "%{fn} is invalid"
|
85
106
|
msgstr "%{fn} no es válido"
|
86
107
|
|
87
|
-
#: lib/gettext/active_record.rb:
|
108
|
+
#: lib/gettext/active_record.rb:218
|
88
109
|
msgid "%{fn} doesn't match confirmation"
|
89
110
|
msgstr "%{fn} no se ajusta a la confirmación"
|
90
111
|
|
91
|
-
#: lib/gettext/active_record.rb:
|
112
|
+
#: lib/gettext/active_record.rb:219
|
92
113
|
msgid "%{fn} must be accepted"
|
93
114
|
msgstr "%{fn} debe ser aceptado"
|
94
115
|
|
95
|
-
#: lib/gettext/active_record.rb:
|
116
|
+
#: lib/gettext/active_record.rb:220
|
96
117
|
msgid "%{fn} can't be empty"
|
97
118
|
msgstr "%{fn} no puede estar vacío"
|
98
119
|
|
99
|
-
#: lib/gettext/active_record.rb:
|
120
|
+
#: lib/gettext/active_record.rb:221
|
100
121
|
msgid "%{fn} can't be blank"
|
101
122
|
msgstr "%{fn} no puede estar en blanco"
|
102
123
|
|
103
|
-
#: lib/gettext/active_record.rb:
|
124
|
+
#: lib/gettext/active_record.rb:222
|
104
125
|
msgid "%{fn} is too long (maximum is %d characters)"
|
105
126
|
msgstr "%{fn} es demasiado largo (máximo de %d caracteres)"
|
106
127
|
|
107
|
-
#: lib/gettext/active_record.rb:
|
128
|
+
#: lib/gettext/active_record.rb:223
|
108
129
|
msgid "%{fn} is too short (minimum is %d characters)"
|
109
130
|
msgstr "%{fn} es demasiado corto (mínimo de %d caracteres)"
|
110
131
|
|
111
|
-
#: lib/gettext/active_record.rb:
|
132
|
+
#: lib/gettext/active_record.rb:224
|
112
133
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
113
134
|
msgstr "%{fn} tiene longitud incorrecta (debería tener %d caracteres)"
|
114
135
|
|
115
|
-
#: lib/gettext/active_record.rb:
|
136
|
+
#: lib/gettext/active_record.rb:225
|
116
137
|
msgid "%{fn} has already been taken"
|
117
138
|
msgstr "%{fn} ya se ha tomado"
|
118
139
|
|
119
|
-
#: lib/gettext/active_record.rb:
|
140
|
+
#: lib/gettext/active_record.rb:226
|
120
141
|
msgid "%{fn} is not a number"
|
121
142
|
msgstr "%{fn} no es un número"
|
data/po/es/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-04-24 14:54+0100\n"
|
14
14
|
"Last-Translator: David Espada <davinci at escomposlinux.org>\n"
|
15
15
|
"Language-Team: Spanish\n"
|
@@ -78,6 +78,26 @@ msgstr "no se ha dado definición po"
|
|
78
78
|
msgid "reference pot is not given."
|
79
79
|
msgstr "no se ha dado referencia pot"
|
80
80
|
|
81
|
+
#: lib/gettext/parser/glade.rb:74
|
82
|
+
msgid "`%{file}' is not glade-2.0 format."
|
83
|
+
msgstr "`%{file}' no tiene formato glade-2.0."
|
84
|
+
|
85
|
+
#: lib/gettext/parser/active_record.rb:39
|
86
|
+
msgid "'%{file}' is not found."
|
87
|
+
msgstr "'%{file}' no se ha encontrado"
|
88
|
+
|
89
|
+
#: lib/gettext/parser/active_record.rb:80
|
90
|
+
msgid "Ignored '%{file}'. Solve dependencies first."
|
91
|
+
msgstr "Se ignora '%{file}'. Resuelva dependencias primero."
|
92
|
+
|
93
|
+
#: lib/gettext/parser/active_record.rb:104
|
94
|
+
msgid "No database is available."
|
95
|
+
msgstr "No hay disponible base de datos."
|
96
|
+
|
97
|
+
#: lib/gettext/parser/active_record.rb:138
|
98
|
+
msgid "rubygems are not found."
|
99
|
+
msgstr "no se ha encontrado rubygems"
|
100
|
+
|
81
101
|
#: lib/gettext/rgettext.rb:43
|
82
102
|
msgid "'%{klass}' is ignored."
|
83
103
|
msgstr "'%{klass}' ignorado"
|
@@ -102,26 +122,6 @@ msgstr "importe la biblioteca antes de ejecutar rgettext"
|
|
102
122
|
msgid "run in debugging mode"
|
103
123
|
msgstr "ejecute en modo depuración"
|
104
124
|
|
105
|
-
#: lib/gettext/parser/glade.rb:74
|
106
|
-
msgid "`%{file}' is not glade-2.0 format."
|
107
|
-
msgstr "`%{file}' no tiene formato glade-2.0."
|
108
|
-
|
109
|
-
#: lib/gettext/parser/active_record.rb:39
|
110
|
-
msgid "'%{file}' is not found."
|
111
|
-
msgstr "'%{file}' no se ha encontrado"
|
112
|
-
|
113
|
-
#: lib/gettext/parser/active_record.rb:80
|
114
|
-
msgid "Ignored '%{file}'. Solve dependencies first."
|
115
|
-
msgstr "Se ignora '%{file}'. Resuelva dependencias primero."
|
116
|
-
|
117
|
-
#: lib/gettext/parser/active_record.rb:104
|
118
|
-
msgid "No database is available."
|
119
|
-
msgstr "No hay disponible base de datos."
|
120
|
-
|
121
|
-
#: lib/gettext/parser/active_record.rb:137
|
122
|
-
msgid "rubygems are not found."
|
123
|
-
msgstr "no se ha encontrado rubygems"
|
124
|
-
|
125
125
|
#: src/poparser.ry:26 src/poparser.ry:41
|
126
126
|
msgid "Warning: fuzzy message was ignored.\n"
|
127
127
|
msgstr "Aviso: se ha ignorado mensaje ambigüo.\n"
|
data/po/et/rails.po
CHANGED
@@ -1,122 +1,141 @@
|
|
1
1
|
#
|
2
2
|
# a po-file for Ruby-GetText-Package and Ruby on Rails.
|
3
3
|
#
|
4
|
-
# Copyright (C) 2006 Masao Mutoh
|
4
|
+
# Copyright (C) 2006,2007 Masao Mutoh
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
6
|
#
|
7
|
-
# Erkki Eilonen <erkki
|
7
|
+
# Erkki Eilonen <erkki at itech.ee>, 2006,2007.
|
8
8
|
# Tõlked on väga toored ning vajavad kindlasti ülevaatamist.
|
9
9
|
#
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: ruby-gettext 1.
|
13
|
-
"POT-Creation-Date:
|
14
|
-
"PO-Revision-Date:
|
15
|
-
"Last-Translator: Erkki Eilonen <erkki
|
12
|
+
"Project-Id-Version: ruby-gettext 1.10.0\n"
|
13
|
+
"POT-Creation-Date: 2007-06-26 14:09+0900\n"
|
14
|
+
"PO-Revision-Date: 2007-06-26 14:00+0300\n"
|
15
|
+
"Last-Translator: Erkki Eilonen <erkki at itech.ee>\n"
|
16
16
|
"Language-Team: Estonian\n"
|
17
17
|
"MIME-Version: 1.0\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
20
20
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
21
21
|
|
22
|
-
#: lib/gettext/rails.rb:
|
22
|
+
#: lib/gettext/rails.rb:293
|
23
23
|
msgid "%{num} error prohibited this %{record} from being saved"
|
24
24
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
25
25
|
msgstr[0] "%{num} viga takistas valitud %{record} salvestamist"
|
26
26
|
msgstr[1] "%{num} viga takistas valitud %{record} salvestamist"
|
27
27
|
|
28
|
-
#: lib/gettext/rails.rb:
|
28
|
+
#: lib/gettext/rails.rb:295
|
29
29
|
msgid "There was a problem with the following field:"
|
30
30
|
msgid_plural "There were problems with the following fields:"
|
31
31
|
msgstr[0] "Viga järgmise väljaga:"
|
32
32
|
msgstr[1] "Viga järgmiste väljadega:"
|
33
33
|
|
34
|
-
#: lib/gettext/rails.rb:
|
34
|
+
#: lib/gettext/rails.rb:382
|
35
35
|
msgid "less than 5 seconds"
|
36
36
|
msgstr "vähem kui 5 sekundit"
|
37
37
|
|
38
|
-
#: lib/gettext/rails.rb:
|
38
|
+
#: lib/gettext/rails.rb:382
|
39
39
|
msgid "less than 10 seconds"
|
40
40
|
msgstr "vähem kui 10 sekundit"
|
41
41
|
|
42
|
-
#: lib/gettext/rails.rb:
|
42
|
+
#: lib/gettext/rails.rb:382
|
43
43
|
msgid "less than 20 seconds"
|
44
44
|
msgstr "vähem kui 20 sekundit"
|
45
45
|
|
46
|
-
#: lib/gettext/rails.rb:
|
46
|
+
#: lib/gettext/rails.rb:383
|
47
47
|
msgid "half a minute"
|
48
48
|
msgstr "pool minutit"
|
49
49
|
|
50
|
-
#: lib/gettext/rails.rb:
|
50
|
+
#: lib/gettext/rails.rb:383
|
51
51
|
msgid "less than a minute"
|
52
52
|
msgstr "vähem kui minut"
|
53
53
|
|
54
|
-
#: lib/gettext/rails.rb:
|
54
|
+
#: lib/gettext/rails.rb:383
|
55
|
+
msgid "about 1 month"
|
56
|
+
msgstr "umbes 1 kuu"
|
57
|
+
|
58
|
+
#: lib/gettext/rails.rb:384
|
59
|
+
msgid "about 1 year"
|
60
|
+
msgstr "umbes 1 aasta"
|
61
|
+
|
62
|
+
#: lib/gettext/rails.rb:384
|
63
|
+
msgid "over 2 years"
|
64
|
+
msgstr "üle 2 aasta"
|
65
|
+
|
66
|
+
#: lib/gettext/rails.rb:385
|
55
67
|
msgid "1 minute"
|
56
68
|
msgid_plural "%{num} minutes"
|
57
69
|
msgstr[0] "1 minut"
|
58
70
|
msgstr[1] "%{num} minutit"
|
59
71
|
|
60
|
-
#: lib/gettext/rails.rb:
|
72
|
+
#: lib/gettext/rails.rb:386
|
61
73
|
msgid "about 1 hour"
|
62
74
|
msgid_plural "about %{num} hours"
|
63
75
|
msgstr[0] "umbes 1 tund"
|
64
76
|
msgstr[1] "umbes %{num} tundi"
|
65
77
|
|
66
|
-
#: lib/gettext/rails.rb:
|
78
|
+
#: lib/gettext/rails.rb:387
|
67
79
|
msgid "1 day"
|
68
80
|
msgid_plural "%{num} days"
|
69
81
|
msgstr[0] "1 päev"
|
70
82
|
msgstr[1] "%{num} päeva"
|
71
83
|
|
72
|
-
#: lib/gettext/
|
84
|
+
#: lib/gettext/rails.rb:388
|
85
|
+
msgid "1 month"
|
86
|
+
msgid_plural "%{num} months"
|
87
|
+
msgstr[0] "1 kuu"
|
88
|
+
msgstr[1] "%{num} kuud"
|
89
|
+
|
90
|
+
#: lib/gettext/active_record.rb:28
|
73
91
|
msgid "Validation failed: %{error_messages}"
|
74
|
-
msgstr ""
|
92
|
+
msgstr "Õigsuse kontroll ebaõnnestus: %{error_messages}"
|
75
93
|
|
76
|
-
#: lib/gettext/active_record.rb:
|
94
|
+
#: lib/gettext/active_record.rb:215
|
77
95
|
msgid "%{fn} is not included in the list"
|
78
96
|
msgstr "%{fn} pole lubatud"
|
79
97
|
|
80
|
-
#: lib/gettext/active_record.rb:
|
98
|
+
#: lib/gettext/active_record.rb:216
|
81
99
|
msgid "%{fn} is reserved"
|
82
100
|
msgstr "%{fn} pole lubatud"
|
83
101
|
|
84
|
-
#: lib/gettext/active_record.rb:
|
102
|
+
#: lib/gettext/active_record.rb:217
|
85
103
|
msgid "%{fn} is invalid"
|
86
104
|
msgstr "%{fn} on vigane"
|
87
105
|
|
88
|
-
#: lib/gettext/active_record.rb:
|
106
|
+
#: lib/gettext/active_record.rb:218
|
89
107
|
msgid "%{fn} doesn't match confirmation"
|
90
108
|
msgstr "%{fn} ei vasta kinnitusele"
|
91
109
|
|
92
|
-
#: lib/gettext/active_record.rb:
|
110
|
+
#: lib/gettext/active_record.rb:219
|
93
111
|
msgid "%{fn} must be accepted"
|
94
112
|
msgstr "%{fn} peab olema märgitud"
|
95
113
|
|
96
|
-
#: lib/gettext/active_record.rb:
|
114
|
+
#: lib/gettext/active_record.rb:220
|
97
115
|
msgid "%{fn} can't be empty"
|
98
116
|
msgstr "%{fn} ei tohi olla tühi"
|
99
117
|
|
100
|
-
#: lib/gettext/active_record.rb:
|
118
|
+
#: lib/gettext/active_record.rb:221
|
101
119
|
msgid "%{fn} can't be blank"
|
102
120
|
msgstr "%{fn} ei tohi olla tühi"
|
103
121
|
|
104
|
-
#: lib/gettext/active_record.rb:
|
122
|
+
#: lib/gettext/active_record.rb:222
|
105
123
|
msgid "%{fn} is too long (maximum is %d characters)"
|
106
124
|
msgstr "%{fn} on liiga pikk (lubatud kuni %d tähemärki)"
|
107
125
|
|
108
|
-
#: lib/gettext/active_record.rb:
|
126
|
+
#: lib/gettext/active_record.rb:223
|
109
127
|
msgid "%{fn} is too short (minimum is %d characters)"
|
110
128
|
msgstr "%{fn} on liiga lühike (peab olema vähemalt %d tähemärki)"
|
111
129
|
|
112
|
-
#: lib/gettext/active_record.rb:
|
130
|
+
#: lib/gettext/active_record.rb:224
|
113
131
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
114
132
|
msgstr "%{fn} on vale pikkusega (peab olema %d tähemärki)"
|
115
133
|
|
116
|
-
#: lib/gettext/active_record.rb:
|
134
|
+
#: lib/gettext/active_record.rb:225
|
117
135
|
msgid "%{fn} has already been taken"
|
118
136
|
msgstr "%{fn} on juba olemas"
|
119
137
|
|
120
|
-
#: lib/gettext/active_record.rb:
|
138
|
+
#: lib/gettext/active_record.rb:226
|
121
139
|
msgid "%{fn} is not a number"
|
122
140
|
msgstr "%{fn} ei ole number"
|
141
|
+
|