1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
#
# a po-file for Ruby-GetText-Package and Ruby on Rails.
#
# Copyright (C) 2005-2007 Masao Mutoh
#
# This file is distributed under the same license as the Ruby-GetText-Package.
#
# Bart ten Brinke <info at retrosync.com>, 2009.
# Menno Jonkers <ruby-gettext at jonkers.com>, 2005-2007.
#
msgid ""
msgstr ""
"Project-Id-Version: gettext_activerecord 0.1.0\n"
"POT-Creation-Date: 2009-02-09 01:48+0900\n"
"PO-Revision-Date: 2007-06-26 20:52+0100\n"
"Last-Translator: Bart ten Brinke <info at retrosync.com>\n"
"Language-Team: Dutch <info at retrosync.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: lib/gettext_activerecord/parser.rb:60
msgid "'%{file}' is not found."
msgstr "Kan het bestand '%{file}' niet vinden."
#: lib/gettext_activerecord/parser.rb:104
msgid "Ignored '%{file}'. Solve dependencies first."
msgstr "Bestand '%{file}' wordt overgeslagen. Dependency probleem."
#: lib/gettext_activerecord/parser.rb:131
msgid "No database is available."
msgstr "Er is geen database beschikbaar."
#: lib/gettext_activerecord/parser.rb:167
msgid "rubygems are not found."
msgstr "Kan rubygems niet vinden."
#: lib/gettext_activerecord/active_record.rb:27
msgid "Validation failed: %{error_messages}"
msgstr "Validatie mislukt: %{error_messages}"
#: lib/gettext_activerecord/active_record.rb:218
msgid "%{attribute} is not included in the list"
msgstr "%{attribute} komt niet voor in de lijst"
#: lib/gettext_activerecord/active_record.rb:219
msgid "%{attribute} is reserved"
msgstr "%{attribute} mag niet worden gebruikt"
#: lib/gettext_activerecord/active_record.rb:220
msgid "%{attribute} is invalid"
msgstr "%{attribute} is ongeldig"
#: lib/gettext_activerecord/active_record.rb:221
msgid "%{attribute} doesn't match confirmation"
msgstr "%{attribute} komt niet overeen met de bevestiging"
#: lib/gettext_activerecord/active_record.rb:222
msgid "%{attribute} must be accepted"
msgstr "%{attribute} moet geaccepteerd worden"
#: lib/gettext_activerecord/active_record.rb:223
msgid "%{attribute} can't be empty"
msgstr "%{attribute} mag niet leeg zijn"
#: lib/gettext_activerecord/active_record.rb:224
msgid "%{attribute} can't be blank"
msgstr "%{attribute} mag niet leeg zijn"
#: lib/gettext_activerecord/active_record.rb:225
msgid "%{attribute} is too long (maximum is %{count} characters)"
msgstr "%{attribute} is te lang (maximaal %{count} tekens)"
#: lib/gettext_activerecord/active_record.rb:226
msgid "%{attribute} is too short (minimum is %{count} characters)"
msgstr "%{attribute} is te kort (minimaal %{count} tekens)"
#: lib/gettext_activerecord/active_record.rb:227
msgid "%{attribute} is the wrong length (should be %{count} characters)"
msgstr "%{attribute} heeft een onjuiste lengte (dit moet %{count} tekens zijn)"
#: lib/gettext_activerecord/active_record.rb:228
msgid "%{attribute} has already been taken"
msgstr "%{attribute} is al in gebruik"
#: lib/gettext_activerecord/active_record.rb:229
msgid "%{attribute} is not a number"
msgstr "%{attribute} is geen getal"
#: lib/gettext_activerecord/active_record.rb:230
msgid "%{attribute} must be greater than %{count}"
msgstr "%{attribute} moet groter zijn dan %{count}"
#: lib/gettext_activerecord/active_record.rb:231
msgid "%{attribute} must be greater than or equal to %{count}"
msgstr "%{attribute} moet groter of gelijk zijn aan %{count}"
#: lib/gettext_activerecord/active_record.rb:232
msgid "%{attribute} must be equal to %{count}"
msgstr "%{attribute} moet gelijk zijn aan %{count}"
#: lib/gettext_activerecord/active_record.rb:233
msgid "%{attribute} must be less than %{count}"
msgstr "%{attribute} moet minder zijn dan %{count}"
#: lib/gettext_activerecord/active_record.rb:234
msgid "%{attribute} must be less than or equal to %{count}"
msgstr "%{attribute} moet minder dan of gelijk zijn aan %{count}"
#: lib/gettext_activerecord/active_record.rb:235
msgid "%{attribute} must be odd"
msgstr "%{attribute} moet een oneven aantal zijn"
#: lib/gettext_activerecord/active_record.rb:236
msgid "%{attribute} must be even"
msgstr "%{attribute} moet even aantal zijn"
|