~horux-dev/horux-webcli/thfo

« back to all changes in this revision

Viewing changes to yii/framework/messages/nl/yii.php

  • Committer: Thierry Forchelet
  • Date: 2011-02-25 13:30:15 UTC
  • Revision ID: thierry.forchelet@letux.ch-20110225133015-zxyj9w7sqv8ly971
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * Message translations.
 
4
 *
 
5
 * This file is automatically generated by 'yiic message' command.
 
6
 * It contains the localizable messages extracted from source code.
 
7
 * You may modify this file by translating the extracted messages.
 
8
 *
 
9
 * Each array element represents the translation (value) of a message (key).
 
10
 * If the value is empty, the message is considered as not translated.
 
11
 * Messages that no longer need translation will have their translations
 
12
 * enclosed between a pair of '@@' marks.
 
13
 *
 
14
 * NOTE, this file must be saved in UTF-8 encoding.
 
15
 *
 
16
 * @version $Id: $
 
17
 */
 
18
return array (
 
19
  'Adding a foreign key constraint to an existing table is not supported by SQLite.' => 'Een foreign key toevoegen aan een bestaande table wordt niet ondersteund door SQLite.',
 
20
  'Altering a DB column is not supported by SQLite.' => 'Een DB kolom aanpassen wordt niet ondersteund door SQLite.',
 
21
  'Dropping DB column is not supported by SQLite.' => 'Een DB kolom verwijderen wordt niet ondersteund door SQLite.',
 
22
  'Dropping a foreign key constraint is not supported by SQLite.' => 'Een foreign key verwijderen wordt niet ondersteund door SQLite.',
 
23
  'Renaming a DB column is not supported by SQLite.' => 'Een kolom hernoemen wordt niet ondersteund door SQLite.',
 
24
  'The "db" application component must be configured to be a CDbConnection object.' => 'De "db" applicatie-component moet gedefinieerd zijn als een CDbConnection object.',
 
25
  'The DB query must contain the "from" portion.' => 'De DB query moet een "from" gedeelte bevatten.',
 
26
  'Unable to find "{column}" in table "{table}".' => 'Kan "{column}" niet vinden in tabel "{table}".',
 
27
  'Unable to remove migration {class}.' => 'Het verwijderen van migratie {class} is mislukt.',
 
28
  'Unknown operator "{operator}".' => 'Onbekende operator "{operator}".',
 
29
  '"{path}" is not a valid directory.' => '"{path} is geen geldige map.',
 
30
  '&lt; Previous' => '&lt; Vorige',
 
31
  '&lt;&lt; First' => '&lt;&lt; Eerste',
 
32
  'Active Record requires a "db" CDbConnection application component.' => 'Active Record heeft een "db" CDbConnection applicatie-component nodig.',
 
33
  'Active record "{class}" has an invalid configuration for relation "{relation}". It must specify the relation type, the related active record class and the foreign key.' => 'Active record "{class}" heeft ongeldige instellingen voor de relatie "{relation}". Het relatietype, de verwante active record class en de foreign key moeten opgegeven zijn.',
 
34
  'Active record "{class}" is trying to select an invalid column "{column}". Note, the column must exist in the table or be an expression with alias.' => 'Active record "{class}" probeert de ongeldige kolom "{column}" te selecteren. De kolom moet bestaan in de tabel of moet een uitdrukking met alias zijn.',
 
35
  'Active record class "{class}" does not have a scope named "{scope}".' => 'Active record class "{class}" heeft geen scope met naam "{scope}".',
 
36
  'Alias "{alias}" is invalid. Make sure it points to an existing PHP file.' => 'Alias "{alias}" is ongeldig. Zorg ervoor dat deze wijst naar een bestaand PHP bestand.',
 
37
  'Alias "{alias}" is invalid. Make sure it points to an existing directory or file.' => 'Alias "{alias}" is ongeldig. Zorg ervoor dat het naar een bestaande map of bestand verwijst.',
 
38
  'Alias "{alias}" is invalid. Make sure it points to an existing directory.' => 'Alias "{alias}" is ongeldig. Zorg ervoor dat het verwijst naar een bestaande map.',
 
39
  'Application Log' => 'Applicatielogboek',
 
40
  'Application base path "{path}" is not a valid directory.' => 'Het base path voor de applicatie "{path}" is geen geldige map.',
 
41
  'Application runtime path "{path}" is not valid. Please make sure it is a directory writable by the Web server process.' => 'Het runtime path voor de applicatie "{path}" is ongeldig. Dit moet een map zijn die beschrijfbaar is voor de web server.',
 
42
  'Authorization item "{item}" has already been assigned to user "{user}".' => 'Authorisatie-item "{item}" was al aan gebruiker "{user}" toegewezen.',
 
43
  'Base path "{path}" is not a valid directory.' => 'Het basis pad "{path}" is ongeldig.',
 
44
  'CApcCache requires PHP apc extension to be loaded.' => 'Voor het gebruik van CApcCache moet de apc extensie geladen zijn.',
 
45
  'CAssetManager.basePath "{path}" is invalid. Please make sure the directory exists and is writable by the Web server process.' => 'CAssetManager.basePath "{path}" is ongeldig. Dit moet een bestaande map zijn die beschrijfbaar is voor de web server.',
 
46
  'CCacheHttpSession.cacheID is invalid. Please make sure "{id}" refers to a valid cache application component.' => 'CCacheHttpSession.cacheID is ongeldig. Gelieve ervoor te zorgen dan "{id}" naar een geldige cache application component wijst.',
 
47
  'CCaptchaValidator.action "{id}" is invalid. Unable to find such an action in the current controller.' => 'CCaptchaValidator.action "{id}" is ongeldig. Kan geen overeenkomstige actie vinden in de huidige controller.',
 
48
  'CDbAuthManager.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbAuthManager.connectionID "{id}" is ongeldig. Gelieve ervoor te zorgen dat het naar de ID van een CDbConnection applicatie-component wijst.',
 
49
  'CDbCache.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbCache.connectionID "{id}" is ongeldig. Gelieve ervoor te zorgen dat het naar de ID van een CDbConnection applicatie-component wijst.',
 
50
  'CDbCacheDependency.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbCacheDependency.connectionID "{id}" is ongeldig. Zorg ervoor dat het verwijst naar de ID van een CDbConnection applicatie-component.',
 
51
  'CDbCacheDependency.sql cannot be empty.' => 'CDbCacheDependency.sql mag niet leeg zijn.',
 
52
  'CDbCommand failed to execute the SQL statement: {error}' => 'CDbCommand faalde tijdens het uitvoeren van volgend SQL statement: {error}',
 
53
  'CDbCommand failed to prepare the SQL statement: {error}' => 'CDbCommand faalde bij de "prepare" van volgend SQL statement: {error}',
 
54
  'CDbConnection does not support reading schema for {driver} database.' => 'CDbConnection heeft geen ondersteunig voor het lezen van het schema van een {driver} database.',
 
55
  'CDbConnection failed to open the DB connection.' => 'CDbConnection kon geen verbinding maken met de database.',
 
56
  'CDbConnection failed to open the DB connection: {error}' => 'CDbConnection kon geen verbinding maken met de database: {error}',
 
57
  'CDbConnection is inactive and cannot perform any DB operations.' => 'CDbConnection is niet actief and kan geen DB bewerkingen uitvoeren.',
 
58
  'CDbConnection.connectionString cannot be empty.' => 'CDbConnection.connectionString mag niet leeg zijn.',
 
59
  'CDbDataReader cannot rewind. It is a forward-only reader.' => 'CDbDataReader kan niet terugspoelen. Dit is een alleen-vooruit lezer.',
 
60
  'CDbHttpSession.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbHttpSession.connectionID "{id}" is ongeldig. Gelieve ervoor te zorgen dat het naar de ID van een CDbConnection applicatie-component wijst.',
 
61
  'CDbLogRoute.connectionID "{id}" does not point to a valid CDbConnection application component.' => 'CDbLogRoute.connectionID "{id}" wijst niet naar een geldige CDbConnection applicatie-component.',
 
62
  'CDbMessageSource.connectionID is invalid. Please make sure "{id}" refers to a valid database application component.' => 'CDbMessageSource.connectionID is ongeldig. Gelieve ervoor te zorgen dat "{id}" naar een geldige database applicatie-component wijst.',
 
63
  'CDbTestFixture.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbTestFixture.connectionID "{id}" is ongeldig. Gelieve te zorgen dat het naar de ID van een CDbConnection applicatie-component wijst.',
 
64
  'CDbTransaction is inactive and cannot perform commit or roll back operations.' => 'CDbTransaction is niet actief en kan geen commit of roll back operaties uitvoeren.',
 
65
  'CDirectoryCacheDependency.directory cannot be empty.' => 'CDirectoryCacheDependency.directory mag niet leeg zijn.',
 
66
  'CEAcceleratorCache requires PHP eAccelerator extension to be loaded, enabled or compiled with the "--with-eaccelerator-shared-memory" option.' => 'Voor het gebruik van CEAcceleratorCache moet de PHP eAccelerator extensie of geladen, of aangezet, of gecompileerd zijn met de "--with-eaccelerator-shared-memory" optie.',
 
67
  'CFileCacheDependency.fileName cannot be empty.' => 'CFileCacheDependency.fileName mag niet leeg zijn.',
 
68
  'CFileLogRoute.logPath "{path}" does not point to a valid directory. Make sure the directory exists and is writable by the Web server process.' => 'CFileLogRoute.logPath "{path}" wijst naar een ongeldige map. Dit moet een map zijn die beschrijfbaar is voor de web server.',
 
69
  'CFilterChain can only take objects implementing the IFilter interface.' => 'CFilterChain kan alleen overweg met objecten die de IFilter interface implementeren.',
 
70
  'CFlexWidget.baseUrl cannot be empty.' => 'CFlexWidget.baseUrl mag niet leeg zijn.',
 
71
  'CFlexWidget.name cannot be empty.' => 'CFlexWidget.name mag niet leeg zijn.',
 
72
  'CGlobalStateCacheDependency.stateName cannot be empty.' => 'CGlobalStateCacheDependency.stateName mag niet leeg zijn.',
 
73
  'CHttpCookieCollection can only hold CHttpCookie objects.' => 'CHttpCookieCollection kan alleen CHttpCookie objecten bevatten.',
 
74
  'CHttpRequest is unable to determine the entry script URL.' => 'CHttpRequest kan de URL van het ingangsscript niet bepalen.',
 
75
  'CHttpRequest is unable to determine the path info of the request.' => 'CHttpRequest kan de pad-informatie van het verzoek niet bepalen',
 
76
  'CHttpRequest is unable to determine the request URI.' => 'CHttpRequest kan de URI van het verzoek niet bepalen',
 
77
  'CHttpSession.cookieMode can only be "none", "allow" or "only".' => 'CHttpSession.cookieMode kan alleen "none", "allow" of "only" zijn.',
 
78
  'CHttpSession.gcProbability "{value}" is invalid. It must be an integer between 0 and 100.' => 'CHttpSession.gcProbability "{value}" is ongeldig. Het moet een geheel getal tussen 0 en 100 zijn.',
 
79
  'CHttpSession.savePath "{path}" is not a valid directory.' => 'CHttpSession.savePath "{path}" is geen geldige map.',
 
80
  'CMemCache server configuration must be an array.' => 'De configuratie voor de CMemCache server moet een array zijn.',
 
81
  'CMemCache server configuration must have "host" value.' => 'De configuratie voor de CMemCache server moet een "host" waarde bevatten.',
 
82
  'CProfileLogRoute found a mismatching code block "{token}". Make sure the calls to Yii::beginProfile() and Yii::endProfile() be properly nested.' => 'CProfileLogRoute heeft een niet overeenkomstig cod blok "{token}" gevonden. Zorg ervoor dat alle aanroepen naar Yii::beginProfile() en Yii::endProfile() correct genesteld zijn.',
 
83
  'CProfileLogRoute.report "{report}" is invalid. Valid values include "summary" and "callstack".' => 'CProfileLogRoute.report "{report}" is ongeldig. Geldige waarden bevatten "summary" en "callstack".',
 
84
  'CSecurityManager requires PHP mcrypt extension to be loaded in order to use data encryption feature.' => 'CSecurityManager vereist de PHP mcrypt extensie om de data versleutel functionaliteit te kunnen gebruiken.',
 
85
  'CSecurityManager.encryptionKey cannot be empty.' => 'CSecurityManager.encryptionKey mag niet leeg zijn.',
 
86
  'CSecurityManager.validationKey cannot be empty.' => 'CSecurityManager.validationKey mag niet leeg zijn.',
 
87
  'CTypedList<{type}> can only hold objects of {type} class.' => 'CTypedList<{type}> kan alleen {type}-objecten bevatten.',
 
88
  'CTypedMap<{type}> can only hold objects of {type} class.' => 'CTypedMap<{type}> kan alleen objecten van type {type} bevatten.',
 
89
  'CUrlManager.UrlFormat must be either "path" or "get".' => 'CUrlManager.UrlFormat moet "path" of "get". zijn',
 
90
  'CWinCache requires PHP wincache extension to be loaded.' => 'Voor het gebruik van CWinCache moet de PHP wincache extensie geladen zijn.',
 
91
  'CWinCache user cache is disabled. Please set wincache.ucenabled to On in your php.ini.' => 'De CWinCache gebruikerscache is niet aangezet. Gelieve wincache.ucenabled op "On" te zetten in php.ini.',
 
92
  'CXCache requires PHP XCache extension to be loaded.' => 'Voor het gebruik van CXCache moet de XCache extensie geladen zijn.',
 
93
  'CZendDataCache requires PHP Zend Data Cache extension to be loaded.' => 'Voor het gebruik van CZendDataCache moet de PHP Zend Data Cache extensie geladen zijn.',
 
94
  'Cannot add "{child}" as a child of "{name}". A loop has been detected.' => 'Kan "{child}" niet toevoegen als kind van "{name}". Er werd een lus ontdekt.',
 
95
  'Cannot add "{child}" as a child of "{parent}". A loop has been detected.' => 'Kan "{child}" niet toevoegen als kind van "{parent}". Er werd een lus ontdekt.',
 
96
  'Cannot add "{name}" as a child of itself.' => 'Kan "{child}" niet toevoegen als kind van zichzelf.',
 
97
  'Cannot add an item of type "{child}" to an item of type "{parent}".' => 'Kan een item van type "{child}" niet toevoegen aan een item van type "{parent}".',
 
98
  'Column name must be either a string or an array.' => 'De kolomnaam moet een string of een array zijn.',
 
99
  'Either "{parent}" or "{child}" does not exist.' => '"{parent}" of "{child}" bestaat niet.',
 
100
  'Error: Table "{table}" does not have a primary key.' => 'Fout: Tabel "{table}" heeft geen primary key.',
 
101
  'Error: Table "{table}" has a composite primary key which is not supported by crud command.' => 'Fout: Tabel "{table}" heeft een samengestelde key. Dit wordt niet ondersteund door het crud commando.',
 
102
  'Event "{class}.{event}" is attached with an invalid handler "{handler}".' => 'Event "{class}.{event}" is verbonden met een ongeldige handler "{handler}".',
 
103
  'Event "{class}.{event}" is not defined.' => 'Event "{class}.{event}" is niet gedefinieerd.',
 
104
  'Extension path "{path}" does not exist.' => 'Het pad "{path}" van de extensie bestaat niet.',
 
105
  'Failed to initialize the mcrypt module.' => 'Er is een fout opgetreden tijdens het initializeren van de mcrypt module.',
 
106
  'Failed to set unsafe attribute "{attribute}".' => 'Er is een fout opgetreden tijdens het toekennen van onveilig attribuut "{attribute}".',
 
107
  'Failed to write the uploaded file "{file}" to disk.' => 'Kon het geuploade bestand "{file}" niet wegschrijven naar de schijf.',
 
108
  'File upload was stopped by extension.' => 'De bestandsupload werd gestopt door de extensie.',
 
109
  'Filter "{filter}" is invalid. Controller "{class}" does have the filter method "filter{filter}".' => 'Filter "{filter}" is ongeldig. Controller "{class}" heeft geen filter-methode "filter{filter}".',
 
110
  'GD and FreeType PHP extensions are required.' => 'De GD en FreeType PHP extensies zijn vereist.',
 
111
  'Get a new code' => 'Nieuwe code opvragen',
 
112
  'Go to page: ' => 'Ga naar pagina: ',
 
113
  'Invalid MO file revision: {revision}.' => 'Ongeldige versie voor MO bestand: {revision}.',
 
114
  'Invalid MO file: {file} (magic: {magic}).' => 'Ongeldige MO bestand: {file} (magic: {magic}).',
 
115
  'Invalid enumerable value "{value}". Please make sure it is among ({enum}).' => 'Ongeldige enumereerbare waarde "{value}". Zorg ervoor dat het een van de volgende waarden is ({enum}).',
 
116
  'Invalid operator "{operator}".' => 'Ongeldige operator "{operator}".',
 
117
  'Last &gt;&gt;' => 'Laatste &gt;&gt;',
 
118
  'List data must be an array or an object implementing Traversable.' => 'De data voor de lijst moet een array zijn, of een object dat Traversable implementeerd.',
 
119
  'List index "{index}" is out of bound.' => 'Index {index} ligt niet binnen de lijst',
 
120
  'Login Required' => 'Aanmelden verplicht',
 
121
  'Map data must be an array or an object implementing Traversable.' => 'De Map data moet een array zijn, of een object dat Traversable implementeerd.',
 
122
  'Missing the temporary folder to store the uploaded file "{file}".' => 'Er is geen tijdelijke map om het geuploade bestand te bewaren.',
 
123
  'Next &gt;' => 'Volgende &gt;',
 
124
  'No columns are being updated for table "{table}".' => 'Er worden geen kolommen geupdated voor tabel "{table}".',
 
125
  'No counter columns are being updated for table "{table}".' => 'Er worden geen counter kolommen geupdated voor table "{table}".',
 
126
  'Object configuration must be an array containing a "class" element.' => 'De configuratie voor een object moet een array zijn met een "class" element.',
 
127
  'Please fix the following input errors:' => 'Gelieve de volgende fouten te verhelpen:',
 
128
  'Property "{class}.{property}" is not defined.' => 'Property "{class}.{property}" is niet gedefinieerd.',
 
129
  'Property "{class}.{property}" is read only.' => 'Property "{class}.{property}" is alleen-lezen.',
 
130
  'Queue data must be an array or an object implementing Traversable.' => 'Queue data moet een array zijn of een object dat Traversable implementeerd.',
 
131
  'Relation "{name}" is not defined in active record class "{class}".' => 'De relatie "{name}" is niet gedefinieerd in active record class "{class}".',
 
132
  'Stack data must be an array or an object implementing Traversable.' => 'Stack data moet een array zijn of een object dat Traversable implementeerd.',
 
133
  'Table "{table}" does not exist.' => 'Tabel "{table}" bestaat niet.',
 
134
  'Table "{table}" does not have a column named "{column}".' => 'Tabel "{table}" heeft geen kolom "{column}".',
 
135
  'The "filter" property must be specified with a valid callback.' => 'De "filter" property moet een geldige callback bevatten.',
 
136
  'The "pattern" property must be specified with a valid regular expression.' => 'Het "pattern" property moet een geldige reguliere expressie bevatten.',
 
137
  'The "range" property must be specified with a list of values.' => 'Het "range" attribuut moet een lijst van waarden bevatten.',
 
138
  'The CSRF token could not be verified.' => 'Het CSRF token kon niet geverifieerd worden.',
 
139
  'The STAT relation "{name}" cannot have child relations.' => 'De STAT relatie "{name}" kan geen onderliggende relaties hebben.',
 
140
  'The URL pattern "{pattern}" for route "{route}" is not a valid regular expression.' => 'Het URL pattern "{pattern}" voor route "{route}" is geen geldige reguliere expressie.',
 
141
  'The active record cannot be deleted because it is new.' => 'Het active record kan niet verwijderd worden want het is nieuw.',
 
142
  'The active record cannot be inserted to database because it is not new.' => 'Het active record kan niet aan de database toegevoegd worden want het is niet nieuw.',
 
143
  'The active record cannot be updated because it is new.' => 'Het active record kan niet geupdated worden want het is nieuw.',
 
144
  'The asset "{asset}" to be published does not exist.' => 'Het te publiceren asset "{asset}" bestaat niet',
 
145
  'The command path "{path}" is not a valid directory.' => 'De command map "{path}" is ongeldig.',
 
146
  'The controller path "{path}" is not a valid directory.' => 'De controller map "{path}" is ongeldig.',
 
147
  'The file "{file}" cannot be uploaded. Only files with these extensions are allowed: {extensions}.' => 'Het bestand "{file}" kan niet geuploaded worden. Alleen de volgende extensies zijn toegestaan: {extensions}',
 
148
  'The file "{file}" is too large. Its size cannot exceed {limit} bytes.' => 'Het bestand "{file}" is te groot. Het kan niet groter zijn dan {limit} bytes.',
 
149
  'The file "{file}" is too small. Its size cannot be smaller than {limit} bytes.' => 'Het bestand "{file}" is te klein. Het moet groter zijn dan {limit} bytes.',
 
150
  'The file "{file}" was only partially uploaded.' => 'Het bestand "{file}" is maar gedeeltelijk geuploaded.',
 
151
  'The first element in a filter configuration must be the filter class.' => 'Het eerste element in de configuratie voor een filter moet de filter class zijn.',
 
152
  'The item "{name}" does not exist.' => 'Het item "{name}" bestaat niet.',
 
153
  'The item "{parent}" already has a child "{child}".' => 'Het item "{parent}" heeft al een kind "{child}".',
 
154
  'The layout path "{path}" is not a valid directory.' => 'Het layout pad "{path}" is geen geldige map.',
 
155
  'The list is read only.' => 'De lijst is alleen-lezen.',
 
156
  'The map is read only.' => 'De map is alleen-lezen',
 
157
  'The module path "{path}" is not a valid directory.' => 'Het module pad "{path}" is geen geldige map.',
 
158
  'The pattern for 12 hour format must be "h" or "hh".' => 'Het patroon voor het 12-uur formaat moet "h" of "hh" zijn.',
 
159
  'The pattern for 24 hour format must be "H" or "HH".' => 'Het patroon voor het 24-uur formaat moet "H" of "HH" zijn.',
 
160
  'The pattern for AM/PM marker must be "a".' => 'Het patroon voor AM/PM moet "a" zijn.',
 
161
  'The pattern for day in month must be "F".' => 'Het patroon dag in de maand moet "F" zijn.',
 
162
  'The pattern for day in year must be "D", "DD" or "DDD".' => 'Het patroon voor dag in een jaar moet "D", "DD" of "DDD" zijn.',
 
163
  'The pattern for day of the month must be "d" or "dd".' => 'Het patroon voor dag van de maand moet "d" of "dd" zijn.',
 
164
  'The pattern for day of the week must be "E", "EE", "EEE", "EEEE", "EEEEE", "e", "ee", "eee", "eeee", "eeeee", "c", "cccc" or "ccccc".' => 'Het patroon voor weekdag moet "E", "EE", "EEE", "EEEE", "EEEEE", "e", "ee", "eee", "eeee", "eeeee", "c", "cccc" of "ccccc" zijn.',
 
165
  'The pattern for era must be "G", "GG", "GGG", "GGGG" or "GGGGG".' => 'Het patroon voor tijdperk moet "G", "GG", "GGG", "GGGG" of "GGGGG" zijn.',
 
166
  'The pattern for hour in AM/PM must be "K" or "KK".' => 'Het patroon voor uur in AM/PM moet "K" of "KK" zijn.',
 
167
  'The pattern for hour in day must be "k" or "kk".' => 'Het patroon voor uur in dag moet "k" of "kk" zijn.',
 
168
  'The pattern for minutes must be "m" or "mm".' => 'Het patroon voor minuten moet "m" of "mm" zijn.',
 
169
  'The pattern for month must be "M", "MM", "MMM", "MMMM", "L", "LL", "LLL" or "LLLL".' => 'Het patroon voor maand moet "M", "MM", "MMM", "MMMM", "L", "LL", "LLL" of "LLLL" zijn.',
 
170
  'The pattern for seconds must be "s" or "ss".' => 'Het patroon voor seconden moet "s" of "ss" zijn.',
 
171
  'The pattern for time zone must be "z" or "v".' => 'Het patroon voor tijdzone moet "z" of "v" zijn.',
 
172
  'The pattern for week in month must be "W".' => 'Het patroon voor week in maand moet "W" zijn.',
 
173
  'The pattern for week in year must be "w".' => 'Het patroon voor week in jaar moet "w" zijn.',
 
174
  'The queue is empty.' => 'De queue is leeg.',
 
175
  'The relation "{relation}" in active record class "{class}" is not specified correctly. The join table "{joinTable}" given in the foreign key cannot be found in the database.' => 'De relatie "{relation}" in active record class "{class}" is ongeldig. De join table "{joinTable}" uit de foreign key kan niet gevonden worden in de database.',
 
176
  'The relation "{relation}" in active record class "{class}" is not specified correctly: the join table "{joinTable}" given in the foreign key cannot be found in the database.' => 'De relatie "{relation}" in active record class "{class}" is ongeldig opgegeven: de join table "{joinTable}" uit de foreign key kan niet gevonden worden in de database.',
 
177
  'The relation "{relation}" in active record class "{class}" is specified with a foreign key "{key}" that does not point to the parent table "{table}".' => 'De relatie "{relation}" in active record class "{class}" bevat een foreign key "{key}" die niet naar de parent tabel "{table}" wijst.',
 
178
  'The relation "{relation}" in active record class "{class}" is specified with an incomplete foreign key. The foreign key must consist of columns referencing both joining tables.' => 'De relatie "{relation}" in active record class "{class}" bevat een onvolledige foreign key. De foreign key moet bestaan uit kolommen van beide tabellen.',
 
179
  'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key "{key}". There is no such column in the table "{table}".' => 'De relatie "{relation}" in active record class "{class}" bevat een ongeldige foreign key "{key}". Deze kolom bestaat niet in de tabel "{table}".',
 
180
  'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key. The columns in the key must match the primary keys of the table "{table}".' => 'De relatie "{relation}" in active record class "{class}" bevat een ongeldige foreign key. De kolommen uit de key moeten overeenkomen met de primary keys van de tabel "{table}".',
 
181
  'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key. The format of the foreign key must be "joinTable(fk1,fk2,...)".' => 'De relatie "{relation}" in active record class "{class}" werd opgeven met een ongeldige foreign key. Het formaat van de foreign key moet "joinTable(fk1,fk2,...)" zijn.',
 
182
  'The requested view "{name}" was not found.' => 'De opgevraagde view "{name}" werd niet gevonden.',
 
183
  'The stack is empty.' => 'De stack is leeg',
 
184
  'The system is unable to find the requested action "{action}".' => 'Het systeem kon de opgevraagde actie "{action}" niet vinden.',
 
185
  'The system view path "{path}" is not a valid directory.' => 'Het view pad voor het systeem "{path}" is geen geldige map.',
 
186
  'The table "{table}" for active record class "{class}" cannot be found in the database.' => 'De tabel "{table}" voor active record class "{class}" kan niet gevonden worden in de database.',
 
187
  'The value for the column "{column}" is not supplied when querying the table "{table}".' => 'De waarde voor kolom "{column}" werd niet opgegeven tijdens het queryen van tabel "{table}".',
 
188
  'The verification code is incorrect.' => 'De verificatiecode is fout.',
 
189
  'The view path "{path}" is not a valid directory.' => 'Het pad voor de views "{path}" is een ongeldige map.',
 
190
  'Theme directory "{directory}" does not exist.' => 'Thema map "{directory}" bestaat niet.',
 
191
  'This content requires the <a href="http://www.adobe.com/go/getflash/">Adobe Flash Player</a>.' => 'Deze inhoud vereist de <a href="http://www.adobe.com/go/getflash/">Adobe Flash Player</a>.',
 
192
  'Unable to add an item whose name is the same as an existing item.' => 'Kan geen item toevoegen met dezelfde naam als een bestaand item.',
 
193
  'Unable to change the item name. The name "{name}" is already used by another item.' => 'Kan de item naam niet wijzigen. De naam "{name}" is reeds in gebruik door een ander item.',
 
194
  'Unable to create application state file "{file}". Make sure the directory containing the file exists and is writable by the Web server process.' => 'Kan het status bestand "{file}" voor de applicatie niet aanmaken. Zorg ervoor dat de map waarin het bestand zit bestaat en beschrijfbaar is voor de web server.',
 
195
  'Unable to import "{alias}". Please check your server configuration to make sure you are allowed to change PHP include_path.' => 'Kon "{alias}" niet importeren. Gelieve de server-configuratie na te kijken en zorg ervoor dat het PHP include_path gewijzigd mag worden.',
 
196
  'Unable to lock file "{file}" for reading.' => 'Kan het bestand "{file}" niet vergrendelen voor lezen.',
 
197
  'Unable to lock file "{file}" for writing.' => 'Kan het bestand "{file}" niet vergrendelen voor schrijven.',
 
198
  'Unable to read file "{file}".' => 'Kan het bestand "{file}" niet lezen.',
 
199
  'Unable to replay the action "{object}.{method}". The method does not exist.' => 'Kan de actie "{object}.{method}" niet opnieuw afspelen. De functie bestaat niet.',
 
200
  'Unable to resolve the request "{route}".' => '"{route}" aanvraag kan niet gevonden worden.',
 
201
  'Unable to write file "{file}".' => 'Kan niet schrijven naar bestand "{file}".',
 
202
  'Unknown authorization item "{name}".' => 'Onbekend authorization item "{name}".',
 
203
  'Unknown type "{type}".' => 'Onbekend type "{type}".',
 
204
  'Unrecognized locale "{locale}".' => 'Onbekende localisatie "{locale}".',
 
205
  'View file "{file}" does not exist.' => 'De view "{file}" bestaat niet.',
 
206
  'Yii application can only be created once.' => 'Er kan slechts 1 Yii applicatie aangemaakt worden.',
 
207
  'You are not authorized to perform this action.' => 'Je hebt geen toegang tot deze actie.',
 
208
  'Your request is invalid.' => 'Je verzoek is ongeldig',
 
209
  'Your request is not valid.' => 'De aanvraag is ongeldig.',
 
210
  '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" is reeds in gebruik.',
 
211
  '{attribute} "{value}" is invalid.' => '{attribute} "{value}" is ongeldig.',
 
212
  '{attribute} cannot accept more than {limit} files.' => '{attribute} kan niet meer dan {limit} bestanden bevatten.',
 
213
  '{attribute} cannot be blank.' => '{attribute} mag niet leeg zijn.',
 
214
  '{attribute} is in the list.' => '{attribute} maakt deel uit van de lijst.',
 
215
  '{attribute} is invalid.' => '{attribute} is ongeldig.',
 
216
  '{attribute} is not a valid URL.' => '{attribute} is geen geldige URL.',
 
217
  '{attribute} is not a valid email address.' => '{attribute} is geen geldig emailadres.',
 
218
  '{attribute} is not in the list.' => '{attribute} zit niet in de lijst.',
 
219
  '{attribute} is of the wrong length (should be {length} characters).' => '{attribute} heeft de verkeerde lengte (het zou {length} karakters lang moeten zijn)',
 
220
  '{attribute} is too big (maximum is {max}).' => '{attribute} is te groot (het maximum is {max})',
 
221
  '{attribute} is too long (maximum is {max} characters).' => '{attribute} is te lang (het maximum is {max} karakters).',
 
222
  '{attribute} is too short (minimum is {min} characters).' => '{attribute} is te kort (het minimum is {min} karakters).',
 
223
  '{attribute} is too small (minimum is {min}).' => '{attribute} is te klein (het minimum is {min}).',
 
224
  '{attribute} must be a number.' => '{attribute} moet een getal zijn.',
 
225
  '{attribute} must be an integer.' => '{attribute} moet een geheel getal zijn.',
 
226
  '{attribute} must be either {true} or {false}.' => '{attribute} moet {true} of {false} zijn.',
 
227
  '{attribute} must be greater than "{compareValue}".' => '{attribute} moet groter zijn dan "{compareValue}".',
 
228
  '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} moet groter dan of gelijk aan "{compareValue}" zijn.',
 
229
  '{attribute} must be less than "{compareValue}".' => '{attribute} moet minder zijn dan "{compareValue}".',
 
230
  '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} moet minder dan of gelijk aan "{compareValue}" zijn.',
 
231
  '{attribute} must be repeated exactly.' => '{attribute} moet exact herhaald worden.',
 
232
  '{attribute} must be {type}.' => '{attribute} moet van type {type} zijn',
 
233
  '{attribute} must be {value}.' => '{attribute} moet {value} zijn.',
 
234
  '{attribute} must not be equal to "{compareValue}".' => '{attribute} mag niet gelijk zijn aan "{compareValue}".',
 
235
  '{className} does not support add() functionality.' => '{className} ondersteunt geen add() functionaliteit.',
 
236
  '{className} does not support delete() functionality.' => '{className} ondersteunt geen delete() functionaliteit.',
 
237
  '{className} does not support flushValues() functionality.' => '{className} heeft geen flushValues() functionaliteit.',
 
238
  '{className} does not support get() functionality.' => '{className} ondersteunt geen get() functionaliteit.',
 
239
  '{className} does not support set() functionality.' => '{className} ondersteunt geen set() functionaliteit.',
 
240
  '{class} does not have a method named "{name}".' => '{class} heeft geen functie met naam "{name}".',
 
241
  '{class} does not have relation "{name}".' => '{class} heeft geen relatie "{name}".',
 
242
  '{class} does not support fetching all table names.' => '{class} heeft geen ondersteuning voor het opvragen van alle tabel-namen.',
 
243
  '{class} has an invalid validation rule. The rule must specify attributes to be validated and the validator name.' => '{class} heeft een ongeldige validatie-regel. De regel moet attributen bevatten om de valideren en de naam van de validator.',
 
244
  '{class} must specify "model" and "attribute" or "name" property values.' => '{class} moet "model" en "attribute" bevatten, of "name" property-waarden.',
 
245
  '{class}.allowAutoLogin must be set true in order to use cookie-based authentication.' => '{class}.allowAutoLogin moet aan staan om aanmelden met cookies te gebruiken.',
 
246
  '{class}::authenticate() must be implemented.' => '{class}::authenticate() moet geimplementeerd zijn.',
 
247
  '{controller} cannot find the requested view "{view}".' => '{controller} kan de opgevraagde view "{view}" niet vinden.',
 
248
  '{controller} contains improperly nested widget tags in its view "{view}". A {widget} widget does not have an endWidget() call.' => '{controller} bevat ongeldig genestelde widget tags in z\'n view "{view}". Een {widget} widget heeft geen endWidget() aanroep.',
 
249
  '{controller} has an extra endWidget({id}) call in its view.' => '{controller} heeft een extra endWidget({id})-aanroep in z\'n view',
 
250
  '{widget} cannot find the view "{view}".' => '{widget} kan het viewbestand "{view}" niet vinden.',
 
251
);