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/rgettext.pot
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
10
|
-
"POT-Creation-Date: 2008-
|
|
10
|
+
"POT-Creation-Date: 2008-09-14 01:48+0900\n"
|
|
11
11
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
12
12
|
"Last-Translator: FULL NAME\n"
|
|
13
13
|
"Language-Team: LANGUAGE\n"
|
|
@@ -16,15 +16,21 @@ msgstr ""
|
|
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
|
17
17
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
18
18
|
|
|
19
|
-
#: lib/gettext/utils.rb:
|
|
19
|
+
#: lib/gettext/utils.rb:68
|
|
20
|
+
msgid ""
|
|
21
|
+
"`%{cmd}' may not be found. \n"
|
|
22
|
+
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
23
|
+
msgstr ""
|
|
24
|
+
|
|
25
|
+
#: lib/gettext/utils.rb:80
|
|
20
26
|
msgid "Failed to merge with %{defpo}"
|
|
21
27
|
msgstr ""
|
|
22
28
|
|
|
23
|
-
#: lib/gettext/utils.rb:
|
|
29
|
+
#: lib/gettext/utils.rb:81
|
|
24
30
|
msgid "New .pot was copied to %{failed_filename}"
|
|
25
31
|
msgstr ""
|
|
26
32
|
|
|
27
|
-
#: lib/gettext/utils.rb:
|
|
33
|
+
#: lib/gettext/utils.rb:82
|
|
28
34
|
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
29
35
|
msgstr ""
|
|
30
36
|
|
|
@@ -32,42 +38,42 @@ msgstr ""
|
|
|
32
38
|
msgid "'%{klass}' is ignored."
|
|
33
39
|
msgstr ""
|
|
34
40
|
|
|
35
|
-
#: lib/gettext/rgettext.rb:
|
|
41
|
+
#: lib/gettext/rgettext.rb:189
|
|
36
42
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
37
43
|
msgstr ""
|
|
38
44
|
|
|
39
|
-
#: lib/gettext/rgettext.rb:
|
|
45
|
+
#: lib/gettext/rgettext.rb:191
|
|
40
46
|
msgid "Extract translatable strings from given input files."
|
|
41
47
|
msgstr ""
|
|
42
48
|
|
|
43
|
-
#: lib/gettext/rgettext.rb:
|
|
49
|
+
#: lib/gettext/rgettext.rb:193 lib/gettext/rmsgfmt.rb:51
|
|
44
50
|
#: lib/gettext/rmsgmerge.rb:408
|
|
45
51
|
msgid "Specific options:"
|
|
46
52
|
msgstr ""
|
|
47
53
|
|
|
48
|
-
#: lib/gettext/rgettext.rb:
|
|
54
|
+
#: lib/gettext/rgettext.rb:195 lib/gettext/rmsgfmt.rb:53
|
|
49
55
|
#: lib/gettext/rmsgmerge.rb:410
|
|
50
56
|
msgid "write output to specified file"
|
|
51
57
|
msgstr ""
|
|
52
58
|
|
|
53
|
-
#: lib/gettext/rgettext.rb:
|
|
59
|
+
#: lib/gettext/rgettext.rb:199
|
|
54
60
|
msgid "File '%s' already exists."
|
|
55
61
|
msgstr ""
|
|
56
62
|
|
|
57
|
-
#: lib/gettext/rgettext.rb:
|
|
63
|
+
#: lib/gettext/rgettext.rb:204
|
|
58
64
|
msgid "require the library before executing rgettext"
|
|
59
65
|
msgstr ""
|
|
60
66
|
|
|
61
|
-
#: lib/gettext/rgettext.rb:
|
|
67
|
+
#: lib/gettext/rgettext.rb:208
|
|
62
68
|
msgid "run in debugging mode"
|
|
63
69
|
msgstr ""
|
|
64
70
|
|
|
65
|
-
#: lib/gettext/rgettext.rb:
|
|
71
|
+
#: lib/gettext/rgettext.rb:212 lib/gettext/rmsgfmt.rb:57
|
|
66
72
|
#: lib/gettext/rmsgmerge.rb:421
|
|
67
73
|
msgid "display version information and exit"
|
|
68
74
|
msgstr ""
|
|
69
75
|
|
|
70
|
-
#: lib/gettext/rgettext.rb:
|
|
76
|
+
#: lib/gettext/rgettext.rb:236 lib/gettext/rmsgfmt.rb:31
|
|
71
77
|
msgid "no input files"
|
|
72
78
|
msgstr ""
|
|
73
79
|
|
|
@@ -114,18 +120,18 @@ msgstr ""
|
|
|
114
120
|
msgid "No database is available."
|
|
115
121
|
msgstr ""
|
|
116
122
|
|
|
117
|
-
#: lib/gettext/parser/active_record.rb:
|
|
123
|
+
#: lib/gettext/parser/active_record.rb:140
|
|
118
124
|
msgid "rubygems are not found."
|
|
119
125
|
msgstr ""
|
|
120
126
|
|
|
121
|
-
#: lib/gettext.rb:
|
|
127
|
+
#: lib/gettext.rb:417
|
|
122
128
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
123
129
|
msgstr ""
|
|
124
130
|
|
|
125
|
-
#: src/poparser.ry:
|
|
131
|
+
#: src/poparser.ry:38 src/poparser.ry:55
|
|
126
132
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
127
133
|
msgstr ""
|
|
128
134
|
|
|
129
|
-
#: src/poparser.ry:
|
|
135
|
+
#: src/poparser.ry:148
|
|
130
136
|
msgid "Warning: obsolete msgid exists.\n"
|
|
131
137
|
msgstr ""
|
data/po/ru/rails.po
CHANGED
|
@@ -8,88 +8,89 @@
|
|
|
8
8
|
# Yuri Kozlov <kozlov.y at gmail.com>, 2006-2008.
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
|
-
"Project-Id-Version:
|
|
12
|
-
"POT-Creation-Date: 2008-
|
|
11
|
+
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
12
|
+
"POT-Creation-Date: 2008-09-14 01:48+0900\n"
|
|
13
13
|
"PO-Revision-Date: 2008-07-13 10:03+0400\n"
|
|
14
14
|
"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
|
|
15
15
|
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%
|
|
19
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
|
20
|
+
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
20
21
|
"X-Generator: KBabel 1.11.4\n"
|
|
21
22
|
|
|
22
|
-
#: lib/gettext/rails.rb:
|
|
23
|
+
#: lib/gettext/rails.rb:327
|
|
23
24
|
msgid "%{num} error prohibited this %{record} from being saved"
|
|
24
25
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
|
25
26
|
msgstr[0] "Из-за %{num} ошибки %{record} не будет сохранена"
|
|
26
27
|
msgstr[1] "Из-за %{num} ошибок %{record} не будет сохранена"
|
|
27
28
|
msgstr[2] "Из-за %{num} ошибок %{record} не будет сохранена"
|
|
28
29
|
|
|
29
|
-
#: lib/gettext/rails.rb:
|
|
30
|
+
#: lib/gettext/rails.rb:329
|
|
30
31
|
msgid "There was a problem with the following field:"
|
|
31
32
|
msgid_plural "There were problems with the following fields:"
|
|
32
33
|
msgstr[0] "Проблема с полем:"
|
|
33
34
|
msgstr[1] "Проблемы в следующих полях:"
|
|
34
35
|
msgstr[2] "Проблемы в следующих полях:"
|
|
35
36
|
|
|
36
|
-
#: lib/gettext/rails.rb:
|
|
37
|
+
#: lib/gettext/rails.rb:435
|
|
37
38
|
msgid "less than 5 seconds"
|
|
38
39
|
msgstr "меньше 5 секунд"
|
|
39
40
|
|
|
40
|
-
#: lib/gettext/rails.rb:
|
|
41
|
+
#: lib/gettext/rails.rb:435
|
|
41
42
|
msgid "less than 10 seconds"
|
|
42
43
|
msgstr "меньше 10 секунд"
|
|
43
44
|
|
|
44
|
-
#: lib/gettext/rails.rb:
|
|
45
|
+
#: lib/gettext/rails.rb:435
|
|
45
46
|
msgid "less than 20 seconds"
|
|
46
47
|
msgstr "меньше 20 секунд"
|
|
47
48
|
|
|
48
|
-
#: lib/gettext/rails.rb:
|
|
49
|
+
#: lib/gettext/rails.rb:436
|
|
49
50
|
msgid "half a minute"
|
|
50
51
|
msgstr "полминуты"
|
|
51
52
|
|
|
52
|
-
#: lib/gettext/rails.rb:
|
|
53
|
+
#: lib/gettext/rails.rb:436
|
|
53
54
|
msgid "less than a minute"
|
|
54
55
|
msgstr "менее минуты"
|
|
55
56
|
|
|
56
|
-
#: lib/gettext/rails.rb:
|
|
57
|
+
#: lib/gettext/rails.rb:436
|
|
57
58
|
msgid "about 1 month"
|
|
58
59
|
msgstr "около 1 месяца"
|
|
59
60
|
|
|
60
|
-
#: lib/gettext/rails.rb:
|
|
61
|
+
#: lib/gettext/rails.rb:437
|
|
61
62
|
msgid "about 1 year"
|
|
62
63
|
msgstr "около 1 года"
|
|
63
64
|
|
|
64
|
-
#: lib/gettext/rails.rb:
|
|
65
|
+
#: lib/gettext/rails.rb:438
|
|
65
66
|
msgid "1 minute"
|
|
66
67
|
msgid_plural "%{num} minutes"
|
|
67
68
|
msgstr[0] "1 минута"
|
|
68
69
|
msgstr[1] "%{num} минуты"
|
|
69
70
|
msgstr[2] "%{num} минут"
|
|
70
71
|
|
|
71
|
-
#: lib/gettext/rails.rb:
|
|
72
|
+
#: lib/gettext/rails.rb:439
|
|
72
73
|
msgid "about 1 hour"
|
|
73
74
|
msgid_plural "about %{num} hours"
|
|
74
75
|
msgstr[0] "около часа"
|
|
75
76
|
msgstr[1] "около %{num} часов"
|
|
76
77
|
msgstr[2] "около %{num} часов"
|
|
77
78
|
|
|
78
|
-
#: lib/gettext/rails.rb:
|
|
79
|
+
#: lib/gettext/rails.rb:440
|
|
79
80
|
msgid "1 day"
|
|
80
81
|
msgid_plural "%{num} days"
|
|
81
82
|
msgstr[0] "1 день"
|
|
82
83
|
msgstr[1] "%{num} дня"
|
|
83
84
|
msgstr[2] "%{num} дней"
|
|
84
85
|
|
|
85
|
-
#: lib/gettext/rails.rb:
|
|
86
|
+
#: lib/gettext/rails.rb:441
|
|
86
87
|
msgid "1 month"
|
|
87
88
|
msgid_plural "%{num} months"
|
|
88
89
|
msgstr[0] "1 месяц"
|
|
89
90
|
msgstr[1] "%{num} месяца"
|
|
90
91
|
msgstr[2] "%{num} месяцев"
|
|
91
92
|
|
|
92
|
-
#: lib/gettext/rails.rb:
|
|
93
|
+
#: lib/gettext/rails.rb:442
|
|
93
94
|
msgid "over 1 year"
|
|
94
95
|
msgid_plural "over %{num} years"
|
|
95
96
|
msgstr[0] "более 1 года"
|
|
@@ -100,79 +101,78 @@ msgstr[2] "более %{num} лет"
|
|
|
100
101
|
msgid "Validation failed: %{error_messages}"
|
|
101
102
|
msgstr "Проверка правильности не пройдена: %{error_messages}"
|
|
102
103
|
|
|
103
|
-
#: lib/gettext/active_record.rb:
|
|
104
|
+
#: lib/gettext/active_record.rb:247
|
|
104
105
|
msgid "%{fn} is not included in the list"
|
|
105
106
|
msgstr "%{fn} не включёно в список"
|
|
106
107
|
|
|
107
|
-
#: lib/gettext/active_record.rb:
|
|
108
|
+
#: lib/gettext/active_record.rb:248
|
|
108
109
|
msgid "%{fn} is reserved"
|
|
109
110
|
msgstr "%{fn} зарезервировано"
|
|
110
111
|
|
|
111
|
-
#: lib/gettext/active_record.rb:
|
|
112
|
+
#: lib/gettext/active_record.rb:249
|
|
112
113
|
msgid "%{fn} is invalid"
|
|
113
114
|
msgstr "%{fn} недействительно"
|
|
114
115
|
|
|
115
|
-
#: lib/gettext/active_record.rb:
|
|
116
|
+
#: lib/gettext/active_record.rb:250
|
|
116
117
|
msgid "%{fn} doesn't match confirmation"
|
|
117
118
|
msgstr "%{fn} не подтверждено"
|
|
118
119
|
|
|
119
|
-
#: lib/gettext/active_record.rb:
|
|
120
|
+
#: lib/gettext/active_record.rb:251
|
|
120
121
|
msgid "%{fn} must be accepted"
|
|
121
122
|
msgstr "%{fn} должно быть принято"
|
|
122
123
|
|
|
123
|
-
#: lib/gettext/active_record.rb:
|
|
124
|
+
#: lib/gettext/active_record.rb:252
|
|
124
125
|
msgid "%{fn} can't be empty"
|
|
125
126
|
msgstr "%{fn} не может быть пусто"
|
|
126
127
|
|
|
127
|
-
#: lib/gettext/active_record.rb:
|
|
128
|
+
#: lib/gettext/active_record.rb:253
|
|
128
129
|
msgid "%{fn} can't be blank"
|
|
129
130
|
msgstr "%{fn} не может быть пробелом"
|
|
130
131
|
|
|
131
|
-
#: lib/gettext/active_record.rb:
|
|
132
|
+
#: lib/gettext/active_record.rb:254
|
|
132
133
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
133
134
|
msgstr "%{fn} слишком длинно (максимально возможно %d символов)"
|
|
134
135
|
|
|
135
|
-
#: lib/gettext/active_record.rb:
|
|
136
|
+
#: lib/gettext/active_record.rb:255
|
|
136
137
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
137
138
|
msgstr "%{fn} слишком коротко (должно быть минимум %d символов)"
|
|
138
139
|
|
|
139
|
-
#: lib/gettext/active_record.rb:
|
|
140
|
+
#: lib/gettext/active_record.rb:256
|
|
140
141
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
141
142
|
msgstr "%{fn} неправильной длины (должно быть %d символов)"
|
|
142
143
|
|
|
143
|
-
#: lib/gettext/active_record.rb:
|
|
144
|
+
#: lib/gettext/active_record.rb:257
|
|
144
145
|
msgid "%{fn} has already been taken"
|
|
145
146
|
msgstr "%{fn} уже было взято"
|
|
146
147
|
|
|
147
|
-
#: lib/gettext/active_record.rb:
|
|
148
|
+
#: lib/gettext/active_record.rb:258
|
|
148
149
|
msgid "%{fn} is not a number"
|
|
149
150
|
msgstr "%{fn} не является номером"
|
|
150
151
|
|
|
151
|
-
#: lib/gettext/active_record.rb:
|
|
152
|
+
#: lib/gettext/active_record.rb:259
|
|
152
153
|
msgid "%{fn} must be greater than %d"
|
|
153
154
|
msgstr "%{fn} должно быть больше %d"
|
|
154
155
|
|
|
155
|
-
#: lib/gettext/active_record.rb:
|
|
156
|
+
#: lib/gettext/active_record.rb:260
|
|
156
157
|
msgid "%{fn} must be greater than or equal to %d"
|
|
157
158
|
msgstr "%{fn} должно быть больше или равно %d"
|
|
158
159
|
|
|
159
|
-
#: lib/gettext/active_record.rb:
|
|
160
|
+
#: lib/gettext/active_record.rb:261
|
|
160
161
|
msgid "%{fn} must be equal to %d"
|
|
161
162
|
msgstr "%{fn} должно быть равно %d"
|
|
162
163
|
|
|
163
|
-
#: lib/gettext/active_record.rb:
|
|
164
|
+
#: lib/gettext/active_record.rb:262
|
|
164
165
|
msgid "%{fn} must be less than %d"
|
|
165
166
|
msgstr "%{fn} должно быть меньше %d"
|
|
166
167
|
|
|
167
|
-
#: lib/gettext/active_record.rb:
|
|
168
|
+
#: lib/gettext/active_record.rb:263
|
|
168
169
|
msgid "%{fn} must be less than or equal to %d"
|
|
169
170
|
msgstr "%{fn} должно быть меньше или равно %d"
|
|
170
171
|
|
|
171
|
-
#: lib/gettext/active_record.rb:
|
|
172
|
+
#: lib/gettext/active_record.rb:264
|
|
172
173
|
msgid "%{fn} must be odd"
|
|
173
174
|
msgstr "%{fn} должно быть нечётным"
|
|
174
175
|
|
|
175
|
-
#: lib/gettext/active_record.rb:
|
|
176
|
+
#: lib/gettext/active_record.rb:265
|
|
176
177
|
msgid "%{fn} must be even"
|
|
177
178
|
msgstr "%{fn} должно быть чётным"
|
|
178
|
-
|
data/po/ru/rgettext.po
CHANGED
|
@@ -8,71 +8,78 @@
|
|
|
8
8
|
# Yuri Kozlov <kozlov.y@gmail.com>, 2006-2008.
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
|
-
"Project-Id-Version:
|
|
12
|
-
"POT-Creation-Date: 2008-
|
|
11
|
+
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
12
|
+
"POT-Creation-Date: 2008-09-14 01:48+0900\n"
|
|
13
13
|
"PO-Revision-Date: 2008-07-13 10:08+0400\n"
|
|
14
14
|
"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
|
|
15
15
|
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%
|
|
19
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
|
20
|
+
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
20
21
|
"X-Generator: KBabel 1.11.4\n"
|
|
21
22
|
|
|
22
|
-
#: lib/gettext/utils.rb:
|
|
23
|
+
#: lib/gettext/utils.rb:68
|
|
24
|
+
msgid ""
|
|
25
|
+
"`%{cmd}' may not be found. \n"
|
|
26
|
+
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#: lib/gettext/utils.rb:80
|
|
23
30
|
msgid "Failed to merge with %{defpo}"
|
|
24
31
|
msgstr "Не удалось объединить с %{defpo}"
|
|
25
32
|
|
|
26
|
-
#: lib/gettext/utils.rb:
|
|
33
|
+
#: lib/gettext/utils.rb:81
|
|
27
34
|
msgid "New .pot was copied to %{failed_filename}"
|
|
28
35
|
msgstr "Новый .pot скопирован в %{failed_filename}"
|
|
29
36
|
|
|
30
|
-
#: lib/gettext/utils.rb:
|
|
37
|
+
#: lib/gettext/utils.rb:82
|
|
31
38
|
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
32
39
|
msgstr ""
|
|
33
|
-
"Проверьте данные po/pot-файлы. В них могут быть синтаксические и "
|
|
34
|
-
"
|
|
40
|
+
"Проверьте данные po/pot-файлы. В них могут быть синтаксические и другие "
|
|
41
|
+
"ошибки."
|
|
35
42
|
|
|
36
43
|
#: lib/gettext/rgettext.rb:43
|
|
37
44
|
msgid "'%{klass}' is ignored."
|
|
38
45
|
msgstr "проигнорирован '%{klass}'."
|
|
39
46
|
|
|
40
|
-
#: lib/gettext/rgettext.rb:
|
|
47
|
+
#: lib/gettext/rgettext.rb:189
|
|
41
48
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
42
49
|
msgstr "Использование: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
43
50
|
|
|
44
|
-
#: lib/gettext/rgettext.rb:
|
|
51
|
+
#: lib/gettext/rgettext.rb:191
|
|
45
52
|
msgid "Extract translatable strings from given input files."
|
|
46
53
|
msgstr "Извлекает строки для перевода из указанных входных файлов."
|
|
47
54
|
|
|
48
|
-
#: lib/gettext/rgettext.rb:
|
|
55
|
+
#: lib/gettext/rgettext.rb:193 lib/gettext/rmsgfmt.rb:51
|
|
49
56
|
#: lib/gettext/rmsgmerge.rb:408
|
|
50
57
|
msgid "Specific options:"
|
|
51
58
|
msgstr "Дополнительные параметры:"
|
|
52
59
|
|
|
53
|
-
#: lib/gettext/rgettext.rb:
|
|
60
|
+
#: lib/gettext/rgettext.rb:195 lib/gettext/rmsgfmt.rb:53
|
|
54
61
|
#: lib/gettext/rmsgmerge.rb:410
|
|
55
62
|
msgid "write output to specified file"
|
|
56
63
|
msgstr "записать результат в указанный файл"
|
|
57
64
|
|
|
58
|
-
#: lib/gettext/rgettext.rb:
|
|
65
|
+
#: lib/gettext/rgettext.rb:199
|
|
59
66
|
msgid "File '%s' already exists."
|
|
60
67
|
msgstr "Файл '%s' уже существует."
|
|
61
68
|
|
|
62
|
-
#: lib/gettext/rgettext.rb:
|
|
69
|
+
#: lib/gettext/rgettext.rb:204
|
|
63
70
|
msgid "require the library before executing rgettext"
|
|
64
71
|
msgstr "для выполнения rgettext требуется библиотека"
|
|
65
72
|
|
|
66
|
-
#: lib/gettext/rgettext.rb:
|
|
73
|
+
#: lib/gettext/rgettext.rb:208
|
|
67
74
|
msgid "run in debugging mode"
|
|
68
75
|
msgstr "запуск в режиме отладки"
|
|
69
76
|
|
|
70
|
-
#: lib/gettext/rgettext.rb:
|
|
77
|
+
#: lib/gettext/rgettext.rb:212 lib/gettext/rmsgfmt.rb:57
|
|
71
78
|
#: lib/gettext/rmsgmerge.rb:421
|
|
72
79
|
msgid "display version information and exit"
|
|
73
80
|
msgstr "показать информацию о версии и закончить работу"
|
|
74
81
|
|
|
75
|
-
#: lib/gettext/rgettext.rb:
|
|
82
|
+
#: lib/gettext/rgettext.rb:236 lib/gettext/rmsgfmt.rb:31
|
|
76
83
|
msgid "no input files"
|
|
77
84
|
msgstr "не заданы входные файлы"
|
|
78
85
|
|
|
@@ -123,19 +130,18 @@ msgstr "Проигнорирован '%{file}'. Сначала решите пр
|
|
|
123
130
|
msgid "No database is available."
|
|
124
131
|
msgstr "Нет доступной базы данных."
|
|
125
132
|
|
|
126
|
-
#: lib/gettext/parser/active_record.rb:
|
|
133
|
+
#: lib/gettext/parser/active_record.rb:140
|
|
127
134
|
msgid "rubygems are not found."
|
|
128
135
|
msgstr "rubygems не найден."
|
|
129
136
|
|
|
130
|
-
#: lib/gettext.rb:
|
|
137
|
+
#: lib/gettext.rb:417
|
|
131
138
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
132
139
|
msgstr "Ошибка в третьем параметре: value = %{number}"
|
|
133
140
|
|
|
134
|
-
#: src/poparser.ry:
|
|
141
|
+
#: src/poparser.ry:38 src/poparser.ry:55
|
|
135
142
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
136
143
|
msgstr "Предупреждение: игнорирован неточный перевод сообщения.\n"
|
|
137
144
|
|
|
138
|
-
#: src/poparser.ry:
|
|
145
|
+
#: src/poparser.ry:148
|
|
139
146
|
msgid "Warning: obsolete msgid exists.\n"
|
|
140
147
|
msgstr "Предупреждение: присутствует устаревшая msgid.\n"
|
|
141
|
-
|
data/po/sr/rails.po
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
12
|
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
13
|
-
"POT-Creation-Date: 2008-
|
|
13
|
+
"POT-Creation-Date: 2008-09-14 01:48+0900\n"
|
|
14
14
|
"PO-Revision-Date: 2008-07-13 08:52+0200\n"
|
|
15
15
|
"Last-Translator: Slobodan Paunović <slobodan dot paunovic at gmail dot com>\n"
|
|
16
16
|
"Language-Team: Serbian\n"
|
|
@@ -20,77 +20,77 @@ msgstr ""
|
|
|
20
20
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
|
21
21
|
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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} грешка је спречила да се %{record} сачува"
|
|
27
27
|
msgstr[1] "%{num} грешке су спречиле да се %{record} сачува"
|
|
28
28
|
msgstr[2] "%{num} грешака je спречило да се %{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] "Постоји проблем са следећим пољем:"
|
|
34
34
|
msgstr[1] "Постоје проблеми са следећим пољима:"
|
|
35
35
|
msgstr[2] "Постоје проблеми са следећим пољима:"
|
|
36
36
|
|
|
37
|
-
#: lib/gettext/rails.rb:
|
|
37
|
+
#: lib/gettext/rails.rb:435
|
|
38
38
|
msgid "less than 5 seconds"
|
|
39
39
|
msgstr "мање од 5 секунди"
|
|
40
40
|
|
|
41
|
-
#: lib/gettext/rails.rb:
|
|
41
|
+
#: lib/gettext/rails.rb:435
|
|
42
42
|
msgid "less than 10 seconds"
|
|
43
43
|
msgstr "мање од 10 секунди"
|
|
44
44
|
|
|
45
|
-
#: lib/gettext/rails.rb:
|
|
45
|
+
#: lib/gettext/rails.rb:435
|
|
46
46
|
msgid "less than 20 seconds"
|
|
47
47
|
msgstr "мање од 20 секунди"
|
|
48
48
|
|
|
49
|
-
#: lib/gettext/rails.rb:
|
|
49
|
+
#: lib/gettext/rails.rb:436
|
|
50
50
|
msgid "half a minute"
|
|
51
51
|
msgstr "пола минута"
|
|
52
52
|
|
|
53
|
-
#: lib/gettext/rails.rb:
|
|
53
|
+
#: lib/gettext/rails.rb:436
|
|
54
54
|
msgid "less than a minute"
|
|
55
55
|
msgstr "мање од једног минута"
|
|
56
56
|
|
|
57
|
-
#: lib/gettext/rails.rb:
|
|
57
|
+
#: lib/gettext/rails.rb:436
|
|
58
58
|
msgid "about 1 month"
|
|
59
59
|
msgstr "око 1 месец"
|
|
60
60
|
|
|
61
|
-
#: lib/gettext/rails.rb:
|
|
61
|
+
#: lib/gettext/rails.rb:437
|
|
62
62
|
msgid "about 1 year"
|
|
63
63
|
msgstr "око 1 године"
|
|
64
64
|
|
|
65
|
-
#: lib/gettext/rails.rb:
|
|
65
|
+
#: lib/gettext/rails.rb:438
|
|
66
66
|
msgid "1 minute"
|
|
67
67
|
msgid_plural "%{num} minutes"
|
|
68
68
|
msgstr[0] "1 минут"
|
|
69
69
|
msgstr[1] "%{num} минута"
|
|
70
70
|
msgstr[2] "%{num} минута"
|
|
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] "око 1 сат"
|
|
76
76
|
msgstr[1] "око %{num} сата"
|
|
77
77
|
msgstr[2] "око %{num} сати"
|
|
78
78
|
|
|
79
|
-
#: lib/gettext/rails.rb:
|
|
79
|
+
#: lib/gettext/rails.rb:440
|
|
80
80
|
msgid "1 day"
|
|
81
81
|
msgid_plural "%{num} days"
|
|
82
82
|
msgstr[0] "1 дан"
|
|
83
83
|
msgstr[1] "%{num} дана"
|
|
84
84
|
msgstr[2] "%{num} дана"
|
|
85
85
|
|
|
86
|
-
#: lib/gettext/rails.rb:
|
|
86
|
+
#: lib/gettext/rails.rb:441
|
|
87
87
|
msgid "1 month"
|
|
88
88
|
msgid_plural "%{num} months"
|
|
89
89
|
msgstr[0] "1 месец"
|
|
90
90
|
msgstr[1] "%{num} месеца"
|
|
91
91
|
msgstr[2] "%{num} месеци"
|
|
92
92
|
|
|
93
|
-
#: lib/gettext/rails.rb:
|
|
93
|
+
#: lib/gettext/rails.rb:442
|
|
94
94
|
msgid "over 1 year"
|
|
95
95
|
msgid_plural "over %{num} years"
|
|
96
96
|
msgstr[0] "више од 1 године"
|
|
@@ -101,78 +101,78 @@ msgstr[2] "више од %{num} година"
|
|
|
101
101
|
msgid "Validation failed: %{error_messages}"
|
|
102
102
|
msgstr "Провера није успела: %{error_messages}"
|
|
103
103
|
|
|
104
|
-
#: lib/gettext/active_record.rb:
|
|
104
|
+
#: lib/gettext/active_record.rb:247
|
|
105
105
|
msgid "%{fn} is not included in the list"
|
|
106
106
|
msgstr "%{fn} се не налази у листи"
|
|
107
107
|
|
|
108
|
-
#: lib/gettext/active_record.rb:
|
|
108
|
+
#: lib/gettext/active_record.rb:248
|
|
109
109
|
msgid "%{fn} is reserved"
|
|
110
110
|
msgstr "%{fn} је резервисано"
|
|
111
111
|
|
|
112
|
-
#: lib/gettext/active_record.rb:
|
|
112
|
+
#: lib/gettext/active_record.rb:249
|
|
113
113
|
msgid "%{fn} is invalid"
|
|
114
114
|
msgstr "%{fn} није исправно"
|
|
115
115
|
|
|
116
|
-
#: lib/gettext/active_record.rb:
|
|
116
|
+
#: lib/gettext/active_record.rb:250
|
|
117
117
|
msgid "%{fn} doesn't match confirmation"
|
|
118
118
|
msgstr "%{fn} се не слаже са потврдом"
|
|
119
119
|
|
|
120
|
-
#: lib/gettext/active_record.rb:
|
|
120
|
+
#: lib/gettext/active_record.rb:251
|
|
121
121
|
msgid "%{fn} must be accepted"
|
|
122
122
|
msgstr "%{fn} мора да се прихвати"
|
|
123
123
|
|
|
124
|
-
#: lib/gettext/active_record.rb:
|
|
124
|
+
#: lib/gettext/active_record.rb:252
|
|
125
125
|
msgid "%{fn} can't be empty"
|
|
126
126
|
msgstr "%{fn} не сме бити празно"
|
|
127
127
|
|
|
128
|
-
#: lib/gettext/active_record.rb:
|
|
128
|
+
#: lib/gettext/active_record.rb:253
|
|
129
129
|
msgid "%{fn} can't be blank"
|
|
130
130
|
msgstr "%{fn} не сме бити празно"
|
|
131
131
|
|
|
132
|
-
#: lib/gettext/active_record.rb:
|
|
132
|
+
#: lib/gettext/active_record.rb:254
|
|
133
133
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
134
134
|
msgstr "%{fn} је сувише дугачко (максимум је %d карактера)"
|
|
135
135
|
|
|
136
|
-
#: lib/gettext/active_record.rb:
|
|
136
|
+
#: lib/gettext/active_record.rb:255
|
|
137
137
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
138
138
|
msgstr "%{fn} је сувише кратко (минимум је %d карактера)"
|
|
139
139
|
|
|
140
|
-
#: lib/gettext/active_record.rb:
|
|
140
|
+
#: lib/gettext/active_record.rb:256
|
|
141
141
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
142
142
|
msgstr "%{fn} је погрешне дужине (треба да има %d карактера)"
|
|
143
143
|
|
|
144
|
-
#: lib/gettext/active_record.rb:
|
|
144
|
+
#: lib/gettext/active_record.rb:257
|
|
145
145
|
msgid "%{fn} has already been taken"
|
|
146
146
|
msgstr "%{fn} је већ заузето"
|
|
147
147
|
|
|
148
|
-
#: lib/gettext/active_record.rb:
|
|
148
|
+
#: lib/gettext/active_record.rb:258
|
|
149
149
|
msgid "%{fn} is not a number"
|
|
150
150
|
msgstr "%{fn} није број"
|
|
151
151
|
|
|
152
|
-
#: lib/gettext/active_record.rb:
|
|
152
|
+
#: lib/gettext/active_record.rb:259
|
|
153
153
|
msgid "%{fn} must be greater than %d"
|
|
154
154
|
msgstr "%{fn} мора бити веће од %d"
|
|
155
155
|
|
|
156
|
-
#: lib/gettext/active_record.rb:
|
|
156
|
+
#: lib/gettext/active_record.rb:260
|
|
157
157
|
msgid "%{fn} must be greater than or equal to %d"
|
|
158
158
|
msgstr "%{fn} мора бити веће или једнако од %d"
|
|
159
159
|
|
|
160
|
-
#: lib/gettext/active_record.rb:
|
|
160
|
+
#: lib/gettext/active_record.rb:261
|
|
161
161
|
msgid "%{fn} must be equal to %d"
|
|
162
162
|
msgstr "%{fn} мора бити једнако %d"
|
|
163
163
|
|
|
164
|
-
#: lib/gettext/active_record.rb:
|
|
164
|
+
#: lib/gettext/active_record.rb:262
|
|
165
165
|
msgid "%{fn} must be less than %d"
|
|
166
166
|
msgstr "%{fn} мора бити мање од %d"
|
|
167
167
|
|
|
168
|
-
#: lib/gettext/active_record.rb:
|
|
168
|
+
#: lib/gettext/active_record.rb:263
|
|
169
169
|
msgid "%{fn} must be less than or equal to %d"
|
|
170
170
|
msgstr "%{fn} мора бити мање или једнако од %d"
|
|
171
171
|
|
|
172
|
-
#: lib/gettext/active_record.rb:
|
|
172
|
+
#: lib/gettext/active_record.rb:264
|
|
173
173
|
msgid "%{fn} must be odd"
|
|
174
174
|
msgstr "%{fn} мора бити непарно"
|
|
175
175
|
|
|
176
|
-
#: lib/gettext/active_record.rb:
|
|
176
|
+
#: lib/gettext/active_record.rb:265
|
|
177
177
|
msgid "%{fn} must be even"
|
|
178
178
|
msgstr "%{fn} мора бити парно"
|