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