gettext 1.92.0 → 1.93.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 +52 -0
- data/NEWS +25 -0
- data/README +21 -18
- data/data/locale/bg/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/bg/LC_MESSAGES/rgettext.mo +0 -0
- 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/et/LC_MESSAGES/rgettext.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/hu/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/hu/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/lv/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/lv/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/sr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/sr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ua/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ua/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/doc/classes/ActionView/Helpers/FormBuilder.html +11 -11
- data/doc/classes/ActionView/TemplateFinder.html +16 -16
- data/doc/classes/GetText.html +556 -521
- data/doc/classes/GetText/ActiveRecordParser.html +13 -13
- data/doc/classes/GetText/ErbContainer.html +12 -12
- data/doc/classes/GetText/ErbParser.html +6 -6
- data/doc/classes/GetText/NoboundTextDomainError.html +1 -1
- data/doc/classes/GetText/PoParser.html +6 -6
- data/doc/classes/GetText/Rails.html +20 -20
- data/doc/classes/GetText/RubyParser.html +5 -0
- data/doc/classes/GetText/TextDomain.html +53 -53
- data/doc/classes/GetText/TextDomainManager.html +54 -54
- data/doc/classes/Locale/Object.html +177 -173
- data/doc/classes/Locale/SystemBase.html +32 -32
- data/doc/classes/Locale/SystemCGI.html +31 -31
- data/doc/classes/Locale/SystemPosix.html +50 -0
- data/doc/classes/Locale/SystemWin32.html +6 -6
- data/doc/created.rid +1 -1
- data/doc/files/ChangeLog.html +69 -1
- data/doc/files/README.html +27 -19
- data/doc/files/lib/gettext/parser/ruby_rb.html +1 -1
- data/doc/files/lib/gettext/rails_rb.html +1 -1
- data/doc/files/lib/gettext/rgettext_rb.html +1 -1
- data/doc/files/lib/gettext/utils_rb.html +1 -1
- data/doc/files/lib/gettext/version_rb.html +1 -1
- data/doc/files/lib/gettext_rb.html +1 -1
- data/doc/files/lib/locale/object_rb.html +1 -1
- data/doc/files/lib/locale/posix_rb.html +1 -1
- data/doc/fr_method_index.html +94 -92
- data/lib/gettext.rb +27 -6
- data/lib/gettext/parser/ruby.rb +9 -2
- data/lib/gettext/rails.rb +11 -6
- data/lib/gettext/rgettext.rb +9 -8
- data/lib/gettext/utils.rb +18 -4
- data/lib/gettext/version.rb +1 -1
- data/lib/locale/object.rb +10 -6
- data/lib/locale/posix.rb +15 -1
- data/po/bg/rails.po +169 -0
- data/po/bg/rgettext.po +146 -0
- data/po/bs/rails.po +34 -34
- data/po/bs/rgettext.po +23 -17
- data/po/ca/rails.po +34 -34
- data/po/ca/rgettext.po +29 -22
- data/po/cs/rails.po +34 -34
- data/po/cs/rgettext.po +23 -17
- data/po/de/rails.po +34 -34
- data/po/de/rgettext.po +30 -22
- data/po/el/rails.po +38 -38
- data/po/el/rgettext.po +29 -22
- data/po/eo/rails.po +34 -34
- data/po/eo/rgettext.po +30 -23
- data/po/es/rails.po +34 -34
- data/po/es/rgettext.po +27 -21
- data/po/et/rails.po +42 -50
- data/po/et/rgettext.po +143 -0
- data/po/fr/rails.po +45 -52
- data/po/fr/rgettext.po +39 -32
- data/po/hr/rails.po +34 -34
- data/po/hr/rgettext.po +23 -17
- data/po/hu/rails.po +34 -34
- data/po/hu/rgettext.po +29 -21
- data/po/it/rails.po +34 -34
- data/po/it/rgettext.po +23 -17
- data/po/ja/rails.po +35 -35
- data/po/ja/rgettext.po +30 -22
- data/po/ko/rails.po +34 -34
- data/po/ko/rgettext.po +23 -17
- data/po/lv/rails.po +57 -37
- data/po/lv/rgettext.po +37 -28
- data/po/nb/rails.po +37 -38
- data/po/nb/rgettext.po +29 -22
- data/po/nl/rails.po +34 -34
- data/po/nl/rgettext.po +23 -17
- data/po/pt_BR/rails.po +34 -34
- data/po/pt_BR/rgettext.po +30 -22
- data/po/rails.pot +34 -34
- data/po/rgettext.pot +23 -17
- data/po/ru/rails.po +37 -37
- data/po/ru/rgettext.po +28 -22
- data/po/sr/rails.po +34 -34
- data/po/sr/rgettext.po +23 -17
- data/po/sv/rgettext.po +23 -17
- data/po/ua/rails.po +41 -39
- data/po/ua/rgettext.po +26 -19
- data/po/vi/rails.po +34 -35
- data/po/vi/rgettext.po +34 -27
- data/po/zh/rails.po +34 -34
- data/po/zh/rgettext.po +28 -22
- data/po/zh_TW/rails.po +34 -34
- data/po/zh_TW/rgettext.po +27 -21
- data/samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ua/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ua/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/po/bg/helloerb1.po +59 -0
- data/samples/cgi/po/bg/helloerb2.po +51 -0
- data/samples/cgi/po/bg/hellolib.po +23 -0
- data/samples/cgi/po/bg/main.po +83 -0
- data/samples/locale/bg/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hellotk.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/sr/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/ua/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ua/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/po/bg/hello.po +24 -0
- data/samples/po/bg/hello2.po +31 -0
- data/samples/po/bg/hello_noop.po +27 -0
- data/samples/po/bg/hello_plural.po +25 -0
- data/samples/po/bg/helloglade2.po +31 -0
- data/samples/po/bg/hellogtk.po +23 -0
- data/samples/po/bg/hellotk.po +23 -0
- data/samples/rails/db/schema.rb +2 -4
- data/samples/rails/locale/bg/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/bs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ca/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/el/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/eo/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/hr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/hu/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/it/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/lv/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nb/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ru/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/sr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ua/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/vi/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/po/bg/blog.po +101 -0
- data/samples/rails/po/blog.pot +36 -40
- data/samples/rails/po/bs/blog.po +41 -44
- data/samples/rails/po/ca/blog.po +44 -48
- data/samples/rails/po/cs/blog.po +44 -47
- data/samples/rails/po/de/blog.po +44 -47
- data/samples/rails/po/el/blog.po +44 -47
- data/samples/rails/po/en/blog.po +37 -41
- data/samples/rails/po/eo/blog.po +44 -48
- data/samples/rails/po/es/blog.po +44 -48
- data/samples/rails/po/fr/blog.po +44 -47
- data/samples/rails/po/hr/blog.po +41 -45
- data/samples/rails/po/hu/blog.po +41 -45
- data/samples/rails/po/it/blog.po +45 -48
- data/samples/rails/po/ja/blog.po +44 -48
- data/samples/rails/po/ko/blog.po +45 -48
- data/samples/rails/po/lv/blog.po +43 -50
- data/samples/rails/po/nb/blog.po +42 -47
- data/samples/rails/po/nl/blog.po +44 -47
- data/samples/rails/po/pt_BR/blog.po +45 -48
- data/samples/rails/po/ru/blog.po +43 -46
- data/samples/rails/po/sr/blog.po +42 -45
- data/samples/rails/po/ua/blog.po +43 -46
- data/samples/rails/po/vi/blog.po +40 -43
- data/samples/rails/po/zh/blog.po +44 -48
- data/samples/rails/po/zh_TW/blog.po +44 -48
- data/samples/rails/vendor/plugins/gettext/locale/bg/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/bs/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/eo/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/fr/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/hu/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/lv/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/nl/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ua/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/locale/zh/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/po/bg/gettext_plugin.po +27 -0
- data/samples/rails/vendor/plugins/gettext/po/bs/gettext_plugin.po +6 -6
- data/samples/rails/vendor/plugins/gettext/po/ca/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/cs/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/de/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/el/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/eo/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/es/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/fr/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/gettext_plugin.pot +3 -3
- data/samples/rails/vendor/plugins/gettext/po/hr/gettext_plugin.po +6 -6
- data/samples/rails/vendor/plugins/gettext/po/hu/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/it/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/ja/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/ko/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/lv/gettext_plugin.po +5 -5
- data/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po +6 -7
- data/samples/rails/vendor/plugins/gettext/po/nl/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/pt_BR/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/ru/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po +4 -4
- data/samples/rails/vendor/plugins/gettext/po/ua/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/vi/gettext_plugin.po +3 -4
- data/samples/rails/vendor/plugins/gettext/po/zh/gettext_plugin.po +3 -3
- data/samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po +3 -4
- data/test/locale/ja/LC_MESSAGES/active_record.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/test_npgettext.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/test_pgettext.mo +0 -0
- data/test/po/active_record.pot +41 -28
- data/test/po/ja/active_record.po +41 -28
- data/test/po/ja/test_npgettext.po +46 -0
- data/test/test_gettext.rb +10 -0
- data/test/test_locale.rb +5 -0
- data/test/testlib/npgettext.rb +33 -0
- metadata +78 -2
data/po/ca/rgettext.po
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
#
|
|
1
|
+
#
|
|
2
2
|
# po-file for Ruby-GetText-Package
|
|
3
|
-
#
|
|
3
|
+
#
|
|
4
4
|
# Copyright (C) 2004-2008 Masao Mutoh
|
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
-
#
|
|
6
|
+
#
|
|
7
7
|
# Ramon Salvadó <rsalvado at gnuine.com>, 2006-2008.
|
|
8
|
-
#
|
|
8
|
+
#
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
12
|
-
"POT-Creation-Date: 2008-
|
|
12
|
+
"POT-Creation-Date: 2008-09-14 01:48+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"
|
|
@@ -18,58 +18,65 @@ msgstr ""
|
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
20
|
|
|
21
|
-
#: lib/gettext/utils.rb:
|
|
21
|
+
#: lib/gettext/utils.rb:68
|
|
22
|
+
msgid ""
|
|
23
|
+
"`%{cmd}' may not be found. \n"
|
|
24
|
+
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
27
|
+
#: lib/gettext/utils.rb:80
|
|
22
28
|
msgid "Failed to merge with %{defpo}"
|
|
23
29
|
msgstr "Ha fallat al fer el merge amb %{defpo}"
|
|
24
30
|
|
|
25
|
-
#: lib/gettext/utils.rb:
|
|
31
|
+
#: lib/gettext/utils.rb:81
|
|
26
32
|
msgid "New .pot was copied to %{failed_filename}"
|
|
27
33
|
msgstr "S'ha copiat el nou .pot a %{failed_filename}"
|
|
28
34
|
|
|
29
|
-
#: lib/gettext/utils.rb:
|
|
35
|
+
#: lib/gettext/utils.rb:82
|
|
30
36
|
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
31
|
-
msgstr "
|
|
37
|
+
msgstr ""
|
|
38
|
+
"Revisa aquestes po/pot-files. Poden contenir errors o quelcom malament."
|
|
32
39
|
|
|
33
40
|
#: lib/gettext/rgettext.rb:43
|
|
34
41
|
msgid "'%{klass}' is ignored."
|
|
35
42
|
msgstr "'%{klass}' ignorat"
|
|
36
43
|
|
|
37
|
-
#: lib/gettext/rgettext.rb:
|
|
44
|
+
#: lib/gettext/rgettext.rb:189
|
|
38
45
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
39
46
|
msgstr "Ús: %s entrada.po [-r parser.rb] [-o sortida.pot]"
|
|
40
47
|
|
|
41
|
-
#: lib/gettext/rgettext.rb:
|
|
48
|
+
#: lib/gettext/rgettext.rb:191
|
|
42
49
|
msgid "Extract translatable strings from given input files."
|
|
43
50
|
msgstr "Extreu les cadenes de paraules traduïbles dels fitxers d'entrada."
|
|
44
51
|
|
|
45
|
-
#: lib/gettext/rgettext.rb:
|
|
52
|
+
#: lib/gettext/rgettext.rb:193 lib/gettext/rmsgfmt.rb:51
|
|
46
53
|
#: lib/gettext/rmsgmerge.rb:408
|
|
47
54
|
msgid "Specific options:"
|
|
48
55
|
msgstr "Opcions específiques:"
|
|
49
56
|
|
|
50
|
-
#: lib/gettext/rgettext.rb:
|
|
57
|
+
#: lib/gettext/rgettext.rb:195 lib/gettext/rmsgfmt.rb:53
|
|
51
58
|
#: lib/gettext/rmsgmerge.rb:410
|
|
52
59
|
msgid "write output to specified file"
|
|
53
60
|
msgstr "escriu la sortida en un fitxer especificat"
|
|
54
61
|
|
|
55
|
-
#: lib/gettext/rgettext.rb:
|
|
62
|
+
#: lib/gettext/rgettext.rb:199
|
|
56
63
|
msgid "File '%s' already exists."
|
|
57
64
|
msgstr "El fitxer '%s' ja existeix"
|
|
58
65
|
|
|
59
|
-
#: lib/gettext/rgettext.rb:
|
|
66
|
+
#: lib/gettext/rgettext.rb:204
|
|
60
67
|
msgid "require the library before executing rgettext"
|
|
61
68
|
msgstr "requereix la llibreria abans d'executar rgettext"
|
|
62
69
|
|
|
63
|
-
#: lib/gettext/rgettext.rb:
|
|
70
|
+
#: lib/gettext/rgettext.rb:208
|
|
64
71
|
msgid "run in debugging mode"
|
|
65
72
|
msgstr "executa en mode debug"
|
|
66
73
|
|
|
67
|
-
#: lib/gettext/rgettext.rb:
|
|
74
|
+
#: lib/gettext/rgettext.rb:212 lib/gettext/rmsgfmt.rb:57
|
|
68
75
|
#: lib/gettext/rmsgmerge.rb:421
|
|
69
76
|
msgid "display version information and exit"
|
|
70
77
|
msgstr "mostra informació de la versió i surt"
|
|
71
78
|
|
|
72
|
-
#: lib/gettext/rgettext.rb:
|
|
79
|
+
#: lib/gettext/rgettext.rb:236 lib/gettext/rmsgfmt.rb:31
|
|
73
80
|
msgid "no input files"
|
|
74
81
|
msgstr "no hi ha fitxers d'entrada"
|
|
75
82
|
|
|
@@ -121,18 +128,18 @@ msgstr "S'ignora el fitxer '%{file}'. Primer ha de resoldre les dependències."
|
|
|
121
128
|
msgid "No database is available."
|
|
122
129
|
msgstr "No hi ha una base de dades disponible."
|
|
123
130
|
|
|
124
|
-
#: lib/gettext/parser/active_record.rb:
|
|
131
|
+
#: lib/gettext/parser/active_record.rb:140
|
|
125
132
|
msgid "rubygems are not found."
|
|
126
133
|
msgstr "no s'ha trobat rubygems"
|
|
127
134
|
|
|
128
|
-
#: lib/gettext.rb:
|
|
135
|
+
#: lib/gettext.rb:417
|
|
129
136
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
130
137
|
msgstr "El tercer paràmetre es erroni: valor = %{number}"
|
|
131
138
|
|
|
132
|
-
#: src/poparser.ry:
|
|
139
|
+
#: src/poparser.ry:38 src/poparser.ry:55
|
|
133
140
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
134
141
|
msgstr "Avís: s'ha ignorat el missatge ambigu.\n"
|
|
135
142
|
|
|
136
|
-
#: src/poparser.ry:
|
|
143
|
+
#: src/poparser.ry:148
|
|
137
144
|
msgid "Warning: obsolete msgid exists.\n"
|
|
138
145
|
msgstr "Avís: existeix un msgid obsolet.\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.92.0\n"
|
|
12
|
-
"POT-Creation-Date: 2008-
|
|
12
|
+
"POT-Creation-Date: 2008-09-14 01:48+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,72 +20,72 @@ 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:327
|
|
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:329
|
|
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:435
|
|
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:435
|
|
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:435
|
|
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:436
|
|
50
50
|
msgid "half a minute"
|
|
51
51
|
msgstr "půl minuty"
|
|
52
52
|
|
|
53
|
-
#: lib/gettext/rails.rb:
|
|
53
|
+
#: lib/gettext/rails.rb:436
|
|
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:436
|
|
58
58
|
#, fuzzy
|
|
59
59
|
msgid "about 1 month"
|
|
60
60
|
msgstr "asi 1 hodina"
|
|
61
61
|
|
|
62
|
-
#: lib/gettext/rails.rb:
|
|
62
|
+
#: lib/gettext/rails.rb:437
|
|
63
63
|
#, fuzzy
|
|
64
64
|
msgid "about 1 year"
|
|
65
65
|
msgstr "asi 1 hodina"
|
|
66
66
|
|
|
67
|
-
#: lib/gettext/rails.rb:
|
|
67
|
+
#: lib/gettext/rails.rb:438
|
|
68
68
|
msgid "1 minute"
|
|
69
69
|
msgid_plural "%{num} minutes"
|
|
70
70
|
msgstr[0] "1 minuta"
|
|
71
71
|
msgstr[1] "%{num} minuty"
|
|
72
72
|
msgstr[2] "%{num} minut"
|
|
73
73
|
|
|
74
|
-
#: lib/gettext/rails.rb:
|
|
74
|
+
#: lib/gettext/rails.rb:439
|
|
75
75
|
msgid "about 1 hour"
|
|
76
76
|
msgid_plural "about %{num} hours"
|
|
77
77
|
msgstr[0] "asi 1 hodina"
|
|
78
78
|
msgstr[1] "asi %{num} hodiny"
|
|
79
79
|
msgstr[2] "asi %{num} hodin"
|
|
80
80
|
|
|
81
|
-
#: lib/gettext/rails.rb:
|
|
81
|
+
#: lib/gettext/rails.rb:440
|
|
82
82
|
msgid "1 day"
|
|
83
83
|
msgid_plural "%{num} days"
|
|
84
84
|
msgstr[0] "1 den"
|
|
85
85
|
msgstr[1] "%{num} dny"
|
|
86
86
|
msgstr[2] "%{num} dnů"
|
|
87
87
|
|
|
88
|
-
#: lib/gettext/rails.rb:
|
|
88
|
+
#: lib/gettext/rails.rb:441
|
|
89
89
|
#, fuzzy
|
|
90
90
|
msgid "1 month"
|
|
91
91
|
msgid_plural "%{num} months"
|
|
@@ -93,7 +93,7 @@ msgstr[0] "1 minuta"
|
|
|
93
93
|
msgstr[1] "%{num} minuty"
|
|
94
94
|
msgstr[2] "%{num} minut"
|
|
95
95
|
|
|
96
|
-
#: lib/gettext/rails.rb:
|
|
96
|
+
#: lib/gettext/rails.rb:442
|
|
97
97
|
#, fuzzy
|
|
98
98
|
msgid "over 1 year"
|
|
99
99
|
msgid_plural "over %{num} years"
|
|
@@ -105,85 +105,85 @@ msgstr[2] "asi %{num} hodina"
|
|
|
105
105
|
msgid "Validation failed: %{error_messages}"
|
|
106
106
|
msgstr "Výsledek validace: %{error_messages}"
|
|
107
107
|
|
|
108
|
-
#: lib/gettext/active_record.rb:
|
|
108
|
+
#: lib/gettext/active_record.rb:247
|
|
109
109
|
msgid "%{fn} is not included in the list"
|
|
110
110
|
msgstr "%{fn} není obsaženo v seznamu možností"
|
|
111
111
|
|
|
112
|
-
#: lib/gettext/active_record.rb:
|
|
112
|
+
#: lib/gettext/active_record.rb:248
|
|
113
113
|
msgid "%{fn} is reserved"
|
|
114
114
|
msgstr "%{fn} je rezervováno a nemůže být zvoleno"
|
|
115
115
|
|
|
116
|
-
#: lib/gettext/active_record.rb:
|
|
116
|
+
#: lib/gettext/active_record.rb:249
|
|
117
117
|
msgid "%{fn} is invalid"
|
|
118
118
|
msgstr "%{fn} je chybné"
|
|
119
119
|
|
|
120
|
-
#: lib/gettext/active_record.rb:
|
|
120
|
+
#: lib/gettext/active_record.rb:250
|
|
121
121
|
msgid "%{fn} doesn't match confirmation"
|
|
122
122
|
msgstr "%{fn} není shodné s potvrzením"
|
|
123
123
|
|
|
124
|
-
#: lib/gettext/active_record.rb:
|
|
124
|
+
#: lib/gettext/active_record.rb:251
|
|
125
125
|
msgid "%{fn} must be accepted"
|
|
126
126
|
msgstr "%{fn} musí být zaškrtnuto"
|
|
127
127
|
|
|
128
|
-
#: lib/gettext/active_record.rb:
|
|
128
|
+
#: lib/gettext/active_record.rb:252
|
|
129
129
|
msgid "%{fn} can't be empty"
|
|
130
130
|
msgstr "%{fn} musí být vyplněno"
|
|
131
131
|
|
|
132
|
-
#: lib/gettext/active_record.rb:
|
|
132
|
+
#: lib/gettext/active_record.rb:253
|
|
133
133
|
msgid "%{fn} can't be blank"
|
|
134
134
|
msgstr "%{fn} musí být vyplněno"
|
|
135
135
|
|
|
136
|
-
#: lib/gettext/active_record.rb:
|
|
136
|
+
#: lib/gettext/active_record.rb:254
|
|
137
137
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
138
138
|
msgstr "%{fn} je příliš dlouhé (maximum je %d znaků)"
|
|
139
139
|
|
|
140
|
-
#: lib/gettext/active_record.rb:
|
|
140
|
+
#: lib/gettext/active_record.rb:255
|
|
141
141
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
142
142
|
msgstr "%{fn} je příliš krátké (minimum je %d znaků)"
|
|
143
143
|
|
|
144
|
-
#: lib/gettext/active_record.rb:
|
|
144
|
+
#: lib/gettext/active_record.rb:256
|
|
145
145
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
146
146
|
msgstr "%{fn} má nesprávnou délku (musí mít %d znaků)"
|
|
147
147
|
|
|
148
|
-
#: lib/gettext/active_record.rb:
|
|
148
|
+
#: lib/gettext/active_record.rb:257
|
|
149
149
|
msgid "%{fn} has already been taken"
|
|
150
150
|
msgstr "%{fn} je již použito"
|
|
151
151
|
|
|
152
|
-
#: lib/gettext/active_record.rb:
|
|
152
|
+
#: lib/gettext/active_record.rb:258
|
|
153
153
|
msgid "%{fn} is not a number"
|
|
154
154
|
msgstr "%{fn} není správné číslo"
|
|
155
155
|
|
|
156
|
-
#: lib/gettext/active_record.rb:
|
|
156
|
+
#: lib/gettext/active_record.rb:259
|
|
157
157
|
#, fuzzy
|
|
158
158
|
msgid "%{fn} must be greater than %d"
|
|
159
159
|
msgstr "%{fn} musí být zaškrtnuto"
|
|
160
160
|
|
|
161
|
-
#: lib/gettext/active_record.rb:
|
|
161
|
+
#: lib/gettext/active_record.rb:260
|
|
162
162
|
#, fuzzy
|
|
163
163
|
msgid "%{fn} must be greater than or equal to %d"
|
|
164
164
|
msgstr "%{fn} musí být zaškrtnuto"
|
|
165
165
|
|
|
166
|
-
#: lib/gettext/active_record.rb:
|
|
166
|
+
#: lib/gettext/active_record.rb:261
|
|
167
167
|
#, fuzzy
|
|
168
168
|
msgid "%{fn} must be equal to %d"
|
|
169
169
|
msgstr "%{fn} musí být zaškrtnuto"
|
|
170
170
|
|
|
171
|
-
#: lib/gettext/active_record.rb:
|
|
171
|
+
#: lib/gettext/active_record.rb:262
|
|
172
172
|
#, fuzzy
|
|
173
173
|
msgid "%{fn} must be less than %d"
|
|
174
174
|
msgstr "%{fn} musí být zaškrtnuto"
|
|
175
175
|
|
|
176
|
-
#: lib/gettext/active_record.rb:
|
|
176
|
+
#: lib/gettext/active_record.rb:263
|
|
177
177
|
#, fuzzy
|
|
178
178
|
msgid "%{fn} must be less than or equal to %d"
|
|
179
179
|
msgstr "%{fn} musí být zaškrtnuto"
|
|
180
180
|
|
|
181
|
-
#: lib/gettext/active_record.rb:
|
|
181
|
+
#: lib/gettext/active_record.rb:264
|
|
182
182
|
#, fuzzy
|
|
183
183
|
msgid "%{fn} must be odd"
|
|
184
184
|
msgstr "%{fn} musí být zaškrtnuto"
|
|
185
185
|
|
|
186
|
-
#: lib/gettext/active_record.rb:
|
|
186
|
+
#: lib/gettext/active_record.rb:265
|
|
187
187
|
#, fuzzy
|
|
188
188
|
msgid "%{fn} must be even"
|
|
189
189
|
msgstr "%{fn} musí být zaškrtnuto"
|
data/po/cs/rgettext.po
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
12
|
-
"POT-Creation-Date: 2008-
|
|
12
|
+
"POT-Creation-Date: 2008-09-14 01:48+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"
|
|
@@ -21,17 +21,23 @@ msgstr ""
|
|
|
21
21
|
"X-Poedit-Language: Czech\n"
|
|
22
22
|
"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,-1,15,-1\n"
|
|
23
23
|
|
|
24
|
-
#: lib/gettext/utils.rb:
|
|
24
|
+
#: lib/gettext/utils.rb:68
|
|
25
|
+
msgid ""
|
|
26
|
+
"`%{cmd}' may not be found. \n"
|
|
27
|
+
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
28
|
+
msgstr ""
|
|
29
|
+
|
|
30
|
+
#: lib/gettext/utils.rb:80
|
|
25
31
|
#, fuzzy
|
|
26
32
|
msgid "Failed to merge with %{defpo}"
|
|
27
33
|
msgstr "Nepodařilo se sloučit s %{defpo} - přeskakuji!"
|
|
28
34
|
|
|
29
|
-
#: lib/gettext/utils.rb:
|
|
35
|
+
#: lib/gettext/utils.rb:81
|
|
30
36
|
#, fuzzy
|
|
31
37
|
msgid "New .pot was copied to %{failed_filename}"
|
|
32
38
|
msgstr "Zkontrolujte prosím nový .pot soubor v %{failed_filename}"
|
|
33
39
|
|
|
34
|
-
#: lib/gettext/utils.rb:
|
|
40
|
+
#: lib/gettext/utils.rb:82
|
|
35
41
|
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
36
42
|
msgstr ""
|
|
37
43
|
|
|
@@ -39,42 +45,42 @@ msgstr ""
|
|
|
39
45
|
msgid "'%{klass}' is ignored."
|
|
40
46
|
msgstr "'%{klass}' je ignorován."
|
|
41
47
|
|
|
42
|
-
#: lib/gettext/rgettext.rb:
|
|
48
|
+
#: lib/gettext/rgettext.rb:189
|
|
43
49
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
44
50
|
msgstr "Použití: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
45
51
|
|
|
46
|
-
#: lib/gettext/rgettext.rb:
|
|
52
|
+
#: lib/gettext/rgettext.rb:191
|
|
47
53
|
msgid "Extract translatable strings from given input files."
|
|
48
54
|
msgstr "Extrahuj přeložitelné texty ze zadaných vstupních souborů."
|
|
49
55
|
|
|
50
|
-
#: lib/gettext/rgettext.rb:
|
|
56
|
+
#: lib/gettext/rgettext.rb:193 lib/gettext/rmsgfmt.rb:51
|
|
51
57
|
#: lib/gettext/rmsgmerge.rb:408
|
|
52
58
|
msgid "Specific options:"
|
|
53
59
|
msgstr "Volby:"
|
|
54
60
|
|
|
55
|
-
#: lib/gettext/rgettext.rb:
|
|
61
|
+
#: lib/gettext/rgettext.rb:195 lib/gettext/rmsgfmt.rb:53
|
|
56
62
|
#: lib/gettext/rmsgmerge.rb:410
|
|
57
63
|
msgid "write output to specified file"
|
|
58
64
|
msgstr "zapsat výstup od určeného souboru"
|
|
59
65
|
|
|
60
|
-
#: lib/gettext/rgettext.rb:
|
|
66
|
+
#: lib/gettext/rgettext.rb:199
|
|
61
67
|
msgid "File '%s' already exists."
|
|
62
68
|
msgstr "Soubor '%s' již existoval."
|
|
63
69
|
|
|
64
|
-
#: lib/gettext/rgettext.rb:
|
|
70
|
+
#: lib/gettext/rgettext.rb:204
|
|
65
71
|
msgid "require the library before executing rgettext"
|
|
66
72
|
msgstr "před spuštěním rgettext je vyžadován require knihovny"
|
|
67
73
|
|
|
68
|
-
#: lib/gettext/rgettext.rb:
|
|
74
|
+
#: lib/gettext/rgettext.rb:208
|
|
69
75
|
msgid "run in debugging mode"
|
|
70
76
|
msgstr "běh v debug módu"
|
|
71
77
|
|
|
72
|
-
#: lib/gettext/rgettext.rb:
|
|
78
|
+
#: lib/gettext/rgettext.rb:212 lib/gettext/rmsgfmt.rb:57
|
|
73
79
|
#: lib/gettext/rmsgmerge.rb:421
|
|
74
80
|
msgid "display version information and exit"
|
|
75
81
|
msgstr "zobrazit informaci o verzi a skončit"
|
|
76
82
|
|
|
77
|
-
#: lib/gettext/rgettext.rb:
|
|
83
|
+
#: lib/gettext/rgettext.rb:236 lib/gettext/rmsgfmt.rb:31
|
|
78
84
|
msgid "no input files"
|
|
79
85
|
msgstr "vstupní soubory nenalezeny"
|
|
80
86
|
|
|
@@ -125,18 +131,18 @@ msgstr "'%{file}' ignorován. Nejprve vyřešte závislosti."
|
|
|
125
131
|
msgid "No database is available."
|
|
126
132
|
msgstr "Žádná databáze není k dispozici."
|
|
127
133
|
|
|
128
|
-
#: lib/gettext/parser/active_record.rb:
|
|
134
|
+
#: lib/gettext/parser/active_record.rb:140
|
|
129
135
|
msgid "rubygems are not found."
|
|
130
136
|
msgstr "rubygems nenalezeny"
|
|
131
137
|
|
|
132
|
-
#: lib/gettext.rb:
|
|
138
|
+
#: lib/gettext.rb:417
|
|
133
139
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
134
140
|
msgstr ""
|
|
135
141
|
|
|
136
|
-
#: src/poparser.ry:
|
|
142
|
+
#: src/poparser.ry:38 src/poparser.ry:55
|
|
137
143
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
138
144
|
msgstr "Varování: neurčitý (fuzzy) překlad byl ignorován.\n"
|
|
139
145
|
|
|
140
|
-
#: src/poparser.ry:
|
|
146
|
+
#: src/poparser.ry:148
|
|
141
147
|
msgid "Warning: obsolete msgid exists.\n"
|
|
142
148
|
msgstr "Varování: existoval zastaralý (obsolete) msgid.\n"
|
data/po/de/rails.po
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
msgid ""
|
|
12
12
|
msgstr ""
|
|
13
13
|
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
14
|
-
"POT-Creation-Date: 2008-
|
|
14
|
+
"POT-Creation-Date: 2008-09-14 01:48+0900\n"
|
|
15
15
|
"PO-Revision-Date: 2008-07-13 10:00W. Europe Standard Time\n"
|
|
16
16
|
"Last-Translator: Patrick Lenz <patrick at limited-overload.de>\n"
|
|
17
17
|
"Language-Team: German\n"
|
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
21
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
22
22
|
|
|
23
|
-
#: lib/gettext/rails.rb:
|
|
23
|
+
#: lib/gettext/rails.rb:327
|
|
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] ""
|
|
@@ -29,65 +29,65 @@ msgstr[1] ""
|
|
|
29
29
|
"%{num} Fehler haben verhindert, dass dieser %{record} gespeichert werden "
|
|
30
30
|
"konnte"
|
|
31
31
|
|
|
32
|
-
#: lib/gettext/rails.rb:
|
|
32
|
+
#: lib/gettext/rails.rb:329
|
|
33
33
|
msgid "There was a problem with the following field:"
|
|
34
34
|
msgid_plural "There were problems with the following fields:"
|
|
35
35
|
msgstr[0] "Folgendes Feld hat Probleme verursacht:"
|
|
36
36
|
msgstr[1] "Folgende Felder haben Probleme verursacht:"
|
|
37
37
|
|
|
38
|
-
#: lib/gettext/rails.rb:
|
|
38
|
+
#: lib/gettext/rails.rb:435
|
|
39
39
|
msgid "less than 5 seconds"
|
|
40
40
|
msgstr "weniger als 5 Sekunden"
|
|
41
41
|
|
|
42
|
-
#: lib/gettext/rails.rb:
|
|
42
|
+
#: lib/gettext/rails.rb:435
|
|
43
43
|
msgid "less than 10 seconds"
|
|
44
44
|
msgstr "weniger als 10 Sekunden"
|
|
45
45
|
|
|
46
|
-
#: lib/gettext/rails.rb:
|
|
46
|
+
#: lib/gettext/rails.rb:435
|
|
47
47
|
msgid "less than 20 seconds"
|
|
48
48
|
msgstr "weniger als 20 Sekunden"
|
|
49
49
|
|
|
50
|
-
#: lib/gettext/rails.rb:
|
|
50
|
+
#: lib/gettext/rails.rb:436
|
|
51
51
|
msgid "half a minute"
|
|
52
52
|
msgstr "eine halbe Minute"
|
|
53
53
|
|
|
54
|
-
#: lib/gettext/rails.rb:
|
|
54
|
+
#: lib/gettext/rails.rb:436
|
|
55
55
|
msgid "less than a minute"
|
|
56
56
|
msgstr "weniger als eine Minute"
|
|
57
57
|
|
|
58
|
-
#: lib/gettext/rails.rb:
|
|
58
|
+
#: lib/gettext/rails.rb:436
|
|
59
59
|
msgid "about 1 month"
|
|
60
60
|
msgstr "ungefähr 1 Monat"
|
|
61
61
|
|
|
62
|
-
#: lib/gettext/rails.rb:
|
|
62
|
+
#: lib/gettext/rails.rb:437
|
|
63
63
|
msgid "about 1 year"
|
|
64
64
|
msgstr "ungefähr 1 Jahr"
|
|
65
65
|
|
|
66
|
-
#: lib/gettext/rails.rb:
|
|
66
|
+
#: lib/gettext/rails.rb:438
|
|
67
67
|
msgid "1 minute"
|
|
68
68
|
msgid_plural "%{num} minutes"
|
|
69
69
|
msgstr[0] "1 Minute"
|
|
70
70
|
msgstr[1] "%{num} Minuten"
|
|
71
71
|
|
|
72
|
-
#: lib/gettext/rails.rb:
|
|
72
|
+
#: lib/gettext/rails.rb:439
|
|
73
73
|
msgid "about 1 hour"
|
|
74
74
|
msgid_plural "about %{num} hours"
|
|
75
75
|
msgstr[0] "ungefähr 1 Stunde"
|
|
76
76
|
msgstr[1] "ungefähr %{num} Stunden"
|
|
77
77
|
|
|
78
|
-
#: lib/gettext/rails.rb:
|
|
78
|
+
#: lib/gettext/rails.rb:440
|
|
79
79
|
msgid "1 day"
|
|
80
80
|
msgid_plural "%{num} days"
|
|
81
81
|
msgstr[0] "1 Tag"
|
|
82
82
|
msgstr[1] "%{num} Tage"
|
|
83
83
|
|
|
84
|
-
#: lib/gettext/rails.rb:
|
|
84
|
+
#: lib/gettext/rails.rb:441
|
|
85
85
|
msgid "1 month"
|
|
86
86
|
msgid_plural "%{num} months"
|
|
87
87
|
msgstr[0] "1 Monat"
|
|
88
88
|
msgstr[1] "%{num} Monate"
|
|
89
89
|
|
|
90
|
-
#: lib/gettext/rails.rb:
|
|
90
|
+
#: lib/gettext/rails.rb:442
|
|
91
91
|
msgid "over 1 year"
|
|
92
92
|
msgid_plural "over %{num} years"
|
|
93
93
|
msgstr[0] "über 1 Jahr"
|
|
@@ -97,78 +97,78 @@ msgstr[1] "über %{num} Jahre"
|
|
|
97
97
|
msgid "Validation failed: %{error_messages}"
|
|
98
98
|
msgstr "Validierung fehlgeschlagen: %{error_messages}"
|
|
99
99
|
|
|
100
|
-
#: lib/gettext/active_record.rb:
|
|
100
|
+
#: lib/gettext/active_record.rb:247
|
|
101
101
|
msgid "%{fn} is not included in the list"
|
|
102
102
|
msgstr "%{fn} kommt nicht in der Liste vor"
|
|
103
103
|
|
|
104
|
-
#: lib/gettext/active_record.rb:
|
|
104
|
+
#: lib/gettext/active_record.rb:248
|
|
105
105
|
msgid "%{fn} is reserved"
|
|
106
106
|
msgstr "%{fn} ist reserviert"
|
|
107
107
|
|
|
108
|
-
#: lib/gettext/active_record.rb:
|
|
108
|
+
#: lib/gettext/active_record.rb:249
|
|
109
109
|
msgid "%{fn} is invalid"
|
|
110
110
|
msgstr "%{fn} ist ungültig"
|
|
111
111
|
|
|
112
|
-
#: lib/gettext/active_record.rb:
|
|
112
|
+
#: lib/gettext/active_record.rb:250
|
|
113
113
|
msgid "%{fn} doesn't match confirmation"
|
|
114
114
|
msgstr "%{fn} stimmt nicht mit der Bestätigung überein"
|
|
115
115
|
|
|
116
|
-
#: lib/gettext/active_record.rb:
|
|
116
|
+
#: lib/gettext/active_record.rb:251
|
|
117
117
|
msgid "%{fn} must be accepted"
|
|
118
118
|
msgstr "%{fn} muss akzeptiert werden"
|
|
119
119
|
|
|
120
|
-
#: lib/gettext/active_record.rb:
|
|
120
|
+
#: lib/gettext/active_record.rb:252
|
|
121
121
|
msgid "%{fn} can't be empty"
|
|
122
122
|
msgstr "%{fn} darf nicht leer sein"
|
|
123
123
|
|
|
124
|
-
#: lib/gettext/active_record.rb:
|
|
124
|
+
#: lib/gettext/active_record.rb:253
|
|
125
125
|
msgid "%{fn} can't be blank"
|
|
126
126
|
msgstr "%{fn} darf nicht leer sein"
|
|
127
127
|
|
|
128
|
-
#: lib/gettext/active_record.rb:
|
|
128
|
+
#: lib/gettext/active_record.rb:254
|
|
129
129
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
130
130
|
msgstr "%{fn} ist zu lang (max. %d Zeichen)"
|
|
131
131
|
|
|
132
|
-
#: lib/gettext/active_record.rb:
|
|
132
|
+
#: lib/gettext/active_record.rb:255
|
|
133
133
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
134
134
|
msgstr "%{fn} ist zu kurz (min. %d Zeichen)"
|
|
135
135
|
|
|
136
|
-
#: lib/gettext/active_record.rb:
|
|
136
|
+
#: lib/gettext/active_record.rb:256
|
|
137
137
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
138
138
|
msgstr "%{fn} hat eine falsche Länge (sollte %d Zeichen lang sein)"
|
|
139
139
|
|
|
140
|
-
#: lib/gettext/active_record.rb:
|
|
140
|
+
#: lib/gettext/active_record.rb:257
|
|
141
141
|
msgid "%{fn} has already been taken"
|
|
142
142
|
msgstr "%{fn} existiert bereits"
|
|
143
143
|
|
|
144
|
-
#: lib/gettext/active_record.rb:
|
|
144
|
+
#: lib/gettext/active_record.rb:258
|
|
145
145
|
msgid "%{fn} is not a number"
|
|
146
146
|
msgstr "%{fn} ist keine Ziffer"
|
|
147
147
|
|
|
148
|
-
#: lib/gettext/active_record.rb:
|
|
148
|
+
#: lib/gettext/active_record.rb:259
|
|
149
149
|
msgid "%{fn} must be greater than %d"
|
|
150
150
|
msgstr "%{fn} muss größer sein als %d"
|
|
151
151
|
|
|
152
|
-
#: lib/gettext/active_record.rb:
|
|
152
|
+
#: lib/gettext/active_record.rb:260
|
|
153
153
|
msgid "%{fn} must be greater than or equal to %d"
|
|
154
154
|
msgstr "%{fn} muss größer oder gleich %d sein"
|
|
155
155
|
|
|
156
|
-
#: lib/gettext/active_record.rb:
|
|
156
|
+
#: lib/gettext/active_record.rb:261
|
|
157
157
|
msgid "%{fn} must be equal to %d"
|
|
158
158
|
msgstr "%{fn} muss gleich %d sein"
|
|
159
159
|
|
|
160
|
-
#: lib/gettext/active_record.rb:
|
|
160
|
+
#: lib/gettext/active_record.rb:262
|
|
161
161
|
msgid "%{fn} must be less than %d"
|
|
162
162
|
msgstr "%{fn} muss kleiner sein als %d"
|
|
163
163
|
|
|
164
|
-
#: lib/gettext/active_record.rb:
|
|
164
|
+
#: lib/gettext/active_record.rb:263
|
|
165
165
|
msgid "%{fn} must be less than or equal to %d"
|
|
166
166
|
msgstr "%{fn} muss kleiner oder gleich %d sein"
|
|
167
167
|
|
|
168
|
-
#: lib/gettext/active_record.rb:
|
|
168
|
+
#: lib/gettext/active_record.rb:264
|
|
169
169
|
msgid "%{fn} must be odd"
|
|
170
170
|
msgstr "%{fn} muss ungerade sein"
|
|
171
171
|
|
|
172
|
-
#: lib/gettext/active_record.rb:
|
|
172
|
+
#: lib/gettext/active_record.rb:265
|
|
173
173
|
msgid "%{fn} must be even"
|
|
174
174
|
msgstr "%{fn} muss gerade sein"
|