* remove bogus outputFooter call
[lhc/web/wiklou.git] / includes / installer / Installer.i18n.php
1 <?php
2 /*
3 * Internationalization file for the install/upgrade process. None of the
4 * messages used here are loaded during normal operations, only during
5 * install and upgrade. So you should not put normal messages here.
6 */
7
8 $messages = array();
9
10 /**
11 * English
12 */
13 $messages['en'] = array(
14 'config-title' => 'MediaWiki $1 installation',
15 'config-information' => 'Information',
16 'config-session-error' => 'Error starting session: $1',
17 'config-session-expired' => 'Your session data seems to have expired.
18 Sessions are configured for a lifetime of $1.
19 You can increase this by setting <code>session.gc_maxlifetime</code> in php.ini.
20 Restart the installation process.',
21 'config-no-session' => 'Your session data was lost!
22 Check your php.ini and make sure <code>session.save_path</code> is set to an appropriate directory.',
23 'config-session-path-bad' => 'Your <code>session.save_path</code> (<code>$1</code>) seems to be invalid or unwritable.',
24 'config-show-help' => 'Help',
25 'config-hide-help' => 'Hide help',
26 'config-your-language' => 'Your language:',
27 'config-your-language-help' => 'Select a language to use during the installation process.',
28 'config-wiki-language' => 'Wiki language:',
29 'config-wiki-language-help' => 'Select the language that the wiki will predominantly be written in.',
30 'config-back' => '← Back',
31 'config-continue' => 'Continue →',
32 'config-page-language' => 'Language',
33 'config-page-welcome' => 'Welcome to MediaWiki!',
34 'config-page-dbconnect' => 'Connect to database',
35 'config-page-upgrade' => 'Upgrade existing',
36 'config-page-dbsettings' => 'Database settings',
37 'config-page-name' => 'Name',
38 'config-page-options' => 'Options',
39 'config-page-install' => 'Install',
40 'config-page-complete' => 'Complete!',
41 'config-page-restart' => 'Restart installation',
42 'config-page-readme' => 'Read me',
43 'config-page-releasenotes' => 'Release notes',
44 'config-page-copying' => 'Copying',
45 'config-page-upgradedoc' => 'Upgrading',
46 'config-help-restart' => 'Do you want to clear all saved data that you have entered and restart the installation process?',
47 'config-restart' => 'Yes, restart it',
48 'config-welcome' => "=== Environmental checks ===
49 We're doing basic checks to see if this environment is suitable for MediaWiki installation. You
50 should provide this information if you need help during installation.",
51 'config-copyright' => "=== Copyright and Terms ===
52
53 $1
54
55 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
56
57 This program is distributed in the hope that it will be useful, but '''without any warranty'''; without even the implied warranty of '''merchantability''' or '''fitness for a particular purpose'''.
58 See the GNU General Public License for more details.
59
60 You should have received <doclink href=Copying>a copy of the GNU General Public License</doclink> along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. or [http://www.gnu.org/copyleft/gpl.html read it online].",
61 'config-authors' => 'MediaWiki is Copyright © 2001-2010 by Magnus Manske, Brion Vibber, Lee Daniel Crocker, Tim Starling, Erik Möller, Gabriel Wicke, Ævar Arnfjörð Bjarmason, Niklas Laxström, Domas Mituzas, Rob Church, Yuri Astrakhan, Aryeh Gregor, Aaron Schulz, Andrew Garrett, Raimond Spekking, Alexandre Emsenhuber, Siebrand Mazeland, Chad Horohoe and others.',
62 'config-sidebar' => "* [http://www.mediawiki.org MediaWiki home]
63 * [http://www.mediawiki.org/wiki/Help:Contents User's Guide]
64 * [http://www.mediawiki.org/wiki/Manual:Contents Administrator's Guide]
65 * [http://www.mediawiki.org/wiki/Manual:FAQ FAQ]",
66 'config-env-good' => '<span class="success-message">The environment has been checked.
67 You can install MediaWiki.</span>', // FIXME: take span out of message.
68 'config-env-bad' => 'The environment has been checked.
69 You cannot install MediaWiki.',
70 'config-env-php' => 'PHP $1 installed.',
71 'config-env-latest-ok' => 'You are installing the latest version of Mediawiki.',
72 'config-env-latest-new' => "'''Note:''' You are installing a development version of Mediawiki.",
73 'config-env-latest-can-not-check' => "'''Note:''' We were unable to retrieve information about the latest MediaWiki release (from [$1]).",
74 'config-env-latest-data-invalid' => "'''Warning:''' When trying to check if this version was outdated we got invalid data from [$1].",
75 'config-env-latest-old' => "'''Warning:''' You are installing an outdated version of Mediawiki.",
76 'config-env-latest-help' => 'You are installing version $1, but the latest version is $2.
77 You are advised to use the latest release, which can be downloaded from [http://www.mediawiki.org/wiki/Download mediawiki.org]',
78 'config-no-db' => 'Could not find a suitable database driver!',
79 'config-no-db-help' => 'You need to install a database driver for PHP.
80 The following database types are supported: $1.
81
82 If you are on shared hosting, ask your hosting provider to install a suitable database driver.
83 If you compiled PHP yourself, reconfigure it with a database client enabled, for example using <code>./configure --with-mysql</code>.
84 If you installed PHP from a Debian or Ubuntu package, then you also need install the php5-mysql module.',
85 'config-have-db' => 'Found database drivers: $1.',
86 'config-register-globals' => "'''Warning: PHP's <code>[http://php.net/register_globals register_globals]</code> option is enabled.'''
87 '''Disable it if you can.'''
88 MediaWiki will work, but your server is exposed to potential security vulnerabilities.",
89 'config-magic-quotes-runtime' => "'''Fatal: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime magic_quotes_runtime] is active!'''
90 This option corrupts data input unpredictably.
91 You cannot install or use MediaWiki unless this option is disabled.",
92 'config-magic-quotes-sybase' => "'''Fatal: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-sybase magic_quotes_sybase] is active!'''
93 This option corrupts data input unpredictably.
94 You cannot install or use MediaWiki unless this option is disabled.",
95 'config-mbstring' => "'''Fatal: [http://www.php.net/manual/en/ref.mbstring.php#mbstring.overload mbstring.func_overload] is active!'''
96 This option causes errors and may corrupt data unpredictably.
97 You cannot install or use MediaWiki unless this option is disabled.",
98 'config-ze1' => "'''Fatal: [http://www.php.net/manual/en/ini.core.php zend.ze1_compatibility_mode] is active!'''
99 This option causes horrible bugs with MediaWiki.
100 You cannot install or use MediaWiki unless this option is disabled.",
101 'config-safe-mode' => "'''Warning:''' PHP's [http://www.php.net/features.safe-mode safe mode] is active.
102 It may cause problems, particularly if using file uploads and <code>math</code> support.",
103 'config-xml-good' => 'Have XML / Latin1-UTF-8 conversion support.',
104 'config-xml-bad' => "PHP's XML module is missing.
105 MediaWiki requires functions in this module and will not work in this configuration.
106 If you're running Mandrake, install the php-xml package.",
107 'config-pcre' => 'The PCRE support module appears to be missing.
108 MediaWiki requires the Perl-compatible regular expression functions to work.',
109 'config-memory-none' => 'PHP is configured with no <code>memory_limit</code>',
110 'config-memory-ok' => "PHP's <code>memory_limit</code> is $1, ok.",
111 'config-memory-raised' => "PHP's <code>memory_limit</code> is $1, raised to $2.",
112 'config-memory-bad' => "'''Warning:''' PHP's <code>memory_limit</code> is $1.
113 This is probably too low.
114 The installation may fail!",
115 'config-xcache' => '[http://trac.lighttpd.net/xcache/ XCache] installed',
116 'config-apc' => '[http://www.php.net/apc APC] installed',
117 'config-eaccel' => '[http://eaccelerator.sourceforge.net/ eAccelerator] installed',
118 'config-wincache' => '[http://www.iis.net/download/WinCacheForPhp WinCache] installed',
119 'config-no-cache' => "'''Warning:''' Could not find [http://eaccelerator.sourceforge.net eAccelerator], [http://www.php.net/apc APC], [http://trac.lighttpd.net/xcache/ XCache] or [http://www.iis.net/download/WinCacheForPhp WinCache].
120 Object caching is not enabled.",
121 'config-diff3-good' => 'Found GNU diff3: <code>$1</code>.',
122 'config-diff3-bad' => 'GNU diff3 not found.',
123 'config-imagemagick' => 'Found ImageMagick: <code>$1</code>.
124 Image thumbnailing will be enabled if you enable uploads.',
125 'config-gd' => 'Found GD graphics library built-in.
126 Image thumbnailing will be enabled if you enable uploads.',
127 'config-no-scaling' => 'Could not find GD library or ImageMagick.
128 Image thumbnailing will be disabled.',
129 'config-dir' => 'Installation directory: <code>$1</code>.',
130 'config-uri' => 'Script URI path: <code>$1</code>.',
131 'config-no-uri' => "'''Error:''' Could not determine the current URI.
132 Installation aborted.",
133 'config-dir-not-writable-group' => "'''Error:''' Cannot write config file.
134 Installation aborted.
135
136 We have determined the user your webserver is running as. Make the
137 <code><nowiki>config</nowiki></code> directory writable by it to continue. On a Unix/Linux system:
138
139 <pre>cd $1
140 chgrp $2 config
141 chmod g+w config</pre>",
142 'config-dir-not-writable-nogroup' => "'''Error:''' Cannot write config file.
143 Installation aborted.
144
145 We couldn't determine the user your webserver is running as. Make the
146 <code><nowiki>config</nowiki></code> directory globally writable by it (and others!) to continue. On
147 a Unix/Linux system do:
148
149 <pre>cd $1
150 chmod a+w config</pre>",
151 'config-file-extension' => 'Installing MediaWiki with <code>$1</code> file extensions.',
152 'config-shell-locale' => 'Detected shell locale "$1"',
153 'config-uploads-safe' => 'Default uploads directory is safe from arbitrary scripts execution.',
154 'config-uploads-not-safe' => "'''Warning:''' Your default uploads directory <code>$1</code> is vulnerable to arbitrary scripts execution.
155 Although MediaWiki checks all uploaded files for security threats, it is highly recommended to [http://www.mediawiki.org/wiki/Manual:Security#Upload_security close this hole] before enabling uploads.",
156 'config-db-type' => 'Database type:',
157 'config-db-host' => 'Database host:',
158 'config-db-host-help' => 'If your database server is on different server, enter the host name or IP address here.
159
160 If you are using shared web hosting, your hosting provider should give you the correct host name in their documentation.',
161 'config-db-wiki-settings' => 'Identify this wiki',
162 'config-db-name' => 'Database name:',
163 'config-db-name-help' => 'Choose a name that identifies your wiki.
164 It should not contain spaces or hyphens.
165
166 If you are using shared web hosting, your hosting provider will either give you a specific database name to use, or let you create databases via a control panel.',
167 'config-db-install-account' => 'User account for installation',
168 'config-db-username' => 'Database username:',
169 'config-db-password' => 'Database password:',
170 'config-db-install-help' => 'Enter the username and password that will be used to connect to the database during the installation process.',
171 'config-db-account-lock' => 'Use the same username and password during normal operation',
172 'config-db-wiki-account' => 'User account for normal operation',
173 'config-db-wiki-help' => 'Enter the username and password that will be used to connect to the database during normal wiki operation.
174 If the account does not exist, and the installation account has sufficient privileges, this user account will be created with the minimum privileges required to operate the wiki.',
175 'config-db-prefix' => 'Database table prefix:',
176 'config-db-prefix-help' => 'If you need to share one database between multiple wikis, or between MediaWiki and another web application, you may choose to add a prefix to all the table names to avoid conflicts.
177 Do not use spaces or hyphens.
178
179 This field is usually left empty.',
180 'config-db-charset' => 'Database character set',
181 'config-charset-mysql5-binary' => 'MySQL 4.1/5.0 binary',
182 'config-charset-mysql5' => 'MySQL 4.1/5.0 UTF-8',
183 'config-charset-mysql4' => 'MySQL 4.0 backwards-compatible UTF-8',
184 'config-charset-help' => "'''WARNING:''' If you use '''backwards-compatible UTF-8''' on MySQL 4.1+, and subsequently back up the database with <code>mysqldump</code>, it may destroy all non-ASCII characters, irreversibly corrupting your backups!.
185
186 In '''binary mode''', MediaWiki stores UTF-8 text to the database in binary fields.
187 This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters.
188 In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately,
189 but it will not let you store characters above the [http://en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].",
190 'config-mysql-old' => 'MySQL $1 or later is required, you have $2.',
191 'config-db-port' => 'Database port:',
192 'config-db-schema' => 'Schema for MediaWiki',
193 'config-db-ts2-schema' => 'Schema for tsearch2',
194 'config-db-schema-help' => 'The above schemas are usually correct.
195 Only change them if you know you need to.',
196 'config-sqlite-dir' => 'SQLite data directory:',
197 'config-sqlite-dir-help' => "SQLite stores all data in a single file.
198
199 The directory you provide must be writable by the webserver during installation.
200
201 It should '''not''' be accessible via the web, this is why we're not putting it where your PHP files
202 are.
203
204 We'll write out a <code>.htaccess</code> file along with it, but if that fails someone can gain
205 access to your raw database. That includes raw user data (E-Mails, hashed passwords) as well as
206 deleted revisions and other restricted data on the wiki.
207
208 Consider putting the database somewhere altogether, for example <code>/var/lib/mediawiki/yourwiki</code>.",
209 'config-type-mysql' => 'MySQL',
210 'config-type-postgres' => 'PostgreSQL',
211 'config-type-sqlite' => 'SQLite',
212 'config-type-oracle' => 'Oracle',
213 'config-header-mysql' => 'MySQL settings',
214 'config-header-postgres' => 'PostgreSQL settings',
215 'config-header-sqlite' => 'SQLite settings',
216 'config-header-oracle' => 'Oracle settings',
217 'config-invalid-db-type' => 'Invalid database type',
218 'config-missing-db-name' => 'You must enter a value for "Database name"',
219 'config-invalid-db-name' => 'Invalid database name "$1".
220 It may only contain numbers, letters and underscores.',
221 'config-invalid-db-prefix' => 'Invalid database prefix "$1".
222 It may only contain numbers, letters and underscores.',
223 'config-connection-error' => '$1.
224
225 Check the host, username and password below and try again.',
226 'config-invalid-schema' => 'Invalid schema for MediaWiki "$1".
227 Use only letters, numbers and underscores.',
228 'config-invalid-ts2schema' => 'Invalid schema for tsearch2 "$1".
229 Use only letters, numbers and underscores.',
230 'config-postgres-old' => 'PostgreSQL $1 or later is required, you have $2.',
231 'config-sqlite-name-help' => 'Choose a name that identifies your wiki.
232 Do not use spaces or hyphens.
233 This will be used for the SQLite data file name.',
234 'config-sqlite-parent-unwritable-group' => 'Cannot create the data directory <code><nowiki>$1</nowiki></code>, because the parent directory <code><nowiki>$2</nowiki></code> is not writable by the webserver.
235
236 We have determined the user your webserver is running as. Make the <code><nowiki>$3</nowiki></code>
237 directory writable by it to continue. On a Unix/Linux system do:
238
239 <pre>cd $2
240 mkdir $3
241 chgrp $4 $3
242 chmod g+w $3</pre>',
243 'config-sqlite-parent-unwritable-nogroup' => 'Cannot create the data directory <code><nowiki>$1</nowiki></code>, because the parent directory <code><nowiki>$2</nowiki></code> is not writable by the webserver.
244
245 We couldn\'t determine the user your webserver is running as. Make the <code><nowiki>$3</nowiki></code>
246 directory globally writable by it (and others!) to continue. On a Unix/Linux system do:
247
248 <pre>cd $2
249 mkdir $3
250 chmod a+w $3</pre>',
251 'config-sqlite-mkdir-error' => 'Error creating the data directory "$1".
252 Check the location and try again.',
253 'config-sqlite-dir-unwritable' => 'Unable to write to the directory "$1".
254 Change its permissions so that the webserver can write to it, and try again.',
255 'config-sqlite-connection-error' => '$1.
256
257 Check the data directory and database name below and try again.',
258 'config-sqlite-readonly' => 'File <code>$1</code> is not writeable.',
259 'config-sqlite-cant-create-db' => 'Could not create database file <code>$1</code>.',
260 'config-sqlite-fts3-downgrade' => 'PHP is missing FTS3 support, downgrading tables',
261 'config-sqlite-fts3-add' => 'Adding FTS3 search capabilities',
262 'config-sqlite-fts3-ok' => 'Fulltext search table appears to be in order',
263 'config-can-upgrade' => "There are MediaWiki tables in this database.
264 To upgrade them to MediaWiki $1, click '''Continue'''.",
265 'config-upgrade-done' => "Upgrade complete.
266
267 You can now [$1 start using your wiki].
268
269 If you want to regenerate your <code>LocalSettings.php</code> file, click the button below.
270 This is '''not recommended''' unless you are having problems with your wiki.",
271 'config-regenerate' => 'Regenerate LocalSettings.php →',
272 'config-show-table-status' => 'SHOW TABLE STATUS query failed!',
273 'config-unknown-collation' => "'''Warning:''' Datbase is using unrecognised collation.",
274 'config-db-web-account' => 'Database account for web access',
275 'config-db-web-help' => 'Select the username and password that the web server will use to connect to the database server, during ordinary operation of the wiki.',
276 'config-db-web-account-same' => 'Use the same account as for installation',
277 'config-db-web-create' => 'Create the account if it does not already exist',
278 'config-db-web-no-create-privs' => 'The account you specified for installation does not have enough privileges to create an account.
279 The account you specify here must already exist.',
280 'config-mysql-engine' => 'Storage engine:',
281 'config-mysql-innodb' => 'InnoDB',
282 'config-mysql-myisam' => 'MyISAM',
283 'config-mysql-engine-help' => "'''InnoDB''' is almost always the best option, since it has good concurrency support.
284
285 '''MyISAM''' may be faster in single-user or read-only installations.
286 MyISAM databases tend to get corrupted more often than InnoDB databases.",
287 'config-mysql-charset' => 'Database character set:',
288 'config-mysql-binary' => 'Binary',
289 'config-mysql-utf8' => 'UTF-8',
290 'config-mysql-charset-help' => "In '''binary mode''', MediaWiki stores UTF-8 text to the database in binary fields.
291 This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters.
292
293 In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately, but it will not let you store characters above the [http://en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].",
294 'config-site-name' => 'Name of wiki:',
295 'config-site-name-help' => "This will appear in the browser's title bar and various other places.",
296 'config-site-name-blank' => 'Enter a site name.',
297 'config-project-namespace' => 'Project namespace:',
298 'config-ns-generic' => 'Project',
299 'config-ns-site-name' => 'Same as the wiki name: $1',
300 'config-ns-other' => 'Other (specify)',
301 'config-ns-other-default' => 'MyWiki',
302 'config-project-namespace-help' => 'Following Wikipedia\'s example, many wikis keep their policy pages separate from their content pages, in a "\'\'\'project namespace\'\'\'".
303 All page titles in this namespace start with a certain prefix, which you can specify here.
304 Traditionally, this prefix is derived from the name of the wiki, but it cannot contain punctuation characters such as "#" or ":".',
305 'config-ns-invalid' => 'The specified namespace "<nowiki>$1</nowiki>" is invalid.
306 Specify a different project namespace',
307 'config-admin-default-username' => 'WikiSysop',
308 'config-admin-box' => 'Administrator account',
309 'config-admin-name' => 'Your name:',
310 'config-admin-password' => 'Password:',
311 'config-admin-password-confirm' => 'Password again:',
312 'config-admin-help' => 'Enter your preferred username here, for example "Joe Bloggs".
313 This is the name you will use to log in to the wiki.',
314 'config-admin-name-blank' => 'Enter an administrator username.',
315 'config-admin-name-invalid' => 'The specified username "<nowiki>$1</nowiki>" is invalid.
316 Specify a different username.',
317 'config-admin-password-blank' => 'Enter a password for the administrator account.',
318 'config-admin-password-same' => 'The password must not be the same as the username.',
319 'config-admin-password-mismatch' => 'The two passwords you entered do not match.',
320 'config-admin-email' => 'E-mail address:',
321 'config-admin-email-help' => 'Enter an e-mail address here to allow you to receive e-mail from other users on the wiki, reset your password, and be notified of changes to pages on your watchlist.',
322 'config-admin-error-user' => 'Internal error when creating an admin with the name "<nowiki>$1</nowiki>".',
323 'config-admin-error-password' => 'Internal error when setting a password for the admin "<nowiki>$1</nowiki>": <pre>$2</pre>',
324 'config-subscribe' => 'Subscribe to the [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce release announcements mailing list].',
325 'config-subscribe-help' => 'This is a low-volume mailing list used for release announcements, including important security announcements.
326 You should subscribe to it and update your MediaWiki installation when new versions come out.',
327 'config-almost-done' => 'You are almost done!
328 You can now skip the remaining configuration and install the wiki right now.',
329 'config-optional-continue' => 'Ask me more questions.',
330 'config-optional-skip' => "I'm bored already, just install the wiki.",
331 'config-profile' => 'User rights profile:',
332 'config-profile-wiki' => 'Traditional wiki',
333 'config-profile-no-anon' => 'Account creation required',
334 'config-profile-fishbowl' => 'Authorized editors only',
335 'config-profile-private' => 'Private wiki',
336 'config-profile-help' => "Wikis work best when you let as many people edit them as possible.
337 In MediaWiki, it is easy to review the recent changes, and to revert any damage that is done by naive or malicious users.
338
339 However, many have found MediaWiki to be useful in a wide variety of roles, and sometimes it is not easy to convince everyone of the benefits of the wiki way.
340 So you have the the choice.
341
342 A '''traditional wiki''' allows anyone to edit, without even logging in.
343 A wiki with '''account creation required''' provides extra accountability, but may deter casual contributors.
344
345 The '''authorized editors only''' scenario allows approved users to edit, but the public can view the pages, including history.
346 A '''private wiki''' only allows approved users to view pages, with the same group allowed to edit.
347
348 More complex user rights configurations are available after installation, see the [http://www.mediawiki.org/wiki/Manual:User_rights relevant manual entry].",
349 'config-license' => 'Copyright and license:',
350 'config-license-none' => 'No license footer',
351 'config-license-cc-by-sa' => 'Creative Commons Attribution Share Alike (Wikipedia-compatible)',
352 'config-license-cc-by-nc-sa' => 'Creative Commons Attribution Non-Commercial Share Alike',
353 'config-license-gfdl-old' => 'GNU Free Documentation License 1.2',
354 'config-license-gfdl-current' => 'GNU Free Documentation License 1.3 or later',
355 'config-license-pd' => 'Public Domain',
356 'config-license-cc-choose' => 'Select a custom Creative Commons license',
357 'config-license-help' => "Many public wikis put all contributions under a [http://freedomdefined.org/Definition free license].
358 This helps to create a sense of community ownership and encourages long-term contribution.
359 It is not generally necessary for a private or corporate wiki.
360
361 If you want to be able to use text from Wikipedia, and you want Wikipedia to be able to accept text copied from your wiki, you should choose '''Creative Commons Attribution Share Alike'''.
362
363 The GNU Free Documentation License was the old license Wikipedia was under. It is still a valid license, however, this license has some features which make reuse and interpretation difficult.",
364 'config-email-settings' => 'E-mail settings',
365 'config-enable-email' => 'Enable outbound e-mail',
366 'config-enable-email-help' => "If you want e-mail to work, [http://www.php.net/manual/en/mail.configuration.php PHP's mail settings] need to be configured correctly.
367 If you do not want any e-mail features, you can disable them here.",
368 'config-email-user' => 'Enable user-to-user e-mail',
369 'config-email-user-help' => 'All users to send each other e-mail, if they have enabled it in their preferences',
370 'config-email-usertalk' => 'Enable user talk page notification',
371 'config-email-usertalk-help' => 'Allow users to receive notifications on user talk page changes, if they have enabled it in their preferences',
372 'config-email-watchlist' => 'Enable watchlist notification',
373 'config-email-watchlist-help' => 'Allow users to receive notifications to their watched pages, if they have enabled it in their preferences',
374 'config-email-auth' => 'Enable e-mail authentication',
375 'config-email-auth-help' => "If this option is enabled, users have to confirm their e-mail address using a link sent to them whenever they set or change it.
376 Only authenticated e-mail addresses can receive e-mails from other users or change notification e-mails.
377 Setting this option is '''recommended''' for public wikis because of potential abuse of the e-mail features.",
378 'config-email-sender' => 'Return e-mail address:',
379 'config-email-sender-help' => 'Enter the e-mail address to use as the return address on outbound e-mail.
380 This is where bounces will be sent.
381 Many mail servers require at least the domain name part to be valid.',
382 'config-upload-settings' => 'Images and file uploads',
383 'config-upload-enable' => 'Enable file uploads',
384 'config-upload-help' => "File uploads potentially expose your server to security risks.
385 For more information, read the [http://www.mediawiki.org/wiki/Manual:Security security section] in the manual.
386
387 To enable file uploads, change the mode on the <code>images</code> subdirectory under MediaWiki's root directory so that the web server can write to it.
388 Then enable this option.",
389 'config-upload-deleted' => 'Directory for deleted files:',
390 'config-upload-deleted-help' => 'Choose a directory in which to archive deleted files.
391 Ideally, this should not be accessible from the web.',
392 'config-logo' => 'Logo URL:',
393 'config-logo-help' => "MediaWiki's default skin includes space for a 135x135 pixel logo in the top left corner.
394 Upload an image of the appropriate size, and enter the URL here.
395
396 If you do not want a logo, leave this box blank.",
397 'config-cc-error' => 'The Creative Commons license chooser gave no result.
398 Enter the license name manually.',
399 'config-cc-again' => 'Pick again...',
400 'config-cc-not-chosen' => 'Choose which Creative Commons license you want and click "proceed".',
401 'config-advanced-settings' => 'Advanced configuration',
402 'config-cache-options' => 'Settings for object caching:',
403 'config-cache-help' => 'Object caching is used to improve the speed of MediaWiki by caching frequently used data.
404 Medium to large sites are highly encouraged to enable this, and small sites will see benefits as well.',
405 'config-cache-none' => 'No caching.
406 No functionality is removed, but speed may be impacted.',
407 'config-cache-accel' => 'PHP object caching (APC, eAccelerator, XCache or WinCache)',
408 'config-cache-memcached' => 'Use Memcached (requires additional setup and configuration)',
409 'config-cache-db' => 'Cache data into the database',
410 'config-cache-anything' => 'MediaWiki will attempt to cache data anywhere possible, except in Memcached, unless indicated explicitely',
411 'config-memcached-servers' => 'Memcached servers:',
412 'config-memcached-help' => 'List of IP addresses to use for Memcached.
413 Should be separated with commas and specify the port to be used (for example: 1.2.3.4:56, 7.8.9.10:11).',
414 'config-extensions' => 'Extensions',
415 'config-extensions-help' => 'The extensions listed above were detected in your <code>./extensions</code> directory.
416
417 They may require additional configuration, but you can enable them now',
418 'config-install-step-done' => 'Done',
419 'config-install-step-failed' => 'Failed',
420 'config-install-extensions' => 'Including extensions',
421 'config-install-database' => 'Setting up database',
422 'config-install-pg-schema-failed' => 'Tables creation failed.
423 Make sure that the user "$1" can write to the schema "$2".',
424 'config-install-tables' => 'Creating tables',
425 'config-install-interwiki' => 'Populating default interwiki table',
426 'config-install-interwiki-sql' => 'Could not find file <code>interwiki.sql</code>',
427 'config-install-secretkey' => 'Generating secret key',
428 'config-insecure-secretkey' => "'''Warning:''' Unable to create secure <code>\$wgSecretKey</code>.
429 Consider changing it manually.",
430 'config-install-sysop' => 'Creating administrator user account',
431 'config-install-localsettings' => 'Creating LocalSettings.php',
432 'config-install-localsettings-unwritable' => 'Warning: Could not write <code>LocalSettings.php</code>.
433 Create it yourself, using the following text:
434 <textarea name="LocalSettings" id="LocalSettings" cols="80" rows="25" readonly="readonly">
435 $1
436 </textarea>
437 ',
438 'config-install-done' => "'''Congratulations!'''
439 You have successfully installed MediaWiki.
440
441 We have generated a <code>LocalSettings.php</code> file for you. It contains all your configuration.
442
443 You will need to move it from <code>./config/LocalSettings.php</code> to <code>./LocalSettings.php</code> in order for MediaWiki to work:
444
445 On a Unix/Linux system:
446
447 <pre>
448 mv ./config/LocalSettings.php ./LocalSettings.php
449 </pre>
450
451 When that's done, you can [$1 '''enter your wiki''']",
452 'config-install-done-moved' => "'''Congratulations!'''
453 You have successfully installed MediaWiki.
454
455 [$1 Enter your wiki]",
456 );
457
458 /** Dutch (Nederlands)
459 * @author Siebrand
460 */
461 $messages['nl'] = array(
462 'config-title' => 'Installatie MediaWiki $1',
463 'config-information' => 'Informatie',
464 'config-session-error' => 'Fout bij het begin van de sessie: $1',
465 'config-session-expired' => 'Uw sessiegegevens zijn verlopen.
466 Sessies zijn ingesteld om een levensduur van $1 te hebben.
467 U kunt deze wijzigen via de instelling <code>session.gc_maxlifetime</code> in php.ini.
468 Begin het installatieproces opnieuw.',
469 'config-no-session' => 'Uw sessiegegevens zijn verloren gegaan.
470 Controleer uw php.ini en zorg dat er een juiste map is ingesteld voor <code>session.save_path</code>.',
471 'config-session-path-bad' => 'Uw <code>session.save_path</code> (<code>$1</code>) lijkt onjuist of er kan niet in geschreven worden.',
472 'config-show-help' => 'Hulp',
473 'config-hide-help' => 'Hulp verbergen',
474 'config-your-language' => 'Uw taal:',
475 'config-your-language-help' => 'Selecteer een taal om tijdens het installatieproces te gebruiken.',
476 'config-wiki-language' => 'Wikitaal:',
477 'config-wiki-language-help' => 'Selecteer de taal waar de wiki voornamelijk in wordt geschreven.',
478 'config-back' => '← Terug',
479 'config-continue' => 'Doorgaan →',
480 'config-page-language' => 'Taal',
481 'config-page-welcome' => 'Welkom bij MediaWiki!',
482 'config-page-dbconnect' => 'Verbinding maken met database',
483 'config-page-upgrade' => 'Bestaande bijwerken',
484 'config-page-dbsettings' => 'Databaseinstellingen',
485 'config-page-name' => 'Naam',
486 'config-page-options' => 'Opties',
487 'config-page-install' => 'Installeren',
488 'config-page-complete' => 'Afgerond!',
489 'config-page-restart' => 'Installatie herstarten',
490 'config-page-readme' => 'Lees mij',
491 'config-page-releasenotes' => 'Release notes',
492 'config-page-copying' => 'Kopiëren',
493 'config-page-upgradedoc' => 'Bijwerken',
494 'config-help-restart' => 'Wilt u alle opgeslagen gegevens die u hebt ingevoerd wissen en het installatieproces opnieuw starten?',
495 'config-restart' => 'Ja, opnieuw starten',
496 'config-authors' => 'MediaWiki is Copyright © 2001-2010 door Magnus Manske, Brion Vibber, Lee Daniel Crocker, Tim Starling, Erik Möller, Gabriel Wicke, Ævar Arnfjörð Bjarmason, Niklas Laxström, Domas Mituzas, Rob Church, Yuri Astrakhan, Aryeh Gregor, Aaron Schulz, Andrew Garrett, Raimond Spekking, Alexandre Emsenhuber, Siebrand Mazeland, Chad Horohoe en anderen.',
497 'config-env-good' => 'De omgeving is gecontroleerd.
498 U kunt MediaWiki installeren.',
499 'config-env-bad' => 'De omgeving is gecontroleerd.
500 U kunt MediaWiki niet installeren.',
501 'config-env-php' => 'PHP $1 is geïnstalleerd.',
502 'config-env-latest-ok' => 'U bent bezig de meest recente versie van MediaWiki te installeren.',
503 'config-env-latest-new' => "'''Let op:''' U bent bezig een ontwikkelversie van MediaWiki te installeren.",
504 'config-env-latest-old' => "'''Waarschuwing:''' U bent bezig een verouderde versie van MediaWiki te installeren.",
505 'config-env-latest-help' => 'U bent bezig versie $1 te installeren, maar de meest recente versie is $2.
506 U wordt aangeraden de meest recente versie te gebruiken die u kunt downloaden van [http://www.mediawiki.org/wiki/Download mediawiki.org].',
507 'config-no-db' => 'Er kon geen geschikte databasedriver geladen worden!',
508 'config-no-db-help' => 'U moet een databasedriver installeren voor PHP.
509 De volgende databases worden ondersteund: $1.
510
511 Als u op een gedeelde omgeving zit, vraag dan uw hostingprovider een geschikte databasedriver te installeren.
512 Als u PHP zelf hebt gecompileerd, wijzig dan uw instellingen zodat een databasedriver wordt geactiveerd, bijvoorbeeld via <code>./configure --with-mysql</code>.',
513 'config-have-db' => 'Gevonden databasedrivers: $1.',
514 'config-register-globals' => "'''Waarschuwing: De PHP-optie <code>[http://php.net/register_globals register_globals]</code> is ingeschakeld.'''
515 '''Schakel deze uit als dat mogelijk is.'''
516 MediaWiki kan ermee werken, maar uw server is dan meer kwetsbaar voor beveiligingslekken.",
517 'config-magic-quotes-runtime' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime magic_quotes_runtime] is actief!'''
518 Deze instelling zorgt voor gegevenscorruptie.
519 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
520 'config-magic-quotes-sybase' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime magic_quotes_sybase] is actief!'''
521 Deze instelling zorgt voor gegevenscorruptie.
522 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
523 'config-mbstring' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ref.mbstring.php#mbstring.overload mbstring.func_overload] is actief!'''
524 Deze instelling zorgt voor gegevenscorruptie.
525 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
526 'config-ze1' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ini.core.php zend.ze1_compatibility_mode] is actief!'''
527 Deze instelling zorgt voor grote problemen in MediaWiki.
528 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
529 'config-safe-mode' => "'''Waarschuwing:'''
530 '''PHP's [http://www.php.net/features.safe-mode veilige modus] actief is.'''
531 Dit kan problemen veroorzaken, vooral bij het uploaden van bestanden en ondersteuning van <code>math</code>.",
532 'config-xml-bad' => 'De XML-module van PHP ontbreekt.
533 MediaWiki heeft de functies van deze module nodig en werkt niet zonder deze module.',
534 'config-pcre' => 'De ondersteuningsmodule PCRE lijkt te missen.
535 MediaWiki vereist dat de met Perl compatibele reguliere expressies werken.',
536 'config-memory-none' => 'PHP is ingesteld zonder <code>memory_limit</code>',
537 'config-memory-ok' => "PHP's <code>memory_limit</code> is $1. In orde.",
538 'config-memory-raised' => "PHP's <code>memory_limit</code> is $1. Verhoogd tot $2.",
539 'config-memory-bad' => "'''Waarschuwing:''' PHP's <code>memory_limit</code> is $1.
540 Dit is waarschijnlijk te laag.
541 De installatie kan mislukken!",
542 'config-xcache' => '[http://trac.lighttpd.net/xcache/ XCache] geïnstalleerd',
543 'config-apc' => '[http://www.php.net/apc APC] geïnstalleerd',
544 'config-eaccel' => '[http://eaccelerator.sourceforge.net/ eAccelerator] geïnstalleerd',
545 'config-no-cache' => "'''Waarschuwing:''' [http://eaccelerator.sourceforge.net eAccelerator], [http://www.php.net/apc APC] of [http://trac.lighttpd.net/ xcache / XCache] is niet aangetroffen.
546 Het cachen van objecten is niet ingeschakeld.",
547 'config-diff3-good' => 'GNU diff3 aangetroffen: <code>$1</code>.',
548 'config-diff3-bad' => 'GNU diff3 niet aangetroffen.',
549 'config-imagemagick' => 'ImageMagick aangetroffen: <code>$1</code>.
550 Het aanmaken van miniaturen van afbeeldingen wordt ingeschakeld als u uploaden inschakelt.',
551 'config-gd' => 'Ingebouwde GD grafische bibliotheek aangetroffen.
552 Het aanmaken van miniaturen van afbeeldingen wordt ingeschakeld als u uploaden inschakelt.',
553 'config-no-scaling' => 'De GD-bibliotheek en ImageMagick zijn niet aangetroffen.
554 Het maken van miniaturen van afbeeldingen wordt uitgeschakeld.',
555 'config-dir' => 'Installatiemap: <code>$1</code>.',
556 'config-uri' => 'Script URI-pad: <code>$1</code>.',
557 'config-no-uri' => "'''Fout:''' de huidige URI kon niet vastgesteld worden.
558 De installatie is afgebroken.",
559 'config-file-extension' => 'MediaWiki wordt geinstalleerd met <code>$1</code> als bestandsextensie.',
560 'config-shell-locale' => 'Als shelllocale is "$1" herkend',
561 'config-uploads-safe' => 'De uploadmap is beveiligd tegen het arbitrair uitvoeren van scripts.',
562 'config-uploads-not-safe' => "'''Waarschuwing:''' uw uploadmap <code>$1</code> kan gebruikt worden voor het arbitrair uitvoeren van scripts.
563 Hoewel MediaWiki alle toegevoegde bestanden controleert op bedreigingen, is het zeer aan te bevelen het [http://www.mediawiki.org/wiki/Manual:Security#Upload_security beveiligingslek te verhelpen] alvorens uploads in te schakelen.",
564 'config-db-type' => 'Databasetype:',
565 'config-db-host' => 'Databasehost:',
566 'config-db-host-help' => 'Als uw databaseserver een andere server is, voer dan de hostnaam of het IP-adres hier in.
567 Als u gebruik maakt van gedeelde webhosting, hoort uw provider u de juiste hostnaam te hebben verstrekt.',
568 'config-db-wiki-settings' => 'Identificeer deze wiki',
569 'config-db-name' => 'Databasenaam:',
570 'config-db-name-help' => 'Kies een naam die uw wiki identificeert.
571 Er mogen geen spaties of koppeltekens gebruikt worden.
572 Als u gebruik maakt van gedeelde webhosting, dan hoort uw provider ofwel u een te gebruiken databasenaam gegeven te hebben, of u aangegeven te hebben hoe u databases kunt aanmaken.',
573 'config-db-install-account' => 'Gebruiker voor installatie',
574 'config-db-username' => 'Gebruikersnaam voor database:',
575 'config-db-password' => 'Wachtwoord voor database:',
576 'config-db-install-help' => 'Voer de gebruikersnaam en het wachtwoord in die worden gebruikt voor de databaseverbinding tijdens het installatieproces.',
577 'config-db-account-lock' => 'Dezelfde gebruiker en wachwoord gebruiken na de installatie',
578 'config-db-wiki-account' => 'Gebruiker voor na de installatie',
579 'config-db-wiki-help' => 'Selecteer de gebruikersnaam en het wachtwoord die gebruikt worden om verbinding te maken met de database na de installatie.
580 Als de gebruiker niet bestaat en de gebruiker die tijdens de installatie gebruikt wordt voldoende rechten heeft, wordt deze gebruiker aangemaakt met de minimaal benodigde rechten voor het laten werken van de wiki.',
581 'config-db-prefix' => 'Databasetabelvoorvoegsel:',
582 'config-db-prefix-help' => "Als u een database moet gebruiken voor meerdere wiki's, of voor MediaWiki en een andere applicatie, dan kunt u ervoor kiezen om een voorvoegsel toe te voegen aan de tabelnamen om conflicten te voorkomen.
583 Gebruik geen spaties of koppeltekens.
584
585 Dit veld wordt meestal leeg gelaten.",
586 'config-db-charset' => 'Tekenset voor de database',
587 'config-charset-mysql5-binary' => 'MySQL 4.1/5.0 binair',
588 'config-charset-mysql5' => 'MySQL 4.1/5.0 UTF-8',
589 'config-charset-mysql4' => 'MySQL 4.0 UTF-8-compatibel',
590 'config-mysql-old' => 'U moet MySQL $1 of later gebruiken.
591 U gebruikt $2.',
592 'config-db-port' => 'Databasepoort:',
593 'config-db-schema' => 'Schema voor MediaWiki',
594 'config-db-ts2-schema' => 'Schema voor tsearch2',
595 'config-db-schema-help' => "De bovenstaande schema's kloppen meestal.
596 Wijzig ze alleen als u weet dat u ze nodig hebt.",
597 'config-sqlite-dir' => 'Gegevensmap voor SQLite:',
598 'config-type-mysql' => 'MySQL',
599 'config-type-postgres' => 'PostgreSQL',
600 'config-type-sqlite' => 'SQLite',
601 'config-type-oracle' => 'Oracle',
602 'config-header-mysql' => 'MySQL-instellingen',
603 'config-header-postgres' => 'PostgreSQL-instellingen',
604 'config-header-sqlite' => 'SQLite-instellingen',
605 'config-header-oracle' => 'Oracle-instellingen',
606 'config-invalid-db-type' => 'Ongeldig databasetype',
607 'config-missing-db-name' => 'U moet een waarde ingeven voor "Databasenaam"',
608 'config-invalid-db-name' => 'Ongeldige database naam "$1".
609 Deze mag alleen cijfers, letters en liggende streepjes bevatten.',
610 'config-invalid-db-prefix' => 'Ongeldig databasevoorvoegsel "$1".
611 Dit mag alleen cijfers, letters en liggende streepjes bevatten.',
612 'config-connection-error' => '$1.
613
614 Controleer de host, gebruikersnaam en wachtwoord hieronder in en probeer het opnieuw.',
615 'config-invalid-schema' => 'Ongeldige schema voor MediaWiki "$1".
616 Gebruik alleen letters, cijfers en liggende streepjes.',
617 'config-invalid-ts2schema' => 'Ongeldig schema voor tsearch "$1".
618 Gebruik alleen letters, cijfers en liggende streepjes.',
619 'config-postgres-old' => 'PostgreSQL $1 of hoger is vereist.
620 U gebruikt $2.',
621 'config-sqlite-name-help' => 'Kies een naam die uw wiki identificeert.
622 Gebruik geen spaties of koppeltekens.
623 Deze naam wordt gebruikt voor het gegevensbestands van SQLite.',
624 'config-sqlite-mkdir-error' => 'Er is een fout opgetreden bij het aanmaken van de gegevensmap "$1".
625 Controleer de locatie en probeer het opnieuw.',
626 'config-sqlite-dir-unwritable' => 'Het was niet mogelijk in de map "$1" te schrijven.
627 Wijzig de rechten zodat de webserver erin kan schrijven en probeer het opnieuw.',
628 'config-sqlite-connection-error' => '$1.
629
630 Controleer de map voor gegevens en de databasenaam hieronder en probeer het opnieuw.',
631 'config-sqlite-readonly' => 'Het bestand <code>$1</code> kan niet geschreven worden.',
632 'config-sqlite-cant-create-db' => 'Het was niet mogelijk het databasebestand <code>$1</code> aan te maken.',
633 'config-can-upgrade' => "Er staan al tabellen voor MediaWiki in deze database.
634 Klik op '''Doorgaan''' om ze bij te werken naar MediaWiki $1.",
635 'config-upgrade-done' => "Het bijwerken is afgerond.
636
637 Uw kunt [$1 uw wiki gebruiken].
638
639 Als u uw <code>LocalSettings.php</code> opnieuw wilt aanmaken, klik dan op de knop hieronder.
640 Dit is '''niet aan te raden''' tenzij u problemen hebt met uw wiki.",
641 'config-regenerate' => 'LocalSettings.php opnieuw aanmaken →',
642 'config-show-table-status' => 'Het uitvoeren van SHOW TABLE STATUS is mislukt!',
643 'config-unknown-collation' => "'''Waarschiwing:''' de database gebruikt een collatie die niet wordt herkend.",
644 'config-db-web-account' => 'Databasegebruiker voor webtoegang',
645 'config-db-web-help' => 'Selecteer de gebruikersnaam en het wachtwoord die de webserver gebruikt om verbinding te maken met de databaseserver na de installatie.',
646 'config-db-web-account-same' => 'Dezelfde gebruiker gebruiken als voor de installatie',
647 'config-db-web-create' => 'Maak de gebruiker aan als deze nog niet bestaat',
648 'config-db-web-no-create-privs' => 'De gebruiker die u hebt opgegeven voor de installatie heeft niet voldoende rechten om een gebruiker aan te maken.
649 De gebruiker die u hier opgeeft moet al bestaan.',
650 'config-mysql-engine' => 'Opslagmethode:',
651 'config-mysql-innodb' => 'InnoDB',
652 'config-mysql-myisam' => 'MyISAM',
653 'config-mysql-engine-help' => "'''InnoDB''' is vrijwel altijd de beste instelling, omdat deze goed omgaat met meerdere verzoeken tegelijkertijd.
654
655 '''MyISAM''' is bij een zeer beperkt aantal gebruikers mogelijk sneller, of als de wiki alleen-lezen is.
656 MyISAM-databases raken vaker corrupt dan InnoDB-databases.",
657 'config-mysql-charset' => 'Tekenset voor de database:',
658 'config-mysql-binary' => 'Binair',
659 'config-mysql-utf8' => 'UTF-8',
660 'config-site-name' => 'Naam van de wiki:',
661 'config-site-name-help' => 'Deze naam verschijnt in de titelbalk van browsers en op andere plaatsen.',
662 'config-site-name-blank' => 'Geef een naam op voor de site.',
663 'config-project-namespace' => 'Projectnaamruimte:',
664 'config-ns-generic' => 'Project',
665 'config-ns-site-name' => 'Zelfde als de wiki: $1',
666 'config-ns-other' => 'Andere (geen aan welke)',
667 'config-ns-other-default' => 'MijnWiki',
668 'config-project-namespace-help' => "In het kielzog van Wikipedia beheren veel wiki's hun beleidspagina's apart van hun inhoudelijke pagina's in een \"'''projectnaamruimte'''\".
669 Alle paginanamen in deze naamruimte beginnen met een bepaald voorvoegsel dat u hier kunt aangeven.
670 Dit voorvoegsel wordt meestal afgeleid van de naam van de wiki, maar het kan geen bijzondere tekens bevatten als \"#\" of \":\".",
671 'config-ns-invalid' => 'De aangegeven naamruimte "<nowiki>$1</nowiki>" is ongeldig.
672 Geef een andere naamruimte op.',
673 'config-admin-default-username' => 'WikiBeheerder',
674 'config-admin-box' => 'Beheerdersaccount',
675 'config-admin-name' => 'Uw naam:',
676 'config-admin-password' => 'Wachtwoord:',
677 'config-admin-password-confirm' => 'Wachtwoord opnieuw:',
678 'config-admin-help' => 'Voor de gebruikersnaam hier in, bijvoorbeeld "Jan Jansen".
679 Dit is de naam die wordt gebruikt om aan de melden bij de wiki.',
680 'config-admin-name-blank' => 'Geef een gebruikersnaam op voor de beheerder.',
681 'config-admin-name-invalid' => 'De opgegeven gebruikersnaam "<nowiki>$1</nowiki>" is ongeldig.
682 Kies een andere gebruikersnaam.',
683 'config-admin-password-blank' => 'Voer een wachtwoord voor de beheerder in.',
684 'config-admin-password-same' => 'Het wachtwoord mag niet hetzelfde zijn als de gebruikersnaam.',
685 'config-admin-password-mismatch' => 'De twee door u ingevoerde wachtwoorden komen niet overeen.',
686 'config-admin-email' => 'E-mailadres:',
687 'config-admin-email-help' => "Voer hier een e-mailadres in om e-mail te kunnen ontvangen van andere gebruikers op de wiki, uw wachtwoord opnieuw in te stellen en op de hoogte te worden gehouden van wijzigingen van pagina's op uw volglijst.",
688 'config-subscribe' => 'Abonneren op de [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce mailinglijst releaseaankondigen].',
689 'config-subscribe-help' => 'Dit is een mailinglijst met een laag volume voor aankondigingen van nieuwe versies, inclusief belangrijke aankondigingen met betrekking tot beveiliging.
690 Abonneer uzelf erop en werk uw MediaWiki-installatie bij als er nieuwe versies uitkomen.',
691 'config-almost-done' => 'U bent bijna klaar!
692 Als u wilt kunt u de overige instellingen overslaan en de wiki nu installeren.',
693 'config-optional-continue' => 'Meer vragen',
694 'config-optional-skip' => 'Installeer de wiki',
695 'config-profile' => 'Gebruikersrechtenprofiel:',
696 'config-profile-wiki' => 'Traditionele wiki',
697 'config-profile-no-anon' => 'Gebruiker aanmaken verplicht',
698 'config-profile-private' => 'Privéwiki',
699 'config-license' => 'Auteursrechten en licentie:',
700 'config-license-none' => 'Geen licentie in de voettekst',
701 'config-license-gfdl-old' => 'GNU Free Documentation License 1.2 of hoger',
702 'config-license-gfdl-current' => 'GNU Free Documentation License 1.3 of hoger',
703 'config-license-pd' => 'Publiek domein',
704 'config-license-cc-choose' => 'Een Creative Commons-licentie',
705 'config-email-settings' => 'E-mailinstellingen',
706 'config-enable-email' => 'Uitgaande e-mail inschakelen',
707 'config-enable-email-help' => "Als u wilt dat e-mailen mogelijk is, dan moeten [http://www.php.net/manual/en/mail.configuration.php PHP's e-mailinstellingen] correct zijn.
708 Als u niet wilt dat e-mailen mogelijk is, dan kunt u de instellingen hier uitschakelen.",
709 'config-email-user' => 'E-mail tussen gebruikers inschakelen',
710 'config-email-user-help' => 'Gebruikers toestaan e-mail aan elkaar te verzenden als dit in de voorkeuren is ingesteld',
711 'config-email-usertalk' => 'Gebruikersoverlegnotificatie inschakelen',
712 'config-email-usertalk-help' => 'Gebruikers toestaan notificaties te ontvangen bij wijzigingen op de eigen overlegpagina als dit in de voorkeuren is ingesteld',
713 'config-email-watchlist' => 'Volglijstnotificatie inschakelen',
714 'config-email-watchlist-help' => "Gebruikers toestaan notificaties te ontvangen bij wijzigingen van pagina's op hun volglijst als dit in de voorkeuren is ingesteld",
715 'config-email-auth' => 'E-mailbevestiging inschakelen',
716 'config-email-auth-help' => "Als deze instelling actief is, moeten gebruikers hun e-mailadres bevestigen via een verwijziging die ze per e-mail wordt toegezonden.
717 Alleen bevestigde e-mailadressen kunnen e-mail ontvangen van andere gebruikers of wijzigingsnotificaties ontvangen.
718 Het inschakelen van deze instelling is '''aan te raden''' voor openbare wiki's vanwege de mogelijkheden voor misbruik van e-mailmogelijkheden.",
719 'config-email-sender' => 'E-mailadres voor antwoorden:',
720 'config-email-sender-help' => 'Voer het e-mailadres in dat u wilt gebruiken als antwoordadres voor uitgaande e-mail.
721 Als een e-mail niet bezorgd kan worden, wordt dat op dit e-mailadres gemeld.
722 Veel mailservers vereisen dat tenminste het domein bestaat.',
723 'config-upload-settings' => 'Afbeeldingen en bestanden uploaden',
724 'config-upload-enable' => 'Uploaden van bestanden inschakelen',
725 'config-upload-deleted' => 'Map voor verwijderde bestanden:',
726 'config-upload-deleted-help' => 'Kies een map waarin verwijderde bestanden gearchiveerd kunnen worden.
727 Idealiter is deze map niet via het web te benaderen.',
728 'config-logo' => 'URL voor logo:',
729 'config-logo-help' => 'Het standaarduiterlijk van MediaWiki bevat ruimte voor een logo van 135x135 pixels in de linker bovenhoek.
730 Upload een afbeelding met de juiste afmetingen en voer de URL hier in.
731
732 Als u geen logo wilt gebruiken, kunt u dit veld leeg laten.',
733 'config-cc-error' => 'De licentiekiezer van Creative Commons heeft geen resultaat opgeleverd.
734 Voer de licentie handmatig in.',
735 'config-cc-not-chosen' => 'Kies alstublieft de Creative Commons-licentie die u wilt gebruiken en klik op "doorgaan".',
736 'config-advanced-settings' => 'Gevorderde instellingen',
737 'config-cache-options' => 'Instellingen voor het cachen van objecten:',
738 'config-cache-help' => 'Het cachen van objecten wordt gebruikt om de snelheid van MediaWiki te verbeteren door vaak gebruikte gegevens te bewaren.
739 Middelgrote tot grote websites wordt geadviseerd dit in te schakelen en ook kleine sites merken de voordelen.',
740 'config-cache-none' => 'Niets cachen.
741 Er gaat geen functionaliteit verloren, maar dit kan invloed hebben op de snelheid.',
742 'config-cache-accel' => 'Cachen van objecten via PHP (APC, eAccelerator or XCache)',
743 'config-cache-memcached' => 'Memcached gebruiken (dit vereist aanvullende instellingen)',
744 'config-cache-db' => 'Gegevens cachen in de database',
745 'config-cache-anything' => 'MediaWiki zal proberen de gegevens te cachen waar mogelijk, behalve in Memcached, tenzij expliciet aangegeven',
746 'config-memcached-servers' => 'Memcachedservers:',
747 'config-memcached-help' => "Lijst met IP-adressen te gebruiken voor Memcached.
748 Deze moeten worden gescheiden met komma's en geef de poort op die moet worden gebruikt (bijvoorbeeld: 1.2.3.4:56, 7.8.9.10:11).",
749 'config-extensions' => 'Uitbreidingen',
750 'config-extensions-help' => 'De bovenstaande uitbreidingen zijn aangetroffen in de map <code>./extensions</code>.
751
752 Mogelijk moet u aanvullende instellingen maken, maar u kunt deze uitbreidingen nu inschakelen.',
753 'config-install-step-done' => 'Afgerond',
754 'config-install-step-failed' => 'Mislukt',
755 'config-install-extensions' => 'Inclusief uitbreidingen',
756 'config-install-database' => 'Database inrichten',
757 'config-install-pg-schema-failed' => 'Het aanmaken van de tabellen is mislukt.
758 Zorg dat de gebruiker "$1" in het schema "$2" mag schrijven.',
759 'config-install-tables' => 'Tabellen aanmaken',
760 'config-install-interwiki-sql' => 'Het bestand <code>interwiki.sql</code> is niet aangetroffen',
761 'config-install-secretkey' => 'Geheime sleutel aanmaken',
762 'config-insecure-secretkey' => 'Waarschuwing: het was niet mogelijk een veilige <code>$wgSecretKey</code> aan te maken.
763 Overweeg deze handmatig te wijzigen.',
764 'config-install-sysop' => 'Gebruiker voor beheerder aanmaken',
765 'config-install-localsettings' => '<code>LocalSettings.php</code> aanmaken',
766 'config-install-localsettings-unwritable' => "'''Waarschuwing:''' het was niet mogelijk <code>LocalSettings.php</code> weg te schrijven.
767 Maak dit bestand zelf aan met de volgende inhoud:",
768 'config-install-done-moved' => "'''Gefeliciteerd!'''
769 U hebt MediaWiki geïnstalleerd.
770
771 [$1 Naar uw wiki]",
772 );
773
774 /**
775 * Russian (Русский)
776 * @author MaxSem
777 */
778 $messages['ru'] = array(
779 'config-title' => 'Установка MediaWiki $1',
780 'config-page-language' => 'Язык',
781 'config-admin-default-username' => 'ВикиАдминистратор',
782 );