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/de/rgettext.po
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
#
|
|
1
|
+
#
|
|
2
2
|
# po-file for Ruby-GetText-Package
|
|
3
|
-
#
|
|
3
|
+
#
|
|
4
4
|
# Copyright (C) 2004-2008 Masao Mutoh
|
|
5
5
|
#
|
|
6
6
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
7
|
-
#
|
|
7
|
+
#
|
|
8
8
|
# Patrick Lenz, 2006, 2007, 2008
|
|
9
9
|
# Sasa Ebach, 2005
|
|
10
10
|
# Sven Herzberg, 2005
|
|
11
11
|
# Detlef Reichl, 2004
|
|
12
|
-
#
|
|
12
|
+
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
15
|
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
|
17
|
-
"POT-Creation-Date: 2008-
|
|
17
|
+
"POT-Creation-Date: 2008-09-14 01:48+0900\n"
|
|
18
18
|
"PO-Revision-Date: 2008-07-13 10:00W. Europe Standard Time\n"
|
|
19
19
|
"Last-Translator: Patrick Lenz <patrick at limited-overload.de>\n"
|
|
20
20
|
"Language-Team: German\n"
|
|
@@ -23,60 +23,68 @@ msgstr ""
|
|
|
23
23
|
"Content-Transfer-Encoding: 8bit\n"
|
|
24
24
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
25
25
|
|
|
26
|
-
#: lib/gettext/utils.rb:
|
|
26
|
+
#: lib/gettext/utils.rb:68
|
|
27
|
+
msgid ""
|
|
28
|
+
"`%{cmd}' may not be found. \n"
|
|
29
|
+
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: lib/gettext/utils.rb:80
|
|
27
33
|
msgid "Failed to merge with %{defpo}"
|
|
28
34
|
msgstr "Zusammenführung mit %{defpo} fehlgeschlagen"
|
|
29
35
|
|
|
30
|
-
#: lib/gettext/utils.rb:
|
|
36
|
+
#: lib/gettext/utils.rb:81
|
|
31
37
|
msgid "New .pot was copied to %{failed_filename}"
|
|
32
38
|
msgstr "Die neue .pot Datei wurde nach %{failed_filename} kopiert"
|
|
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
|
-
msgstr "
|
|
42
|
+
msgstr ""
|
|
43
|
+
"Überprüfe diese po/pot Dateien. Sie enthalten syntaktische Fehler oder "
|
|
44
|
+
"andere Probleme."
|
|
37
45
|
|
|
38
46
|
#: lib/gettext/rgettext.rb:43
|
|
39
47
|
msgid "'%{klass}' is ignored."
|
|
40
48
|
msgstr "'%{klass}' wird ignoriert."
|
|
41
49
|
|
|
42
|
-
#: lib/gettext/rgettext.rb:
|
|
50
|
+
#: lib/gettext/rgettext.rb:189
|
|
43
51
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
44
52
|
msgstr "Verwendung: %s eingabe.po [-r parser.rb] [-o ausgabe.mo]"
|
|
45
53
|
|
|
46
|
-
#: lib/gettext/rgettext.rb:
|
|
54
|
+
#: lib/gettext/rgettext.rb:191
|
|
47
55
|
msgid "Extract translatable strings from given input files."
|
|
48
56
|
msgstr ""
|
|
49
57
|
"Extrahiere die übersetzbaren Zeichenketten aus den angegebenen "
|
|
50
58
|
"Eingabedateien."
|
|
51
59
|
|
|
52
|
-
#: lib/gettext/rgettext.rb:
|
|
60
|
+
#: lib/gettext/rgettext.rb:193 lib/gettext/rmsgfmt.rb:51
|
|
53
61
|
#: lib/gettext/rmsgmerge.rb:408
|
|
54
62
|
msgid "Specific options:"
|
|
55
63
|
msgstr "Spezifische Optionen:"
|
|
56
64
|
|
|
57
|
-
#: lib/gettext/rgettext.rb:
|
|
65
|
+
#: lib/gettext/rgettext.rb:195 lib/gettext/rmsgfmt.rb:53
|
|
58
66
|
#: lib/gettext/rmsgmerge.rb:410
|
|
59
67
|
msgid "write output to specified file"
|
|
60
68
|
msgstr "Schreibe Ausgabe in die angegebene Datei"
|
|
61
69
|
|
|
62
|
-
#: lib/gettext/rgettext.rb:
|
|
70
|
+
#: lib/gettext/rgettext.rb:199
|
|
63
71
|
msgid "File '%s' already exists."
|
|
64
72
|
msgstr "Die Datei »%s« existierte bereits."
|
|
65
73
|
|
|
66
|
-
#: lib/gettext/rgettext.rb:
|
|
74
|
+
#: lib/gettext/rgettext.rb:204
|
|
67
75
|
msgid "require the library before executing rgettext"
|
|
68
76
|
msgstr "Bitte zunächst die Library einbinden bevor rgettext ausgeführt wird"
|
|
69
77
|
|
|
70
|
-
#: lib/gettext/rgettext.rb:
|
|
78
|
+
#: lib/gettext/rgettext.rb:208
|
|
71
79
|
msgid "run in debugging mode"
|
|
72
80
|
msgstr "Ausführung im Debug-Modus"
|
|
73
81
|
|
|
74
|
-
#: lib/gettext/rgettext.rb:
|
|
82
|
+
#: lib/gettext/rgettext.rb:212 lib/gettext/rmsgfmt.rb:57
|
|
75
83
|
#: lib/gettext/rmsgmerge.rb:421
|
|
76
84
|
msgid "display version information and exit"
|
|
77
85
|
msgstr "Zeige Versionsinformationen und beende."
|
|
78
86
|
|
|
79
|
-
#: lib/gettext/rgettext.rb:
|
|
87
|
+
#: lib/gettext/rgettext.rb:236 lib/gettext/rmsgfmt.rb:31
|
|
80
88
|
msgid "no input files"
|
|
81
89
|
msgstr "Keine Eingabedateien"
|
|
82
90
|
|
|
@@ -128,18 +136,18 @@ msgstr "Habe '%{file}' ignoriert. Bitte zuerst die Abhängigkeiten auflösen."
|
|
|
128
136
|
msgid "No database is available."
|
|
129
137
|
msgstr "Es ist keine Datenbank vorhanden."
|
|
130
138
|
|
|
131
|
-
#: lib/gettext/parser/active_record.rb:
|
|
139
|
+
#: lib/gettext/parser/active_record.rb:140
|
|
132
140
|
msgid "rubygems are not found."
|
|
133
141
|
msgstr "rubygems konnten nicht gefunden werden."
|
|
134
142
|
|
|
135
|
-
#: lib/gettext.rb:
|
|
143
|
+
#: lib/gettext.rb:417
|
|
136
144
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
137
145
|
msgstr "Der 3. Parameter ist ungültig: value = %{number}"
|
|
138
146
|
|
|
139
|
-
#: src/poparser.ry:
|
|
147
|
+
#: src/poparser.ry:38 src/poparser.ry:55
|
|
140
148
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
141
149
|
msgstr "Warnung: 'fuzzy'-Zeichenkette wurde ignoriert.\n"
|
|
142
150
|
|
|
143
|
-
#: src/poparser.ry:
|
|
151
|
+
#: src/poparser.ry:148
|
|
144
152
|
msgid "Warning: obsolete msgid exists.\n"
|
|
145
153
|
msgstr "Warnung: Veraltete msgid enthalten.\n"
|
data/po/el/rails.po
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# a po-file for Ruby-GetText-Package and Ruby on Rails.
|
|
2
|
-
#
|
|
2
|
+
#
|
|
3
3
|
# Copyright (C) 2005-2007 Masao Mutoh
|
|
4
|
-
#
|
|
4
|
+
#
|
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
-
#
|
|
6
|
+
#
|
|
7
7
|
# damphyr <damphyr@gmx.net>, 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: 2006-01-06 19:50+0100\n"
|
|
14
14
|
"Last-Translator: damphyr <damphyr@gmx.net>\n"
|
|
15
15
|
"Language-Team: Greek\n"
|
|
@@ -18,71 +18,71 @@ msgstr ""
|
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
20
|
|
|
21
|
-
#: lib/gettext/rails.rb:
|
|
21
|
+
#: lib/gettext/rails.rb:327
|
|
22
22
|
msgid "%{num} error prohibited this %{record} from being saved"
|
|
23
23
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
|
24
24
|
msgstr[0] "%{num} λάθος απέτρεψε την αποθήκευση της εγγραφής %{record}"
|
|
25
25
|
msgstr[1] "%{num} λάθη απέτρεψαν την αποθήκευση της εγγραφής %{record}"
|
|
26
26
|
|
|
27
|
-
#: lib/gettext/rails.rb:
|
|
27
|
+
#: lib/gettext/rails.rb:329
|
|
28
28
|
msgid "There was a problem with the following field:"
|
|
29
29
|
msgid_plural "There were problems with the following fields:"
|
|
30
30
|
msgstr[0] "Υπάρχουν προβλήματα στο παρακάτω πεδίο:"
|
|
31
31
|
msgstr[1] "Υπάρχουν προβλήματα στα παρακάτω πεδία:"
|
|
32
32
|
|
|
33
|
-
#: lib/gettext/rails.rb:
|
|
33
|
+
#: lib/gettext/rails.rb:435
|
|
34
34
|
msgid "less than 5 seconds"
|
|
35
35
|
msgstr "λιγότερο από 5 δευτερόλεπτα"
|
|
36
36
|
|
|
37
|
-
#: lib/gettext/rails.rb:
|
|
37
|
+
#: lib/gettext/rails.rb:435
|
|
38
38
|
msgid "less than 10 seconds"
|
|
39
39
|
msgstr "λιγότερο από 10 δευτερόλεπτα"
|
|
40
40
|
|
|
41
|
-
#: lib/gettext/rails.rb:
|
|
41
|
+
#: lib/gettext/rails.rb:435
|
|
42
42
|
msgid "less than 20 seconds"
|
|
43
43
|
msgstr "λιγότερο από 20 δευτερόλεπτα"
|
|
44
44
|
|
|
45
|
-
#: lib/gettext/rails.rb:
|
|
45
|
+
#: lib/gettext/rails.rb:436
|
|
46
46
|
msgid "half a minute"
|
|
47
47
|
msgstr "μισό λεπτό"
|
|
48
48
|
|
|
49
|
-
#: lib/gettext/rails.rb:
|
|
49
|
+
#: lib/gettext/rails.rb:436
|
|
50
50
|
msgid "less than a minute"
|
|
51
51
|
msgstr "λιγότερο από ένα λεπτό"
|
|
52
52
|
|
|
53
|
-
#: lib/gettext/rails.rb:
|
|
53
|
+
#: lib/gettext/rails.rb:436
|
|
54
54
|
msgid "about 1 month"
|
|
55
55
|
msgstr "περίπου ένα μήνα"
|
|
56
56
|
|
|
57
|
-
#: lib/gettext/rails.rb:
|
|
57
|
+
#: lib/gettext/rails.rb:437
|
|
58
58
|
msgid "about 1 year"
|
|
59
59
|
msgstr "περίπου ένα χρόνο"
|
|
60
60
|
|
|
61
|
-
#: lib/gettext/rails.rb:
|
|
61
|
+
#: lib/gettext/rails.rb:438
|
|
62
62
|
msgid "1 minute"
|
|
63
63
|
msgid_plural "%{num} minutes"
|
|
64
64
|
msgstr[0] "%{num} λεπτό"
|
|
65
65
|
msgstr[1] "%{num} λεπτά"
|
|
66
66
|
|
|
67
|
-
#: lib/gettext/rails.rb:
|
|
67
|
+
#: lib/gettext/rails.rb:439
|
|
68
68
|
msgid "about 1 hour"
|
|
69
69
|
msgid_plural "about %{num} hours"
|
|
70
70
|
msgstr[0] "περίπου %{num} ώρα"
|
|
71
71
|
msgstr[1] "περίπου %{num} ώρες"
|
|
72
72
|
|
|
73
|
-
#: lib/gettext/rails.rb:
|
|
73
|
+
#: lib/gettext/rails.rb:440
|
|
74
74
|
msgid "1 day"
|
|
75
75
|
msgid_plural "%{num} days"
|
|
76
76
|
msgstr[0] "%{num} μέρα"
|
|
77
77
|
msgstr[1] "%{num} μέρες"
|
|
78
78
|
|
|
79
|
-
#: lib/gettext/rails.rb:
|
|
79
|
+
#: lib/gettext/rails.rb:441
|
|
80
80
|
msgid "1 month"
|
|
81
81
|
msgid_plural "%{num} months"
|
|
82
82
|
msgstr[0] "ένα μήνα"
|
|
83
83
|
msgstr[1] "%{num} μήνες"
|
|
84
84
|
|
|
85
|
-
#: lib/gettext/rails.rb:
|
|
85
|
+
#: lib/gettext/rails.rb:442
|
|
86
86
|
msgid "over 1 year"
|
|
87
87
|
msgid_plural "over %{num} years"
|
|
88
88
|
msgstr[0] "πάνω από χρόνο"
|
|
@@ -92,78 +92,78 @@ msgstr[1] "πάνω από %{num} χρόνια"
|
|
|
92
92
|
msgid "Validation failed: %{error_messages}"
|
|
93
93
|
msgstr "Αποτυχία ελέγχου: %{error_messages}"
|
|
94
94
|
|
|
95
|
-
#: lib/gettext/active_record.rb:
|
|
95
|
+
#: lib/gettext/active_record.rb:247
|
|
96
96
|
msgid "%{fn} is not included in the list"
|
|
97
97
|
msgstr "το %{fn} δεν περιλαμβάνεται στη λίστα"
|
|
98
98
|
|
|
99
|
-
#: lib/gettext/active_record.rb:
|
|
99
|
+
#: lib/gettext/active_record.rb:248
|
|
100
100
|
msgid "%{fn} is reserved"
|
|
101
101
|
msgstr "το %{fn} είναι κατειλημένο"
|
|
102
102
|
|
|
103
|
-
#: lib/gettext/active_record.rb:
|
|
103
|
+
#: lib/gettext/active_record.rb:249
|
|
104
104
|
msgid "%{fn} is invalid"
|
|
105
105
|
msgstr "το %{fn} είναι άκυρο"
|
|
106
106
|
|
|
107
|
-
#: lib/gettext/active_record.rb:
|
|
107
|
+
#: lib/gettext/active_record.rb:250
|
|
108
108
|
msgid "%{fn} doesn't match confirmation"
|
|
109
109
|
msgstr "το %{fn} δεν ταιριάζει με την επιβεβαίωση του"
|
|
110
110
|
|
|
111
|
-
#: lib/gettext/active_record.rb:
|
|
111
|
+
#: lib/gettext/active_record.rb:251
|
|
112
112
|
msgid "%{fn} must be accepted"
|
|
113
113
|
msgstr "το %{fn} πρέπει να γίνει δεκτό"
|
|
114
114
|
|
|
115
|
-
#: lib/gettext/active_record.rb:
|
|
115
|
+
#: lib/gettext/active_record.rb:252
|
|
116
116
|
msgid "%{fn} can't be empty"
|
|
117
117
|
msgstr "το %{fn} δεν γίνεται να είναι κενό"
|
|
118
118
|
|
|
119
|
-
#: lib/gettext/active_record.rb:
|
|
119
|
+
#: lib/gettext/active_record.rb:253
|
|
120
120
|
msgid "%{fn} can't be blank"
|
|
121
121
|
msgstr "το %{fn} δεν γίνεται να είναι κενό"
|
|
122
122
|
|
|
123
|
-
#: lib/gettext/active_record.rb:
|
|
123
|
+
#: lib/gettext/active_record.rb:254
|
|
124
124
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
125
125
|
msgstr "το %{fn} είναι πολύ μακρύ (το μέγιστο είναι %d χαρακτήρες)"
|
|
126
126
|
|
|
127
|
-
#: lib/gettext/active_record.rb:
|
|
127
|
+
#: lib/gettext/active_record.rb:255
|
|
128
128
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
129
129
|
msgstr "το %{fn} είναι πολύ μικρό (το ελάχιστο είναι %d χαρακτήρες)"
|
|
130
130
|
|
|
131
|
-
#: lib/gettext/active_record.rb:
|
|
131
|
+
#: lib/gettext/active_record.rb:256
|
|
132
132
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
133
133
|
msgstr "το %{fn} έχει το λάθος μήκος (πρέπει να είναι %d χαρακτήρες)"
|
|
134
134
|
|
|
135
|
-
#: lib/gettext/active_record.rb:
|
|
135
|
+
#: lib/gettext/active_record.rb:257
|
|
136
136
|
msgid "%{fn} has already been taken"
|
|
137
137
|
msgstr "το %{fn} είναι ήδη κατειλημένο"
|
|
138
138
|
|
|
139
|
-
#: lib/gettext/active_record.rb:
|
|
139
|
+
#: lib/gettext/active_record.rb:258
|
|
140
140
|
msgid "%{fn} is not a number"
|
|
141
141
|
msgstr "το %{fn} δεν είναι αριθμός"
|
|
142
142
|
|
|
143
|
-
#: lib/gettext/active_record.rb:
|
|
143
|
+
#: lib/gettext/active_record.rb:259
|
|
144
144
|
msgid "%{fn} must be greater than %d"
|
|
145
145
|
msgstr "το %{fn} πρέπει να μεγαλύτερο ή ίσο απο %d"
|
|
146
146
|
|
|
147
|
-
#: lib/gettext/active_record.rb:
|
|
147
|
+
#: lib/gettext/active_record.rb:260
|
|
148
148
|
msgid "%{fn} must be greater than or equal to %d"
|
|
149
149
|
msgstr "το %{fn} πρέπει να μεγαλύτερο ή ίσο απο %d"
|
|
150
150
|
|
|
151
|
-
#: lib/gettext/active_record.rb:
|
|
151
|
+
#: lib/gettext/active_record.rb:261
|
|
152
152
|
msgid "%{fn} must be equal to %d"
|
|
153
153
|
msgstr "το %{fn} πρέπει να μικρότερο ή ίσο με %d"
|
|
154
154
|
|
|
155
|
-
#: lib/gettext/active_record.rb:
|
|
155
|
+
#: lib/gettext/active_record.rb:262
|
|
156
156
|
msgid "%{fn} must be less than %d"
|
|
157
157
|
msgstr "το %{fn} πρέπει να μικρότερο ή ίσο απο %d"
|
|
158
158
|
|
|
159
|
-
#: lib/gettext/active_record.rb:
|
|
159
|
+
#: lib/gettext/active_record.rb:263
|
|
160
160
|
msgid "%{fn} must be less than or equal to %d"
|
|
161
161
|
msgstr "το %{fn} πρέπει να μικρότερο ή ίσο απο %d"
|
|
162
162
|
|
|
163
|
-
#: lib/gettext/active_record.rb:
|
|
163
|
+
#: lib/gettext/active_record.rb:264
|
|
164
164
|
msgid "%{fn} must be odd"
|
|
165
165
|
msgstr "το %{fn} πρέπει να περιτό"
|
|
166
166
|
|
|
167
|
-
#: lib/gettext/active_record.rb:
|
|
167
|
+
#: lib/gettext/active_record.rb:265
|
|
168
168
|
msgid "%{fn} must be even"
|
|
169
169
|
msgstr "το %{fn} πρέπει να είναι άρτιο"
|
data/po/el/rgettext.po
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# a po-file for Ruby-GetText-Package
|
|
2
|
-
#
|
|
2
|
+
#
|
|
3
3
|
# Copyright (C) 2001-2008 Masao Mutoh
|
|
4
|
-
#
|
|
4
|
+
#
|
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
|
-
#
|
|
6
|
+
#
|
|
7
7
|
# damphyr <damphyr@gmx.net>, 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: 2006-01-06 19:50+0100\n"
|
|
14
14
|
"Last-Translator: damphyr <damphyr@gmx.net>\n"
|
|
15
15
|
"Language-Team: Greek\n"
|
|
@@ -18,15 +18,21 @@ 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 "Αποτυχία συγχώνευσης με %{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 "Ελέγξτε το καινούργιο .pot στο %{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
37
|
msgstr "Ελέγξτε τα αρχεία .po/.pot. Μπορεί να υπάρχουν συντακτικά λάθη"
|
|
32
38
|
|
|
@@ -34,42 +40,43 @@ msgstr "Ελέγξτε τα αρχεία .po/.pot. Μπορεί να υπάρχ
|
|
|
34
40
|
msgid "'%{klass}' is ignored."
|
|
35
41
|
msgstr "το %{klass}' θα αγνοηθεί."
|
|
36
42
|
|
|
37
|
-
#: lib/gettext/rgettext.rb:
|
|
43
|
+
#: lib/gettext/rgettext.rb:189
|
|
38
44
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
39
45
|
msgstr "Χρήση: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
40
46
|
|
|
41
|
-
#: lib/gettext/rgettext.rb:
|
|
47
|
+
#: lib/gettext/rgettext.rb:191
|
|
42
48
|
msgid "Extract translatable strings from given input files."
|
|
43
49
|
msgstr "Εξαγωγή μεταφράσεων από αρχεία εισόδου."
|
|
44
50
|
|
|
45
|
-
#: lib/gettext/rgettext.rb:
|
|
51
|
+
#: lib/gettext/rgettext.rb:193 lib/gettext/rmsgfmt.rb:51
|
|
46
52
|
#: lib/gettext/rmsgmerge.rb:408
|
|
47
53
|
msgid "Specific options:"
|
|
48
54
|
msgstr "Ειδικές παράμετροι:"
|
|
49
55
|
|
|
50
|
-
#: lib/gettext/rgettext.rb:
|
|
56
|
+
#: lib/gettext/rgettext.rb:195 lib/gettext/rmsgfmt.rb:53
|
|
51
57
|
#: lib/gettext/rmsgmerge.rb:410
|
|
52
58
|
msgid "write output to specified file"
|
|
53
59
|
msgstr "εγγραφή στο καθορισμένο αρχείο"
|
|
54
60
|
|
|
55
|
-
#: lib/gettext/rgettext.rb:
|
|
61
|
+
#: lib/gettext/rgettext.rb:199
|
|
56
62
|
msgid "File '%s' already exists."
|
|
57
63
|
msgstr "Το αρχείο '%s' προϋπάρχει."
|
|
58
64
|
|
|
59
|
-
#: lib/gettext/rgettext.rb:
|
|
65
|
+
#: lib/gettext/rgettext.rb:204
|
|
60
66
|
msgid "require the library before executing rgettext"
|
|
61
|
-
msgstr "
|
|
67
|
+
msgstr ""
|
|
68
|
+
"Κάντε χρήση της βιβλιοθήκης (require) πριν από την εκτέλεση του rgettext"
|
|
62
69
|
|
|
63
|
-
#: lib/gettext/rgettext.rb:
|
|
70
|
+
#: lib/gettext/rgettext.rb:208
|
|
64
71
|
msgid "run in debugging mode"
|
|
65
72
|
msgstr "εκτέλεση σε debugging mode"
|
|
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 "πληροφορίες έκδοσης και έξοδος"
|
|
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 "που είναι τα αρχεία εισόδου ρε;"
|
|
75
82
|
|
|
@@ -120,18 +127,18 @@ msgstr "Το '%{file}' αγνοήθηκε. Πρέπει να επιλυθούν
|
|
|
120
127
|
msgid "No database is available."
|
|
121
128
|
msgstr "Καμία βάση δεδομένων δεν είναι διαθέσιμη."
|
|
122
129
|
|
|
123
|
-
#: lib/gettext/parser/active_record.rb:
|
|
130
|
+
#: lib/gettext/parser/active_record.rb:140
|
|
124
131
|
msgid "rubygems are not found."
|
|
125
132
|
msgstr "δεν βρέθηκαν τα rubygems."
|
|
126
133
|
|
|
127
|
-
#: lib/gettext.rb:
|
|
134
|
+
#: lib/gettext.rb:417
|
|
128
135
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
129
136
|
msgstr "Η τρίτη παράμετρος είναι λανθασμένη: value = %{number}"
|
|
130
137
|
|
|
131
|
-
#: src/poparser.ry:
|
|
138
|
+
#: src/poparser.ry:38 src/poparser.ry:55
|
|
132
139
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
133
140
|
msgstr "Προειδοποίηση: Ασαφές μύνημα αγνοήθηκε.\n"
|
|
134
141
|
|
|
135
|
-
#: src/poparser.ry:
|
|
142
|
+
#: src/poparser.ry:148
|
|
136
143
|
msgid "Warning: obsolete msgid exists.\n"
|
|
137
144
|
msgstr "Προειδοποίηση: ύπαρξη ξεπερασμένου msgid.\n"
|