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/ko/rgettext.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: 2006-07-11 02:46+0900\n"
|
|
15
15
|
"Last-Translator: Gyoung-Yoon Noh <nohmad at gmail.com>\n"
|
|
16
16
|
"Language-Team: Korean\n"
|
|
@@ -19,17 +19,23 @@ msgstr ""
|
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
|
20
20
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
21
21
|
|
|
22
|
-
#: lib/gettext/utils.rb:
|
|
22
|
+
#: lib/gettext/utils.rb:68
|
|
23
|
+
msgid ""
|
|
24
|
+
"`%{cmd}' may not be found. \n"
|
|
25
|
+
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
#: lib/gettext/utils.rb:80
|
|
23
29
|
#, fuzzy
|
|
24
30
|
msgid "Failed to merge with %{defpo}"
|
|
25
31
|
msgstr "%{defpo} 파일을 병합하는 데 실패했습니다 - 그냥 넘어갑니다!"
|
|
26
32
|
|
|
27
|
-
#: lib/gettext/utils.rb:
|
|
33
|
+
#: lib/gettext/utils.rb:81
|
|
28
34
|
#, fuzzy
|
|
29
35
|
msgid "New .pot was copied to %{failed_filename}"
|
|
30
36
|
msgstr "%{failed_filename}에서 새로운 .pot 파일을 확인하십시요"
|
|
31
37
|
|
|
32
|
-
#: lib/gettext/utils.rb:
|
|
38
|
+
#: lib/gettext/utils.rb:82
|
|
33
39
|
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
34
40
|
msgstr ""
|
|
35
41
|
|
|
@@ -37,42 +43,42 @@ msgstr ""
|
|
|
37
43
|
msgid "'%{klass}' is ignored."
|
|
38
44
|
msgstr "'%{klass}'이(가) 무시되었습니다."
|
|
39
45
|
|
|
40
|
-
#: lib/gettext/rgettext.rb:
|
|
46
|
+
#: lib/gettext/rgettext.rb:189
|
|
41
47
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
42
48
|
msgstr "사용법: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
43
49
|
|
|
44
|
-
#: lib/gettext/rgettext.rb:
|
|
50
|
+
#: lib/gettext/rgettext.rb:191
|
|
45
51
|
msgid "Extract translatable strings from given input files."
|
|
46
52
|
msgstr "주어진 입력 파일들로부터 번역할 수 있는 문자열을 추출합니다."
|
|
47
53
|
|
|
48
|
-
#: lib/gettext/rgettext.rb:
|
|
54
|
+
#: lib/gettext/rgettext.rb:193 lib/gettext/rmsgfmt.rb:51
|
|
49
55
|
#: lib/gettext/rmsgmerge.rb:408
|
|
50
56
|
msgid "Specific options:"
|
|
51
57
|
msgstr "특별한 옵션들:"
|
|
52
58
|
|
|
53
|
-
#: lib/gettext/rgettext.rb:
|
|
59
|
+
#: lib/gettext/rgettext.rb:195 lib/gettext/rmsgfmt.rb:53
|
|
54
60
|
#: lib/gettext/rmsgmerge.rb:410
|
|
55
61
|
msgid "write output to specified file"
|
|
56
62
|
msgstr "지정한 파일에 출력 내용을 저장합니다"
|
|
57
63
|
|
|
58
|
-
#: lib/gettext/rgettext.rb:
|
|
64
|
+
#: lib/gettext/rgettext.rb:199
|
|
59
65
|
msgid "File '%s' already exists."
|
|
60
66
|
msgstr "'%s' 파일이 이미 존재합니다."
|
|
61
67
|
|
|
62
|
-
#: lib/gettext/rgettext.rb:
|
|
68
|
+
#: lib/gettext/rgettext.rb:204
|
|
63
69
|
msgid "require the library before executing rgettext"
|
|
64
70
|
msgstr "rgettext를 실행하려면 라이브러리가 필요합니다"
|
|
65
71
|
|
|
66
|
-
#: lib/gettext/rgettext.rb:
|
|
72
|
+
#: lib/gettext/rgettext.rb:208
|
|
67
73
|
msgid "run in debugging mode"
|
|
68
74
|
msgstr "디버깅 모드에서 실행합니다"
|
|
69
75
|
|
|
70
|
-
#: lib/gettext/rgettext.rb:
|
|
76
|
+
#: lib/gettext/rgettext.rb:212 lib/gettext/rmsgfmt.rb:57
|
|
71
77
|
#: lib/gettext/rmsgmerge.rb:421
|
|
72
78
|
msgid "display version information and exit"
|
|
73
79
|
msgstr "버전 정보를 표시하고 빠져나갑니다"
|
|
74
80
|
|
|
75
|
-
#: lib/gettext/rgettext.rb:
|
|
81
|
+
#: lib/gettext/rgettext.rb:236 lib/gettext/rmsgfmt.rb:31
|
|
76
82
|
msgid "no input files"
|
|
77
83
|
msgstr "입력 파일이 없습니다"
|
|
78
84
|
|
|
@@ -122,18 +128,18 @@ msgstr "'%{file}'을(를) 무시했습니다. 먼저 의존성을 해결하십
|
|
|
122
128
|
msgid "No database is available."
|
|
123
129
|
msgstr "사용할 수 있는 데이터베이스가 없습니다."
|
|
124
130
|
|
|
125
|
-
#: lib/gettext/parser/active_record.rb:
|
|
131
|
+
#: lib/gettext/parser/active_record.rb:140
|
|
126
132
|
msgid "rubygems are not found."
|
|
127
133
|
msgstr "rubygems가 발견되지 않았습니다."
|
|
128
134
|
|
|
129
|
-
#: lib/gettext.rb:
|
|
135
|
+
#: lib/gettext.rb:417
|
|
130
136
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
131
137
|
msgstr ""
|
|
132
138
|
|
|
133
|
-
#: src/poparser.ry:
|
|
139
|
+
#: src/poparser.ry:38 src/poparser.ry:55
|
|
134
140
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
135
141
|
msgstr "경고: 퍼지 메시지가 무시되었습니다.\n"
|
|
136
142
|
|
|
137
|
-
#: src/poparser.ry:
|
|
143
|
+
#: src/poparser.ry:148
|
|
138
144
|
msgid "Warning: obsolete msgid exists.\n"
|
|
139
145
|
msgstr "경고: 사용되지 않은 msgid가 존재합니다.\n"
|
data/po/lv/rails.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
#
|
|
2
2
|
# a po-file for Ruby-GetText-Package and Ruby on Rails.
|
|
3
3
|
#
|
|
4
4
|
# Copyright (C) 2005,2006 Masao Mutoh
|
|
@@ -9,65 +9,86 @@
|
|
|
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: 2008-07-25 09:37+0200\n"
|
|
14
14
|
"Last-Translator: Aivars Akots <aivars.akots@gmail.com>\n"
|
|
15
15
|
"Language-Team: Latvian\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 != 0 ? 1 :
|
|
19
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
|
20
|
+
"2);\n"
|
|
20
21
|
|
|
21
|
-
#: lib/gettext/rails.rb:
|
|
22
|
+
#: lib/gettext/rails.rb:327
|
|
22
23
|
msgid "%{num} error prohibited this %{record} from being saved"
|
|
23
24
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
|
24
25
|
msgstr[0] "%d kļūdas rezultātā %s netika saglabāts"
|
|
25
26
|
msgstr[1] "%d kļūdu rezultātā %s netika saglabāts"
|
|
26
27
|
|
|
27
|
-
#: lib/gettext/rails.rb:
|
|
28
|
+
#: lib/gettext/rails.rb:329
|
|
28
29
|
msgid "There was a problem with the following field:"
|
|
29
30
|
msgid_plural "There were problems with the following fields:"
|
|
30
31
|
msgstr[0] "Radās problēmas ar sekojošu lauku:"
|
|
31
32
|
msgstr[1] "Radās problēmas ar sekojošajiem laukiem:"
|
|
32
33
|
|
|
33
|
-
#: lib/gettext/rails.rb:
|
|
34
|
+
#: lib/gettext/rails.rb:435
|
|
34
35
|
msgid "less than 5 seconds"
|
|
35
36
|
msgstr "mazāk kā 5 sekundes"
|
|
36
37
|
|
|
37
|
-
#: lib/gettext/rails.rb:
|
|
38
|
+
#: lib/gettext/rails.rb:435
|
|
38
39
|
msgid "less than 10 seconds"
|
|
39
40
|
msgstr "mazāk kā 10 sekundes"
|
|
40
41
|
|
|
41
|
-
#: lib/gettext/rails.rb:
|
|
42
|
+
#: lib/gettext/rails.rb:435
|
|
42
43
|
msgid "less than 20 seconds"
|
|
43
44
|
msgstr "mazāk kā 20 sekundes"
|
|
44
45
|
|
|
45
|
-
#: lib/gettext/rails.rb:
|
|
46
|
+
#: lib/gettext/rails.rb:436
|
|
46
47
|
msgid "half a minute"
|
|
47
48
|
msgstr "pus minūte"
|
|
48
49
|
|
|
49
|
-
#: lib/gettext/rails.rb:
|
|
50
|
+
#: lib/gettext/rails.rb:436
|
|
50
51
|
msgid "less than a minute"
|
|
51
52
|
msgstr "mazāk kā 1 minūte"
|
|
52
53
|
|
|
53
|
-
#: lib/gettext/rails.rb:
|
|
54
|
+
#: lib/gettext/rails.rb:436
|
|
54
55
|
msgid "about 1 month"
|
|
55
56
|
msgstr "apmēram 1 mēnesis"
|
|
56
57
|
|
|
57
|
-
#: lib/gettext/rails.rb:
|
|
58
|
+
#: lib/gettext/rails.rb:437
|
|
58
59
|
msgid "about 1 year"
|
|
59
60
|
msgstr "apmēram 1 gads"
|
|
60
61
|
|
|
61
|
-
#: lib/gettext/rails.rb:
|
|
62
|
-
|
|
62
|
+
#: lib/gettext/rails.rb:438
|
|
63
|
+
#, fuzzy
|
|
64
|
+
msgid "1 minute"
|
|
65
|
+
msgid_plural "%{num} minutes"
|
|
66
|
+
msgstr[0] "pus minūte"
|
|
67
|
+
msgstr[1] "pus minūte"
|
|
68
|
+
msgstr[2] "pus minūte"
|
|
69
|
+
|
|
70
|
+
#: lib/gettext/rails.rb:439
|
|
63
71
|
msgid "about 1 hour"
|
|
64
72
|
msgid_plural "about %{num} hours"
|
|
65
73
|
msgstr[0] "apmēram 1 stunda"
|
|
66
74
|
msgstr[1] "apmērm %{num} stundas"
|
|
67
75
|
|
|
68
|
-
#: lib/gettext/rails.rb:
|
|
69
|
-
|
|
70
|
-
|
|
76
|
+
#: lib/gettext/rails.rb:440
|
|
77
|
+
msgid "1 day"
|
|
78
|
+
msgid_plural "%{num} days"
|
|
79
|
+
msgstr[0] ""
|
|
80
|
+
msgstr[1] ""
|
|
81
|
+
msgstr[2] ""
|
|
82
|
+
|
|
83
|
+
#: lib/gettext/rails.rb:441
|
|
84
|
+
#, fuzzy
|
|
85
|
+
msgid "1 month"
|
|
86
|
+
msgid_plural "%{num} months"
|
|
87
|
+
msgstr[0] "apmēram 1 mēnesis"
|
|
88
|
+
msgstr[1] "apmēram 1 mēnesis"
|
|
89
|
+
msgstr[2] "apmēram 1 mēnesis"
|
|
90
|
+
|
|
91
|
+
#: lib/gettext/rails.rb:442
|
|
71
92
|
msgid "over 1 year"
|
|
72
93
|
msgid_plural "over %{num} years"
|
|
73
94
|
msgstr[0] "vairāk kā 1 gads"
|
|
@@ -77,79 +98,78 @@ msgstr[1] "vairāk kā %{num} gadi"
|
|
|
77
98
|
msgid "Validation failed: %{error_messages}"
|
|
78
99
|
msgstr "Validācija neveiksmīga: %{error_messages}"
|
|
79
100
|
|
|
80
|
-
#: lib/gettext/active_record.rb:
|
|
101
|
+
#: lib/gettext/active_record.rb:247
|
|
81
102
|
msgid "%{fn} is not included in the list"
|
|
82
103
|
msgstr "%{fn} nav iekļauts sarakstā"
|
|
83
104
|
|
|
84
|
-
#: lib/gettext/active_record.rb:
|
|
105
|
+
#: lib/gettext/active_record.rb:248
|
|
85
106
|
msgid "%{fn} is reserved"
|
|
86
107
|
msgstr "%{fn} ir rezervēts"
|
|
87
108
|
|
|
88
|
-
#: lib/gettext/active_record.rb:
|
|
109
|
+
#: lib/gettext/active_record.rb:249
|
|
89
110
|
msgid "%{fn} is invalid"
|
|
90
111
|
msgstr "%{fn} ir nepareizi noformēts"
|
|
91
112
|
|
|
92
|
-
#: lib/gettext/active_record.rb:
|
|
113
|
+
#: lib/gettext/active_record.rb:250
|
|
93
114
|
msgid "%{fn} doesn't match confirmation"
|
|
94
115
|
msgstr "%{fn} nesakrīt ar apstiprinājumu"
|
|
95
116
|
|
|
96
|
-
#: lib/gettext/active_record.rb:
|
|
117
|
+
#: lib/gettext/active_record.rb:251
|
|
97
118
|
msgid "%{fn} must be accepted"
|
|
98
119
|
msgstr "%{fn} ir jāakceptē"
|
|
99
120
|
|
|
100
|
-
#: lib/gettext/active_record.rb:
|
|
121
|
+
#: lib/gettext/active_record.rb:252
|
|
101
122
|
msgid "%{fn} can't be empty"
|
|
102
123
|
msgstr "%{fn} nevar būt tukšs"
|
|
103
124
|
|
|
104
|
-
#: lib/gettext/active_record.rb:
|
|
125
|
+
#: lib/gettext/active_record.rb:253
|
|
105
126
|
msgid "%{fn} can't be blank"
|
|
106
127
|
msgstr "%{fn} ir obligāti jāaizpilda"
|
|
107
128
|
|
|
108
|
-
#: lib/gettext/active_record.rb:
|
|
129
|
+
#: lib/gettext/active_record.rb:254
|
|
109
130
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
110
131
|
msgstr "%{fn} ir pārāk garšs (maksimums %d simboli)"
|
|
111
132
|
|
|
112
|
-
#: lib/gettext/active_record.rb:
|
|
133
|
+
#: lib/gettext/active_record.rb:255
|
|
113
134
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
114
135
|
msgstr "%{fn} ir pārāk īss (minimums %d simboli)"
|
|
115
136
|
|
|
116
|
-
#: lib/gettext/active_record.rb:
|
|
137
|
+
#: lib/gettext/active_record.rb:256
|
|
117
138
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
118
139
|
msgstr "%{fn} ir nepareiza garuma (jābūt %d simboliem)"
|
|
119
140
|
|
|
120
|
-
#: lib/gettext/active_record.rb:
|
|
141
|
+
#: lib/gettext/active_record.rb:257
|
|
121
142
|
msgid "%{fn} has already been taken"
|
|
122
143
|
msgstr "%{fn} ir jau aizņemts"
|
|
123
144
|
|
|
124
|
-
#: lib/gettext/active_record.rb:
|
|
145
|
+
#: lib/gettext/active_record.rb:258
|
|
125
146
|
msgid "%{fn} is not a number"
|
|
126
147
|
msgstr "%{fn} nav skaitlis"
|
|
127
148
|
|
|
128
|
-
#: lib/gettext/active_record.rb:
|
|
149
|
+
#: lib/gettext/active_record.rb:259
|
|
129
150
|
msgid "%{fn} must be greater than %d"
|
|
130
151
|
msgstr "%{fn} jābūt lielākam kā %d"
|
|
131
152
|
|
|
132
|
-
#: lib/gettext/active_record.rb:
|
|
153
|
+
#: lib/gettext/active_record.rb:260
|
|
133
154
|
msgid "%{fn} must be greater than or equal to %d"
|
|
134
155
|
msgstr "%{fn} jābūt lielākam vai vienādam ar %d"
|
|
135
156
|
|
|
136
|
-
#: lib/gettext/active_record.rb:
|
|
157
|
+
#: lib/gettext/active_record.rb:261
|
|
137
158
|
msgid "%{fn} must be equal to %d"
|
|
138
159
|
msgstr "%{fn} jābūt vienādam ar %d"
|
|
139
160
|
|
|
140
|
-
#: lib/gettext/active_record.rb:
|
|
161
|
+
#: lib/gettext/active_record.rb:262
|
|
141
162
|
msgid "%{fn} must be less than %d"
|
|
142
163
|
msgstr "%{fn} jābūt mazākam kā %d"
|
|
143
164
|
|
|
144
|
-
#: lib/gettext/active_record.rb:
|
|
165
|
+
#: lib/gettext/active_record.rb:263
|
|
145
166
|
msgid "%{fn} must be less than or equal to %d"
|
|
146
167
|
msgstr "%{fn} jābūt mazākam vai vienādam ar %d"
|
|
147
168
|
|
|
148
|
-
#: lib/gettext/active_record.rb:
|
|
169
|
+
#: lib/gettext/active_record.rb:264
|
|
149
170
|
msgid "%{fn} must be odd"
|
|
150
171
|
msgstr "%{fn} jābūt nepāra skaitlim"
|
|
151
172
|
|
|
152
|
-
#: lib/gettext/active_record.rb:
|
|
173
|
+
#: lib/gettext/active_record.rb:265
|
|
153
174
|
msgid "%{fn} must be even"
|
|
154
175
|
msgstr "%{fn} jābūt pāra skaitlim"
|
|
155
|
-
|
data/po/lv/rgettext.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
#
|
|
2
2
|
# a po-file for Ruby-GetText-Package
|
|
3
3
|
#
|
|
4
4
|
# Copyright (C) 2004-2006 Masao Mutoh
|
|
@@ -10,71 +10,76 @@
|
|
|
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-22 12:26+0200\n"
|
|
15
15
|
"Last-Translator: Aivars Akots <aivars.akots@gmail.com>\n"
|
|
16
16
|
"Language-Team: Latvian\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
|
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :
|
|
20
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
|
21
|
+
"2);\n"
|
|
22
|
+
|
|
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 ""
|
|
21
28
|
|
|
22
|
-
#: lib/gettext/utils.rb:
|
|
29
|
+
#: lib/gettext/utils.rb:80
|
|
23
30
|
msgid "Failed to merge with %{defpo}"
|
|
24
31
|
msgstr "Nesanāca apvienot ar %{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 "Jaunais .pot tika pārkopēts kā %{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
|
-
msgstr "
|
|
39
|
+
msgstr ""
|
|
40
|
+
"Pārbaudi šīs po/pot datnes. Tajās varētu būt sintakses kļūdas vai kas cits "
|
|
41
|
+
"nogājis greizi."
|
|
33
42
|
|
|
34
43
|
#: lib/gettext/rgettext.rb:43
|
|
35
44
|
msgid "'%{klass}' is ignored."
|
|
36
45
|
msgstr "'%{klass}' ir ignorēta."
|
|
37
46
|
|
|
38
|
-
#: lib/gettext/rgettext.rb:
|
|
47
|
+
#: lib/gettext/rgettext.rb:189
|
|
39
48
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
40
49
|
msgstr "Lietošana: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
41
50
|
|
|
42
|
-
#: lib/gettext/rgettext.rb:
|
|
51
|
+
#: lib/gettext/rgettext.rb:191
|
|
43
52
|
msgid "Extract translatable strings from given input files."
|
|
44
53
|
msgstr "Iegūt tulkojamos tekstus no norādītajām ievades datnēm."
|
|
45
54
|
|
|
46
|
-
#: lib/gettext/rgettext.rb:
|
|
47
|
-
#: lib/gettext/rmsgfmt.rb:51
|
|
55
|
+
#: lib/gettext/rgettext.rb:193 lib/gettext/rmsgfmt.rb:51
|
|
48
56
|
#: lib/gettext/rmsgmerge.rb:408
|
|
49
57
|
msgid "Specific options:"
|
|
50
58
|
msgstr "Īpaši uzstādījumi:"
|
|
51
59
|
|
|
52
|
-
#: lib/gettext/rgettext.rb:
|
|
53
|
-
#: lib/gettext/rmsgfmt.rb:53
|
|
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 "ierakstīt izvadi norādītajā datnē"
|
|
57
64
|
|
|
58
|
-
#: lib/gettext/rgettext.rb:
|
|
65
|
+
#: lib/gettext/rgettext.rb:199
|
|
59
66
|
msgid "File '%s' already exists."
|
|
60
67
|
msgstr "Datne '%s' jau eksistē."
|
|
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 "izmanto \"require bibliotēka\" pirms izsauc rgettext"
|
|
65
72
|
|
|
66
|
-
#: lib/gettext/rgettext.rb:
|
|
73
|
+
#: lib/gettext/rgettext.rb:208
|
|
67
74
|
msgid "run in debugging mode"
|
|
68
75
|
msgstr "izpildīt atkļūdošanas veidā"
|
|
69
76
|
|
|
70
|
-
#: lib/gettext/rgettext.rb:
|
|
71
|
-
#: lib/gettext/rmsgfmt.rb:57
|
|
77
|
+
#: lib/gettext/rgettext.rb:212 lib/gettext/rmsgfmt.rb:57
|
|
72
78
|
#: lib/gettext/rmsgmerge.rb:421
|
|
73
79
|
msgid "display version information and exit"
|
|
74
80
|
msgstr "parādīt versiju un iziet"
|
|
75
81
|
|
|
76
|
-
#: lib/gettext/rgettext.rb:
|
|
77
|
-
#: lib/gettext/rmsgfmt.rb:31
|
|
82
|
+
#: lib/gettext/rgettext.rb:236 lib/gettext/rmsgfmt.rb:31
|
|
78
83
|
msgid "no input files"
|
|
79
84
|
msgstr "nav ievades datņu"
|
|
80
85
|
|
|
@@ -91,8 +96,14 @@ msgid "Usage: %s def.po ref.pot [-o output.pot]"
|
|
|
91
96
|
msgstr "Lietošana: %s def.po ref.pot [-o output.pot]"
|
|
92
97
|
|
|
93
98
|
#: lib/gettext/rmsgmerge.rb:406
|
|
94
|
-
msgid "
|
|
95
|
-
|
|
99
|
+
msgid ""
|
|
100
|
+
"Merges two Uniforum style .po files together. The def.po file is an existing "
|
|
101
|
+
"PO file with translations. The ref.pot file is the last created PO file with "
|
|
102
|
+
"up-to-date source references. ref.pot is generally created by rgettext."
|
|
103
|
+
msgstr ""
|
|
104
|
+
"Apvieno divas \"Uniforum\" stila .po datnes. Def.po datne ir eksistējoša PO "
|
|
105
|
+
"datne ar tulkojumiem. Ref.pot datne ir pēdējā izveidotā PO datne ar "
|
|
106
|
+
"atjauninātām izejas faila atsaucēm. Ref.pot ir datni veido rgettext."
|
|
96
107
|
|
|
97
108
|
#: lib/gettext/rmsgmerge.rb:447
|
|
98
109
|
msgid "definition po is not given."
|
|
@@ -118,20 +129,18 @@ msgstr "Ignorēts '%{file}'. Vispirms atrisini/novērs saistītās datnes."
|
|
|
118
129
|
msgid "No database is available."
|
|
119
130
|
msgstr "Datubāze nav pieejama."
|
|
120
131
|
|
|
121
|
-
#: lib/gettext/parser/active_record.rb:
|
|
132
|
+
#: lib/gettext/parser/active_record.rb:140
|
|
122
133
|
msgid "rubygems are not found."
|
|
123
134
|
msgstr "rubygemi nav atrasti."
|
|
124
135
|
|
|
125
|
-
#: lib/gettext.rb:
|
|
136
|
+
#: lib/gettext.rb:417
|
|
126
137
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
127
138
|
msgstr "trešais parametrs ir kļūdains: vērtība = %{number}"
|
|
128
139
|
|
|
129
|
-
#: src/poparser.ry:
|
|
130
|
-
#: src/poparser.ry:41
|
|
140
|
+
#: src/poparser.ry:38 src/poparser.ry:55
|
|
131
141
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
132
142
|
msgstr "Brīdinājums: ziņa tika ignorēta.\n"
|
|
133
143
|
|
|
134
|
-
#: src/poparser.ry:
|
|
144
|
+
#: src/poparser.ry:148
|
|
135
145
|
msgid "Warning: obsolete msgid exists.\n"
|
|
136
146
|
msgstr "Brīdinājums: msgid eksistē.\n"
|
|
137
|
-
|