Followup r66364, add WinCache support to installer
[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-can-upgrade' => "There are MediaWiki tables in this database.
261 To upgrade them to MediaWiki $1, click '''Continue'''.",
262 'config-upgrade-done' => "Upgrade complete.
263
264 You can now [$1 start using your wiki].
265
266 If you want to regenerate your <code>LocalSettings.php</code> file, click the button below.
267 This is '''not recommended''' unless you are having problems with your wiki.",
268 'config-regenerate' => 'Regenerate LocalSettings.php →',
269 'config-show-table-status' => 'SHOW TABLE STATUS query failed!',
270 'config-unknown-collation' => "'''Warning:''' Datbase is using unrecognised collation.",
271 'config-db-web-account' => 'Database account for web access',
272 '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.',
273 'config-db-web-account-same' => 'Use the same account as for installation',
274 'config-db-web-create' => 'Create the account if it does not already exist',
275 'config-db-web-no-create-privs' => 'The account you specified for installation does not have enough privileges to create an account.
276 The account you specify here must already exist.',
277 'config-mysql-engine' => 'Storage engine:',
278 'config-mysql-innodb' => 'InnoDB',
279 'config-mysql-myisam' => 'MyISAM',
280 'config-mysql-engine-help' => "'''InnoDB''' is almost always the best option, since it has good concurrency support.
281
282 '''MyISAM''' may be faster in single-user or read-only installations.
283 MyISAM databases tend to get corrupted more often than InnoDB databases.",
284 'config-mysql-charset' => 'Database character set:',
285 'config-mysql-binary' => 'Binary',
286 'config-mysql-utf8' => 'UTF-8',
287 'config-mysql-charset-help' => "In '''binary mode''', MediaWiki stores UTF-8 text to the database in binary fields.
288 This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters.
289
290 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].",
291 'config-site-name' => 'Name of wiki:',
292 'config-site-name-help' => "This will appear in the browser's title bar and various other places.",
293 'config-site-name-blank' => 'Enter a site name.',
294 'config-project-namespace' => 'Project namespace:',
295 'config-ns-generic' => 'Project',
296 'config-ns-site-name' => 'Same as the wiki name: $1',
297 'config-ns-other' => 'Other (specify)',
298 'config-ns-other-default' => 'MyWiki',
299 'config-project-namespace-help' => 'Following Wikipedia\'s example, many wikis keep their policy pages separate from their content pages, in a "\'\'\'project namespace\'\'\'".
300 All page titles in this namespace start with a certain prefix, which you can specify here.
301 Traditionally, this prefix is derived from the name of the wiki, but it cannot contain punctuation characters such as "#" or ":".',
302 'config-ns-invalid' => 'The specified namespace "<nowiki>$1</nowiki>" is invalid.
303 Specify a different project namespace',
304 'config-admin-default-username' => 'WikiSysop',
305 'config-admin-box' => 'Administrator account',
306 'config-admin-name' => 'Your name:',
307 'config-admin-password' => 'Password:',
308 'config-admin-password-confirm' => 'Password again:',
309 'config-admin-help' => 'Enter your preferred username here, for example "Joe Bloggs".
310 This is the name you will use to log in to the wiki.',
311 'config-admin-name-blank' => 'Enter an administrator username.',
312 'config-admin-name-invalid' => 'The specified username "<nowiki>$1</nowiki>" is invalid.
313 Specify a different username.',
314 'config-admin-password-blank' => 'Enter a password for the administrator account.',
315 'config-admin-password-same' => 'The password must not be the same as the username.',
316 'config-admin-password-mismatch' => 'The two passwords you entered do not match.',
317 'config-admin-email' => 'E-mail address:',
318 '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.',
319 'config-admin-error-user' => 'Internal error when creating an admin with the name "<nowiki>$1</nowiki>".',
320 'config-admin-error-password' => 'Internal error when setting a password for the admin "<nowiki>$1</nowiki>": <pre>$2</pre>',
321 'config-subscribe' => 'Subscribe to the [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce release announcements mailing list].',
322 'config-subscribe-help' => 'This is a low-volume mailing list used for release announcements, including important security announcements.
323 You should subscribe to it and update your MediaWiki installation when new versions come out.',
324 'config-almost-done' => 'You are almost done!
325 You can now skip the remaining configuration and install the wiki right now.',
326 'config-optional-continue' => 'Ask me more questions.',
327 'config-optional-skip' => "I'm bored already, just install the wiki.",
328 'config-profile' => 'User rights profile:',
329 'config-profile-wiki' => 'Traditional wiki',
330 'config-profile-no-anon' => 'Account creation required',
331 'config-profile-fishbowl' => 'Authorized editors only',
332 'config-profile-private' => 'Private wiki',
333 'config-profile-help' => "Wikis work best when you let as many people edit them as possible.
334 In MediaWiki, it is easy to review the recent changes, and to revert any damage that is done by naive or malicious users.
335
336 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.
337 So you have the the choice.
338
339 A '''traditional wiki''' allows anyone to edit, without even logging in.
340 A wiki with '''account creation required''' provides extra accountability, but may deter casual contributors.
341
342 The '''authorized editors only''' scenario allows approved users to edit, but the public can view the pages, including history.
343 A '''private wiki''' only allows approved users to view pages, with the same group allowed to edit.
344
345 More complex user rights configurations are available after installation, see the [http://www.mediawiki.org/wiki/Manual:User_rights relevant manual entry].",
346 'config-license' => 'Copyright and license:',
347 'config-license-none' => 'No license footer',
348 'config-license-gfdl-old' => 'GNU Free Documentation License 1.2 or later',
349 'config-license-gfdl-current' => 'GNU Free Documentation License 1.3 or later',
350 'config-license-pd' => 'Public Domain',
351 'config-license-cc-choose' => 'A Creative Commons license',
352 'config-license-help' => "Many public wikis put all contributions under a [http://freedomdefined.org/Definition free license].
353 This helps to create a sense of community ownership and encourages long-term contribution.
354 It is not generally necessary for a private or corporate wiki.
355
356 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 '''GNU Free Documentation License 1.2'''.
357 However, this license has some features which make reuse and interpretation difficult.
358
359 If Wikipedia-compatibility is not important, '''Creative Commons''' with the '''Share Alike''' option (cc-by-sa) is a good choice.",
360 'config-email-settings' => 'E-mail settings',
361 'config-enable-email' => 'Enable outbound e-mail',
362 '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.
363 If you do not want any e-mail features, you can disable them here.",
364 'config-email-user' => 'Enable user-to-user e-mail',
365 'config-email-user-help' => 'All users to send each other e-mail, if they have enabled it in their preferences',
366 'config-email-usertalk' => 'Enable user talk page notification',
367 'config-email-usertalk-help' => 'Allow users to receive notifications on user talk page changes, if they have enabled it in their preferences',
368 'config-email-watchlist' => 'Enable watchlist notification',
369 'config-email-watchlist-help' => 'Allow users to receive notifications to their watched pages, if they have enabled it in their preferences',
370 'config-email-auth' => 'Enable e-mail authentication',
371 '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.
372 Only authenticated e-mail addresses can receive e-mails from other users or change notification e-mails.
373 Setting this option is '''recommended''' for public wikis because of potential abuse of the e-mail features.",
374 'config-email-sender' => 'Return e-mail address:',
375 'config-email-sender-help' => 'Enter the e-mail address to use as the return address on outbound e-mail.
376 This is where bounces will be sent.
377 Many mail servers require at least the domain name part to be valid.',
378 'config-upload-settings' => 'Images and file uploads',
379 'config-upload-enable' => 'Enable file uploads',
380 'config-upload-help' => "File uploads potentially expose your server to security risks.
381 For more information, read the [http://www.mediawiki.org/wiki/Manual:Security security section] in the manual.
382
383 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.
384 Then enable this option.",
385 'config-upload-deleted' => 'Directory for deleted files:',
386 'config-upload-deleted-help' => 'Choose a directory in which to archive deleted files.
387 Ideally, this should not be accessible from the web.',
388 'config-logo' => 'Logo URL:',
389 'config-logo-help' => "MediaWiki's default skin includes space for a 135x135 pixel logo in the top left corner.
390 Upload an image of the appropriate size, and enter the URL here.
391
392 If you do not want a logo, leave this box blank.",
393 'config-cc-error' => 'The Creative Commons license chooser gave no result.
394 Enter the license name manually.',
395 'config-cc-again' => 'Pick again...',
396 'config-cc-not-chosen' => 'Choose which Creative Commons license you want and click "proceed".',
397 'config-advanced-settings' => 'Advanced configuration',
398 'config-cache-options' => 'Settings for object caching:',
399 'config-cache-help' => 'Object caching is used to improve the speed of MediaWiki by caching frequently used data.
400 Medium to large sites are highly encouraged to enable this, and small sites will see benefits as well.',
401 'config-cache-none' => 'No caching.
402 No functionality is removed, but speed may be impacted.',
403 'config-cache-accel' => 'PHP object caching (APC, eAccelerator, XCache or WinCache)',
404 'config-cache-memcached' => 'Use Memcached (requires additional setup and configuration)',
405 'config-cache-db' => 'Cache data into the database',
406 'config-cache-anything' => 'MediaWiki will attempt to cache data anywhere possible, except in Memcached, unless indicated explicitely',
407 'config-memcached-servers' => 'Memcached servers:',
408 'config-memcached-help' => 'List of IP addresses to use for Memcached.
409 Should be separated with commas and specify the port to be used (for example: 1.2.3.4:56, 7.8.9.10:11).',
410 'config-extensions' => 'Extensions',
411 'config-extensions-help' => 'The extensions listed above were detected in your <code>./extensions</code> directory.
412
413 They may require additional configuration, but you can enable them now',
414 'config-install-step-done' => 'Done',
415 'config-install-step-failed' => 'Failed',
416 'config-install-extensions' => 'Including extensions',
417 'config-install-database' => 'Setting up database',
418 'config-install-pg-schema-failed' => 'Tables creation failed.
419 Make sure that the user "$1" can write to the schema "$2".',
420 'config-install-tables' => 'Creating tables',
421 'config-install-interwiki' => 'Populating default interwiki table',
422 'config-install-interwiki-sql' => 'Could not find file <code>interwiki.sql</code>',
423 'config-install-secretkey' => 'Generating secret key',
424 'config-insecure-secretkey' => "'''Warning:''' Unable to create secure <code>\$wgSecretKey</code>.
425 Consider changing it manually.",
426 'config-install-sysop' => 'Creating administrator user account',
427 'config-install-localsettings' => 'Creating <code>LocalSettings.php</code>',
428 'config-install-localsettings-unwritable' => 'Warning: Could not write <code>LocalSettings.php</code>.
429 Create it yourself, using the following text:',
430 'config-install-done' => "'''Congratulations!'''
431 You have successfully installed MediaWiki.
432
433 We have generated a <code>LocalSettings.php</code> file for you. It contains all your configuration.
434
435 You will need to move it from <code>./config/LocalSettings.php</code> to <code>./LocalSettings.php</code> in order for MediaWiki to work:
436
437 On a Unix/Linux system:
438
439 <pre>
440 mv ./config/LocalSettings.php ./LocalSettings.php
441 </pre>
442
443 When that's done, you can [$1 '''enter your wiki''']",
444 'config-install-done-moved' => "'''Congratulations!'''
445 You have successfully installed MediaWiki.
446
447 [$1 Enter your wiki]",
448 );
449
450 /** Dutch (Nederlands)
451 * @author Siebrand
452 */
453 $messages['nl'] = array(
454 'config-title' => 'Installatie MediaWiki $1',
455 'config-information' => 'Informatie',
456 'config-session-error' => 'Fout bij het begin van de sessie: $1',
457 'config-session-expired' => 'Uw sessiegegevens zijn verlopen.
458 Sessies zijn ingesteld om een levensduur van $1 te hebben.
459 U kunt deze wijzigen via de instelling <code>session.gc_maxlifetime</code> in php.ini.
460 Begin het installatieproces opnieuw.',
461 'config-no-session' => 'Uw sessiegegevens zijn verloren gegaan.
462 Controleer uw php.ini en zorg dat er een juiste map is ingesteld voor <code>session.save_path</code>.',
463 'config-session-path-bad' => 'Uw <code>session.save_path</code> (<code>$1</code>) lijkt onjuist of er kan niet in geschreven worden.',
464 'config-show-help' => 'Hulp',
465 'config-hide-help' => 'Hulp verbergen',
466 'config-your-language' => 'Uw taal:',
467 'config-your-language-help' => 'Selecteer een taal om tijdens het installatieproces te gebruiken.',
468 'config-wiki-language' => 'Wikitaal:',
469 'config-wiki-language-help' => 'Selecteer de taal waar de wiki voornamelijk in wordt geschreven.',
470 'config-back' => '← Terug',
471 'config-continue' => 'Doorgaan →',
472 'config-page-language' => 'Taal',
473 'config-page-welcome' => 'Welkom bij MediaWiki!',
474 'config-page-dbconnect' => 'Verbinding maken met database',
475 'config-page-upgrade' => 'Bestaande bijwerken',
476 'config-page-dbsettings' => 'Databaseinstellingen',
477 'config-page-name' => 'Naam',
478 'config-page-options' => 'Opties',
479 'config-page-install' => 'Installeren',
480 'config-page-complete' => 'Afgerond!',
481 'config-page-restart' => 'Installatie herstarten',
482 'config-page-readme' => 'Lees mij',
483 'config-page-releasenotes' => 'Release notes',
484 'config-page-copying' => 'Kopiëren',
485 'config-page-upgradedoc' => 'Bijwerken',
486 'config-help-restart' => 'Wilt u alle opgeslagen gegevens die u hebt ingevoerd wissen en het installatieproces opnieuw starten?',
487 'config-restart' => 'Ja, opnieuw starten',
488 '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.',
489 'config-env-good' => 'De omgeving is gecontroleerd.
490 U kunt MediaWiki installeren.',
491 'config-env-bad' => 'De omgeving is gecontroleerd.
492 U kunt MediaWiki niet installeren.',
493 'config-env-php' => 'PHP $1 is geïnstalleerd.',
494 'config-env-latest-ok' => 'U bent bezig de meest recente versie van MediaWiki te installeren.',
495 'config-env-latest-new' => "'''Let op:''' U bent bezig een ontwikkelversie van MediaWiki te installeren.",
496 'config-env-latest-old' => "'''Waarschuwing:''' U bent bezig een verouderde versie van MediaWiki te installeren.",
497 'config-env-latest-help' => 'U bent bezig versie $1 te installeren, maar de meest recente versie is $2.
498 U wordt aangeraden de meest recente versie te gebruiken die u kunt downloaden van [http://www.mediawiki.org/wiki/Download mediawiki.org].',
499 'config-no-db' => 'Er kon geen geschikte databasedriver geladen worden!',
500 'config-no-db-help' => 'U moet een databasedriver installeren voor PHP.
501 De volgende databases worden ondersteund: $1.
502
503 Als u op een gedeelde omgeving zit, vraag dan uw hostingprovider een geschikte databasedriver te installeren.
504 Als u PHP zelf hebt gecompileerd, wijzig dan uw instellingen zodat een databasedriver wordt geactiveerd, bijvoorbeeld via <code>./configure --with-mysql</code>.',
505 'config-have-db' => 'Gevonden databasedrivers: $1.',
506 'config-register-globals' => "'''Waarschuwing: De PHP-optie <code>[http://php.net/register_globals register_globals]</code> is ingeschakeld.'''
507 '''Schakel deze uit als dat mogelijk is.'''
508 MediaWiki kan ermee werken, maar uw server is dan meer kwetsbaar voor beveiligingslekken.",
509 'config-magic-quotes-runtime' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime magic_quotes_runtime] is actief!'''
510 Deze instelling zorgt voor gegevenscorruptie.
511 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
512 'config-magic-quotes-sybase' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime magic_quotes_sybase] is actief!'''
513 Deze instelling zorgt voor gegevenscorruptie.
514 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
515 'config-mbstring' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ref.mbstring.php#mbstring.overload mbstring.func_overload] is actief!'''
516 Deze instelling zorgt voor gegevenscorruptie.
517 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
518 'config-ze1' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ini.core.php zend.ze1_compatibility_mode] is actief!'''
519 Deze instelling zorgt voor grote problemen in MediaWiki.
520 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
521 'config-safe-mode' => "'''Waarschuwing:'''
522 '''PHP's [http://www.php.net/features.safe-mode veilige modus] actief is.'''
523 Dit kan problemen veroorzaken, vooral bij het uploaden van bestanden en ondersteuning van <code>math</code>.",
524 'config-xml-bad' => 'De XML-module van PHP ontbreekt.
525 MediaWiki heeft de functies van deze module nodig en werkt niet zonder deze module.',
526 'config-pcre' => 'De ondersteuningsmodule PCRE lijkt te missen.
527 MediaWiki vereist dat de met Perl compatibele reguliere expressies werken.',
528 'config-memory-none' => 'PHP is ingesteld zonder <code>memory_limit</code>',
529 'config-memory-ok' => "PHP's <code>memory_limit</code> is $1. In orde.",
530 'config-memory-raised' => "PHP's <code>memory_limit</code> is $1. Verhoogd tot $2.",
531 'config-memory-bad' => "'''Waarschuwing:''' PHP's <code>memory_limit</code> is $1.
532 Dit is waarschijnlijk te laag.
533 De installatie kan mislukken!",
534 'config-xcache' => '[http://trac.lighttpd.net/xcache/ XCache] geïnstalleerd',
535 'config-apc' => '[http://www.php.net/apc APC] geïnstalleerd',
536 'config-eaccel' => '[http://eaccelerator.sourceforge.net/ eAccelerator] geïnstalleerd',
537 '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.
538 Het cachen van objecten is niet ingeschakeld.",
539 'config-diff3-good' => 'GNU diff3 aangetroffen: <code>$1</code>.',
540 'config-diff3-bad' => 'GNU diff3 niet aangetroffen.',
541 'config-imagemagick' => 'ImageMagick aangetroffen: <code>$1</code>.
542 Het aanmaken van miniaturen van afbeeldingen wordt ingeschakeld als u uploaden inschakelt.',
543 'config-gd' => 'Ingebouwde GD grafische bibliotheek aangetroffen.
544 Het aanmaken van miniaturen van afbeeldingen wordt ingeschakeld als u uploaden inschakelt.',
545 'config-no-scaling' => 'De GD-bibliotheek en ImageMagick zijn niet aangetroffen.
546 Het maken van miniaturen van afbeeldingen wordt uitgeschakeld.',
547 'config-dir' => 'Installatiemap: <code>$1</code>.',
548 'config-uri' => 'Script URI-pad: <code>$1</code>.',
549 'config-no-uri' => "'''Fout:''' de huidige URI kon niet vastgesteld worden.
550 De installatie is afgebroken.",
551 'config-file-extension' => 'MediaWiki wordt geinstalleerd met <code>$1</code> als bestandsextensie.',
552 'config-shell-locale' => 'Als shelllocale is "$1" herkend',
553 'config-uploads-safe' => 'De uploadmap is beveiligd tegen het arbitrair uitvoeren van scripts.',
554 'config-uploads-not-safe' => "'''Waarschuwing:''' uw uploadmap <code>$1</code> kan gebruikt worden voor het arbitrair uitvoeren van scripts.
555 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.",
556 'config-db-type' => 'Databasetype:',
557 'config-db-host' => 'Databasehost:',
558 'config-db-host-help' => 'Als uw databaseserver een andere server is, voer dan de hostnaam of het IP-adres hier in.
559 Als u gebruik maakt van gedeelde webhosting, hoort uw provider u de juiste hostnaam te hebben verstrekt.',
560 'config-db-wiki-settings' => 'Identificeer deze wiki',
561 'config-db-name' => 'Databasenaam:',
562 'config-db-name-help' => 'Kies een naam die uw wiki identificeert.
563 Er mogen geen spaties of koppeltekens gebruikt worden.
564 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.',
565 'config-db-install-account' => 'Gebruiker voor installatie',
566 'config-db-username' => 'Gebruikersnaam voor database:',
567 'config-db-password' => 'Wachtwoord voor database:',
568 'config-db-install-help' => 'Voer de gebruikersnaam en het wachtwoord in die worden gebruikt voor de databaseverbinding tijdens het installatieproces.',
569 'config-db-account-lock' => 'Dezelfde gebruiker en wachwoord gebruiken na de installatie',
570 'config-db-wiki-account' => 'Gebruiker voor na de installatie',
571 'config-db-wiki-help' => 'Selecteer de gebruikersnaam en het wachtwoord die gebruikt worden om verbinding te maken met de database na de installatie.
572 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.',
573 'config-db-prefix' => 'Databasetabelvoorvoegsel:',
574 '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.
575 Gebruik geen spaties of koppeltekens.
576
577 Dit veld wordt meestal leeg gelaten.",
578 'config-db-charset' => 'Tekenset voor de database',
579 'config-charset-mysql5-binary' => 'MySQL 4.1/5.0 binair',
580 'config-charset-mysql5' => 'MySQL 4.1/5.0 UTF-8',
581 'config-charset-mysql4' => 'MySQL 4.0 UTF-8-compatibel',
582 'config-mysql-old' => 'U moet MySQL $1 of later gebruiken.
583 U gebruikt $2.',
584 'config-db-port' => 'Databasepoort:',
585 'config-db-schema' => 'Schema voor MediaWiki',
586 'config-db-ts2-schema' => 'Schema voor tsearch2',
587 'config-db-schema-help' => "De bovenstaande schema's kloppen meestal.
588 Wijzig ze alleen als u weet dat u ze nodig hebt.",
589 'config-sqlite-dir' => 'Gegevensmap voor SQLite:',
590 'config-type-mysql' => 'MySQL',
591 'config-type-postgres' => 'PostgreSQL',
592 'config-type-sqlite' => 'SQLite',
593 'config-type-oracle' => 'Oracle',
594 'config-header-mysql' => 'MySQL-instellingen',
595 'config-header-postgres' => 'PostgreSQL-instellingen',
596 'config-header-sqlite' => 'SQLite-instellingen',
597 'config-header-oracle' => 'Oracle-instellingen',
598 'config-invalid-db-type' => 'Ongeldig databasetype',
599 'config-missing-db-name' => 'U moet een waarde ingeven voor "Databasenaam"',
600 'config-invalid-db-name' => 'Ongeldige database naam "$1".
601 Deze mag alleen cijfers, letters en liggende streepjes bevatten.',
602 'config-invalid-db-prefix' => 'Ongeldig databasevoorvoegsel "$1".
603 Dit mag alleen cijfers, letters en liggende streepjes bevatten.',
604 'config-connection-error' => '$1.
605
606 Controleer de host, gebruikersnaam en wachtwoord hieronder in en probeer het opnieuw.',
607 'config-invalid-schema' => 'Ongeldige schema voor MediaWiki "$1".
608 Gebruik alleen letters, cijfers en liggende streepjes.',
609 'config-invalid-ts2schema' => 'Ongeldig schema voor tsearch "$1".
610 Gebruik alleen letters, cijfers en liggende streepjes.',
611 'config-postgres-old' => 'PostgreSQL $1 of hoger is vereist.
612 U gebruikt $2.',
613 'config-sqlite-name-help' => 'Kies een naam die uw wiki identificeert.
614 Gebruik geen spaties of koppeltekens.
615 Deze naam wordt gebruikt voor het gegevensbestands van SQLite.',
616 'config-sqlite-mkdir-error' => 'Er is een fout opgetreden bij het aanmaken van de gegevensmap "$1".
617 Controleer de locatie en probeer het opnieuw.',
618 'config-sqlite-dir-unwritable' => 'Het was niet mogelijk in de map "$1" te schrijven.
619 Wijzig de rechten zodat de webserver erin kan schrijven en probeer het opnieuw.',
620 'config-sqlite-connection-error' => '$1.
621
622 Controleer de map voor gegevens en de databasenaam hieronder en probeer het opnieuw.',
623 'config-sqlite-readonly' => 'Het bestand <code>$1</code> kan niet geschreven worden.',
624 'config-sqlite-cant-create-db' => 'Het was niet mogelijk het databasebestand <code>$1</code> aan te maken.',
625 'config-can-upgrade' => "Er staan al tabellen voor MediaWiki in deze database.
626 Klik op '''Doorgaan''' om ze bij te werken naar MediaWiki $1.",
627 'config-upgrade-done' => "Het bijwerken is afgerond.
628
629 Uw kunt [$1 uw wiki gebruiken].
630
631 Als u uw <code>LocalSettings.php</code> opnieuw wilt aanmaken, klik dan op de knop hieronder.
632 Dit is '''niet aan te raden''' tenzij u problemen hebt met uw wiki.",
633 'config-regenerate' => 'LocalSettings.php opnieuw aanmaken →',
634 'config-show-table-status' => 'Het uitvoeren van SHOW TABLE STATUS is mislukt!',
635 'config-unknown-collation' => "'''Waarschiwing:''' de database gebruikt een collatie die niet wordt herkend.",
636 'config-db-web-account' => 'Databasegebruiker voor webtoegang',
637 'config-db-web-help' => 'Selecteer de gebruikersnaam en het wachtwoord die de webserver gebruikt om verbinding te maken met de databaseserver na de installatie.',
638 'config-db-web-account-same' => 'Dezelfde gebruiker gebruiken als voor de installatie',
639 'config-db-web-create' => 'Maak de gebruiker aan als deze nog niet bestaat',
640 '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.
641 De gebruiker die u hier opgeeft moet al bestaan.',
642 'config-mysql-engine' => 'Opslagmethode:',
643 'config-mysql-innodb' => 'InnoDB',
644 'config-mysql-myisam' => 'MyISAM',
645 'config-mysql-engine-help' => "'''InnoDB''' is vrijwel altijd de beste instelling, omdat deze goed omgaat met meerdere verzoeken tegelijkertijd.
646
647 '''MyISAM''' is bij een zeer beperkt aantal gebruikers mogelijk sneller, of als de wiki alleen-lezen is.
648 MyISAM-databases raken vaker corrupt dan InnoDB-databases.",
649 'config-mysql-charset' => 'Tekenset voor de database:',
650 'config-mysql-binary' => 'Binair',
651 'config-mysql-utf8' => 'UTF-8',
652 'config-site-name' => 'Naam van de wiki:',
653 'config-site-name-help' => 'Deze naam verschijnt in de titelbalk van browsers en op andere plaatsen.',
654 'config-site-name-blank' => 'Geef een naam op voor de site.',
655 'config-project-namespace' => 'Projectnaamruimte:',
656 'config-ns-generic' => 'Project',
657 'config-ns-site-name' => 'Zelfde als de wiki: $1',
658 'config-ns-other' => 'Andere (geen aan welke)',
659 'config-ns-other-default' => 'MijnWiki',
660 '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'''\".
661 Alle paginanamen in deze naamruimte beginnen met een bepaald voorvoegsel dat u hier kunt aangeven.
662 Dit voorvoegsel wordt meestal afgeleid van de naam van de wiki, maar het kan geen bijzondere tekens bevatten als \"#\" of \":\".",
663 'config-ns-invalid' => 'De aangegeven naamruimte "<nowiki>$1</nowiki>" is ongeldig.
664 Geef een andere naamruimte op.',
665 'config-admin-default-username' => 'WikiBeheerder',
666 'config-admin-box' => 'Beheerdersaccount',
667 'config-admin-name' => 'Uw naam:',
668 'config-admin-password' => 'Wachtwoord:',
669 'config-admin-password-confirm' => 'Wachtwoord opnieuw:',
670 'config-admin-help' => 'Voor de gebruikersnaam hier in, bijvoorbeeld "Jan Jansen".
671 Dit is de naam die wordt gebruikt om aan de melden bij de wiki.',
672 'config-admin-name-blank' => 'Geef een gebruikersnaam op voor de beheerder.',
673 'config-admin-name-invalid' => 'De opgegeven gebruikersnaam "<nowiki>$1</nowiki>" is ongeldig.
674 Kies een andere gebruikersnaam.',
675 'config-admin-password-blank' => 'Voer een wachtwoord voor de beheerder in.',
676 'config-admin-password-same' => 'Het wachtwoord mag niet hetzelfde zijn als de gebruikersnaam.',
677 'config-admin-password-mismatch' => 'De twee door u ingevoerde wachtwoorden komen niet overeen.',
678 'config-admin-email' => 'E-mailadres:',
679 '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.",
680 'config-subscribe' => 'Abonneren op de [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce mailinglijst releaseaankondigen].',
681 'config-subscribe-help' => 'Dit is een mailinglijst met een laag volume voor aankondigingen van nieuwe versies, inclusief belangrijke aankondigingen met betrekking tot beveiliging.
682 Abonneer uzelf erop en werk uw MediaWiki-installatie bij als er nieuwe versies uitkomen.',
683 'config-almost-done' => 'U bent bijna klaar!
684 Als u wilt kunt u de overige instellingen overslaan en de wiki nu installeren.',
685 'config-optional-continue' => 'Meer vragen',
686 'config-optional-skip' => 'Installeer de wiki',
687 'config-profile' => 'Gebruikersrechtenprofiel:',
688 'config-profile-wiki' => 'Traditionele wiki',
689 'config-profile-no-anon' => 'Gebruiker aanmaken verplicht',
690 'config-profile-private' => 'Privéwiki',
691 'config-license' => 'Auteursrechten en licentie:',
692 'config-license-none' => 'Geen licentie in de voettekst',
693 'config-license-gfdl-old' => 'GNU Free Documentation License 1.2 of hoger',
694 'config-license-gfdl-current' => 'GNU Free Documentation License 1.3 of hoger',
695 'config-license-pd' => 'Publiek domein',
696 'config-license-cc-choose' => 'Een Creative Commons-licentie',
697 'config-email-settings' => 'E-mailinstellingen',
698 'config-enable-email' => 'Uitgaande e-mail inschakelen',
699 '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.
700 Als u niet wilt dat e-mailen mogelijk is, dan kunt u de instellingen hier uitschakelen.",
701 'config-email-user' => 'E-mail tussen gebruikers inschakelen',
702 'config-email-user-help' => 'Gebruikers toestaan e-mail aan elkaar te verzenden als dit in de voorkeuren is ingesteld',
703 'config-email-usertalk' => 'Gebruikersoverlegnotificatie inschakelen',
704 'config-email-usertalk-help' => 'Gebruikers toestaan notificaties te ontvangen bij wijzigingen op de eigen overlegpagina als dit in de voorkeuren is ingesteld',
705 'config-email-watchlist' => 'Volglijstnotificatie inschakelen',
706 'config-email-watchlist-help' => "Gebruikers toestaan notificaties te ontvangen bij wijzigingen van pagina's op hun volglijst als dit in de voorkeuren is ingesteld",
707 'config-email-auth' => 'E-mailbevestiging inschakelen',
708 '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.
709 Alleen bevestigde e-mailadressen kunnen e-mail ontvangen van andere gebruikers of wijzigingsnotificaties ontvangen.
710 Het inschakelen van deze instelling is '''aan te raden''' voor openbare wiki's vanwege de mogelijkheden voor misbruik van e-mailmogelijkheden.",
711 'config-email-sender' => 'E-mailadres voor antwoorden:',
712 'config-email-sender-help' => 'Voer het e-mailadres in dat u wilt gebruiken als antwoordadres voor uitgaande e-mail.
713 Als een e-mail niet bezorgd kan worden, wordt dat op dit e-mailadres gemeld.
714 Veel mailservers vereisen dat tenminste het domein bestaat.',
715 'config-upload-settings' => 'Afbeeldingen en bestanden uploaden',
716 'config-upload-enable' => 'Uploaden van bestanden inschakelen',
717 'config-upload-deleted' => 'Map voor verwijderde bestanden:',
718 'config-upload-deleted-help' => 'Kies een map waarin verwijderde bestanden gearchiveerd kunnen worden.
719 Idealiter is deze map niet via het web te benaderen.',
720 'config-logo' => 'URL voor logo:',
721 'config-logo-help' => 'Het standaarduiterlijk van MediaWiki bevat ruimte voor een logo van 135x135 pixels in de linker bovenhoek.
722 Upload een afbeelding met de juiste afmetingen en voer de URL hier in.
723
724 Als u geen logo wilt gebruiken, kunt u dit veld leeg laten.',
725 'config-cc-error' => 'De licentiekiezer van Creative Commons heeft geen resultaat opgeleverd.
726 Voer de licentie handmatig in.',
727 'config-cc-not-chosen' => 'Kies alstublieft de Creative Commons-licentie die u wilt gebruiken en klik op "doorgaan".',
728 'config-advanced-settings' => 'Gevorderde instellingen',
729 'config-cache-options' => 'Instellingen voor het cachen van objecten:',
730 'config-cache-help' => 'Het cachen van objecten wordt gebruikt om de snelheid van MediaWiki te verbeteren door vaak gebruikte gegevens te bewaren.
731 Middelgrote tot grote websites wordt geadviseerd dit in te schakelen en ook kleine sites merken de voordelen.',
732 'config-cache-none' => 'Niets cachen.
733 Er gaat geen functionaliteit verloren, maar dit kan invloed hebben op de snelheid.',
734 'config-cache-accel' => 'Cachen van objecten via PHP (APC, eAccelerator or XCache)',
735 'config-cache-memcached' => 'Memcached gebruiken (dit vereist aanvullende instellingen)',
736 'config-cache-db' => 'Gegevens cachen in de database',
737 'config-cache-anything' => 'MediaWiki zal proberen de gegevens te cachen waar mogelijk, behalve in Memcached, tenzij expliciet aangegeven',
738 'config-memcached-servers' => 'Memcachedservers:',
739 'config-memcached-help' => "Lijst met IP-adressen te gebruiken voor Memcached.
740 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).",
741 'config-extensions' => 'Uitbreidingen',
742 'config-extensions-help' => 'De bovenstaande uitbreidingen zijn aangetroffen in de map <code>./extensions</code>.
743
744 Mogelijk moet u aanvullende instellingen maken, maar u kunt deze uitbreidingen nu inschakelen.',
745 'config-install-step-done' => 'Afgerond',
746 'config-install-step-failed' => 'Mislukt',
747 'config-install-extensions' => 'Inclusief uitbreidingen',
748 'config-install-database' => 'Database inrichten',
749 'config-install-pg-schema-failed' => 'Het aanmaken van de tabellen is mislukt.
750 Zorg dat de gebruiker "$1" in het schema "$2" mag schrijven.',
751 'config-install-tables' => 'Tabellen aanmaken',
752 'config-install-interwiki-sql' => 'Het bestand <code>interwiki.sql</code> is niet aangetroffen',
753 'config-install-secretkey' => 'Geheime sleutel aanmaken',
754 'config-insecure-secretkey' => 'Waarschuwing: het was niet mogelijk een veilige <code>$wgSecretKey</code> aan te maken.
755 Overweeg deze handmatig te wijzigen.',
756 'config-install-sysop' => 'Gebruiker voor beheerder aanmaken',
757 'config-install-localsettings' => '<code>LocalSettings.php</code> aanmaken',
758 'config-install-localsettings-unwritable' => "'''Waarschuwing:''' het was niet mogelijk <code>LocalSettings.php</code> weg te schrijven.
759 Maak dit bestand zelf aan met de volgende inhoud:",
760 'config-install-done-moved' => "'''Gefeliciteerd!'''
761 U hebt MediaWiki geïnstalleerd.
762
763 [$1 Naar uw wiki]",
764 );
765
766 /**
767 * Russian (Русский)
768 * @author MaxSem
769 */
770 $messages['ru'] = array(
771 'config-title' => 'Установка MediaWiki $1',
772 'config-page-language' => 'Язык',
773 'config-admin-default-username' => 'ВикиАдминистратор',
774 );