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/nb/rails.po
CHANGED
|
@@ -5,86 +5,86 @@
|
|
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
6
|
#
|
|
7
7
|
# Runar Ingebrigtsen <runar@mopo.no>, 2007, 2008.
|
|
8
|
-
#
|
|
9
|
-
#
|
|
8
|
+
#
|
|
9
|
+
#
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
12
|
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
|
14
|
-
"POT-Creation-Date: 2008-
|
|
14
|
+
"POT-Creation-Date: 2008-09-14 01:48+0900\n"
|
|
15
15
|
"PO-Revision-Date: 2008-07-14 16:16+0200\n"
|
|
16
16
|
"Last-Translator: Runar Ingebrigtsen <runar@mopo.no>\n"
|
|
17
17
|
"Language-Team: Norwegian/Bokmaal <i18n-nb@lister.ping.uio.no>\n"
|
|
18
18
|
"MIME-Version: 1.0\n"
|
|
19
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
-
"Plural-Forms: nplurals=2; plural=(n != 1)
|
|
21
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
22
22
|
|
|
23
|
-
#: lib/gettext/rails.rb:
|
|
23
|
+
#: lib/gettext/rails.rb:327
|
|
24
24
|
msgid "%{num} error prohibited this %{record} from being saved"
|
|
25
25
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
|
26
26
|
msgstr[0] "En feil hindret denne %{record} fra lagring"
|
|
27
27
|
msgstr[1] "%{num} feil hindret denne %{record} i å lagres"
|
|
28
28
|
|
|
29
|
-
#: lib/gettext/rails.rb:
|
|
29
|
+
#: lib/gettext/rails.rb:329
|
|
30
30
|
msgid "There was a problem with the following field:"
|
|
31
31
|
msgid_plural "There were problems with the following fields:"
|
|
32
32
|
msgstr[0] "Vi har et problem med følgende felt:"
|
|
33
33
|
msgstr[1] "Vi har problemer med følgende felt:"
|
|
34
34
|
|
|
35
|
-
#: lib/gettext/rails.rb:
|
|
35
|
+
#: lib/gettext/rails.rb:435
|
|
36
36
|
msgid "less than 5 seconds"
|
|
37
37
|
msgstr "mindre enn 5 sekunder"
|
|
38
38
|
|
|
39
|
-
#: lib/gettext/rails.rb:
|
|
39
|
+
#: lib/gettext/rails.rb:435
|
|
40
40
|
msgid "less than 10 seconds"
|
|
41
41
|
msgstr "mindre enn 10 sekunder"
|
|
42
42
|
|
|
43
|
-
#: lib/gettext/rails.rb:
|
|
43
|
+
#: lib/gettext/rails.rb:435
|
|
44
44
|
msgid "less than 20 seconds"
|
|
45
45
|
msgstr "mindre enn 20 sekunder"
|
|
46
46
|
|
|
47
|
-
#: lib/gettext/rails.rb:
|
|
47
|
+
#: lib/gettext/rails.rb:436
|
|
48
48
|
msgid "half a minute"
|
|
49
49
|
msgstr "et halvt minutt"
|
|
50
50
|
|
|
51
|
-
#: lib/gettext/rails.rb:
|
|
51
|
+
#: lib/gettext/rails.rb:436
|
|
52
52
|
msgid "less than a minute"
|
|
53
53
|
msgstr "mindre enn et minutt"
|
|
54
54
|
|
|
55
|
-
#: lib/gettext/rails.rb:
|
|
55
|
+
#: lib/gettext/rails.rb:436
|
|
56
56
|
msgid "about 1 month"
|
|
57
57
|
msgstr "omtrent en måned"
|
|
58
58
|
|
|
59
|
-
#: lib/gettext/rails.rb:
|
|
59
|
+
#: lib/gettext/rails.rb:437
|
|
60
60
|
msgid "about 1 year"
|
|
61
61
|
msgstr "omtrent et år"
|
|
62
62
|
|
|
63
|
-
#: lib/gettext/rails.rb:
|
|
63
|
+
#: lib/gettext/rails.rb:438
|
|
64
64
|
msgid "1 minute"
|
|
65
65
|
msgid_plural "%{num} minutes"
|
|
66
66
|
msgstr[0] "Ett minutt"
|
|
67
67
|
msgstr[1] "%{num} minutter"
|
|
68
68
|
|
|
69
|
-
#: lib/gettext/rails.rb:
|
|
69
|
+
#: lib/gettext/rails.rb:439
|
|
70
70
|
msgid "about 1 hour"
|
|
71
71
|
msgid_plural "about %{num} hours"
|
|
72
72
|
msgstr[0] "omtrent en time"
|
|
73
73
|
msgstr[1] "omtrent %{num} timer"
|
|
74
74
|
|
|
75
|
-
#: lib/gettext/rails.rb:
|
|
75
|
+
#: lib/gettext/rails.rb:440
|
|
76
76
|
msgid "1 day"
|
|
77
77
|
msgid_plural "%{num} days"
|
|
78
78
|
msgstr[0] "En dag"
|
|
79
79
|
msgstr[1] "%{num} dager"
|
|
80
80
|
|
|
81
|
-
#: lib/gettext/rails.rb:
|
|
81
|
+
#: lib/gettext/rails.rb:441
|
|
82
82
|
msgid "1 month"
|
|
83
83
|
msgid_plural "%{num} months"
|
|
84
84
|
msgstr[0] "En måned"
|
|
85
85
|
msgstr[1] "%{num} måneder"
|
|
86
86
|
|
|
87
|
-
#: lib/gettext/rails.rb:
|
|
87
|
+
#: lib/gettext/rails.rb:442
|
|
88
88
|
msgid "over 1 year"
|
|
89
89
|
msgid_plural "over %{num} years"
|
|
90
90
|
msgstr[0] "over 1 år"
|
|
@@ -94,79 +94,78 @@ msgstr[1] "over %{num} år"
|
|
|
94
94
|
msgid "Validation failed: %{error_messages}"
|
|
95
95
|
msgstr "Validering feilet: %{error_messages}"
|
|
96
96
|
|
|
97
|
-
#: lib/gettext/active_record.rb:
|
|
97
|
+
#: lib/gettext/active_record.rb:247
|
|
98
98
|
msgid "%{fn} is not included in the list"
|
|
99
99
|
msgstr "%{fn} er ikke inkludert i listen"
|
|
100
100
|
|
|
101
|
-
#: lib/gettext/active_record.rb:
|
|
101
|
+
#: lib/gettext/active_record.rb:248
|
|
102
102
|
msgid "%{fn} is reserved"
|
|
103
103
|
msgstr "%{fn} er reservert"
|
|
104
104
|
|
|
105
|
-
#: lib/gettext/active_record.rb:
|
|
105
|
+
#: lib/gettext/active_record.rb:249
|
|
106
106
|
msgid "%{fn} is invalid"
|
|
107
107
|
msgstr "%{fn} er ugyldig"
|
|
108
108
|
|
|
109
|
-
#: lib/gettext/active_record.rb:
|
|
109
|
+
#: lib/gettext/active_record.rb:250
|
|
110
110
|
msgid "%{fn} doesn't match confirmation"
|
|
111
111
|
msgstr "%{fn} stemmer ikke med bekreftelsen"
|
|
112
112
|
|
|
113
|
-
#: lib/gettext/active_record.rb:
|
|
113
|
+
#: lib/gettext/active_record.rb:251
|
|
114
114
|
msgid "%{fn} must be accepted"
|
|
115
115
|
msgstr "%{fn} må godtas"
|
|
116
116
|
|
|
117
|
-
#: lib/gettext/active_record.rb:
|
|
117
|
+
#: lib/gettext/active_record.rb:252
|
|
118
118
|
msgid "%{fn} can't be empty"
|
|
119
119
|
msgstr "%{fn} kan ikke være tom"
|
|
120
120
|
|
|
121
|
-
#: lib/gettext/active_record.rb:
|
|
121
|
+
#: lib/gettext/active_record.rb:253
|
|
122
122
|
msgid "%{fn} can't be blank"
|
|
123
123
|
msgstr "%{fn} kan ikke være blank"
|
|
124
124
|
|
|
125
|
-
#: lib/gettext/active_record.rb:
|
|
125
|
+
#: lib/gettext/active_record.rb:254
|
|
126
126
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
127
127
|
msgstr "%{fn} er for lang (maks %d tegn)"
|
|
128
128
|
|
|
129
|
-
#: lib/gettext/active_record.rb:
|
|
129
|
+
#: lib/gettext/active_record.rb:255
|
|
130
130
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
131
131
|
msgstr "%{fn} er for kort (minimum %d tegn)"
|
|
132
132
|
|
|
133
|
-
#: lib/gettext/active_record.rb:
|
|
133
|
+
#: lib/gettext/active_record.rb:256
|
|
134
134
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
135
135
|
msgstr "%{fn} er har gal lengde (skulle vært %d tegn)"
|
|
136
136
|
|
|
137
|
-
#: lib/gettext/active_record.rb:
|
|
137
|
+
#: lib/gettext/active_record.rb:257
|
|
138
138
|
msgid "%{fn} has already been taken"
|
|
139
139
|
msgstr "%{fn} er allerede i bruk"
|
|
140
140
|
|
|
141
|
-
#: lib/gettext/active_record.rb:
|
|
141
|
+
#: lib/gettext/active_record.rb:258
|
|
142
142
|
msgid "%{fn} is not a number"
|
|
143
143
|
msgstr "%{fn} er ikke et tall"
|
|
144
144
|
|
|
145
|
-
#: lib/gettext/active_record.rb:
|
|
145
|
+
#: lib/gettext/active_record.rb:259
|
|
146
146
|
msgid "%{fn} must be greater than %d"
|
|
147
147
|
msgstr "%{fn} må være større enn %d"
|
|
148
148
|
|
|
149
|
-
#: lib/gettext/active_record.rb:
|
|
149
|
+
#: lib/gettext/active_record.rb:260
|
|
150
150
|
msgid "%{fn} must be greater than or equal to %d"
|
|
151
151
|
msgstr "%{fn} må være større enn eller lik %d"
|
|
152
152
|
|
|
153
|
-
#: lib/gettext/active_record.rb:
|
|
153
|
+
#: lib/gettext/active_record.rb:261
|
|
154
154
|
msgid "%{fn} must be equal to %d"
|
|
155
155
|
msgstr "%{fn} må være lik %d"
|
|
156
156
|
|
|
157
|
-
#: lib/gettext/active_record.rb:
|
|
157
|
+
#: lib/gettext/active_record.rb:262
|
|
158
158
|
msgid "%{fn} must be less than %d"
|
|
159
159
|
msgstr "%{fn} må være mindre enn %d"
|
|
160
160
|
|
|
161
|
-
#: lib/gettext/active_record.rb:
|
|
161
|
+
#: lib/gettext/active_record.rb:263
|
|
162
162
|
msgid "%{fn} must be less than or equal to %d"
|
|
163
163
|
msgstr "%{fn} må være mindre enn eller lik %d"
|
|
164
164
|
|
|
165
|
-
#: lib/gettext/active_record.rb:
|
|
165
|
+
#: lib/gettext/active_record.rb:264
|
|
166
166
|
msgid "%{fn} must be odd"
|
|
167
167
|
msgstr "%{fn} må være ulik"
|
|
168
168
|
|
|
169
|
-
#: lib/gettext/active_record.rb:
|
|
169
|
+
#: lib/gettext/active_record.rb:265
|
|
170
170
|
msgid "%{fn} must be even"
|
|
171
171
|
msgstr "%{fn} må være lik"
|
|
172
|
-
|
data/po/nb/rgettext.po
CHANGED
|
@@ -5,73 +5,81 @@
|
|
|
5
5
|
# This file is distributed under the same license as the Ruby-GetText-Package.
|
|
6
6
|
#
|
|
7
7
|
# Runar Ingebrigtsen <runar@mopo.no>, 2007, 2008.
|
|
8
|
-
#
|
|
9
|
-
#
|
|
8
|
+
#
|
|
9
|
+
#
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
12
|
"Project-Id-Version: ruby-gettext 1.92.0\n"
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
|
14
|
-
"POT-Creation-Date: 2008-
|
|
14
|
+
"POT-Creation-Date: 2008-09-14 01:48+0900\n"
|
|
15
15
|
"PO-Revision-Date: 2008-07-14 16:42+0200\n"
|
|
16
16
|
"Last-Translator: Runar Ingebrigtsen <runar@mopo.no>\n"
|
|
17
17
|
"Language-Team: Norwegian/Bokmaal <i18n-nb@lister.ping.uio.no>\n"
|
|
18
18
|
"MIME-Version: 1.0\n"
|
|
19
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
-
"Plural-Forms: nplurals=2; plural=(n != 1)
|
|
21
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
22
22
|
|
|
23
|
-
#: 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
|
|
24
30
|
msgid "Failed to merge with %{defpo}"
|
|
25
31
|
msgstr "Klarte ikke slå sammen med %{defpo}·-·hopper over!"
|
|
26
32
|
|
|
27
|
-
#: lib/gettext/utils.rb:
|
|
33
|
+
#: lib/gettext/utils.rb:81
|
|
28
34
|
msgid "New .pot was copied to %{failed_filename}"
|
|
29
35
|
msgstr "Kontroller ny .pot i %{failed_filename}"
|
|
30
36
|
|
|
31
|
-
#: lib/gettext/utils.rb:
|
|
37
|
+
#: lib/gettext/utils.rb:82
|
|
32
38
|
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
33
|
-
msgstr "
|
|
39
|
+
msgstr ""
|
|
40
|
+
"Kontroller disse po/pot-filene. Det kan være syntaks-feil eller noe annet "
|
|
41
|
+
"galt."
|
|
34
42
|
|
|
35
43
|
#: lib/gettext/rgettext.rb:43
|
|
36
44
|
msgid "'%{klass}' is ignored."
|
|
37
45
|
msgstr "'%{klass}' blir ignorert."
|
|
38
46
|
|
|
39
|
-
#: lib/gettext/rgettext.rb:
|
|
47
|
+
#: lib/gettext/rgettext.rb:189
|
|
40
48
|
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
41
49
|
msgstr "Bruk: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
42
50
|
|
|
43
|
-
#: lib/gettext/rgettext.rb:
|
|
51
|
+
#: lib/gettext/rgettext.rb:191
|
|
44
52
|
msgid "Extract translatable strings from given input files."
|
|
45
53
|
msgstr "Trekk ut oversettbare tekststrenger fra angitte filer"
|
|
46
54
|
|
|
47
|
-
#: lib/gettext/rgettext.rb:
|
|
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 "Spesifikke alternativer:"
|
|
51
59
|
|
|
52
|
-
#: lib/gettext/rgettext.rb:
|
|
60
|
+
#: lib/gettext/rgettext.rb:195 lib/gettext/rmsgfmt.rb:53
|
|
53
61
|
#: lib/gettext/rmsgmerge.rb:410
|
|
54
62
|
msgid "write output to specified file"
|
|
55
63
|
msgstr "skriv ut til spesifisert fil"
|
|
56
64
|
|
|
57
|
-
#: lib/gettext/rgettext.rb:
|
|
65
|
+
#: lib/gettext/rgettext.rb:199
|
|
58
66
|
msgid "File '%s' already exists."
|
|
59
67
|
msgstr "Filen '%s' eksisterer fra før"
|
|
60
68
|
|
|
61
|
-
#: lib/gettext/rgettext.rb:
|
|
69
|
+
#: lib/gettext/rgettext.rb:204
|
|
62
70
|
msgid "require the library before executing rgettext"
|
|
63
71
|
msgstr "krev biblioteket før du kjører rgettext"
|
|
64
72
|
|
|
65
|
-
#: lib/gettext/rgettext.rb:
|
|
73
|
+
#: lib/gettext/rgettext.rb:208
|
|
66
74
|
msgid "run in debugging mode"
|
|
67
75
|
msgstr "kjør i feilsøkingsmodus"
|
|
68
76
|
|
|
69
|
-
#: lib/gettext/rgettext.rb:
|
|
77
|
+
#: lib/gettext/rgettext.rb:212 lib/gettext/rmsgfmt.rb:57
|
|
70
78
|
#: lib/gettext/rmsgmerge.rb:421
|
|
71
79
|
msgid "display version information and exit"
|
|
72
80
|
msgstr "vis versjonsinformasjon og avslutt"
|
|
73
81
|
|
|
74
|
-
#: lib/gettext/rgettext.rb:
|
|
82
|
+
#: lib/gettext/rgettext.rb:236 lib/gettext/rmsgfmt.rb:31
|
|
75
83
|
msgid "no input files"
|
|
76
84
|
msgstr "ingen angitte filer"
|
|
77
85
|
|
|
@@ -122,19 +130,18 @@ msgstr "Ignorerte '%{file}'. Løs avhengigheter først."
|
|
|
122
130
|
msgid "No database is available."
|
|
123
131
|
msgstr "Ingen database er tilgjengelig."
|
|
124
132
|
|
|
125
|
-
#: lib/gettext/parser/active_record.rb:
|
|
133
|
+
#: lib/gettext/parser/active_record.rb:140
|
|
126
134
|
msgid "rubygems are not found."
|
|
127
135
|
msgstr "rubygems ble ikke funnet."
|
|
128
136
|
|
|
129
|
-
#: lib/gettext.rb:
|
|
137
|
+
#: lib/gettext.rb:417
|
|
130
138
|
msgid "3rd parmeter is wrong: value = %{number}"
|
|
131
139
|
msgstr "Tredje parameter er feil: verdi = %{number}"
|
|
132
140
|
|
|
133
|
-
#: src/poparser.ry:
|
|
141
|
+
#: src/poparser.ry:38 src/poparser.ry:55
|
|
134
142
|
msgid "Warning: fuzzy message was ignored.\n"
|
|
135
143
|
msgstr "Advarsel: uferdig melding ble ignorert.\n"
|
|
136
144
|
|
|
137
|
-
#: src/poparser.ry:
|
|
145
|
+
#: src/poparser.ry:148
|
|
138
146
|
msgid "Warning: obsolete msgid exists.\n"
|
|
139
147
|
msgstr "Advarsel: det fins utdaterte msgid.\n"
|
|
140
|
-
|
data/po/nl/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: 2007-06-26 20:52+0100\n"
|
|
15
15
|
"Last-Translator: Menno Jonkers <ruby_gettext at jonkers.com>\n"
|
|
16
16
|
"Language-Team: Dutch <ruby_gettext at jonkers.com>\n"
|
|
@@ -19,71 +19,71 @@ msgstr ""
|
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
|
20
20
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
21
21
|
|
|
22
|
-
#: lib/gettext/rails.rb:
|
|
22
|
+
#: lib/gettext/rails.rb:327
|
|
23
23
|
msgid "%{num} error prohibited this %{record} from being saved"
|
|
24
24
|
msgid_plural "%{num} errors prohibited this %{record} from being saved"
|
|
25
25
|
msgstr[0] "door %{num} fout kon dit %{record} niet worden opgeslagen"
|
|
26
26
|
msgstr[1] "door %{num} fouten kon dit %{record} niet worden opgeslagen"
|
|
27
27
|
|
|
28
|
-
#: lib/gettext/rails.rb:
|
|
28
|
+
#: lib/gettext/rails.rb:329
|
|
29
29
|
msgid "There was a problem with the following field:"
|
|
30
30
|
msgid_plural "There were problems with the following fields:"
|
|
31
31
|
msgstr[0] "Er was een probleem met het volgende veld:"
|
|
32
32
|
msgstr[1] "Er waren problemen met de volgende velden:"
|
|
33
33
|
|
|
34
|
-
#: lib/gettext/rails.rb:
|
|
34
|
+
#: lib/gettext/rails.rb:435
|
|
35
35
|
msgid "less than 5 seconds"
|
|
36
36
|
msgstr "minder dan 5 seconden"
|
|
37
37
|
|
|
38
|
-
#: lib/gettext/rails.rb:
|
|
38
|
+
#: lib/gettext/rails.rb:435
|
|
39
39
|
msgid "less than 10 seconds"
|
|
40
40
|
msgstr "minder dan 10 seconden"
|
|
41
41
|
|
|
42
|
-
#: lib/gettext/rails.rb:
|
|
42
|
+
#: lib/gettext/rails.rb:435
|
|
43
43
|
msgid "less than 20 seconds"
|
|
44
44
|
msgstr "minder dan 20 seconden"
|
|
45
45
|
|
|
46
|
-
#: lib/gettext/rails.rb:
|
|
46
|
+
#: lib/gettext/rails.rb:436
|
|
47
47
|
msgid "half a minute"
|
|
48
48
|
msgstr "een halve minuut"
|
|
49
49
|
|
|
50
|
-
#: lib/gettext/rails.rb:
|
|
50
|
+
#: lib/gettext/rails.rb:436
|
|
51
51
|
msgid "less than a minute"
|
|
52
52
|
msgstr "minder dan een minuut"
|
|
53
53
|
|
|
54
|
-
#: lib/gettext/rails.rb:
|
|
54
|
+
#: lib/gettext/rails.rb:436
|
|
55
55
|
msgid "about 1 month"
|
|
56
56
|
msgstr "ongeveer 1 maand"
|
|
57
57
|
|
|
58
|
-
#: lib/gettext/rails.rb:
|
|
58
|
+
#: lib/gettext/rails.rb:437
|
|
59
59
|
msgid "about 1 year"
|
|
60
60
|
msgstr "ongeveer 1 jaar"
|
|
61
61
|
|
|
62
|
-
#: lib/gettext/rails.rb:
|
|
62
|
+
#: lib/gettext/rails.rb:438
|
|
63
63
|
msgid "1 minute"
|
|
64
64
|
msgid_plural "%{num} minutes"
|
|
65
65
|
msgstr[0] "1 minuut"
|
|
66
66
|
msgstr[1] "%{num} minuten"
|
|
67
67
|
|
|
68
|
-
#: lib/gettext/rails.rb:
|
|
68
|
+
#: lib/gettext/rails.rb:439
|
|
69
69
|
msgid "about 1 hour"
|
|
70
70
|
msgid_plural "about %{num} hours"
|
|
71
71
|
msgstr[0] "ongeveer 1 uur"
|
|
72
72
|
msgstr[1] "ongeveer %{num} uur"
|
|
73
73
|
|
|
74
|
-
#: lib/gettext/rails.rb:
|
|
74
|
+
#: lib/gettext/rails.rb:440
|
|
75
75
|
msgid "1 day"
|
|
76
76
|
msgid_plural "%{num} days"
|
|
77
77
|
msgstr[0] "1 dag"
|
|
78
78
|
msgstr[1] "%{num} dagen"
|
|
79
79
|
|
|
80
|
-
#: lib/gettext/rails.rb:
|
|
80
|
+
#: lib/gettext/rails.rb:441
|
|
81
81
|
msgid "1 month"
|
|
82
82
|
msgid_plural "%{num} months"
|
|
83
83
|
msgstr[0] "1 maand"
|
|
84
84
|
msgstr[1] "%{num} maanden"
|
|
85
85
|
|
|
86
|
-
#: lib/gettext/rails.rb:
|
|
86
|
+
#: lib/gettext/rails.rb:442
|
|
87
87
|
#, fuzzy
|
|
88
88
|
msgid "over 1 year"
|
|
89
89
|
msgid_plural "over %{num} years"
|
|
@@ -94,85 +94,85 @@ msgstr[1] "meer dan %{num} jaar"
|
|
|
94
94
|
msgid "Validation failed: %{error_messages}"
|
|
95
95
|
msgstr "Validatie mislukt: %{error_messages}"
|
|
96
96
|
|
|
97
|
-
#: lib/gettext/active_record.rb:
|
|
97
|
+
#: lib/gettext/active_record.rb:247
|
|
98
98
|
msgid "%{fn} is not included in the list"
|
|
99
99
|
msgstr "%{fn} komt niet voor in de lijst"
|
|
100
100
|
|
|
101
|
-
#: lib/gettext/active_record.rb:
|
|
101
|
+
#: lib/gettext/active_record.rb:248
|
|
102
102
|
msgid "%{fn} is reserved"
|
|
103
103
|
msgstr "%{fn} is gereserveerd"
|
|
104
104
|
|
|
105
|
-
#: lib/gettext/active_record.rb:
|
|
105
|
+
#: lib/gettext/active_record.rb:249
|
|
106
106
|
msgid "%{fn} is invalid"
|
|
107
107
|
msgstr "%{fn} is ongeldig"
|
|
108
108
|
|
|
109
|
-
#: lib/gettext/active_record.rb:
|
|
109
|
+
#: lib/gettext/active_record.rb:250
|
|
110
110
|
msgid "%{fn} doesn't match confirmation"
|
|
111
111
|
msgstr "%{fn} komt niet overeen met de bevestiging"
|
|
112
112
|
|
|
113
|
-
#: lib/gettext/active_record.rb:
|
|
113
|
+
#: lib/gettext/active_record.rb:251
|
|
114
114
|
msgid "%{fn} must be accepted"
|
|
115
115
|
msgstr "%{fn} moet geaccepteerd worden"
|
|
116
116
|
|
|
117
|
-
#: lib/gettext/active_record.rb:
|
|
117
|
+
#: lib/gettext/active_record.rb:252
|
|
118
118
|
msgid "%{fn} can't be empty"
|
|
119
119
|
msgstr "%{fn} mag niet leeg zijn"
|
|
120
120
|
|
|
121
|
-
#: lib/gettext/active_record.rb:
|
|
121
|
+
#: lib/gettext/active_record.rb:253
|
|
122
122
|
msgid "%{fn} can't be blank"
|
|
123
123
|
msgstr "%{fn} mag niet leeg zijn"
|
|
124
124
|
|
|
125
|
-
#: lib/gettext/active_record.rb:
|
|
125
|
+
#: lib/gettext/active_record.rb:254
|
|
126
126
|
msgid "%{fn} is too long (maximum is %d characters)"
|
|
127
127
|
msgstr "%{fn} is te lang (maximum is %d tekens)"
|
|
128
128
|
|
|
129
|
-
#: lib/gettext/active_record.rb:
|
|
129
|
+
#: lib/gettext/active_record.rb:255
|
|
130
130
|
msgid "%{fn} is too short (minimum is %d characters)"
|
|
131
131
|
msgstr "%{fn} is te kort (minimum is %d tekens)"
|
|
132
132
|
|
|
133
|
-
#: lib/gettext/active_record.rb:
|
|
133
|
+
#: lib/gettext/active_record.rb:256
|
|
134
134
|
msgid "%{fn} is the wrong length (should be %d characters)"
|
|
135
135
|
msgstr "%{fn} heeft een onjuiste lengte (dit moet %d tekens zijn)"
|
|
136
136
|
|
|
137
|
-
#: lib/gettext/active_record.rb:
|
|
137
|
+
#: lib/gettext/active_record.rb:257
|
|
138
138
|
msgid "%{fn} has already been taken"
|
|
139
139
|
msgstr "%{fn} is al in gebruik"
|
|
140
140
|
|
|
141
|
-
#: lib/gettext/active_record.rb:
|
|
141
|
+
#: lib/gettext/active_record.rb:258
|
|
142
142
|
msgid "%{fn} is not a number"
|
|
143
143
|
msgstr "%{fn} is geen getal"
|
|
144
144
|
|
|
145
|
-
#: lib/gettext/active_record.rb:
|
|
145
|
+
#: lib/gettext/active_record.rb:259
|
|
146
146
|
#, fuzzy
|
|
147
147
|
msgid "%{fn} must be greater than %d"
|
|
148
148
|
msgstr "%{fn} moet geaccepteerd worden"
|
|
149
149
|
|
|
150
|
-
#: lib/gettext/active_record.rb:
|
|
150
|
+
#: lib/gettext/active_record.rb:260
|
|
151
151
|
#, fuzzy
|
|
152
152
|
msgid "%{fn} must be greater than or equal to %d"
|
|
153
153
|
msgstr "%{fn} moet geaccepteerd worden"
|
|
154
154
|
|
|
155
|
-
#: lib/gettext/active_record.rb:
|
|
155
|
+
#: lib/gettext/active_record.rb:261
|
|
156
156
|
#, fuzzy
|
|
157
157
|
msgid "%{fn} must be equal to %d"
|
|
158
158
|
msgstr "%{fn} moet geaccepteerd worden"
|
|
159
159
|
|
|
160
|
-
#: lib/gettext/active_record.rb:
|
|
160
|
+
#: lib/gettext/active_record.rb:262
|
|
161
161
|
#, fuzzy
|
|
162
162
|
msgid "%{fn} must be less than %d"
|
|
163
163
|
msgstr "%{fn} moet geaccepteerd worden"
|
|
164
164
|
|
|
165
|
-
#: lib/gettext/active_record.rb:
|
|
165
|
+
#: lib/gettext/active_record.rb:263
|
|
166
166
|
#, fuzzy
|
|
167
167
|
msgid "%{fn} must be less than or equal to %d"
|
|
168
168
|
msgstr "%{fn} moet geaccepteerd worden"
|
|
169
169
|
|
|
170
|
-
#: lib/gettext/active_record.rb:
|
|
170
|
+
#: lib/gettext/active_record.rb:264
|
|
171
171
|
#, fuzzy
|
|
172
172
|
msgid "%{fn} must be odd"
|
|
173
173
|
msgstr "%{fn} moet geaccepteerd worden"
|
|
174
174
|
|
|
175
|
-
#: lib/gettext/active_record.rb:
|
|
175
|
+
#: lib/gettext/active_record.rb:265
|
|
176
176
|
#, fuzzy
|
|
177
177
|
msgid "%{fn} must be even"
|
|
178
178
|
msgstr "%{fn} moet geaccepteerd worden"
|