9f91c368dbad479dc457f1fdce2e3ccb974db72a
[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 (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 script URI path.',
509 'config-shell-locale' => 'Parameters:
510 * $1 is the detected shell locale.',
511 'config-show-table-status' => '{{doc-important|"SHOW TABLE STATUS" is a MySQL command. Do not translate this.}}',
512 'config-instantcommons-help' => 'Parameters:
513 $1 is for indicating whether or not we should be able to use the feature.',
514 'config-cc-not-chosen' => 'Should we use "int:key" here (and to which key)?',
515 'config-install-user-failed' => 'Parameters:
516 * $1 is the username for which granting rights failed
517 * $2 is the error message',
518 'config-install-done' => 'Parameters:
519 * $1 is the URL to LocalSettings download
520 * $2 is a link to the wiki.',
521 );
522
523 /** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца))
524 * @author Wizardist
525 */
526 $messages['be-tarask'] = array(
527 'config-desc' => 'Інсталятар MediaWiki',
528 'config-title' => 'Устаноўка $1 MediaWiki',
529 'config-information' => 'Інфармацыя',
530 'config-localsettings-upgrade' => "'''Увага''': знойдзены файл <code>LocalSettings.php</code>.
531 Магчыма абнаваці існуючую ўстаноўку.
532 Калі ласка, перамясьціце <code>LocalSettings.php</code> у іншае месца і запусьціце інсталятар зноў.",
533 'config-localsettings-noupgrade' => "'''Памылка''': знойдзены файл <code>LocalSettings.php</code>.
534 Немагчыма абнавіць існуючую ўстаноўку.
535 Дзеля бясьпекі працэс інсталяцыі быў перарваны.",
536 'config-session-error' => 'Памылка стварэньня сэсіі: $1',
537 'config-session-expired' => 'Зьвесткі сэсіі страцілі тэрмін дзеяньня.
538 Сэсія мае абмежаваны тэрмін у $1.
539 Вы можаце павялічыць яго, зьмяніўшы парамэтар <code>session.gc_maxlifetime</code> у php.ini.
540 Перазапусьціце інсталятар.',
541 'config-no-session' => 'Зьвесткі сэсіі згубленыя!
542 Праверце php.ini і ўпэўніцеся, што ўстаноўлены слушны пуць для <code>session.save_path</code>.',
543 'config-session-path-bad' => 'Пуць у <code>session.save_path</code> (<code>$1</code>) няслушны ці даступны толькі для чытаньня.',
544 'config-show-help' => 'Дапамога',
545 'config-hide-help' => 'Схаваць дапамогу',
546 'config-your-language' => 'Вашая мова:',
547 'config-your-language-help' => 'Выберыце мову для выкарыстаньня падчас інсталяцыі.',
548 'config-wiki-language' => 'Мова ўсталяванай вікі:',
549 'config-wiki-language-help' => 'Выберыце мову, на якой пераважна будзе пісацца зьмест у вікі.',
550 'config-back' => '← Назад',
551 'config-continue' => 'Далей →',
552 'config-page-language' => 'Мова',
553 'config-page-welcome' => 'Вітаем у MediaWiki!',
554 'config-page-dbconnect' => 'Падключэньне да базы зьвестак',
555 'config-page-upgrade' => 'Абнавіць існуючую ўстаноўку',
556 'config-page-dbsettings' => 'Устаноўкі базы зьвестак',
557 'config-page-name' => 'Назва',
558 'config-page-options' => 'Устаноўкі',
559 'config-page-install' => 'Усталяваць',
560 'config-page-complete' => 'Зроблена!',
561 'config-page-restart' => 'Пачаць інсталяцыю зноў',
562 'config-page-readme' => 'Дадатковыя зьвесткі',
563 'config-page-releasenotes' => 'Заўвагі да выпуску',
564 'config-page-copying' => 'Капіяваньне',
565 'config-page-upgradedoc' => 'Абнаўленьне',
566 'config-help-restart' => 'Ці жадаеце выдаліць усе ўведзеныя зьвесткі і пачаць працэс інсталяцыі зноў?',
567 'config-restart' => 'Так, пачаць зноў',
568 'config-welcome' => '== Праверка асяродзьдзя ==
569 Праверка патрэбная для запэўніваньня, што гэтае асяродзьдзе слушнае для MediaWiki.
570 Вам патрэбна будзе падаць усе вынікі праверкі, калі спатрэбіцца дапамога падчас інсталяцыі.',
571 'config-sidebar' => '* [http://www.mediawiki.org Сайт MediaWiki]
572 * [http://www.mediawiki.org/wiki/Help:Contents Дапамога карыстальнікам]
573 * [http://www.mediawiki.org/wiki/Manual:Contents Дапамога адміністратарам]
574 * [http://www.mediawiki.org/wiki/Manual:FAQ FAQ]',
575 'config-env-good' => '<span class="success-message">Асяродзьдзе было праверанае.
576 Можаце ўсталёўваць MediaWiki.</span>',
577 'config-env-bad' => 'Асяродзьдзе было праверанае.
578 Усталяваньне MediaWiki немагчымае.',
579 'config-env-php' => 'Усталяваны PHP $1.',
580 'config-env-latest-ok' => 'Вы інсталюеце апошнюю вэрсію MediaWiki.',
581 'config-env-latest-new' => "'''Зацемка:''' Вы ўсталёўваеце вэрсію MediaWiki для распрацоўнікаў.",
582 'config-env-latest-can-not-check' => "'''Зацемка:''' інсталятар ня здолеў атрымаць зьвесткі пра апошні выпуск MediaWiki з [$1].",
583 );
584
585 /** French (Français)
586 * @author Peter17
587 */
588 $messages['fr'] = array(
589 'config-desc' => 'Le programme d’installation de MediaWiki',
590 'config-title' => 'Installation de MediaWiki $1',
591 'config-information' => 'Informations',
592 'config-localsettings-upgrade' => "'''Attention''' : Un fichier <code>LocalSettings.php</code> a été détecté.
593 Votre logiciel est capable de se mettre à jour.
594 Veuillez déplacer <code>LocalSettings.php</code> en lieu sûr puis relancer le programme d’installation.",
595 'config-localsettings-noupgrade' => "'''Erreur''': Un fichier <code>LocalSettings.php</code> a été détecté.
596 Votre logiciel ne peut pas se mettre à jour actuellement.
597 Le programme d’installation a été désactivé pour des raisons de sécurité.",
598 'config-show-help' => 'Aide',
599 'config-hide-help' => 'Masquer l’aide',
600 'config-your-language' => 'Votre langue :',
601 'config-your-language-help' => "Sélectionnez la langue à utiliser pendant le processus d'installation.",
602 'config-wiki-language' => 'Langue du wiki :',
603 'config-wiki-language-help' => 'Sélectionner la langue dans laquelle le wiki sera principalement écrit.',
604 'config-back' => '← Retour',
605 'config-continue' => 'Continuer →',
606 'config-page-language' => 'Langue',
607 'config-page-welcome' => 'Bienvenue sur MediaWiki !',
608 'config-page-dbconnect' => 'Se connecter à la base de données',
609 'config-page-upgrade' => 'Mettre à jour l’installation existante',
610 'config-page-dbsettings' => 'Paramètres de base de données',
611 'config-page-name' => 'Nom',
612 'config-page-options' => 'Options',
613 'config-page-install' => 'Installer',
614 'config-page-complete' => 'Terminé !',
615 'config-page-restart' => 'Redémarrer l’installation',
616 'config-page-readme' => 'Lisez-moi',
617 'config-page-releasenotes' => 'Notes de version',
618 'config-page-copying' => 'Copie',
619 'config-page-upgradedoc' => 'Mise à jour',
620 'config-memory-none' => 'PHP est configuré sans paramètre <code>memory_limit</code>',
621 'config-memory-ok' => 'Le paramètre <code>memory_limit</code> de PHP est à $1.
622 OK.',
623 'config-memory-raised' => 'Le paramètre <code>memory_limit</code> de PHP était à $1, porté à $2.',
624 'config-memory-bad' => "'''Attention :''' Le paramètre <code>memory_limit</code> de PHP est à $1.
625 Cette valeur est probablement trop faible.
626 Il est possible que l’installation échoue !",
627 'config-charset-mysql5-binary' => 'MySQL 4.1/5.0 binaire',
628 'config-charset-mysql5' => 'MySQL 4.1/5.0 UTF-8',
629 'config-charset-mysql4' => 'MySQL 4.0 rétrocompatible UTF-8',
630 'config-db-port' => 'Port de la base de données :',
631 'config-db-schema' => 'Schéma pour MediaWiki',
632 'config-db-ts2-schema' => 'Schéma pour tsearch2',
633 'config-type-mysql' => 'MySQL',
634 'config-type-postgres' => 'PostgreSQL',
635 'config-type-sqlite' => 'SQLite',
636 'config-type-oracle' => 'Oracle',
637 'config-header-mysql' => 'Paramètres de MySQL',
638 'config-header-postgres' => 'Paramètres de PostgreSQL',
639 'config-header-sqlite' => 'Paramètres de SQLite',
640 'config-header-oracle' => 'Paramètres d’Oracle',
641 'config-invalid-db-type' => 'Type de base de données non valide',
642 'config-mysql-innodb' => 'InnoDB',
643 'config-mysql-myisam' => 'MyISAM',
644 'config-mysql-binary' => 'Binaire',
645 'config-mysql-utf8' => 'UTF-8',
646 'config-admin-box' => 'Compte administrateur',
647 'config-admin-name' => 'Votre nom :',
648 'config-admin-password' => 'Mot de passe :',
649 'config-admin-password-confirm' => 'Re-saisir le mot de passe :',
650 'config-admin-email' => 'Adresse électronique :',
651 'config-install-step-done' => 'fait',
652 'config-install-step-failed' => 'échec',
653 );
654
655 /** Upper Sorbian (Hornjoserbsce)
656 * @author Michawiki
657 */
658 $messages['hsb'] = array(
659 'config-desc' => 'Instalaciski program za MediaWiki',
660 'config-title' => 'Instalacija MediaWiki $1',
661 'config-information' => 'Informacije',
662 'config-session-error' => 'Zmylk při startowanju posedźenja: $1',
663 'config-show-help' => 'Pomoc',
664 'config-hide-help' => 'Pomoc schować',
665 'config-your-language' => 'Twoja rěč:',
666 'config-your-language-help' => 'Wubjer rěč, kotraž ma so za instalaciski proces wužiwać.',
667 'config-wiki-language' => 'Wikirěč:',
668 'config-wiki-language-help' => 'Wubjer rěč, w kotrejž wiki ma so zwjetša pisać.',
669 'config-back' => '← Wróćo',
670 'config-continue' => 'Dale →',
671 'config-page-language' => 'Rěč',
672 'config-page-welcome' => 'Witaj do MediaWiki!',
673 'config-page-dbconnect' => 'Z datowej banku zwjazać',
674 'config-page-upgrade' => 'Eksistowacu instalaciju aktualizować',
675 'config-page-dbsettings' => 'Nastajenja datoweje banki',
676 'config-page-name' => 'Mjeno',
677 'config-page-options' => 'Opcije',
678 'config-page-install' => 'Instalować',
679 'config-page-complete' => 'Dokónčeny!',
680 'config-page-restart' => 'Instalaciju znowa startować',
681 'config-page-readme' => 'Čitaj mje',
682 'config-page-releasenotes' => 'Wersijowe informacije',
683 'config-page-copying' => 'Kopěrowanje',
684 'config-page-upgradedoc' => 'Aktualizowanje',
685 'config-restart' => 'Haj, znowa startować',
686 'config-env-good' => '<span class="success-message">Wokolina je so skontrolowała.
687 Móžeš MediaWiki instalować.</span>',
688 'config-env-bad' => 'Wokolina je so skontrolowała.
689 Njemóžeš MediaWiki instalować.',
690 'config-env-php' => 'PHP $1 instalowany.',
691 'config-env-latest-ok' => 'Instaluješ najnowšu wersiju MediaWiki.',
692 'config-env-latest-new' => "'''Kedźbu:''' Instaluješ wuwiwansku wersiju MediaWiki.",
693 'config-xcache' => '[http://trac.lighttpd.net/xcache/ XCache] instalowany',
694 'config-apc' => '[http://www.php.net/apc APC] instalowany',
695 'config-eaccel' => '[http://eaccelerator.sourceforge.net/ eAccelerator] instalowany',
696 'config-wincache' => '[http://www.iis.net/download/WinCacheForPhp WinCache] instalowany',
697 'config-diff3-good' => 'GNU diff3 namakany: <code>$1</code>.',
698 'config-diff3-bad' => 'GNU diff3 njenamakany.',
699 'config-dir' => 'Instalaciski zapis: <code>$1</code>.',
700 'config-db-type' => 'Typ datoweje banki:',
701 'config-db-host' => 'Serwer datoweje banki:',
702 'config-db-wiki-settings' => 'Tutón wiki identifikować',
703 'config-db-name' => 'Mjeno datoweje banki:',
704 'config-db-install-account' => 'Wužiwarske konto za instalaciju',
705 'config-db-username' => 'Wužiwarske mjeno datoweje banki:',
706 'config-db-password' => 'Hesło datoweje banki:',
707 'config-db-prefix' => 'Tabelowy prefiks datoweje banki:',
708 'config-db-charset' => 'Znamješkowa sadźba datoweje banki',
709 'config-charset-mysql5-binary' => 'MySQL 4.1/5.0 binarny',
710 'config-charset-mysql5' => 'MySQL 4.1/5.0 UTF-8',
711 'config-charset-mysql4' => 'MySQL 4.0 wróćokompatibelny UTF-8',
712 'config-mysql-old' => 'MySQL $1 abo nowši trěbny, maš $2.',
713 'config-type-mysql' => 'MySQL',
714 'config-type-postgres' => 'PostgreSQL',
715 'config-type-sqlite' => 'SQLite',
716 'config-type-oracle' => 'Oracle',
717 'config-header-mysql' => 'Nastajenja MySQL',
718 'config-header-postgres' => 'Nastajenja PostgreSQL',
719 'config-header-sqlite' => 'Nastajenja SQLite',
720 'config-header-oracle' => 'Nastajenja Oracle',
721 'config-invalid-db-type' => 'Njepłaćiwy typ datoweje banki',
722 'config-missing-db-name' => 'Dyrbiš hódnotu za "Mjeno datoweje banki" zapodać',
723 'config-invalid-db-name' => 'Njepłaćiwe mjeno "$1" datoweje banki.
724 Smě jenož ličby, pismiki a podsmužki wobsahować.',
725 'config-invalid-db-prefix' => 'Njepłaćiwy prefiks "$1" datoweje banki.
726 Smě jenož ličby, pismiki a podsmužki wobsahować.',
727 'config-postgres-old' => 'PostgreSQL $1 abo nowši trěbny, maš $2.',
728 'config-sqlite-readonly' => 'Do dataje <code>$1</code> njeda so pisać.',
729 'config-sqlite-cant-create-db' => 'Dataja <code>$1</code> datoweje banki njeda so wutworić.',
730 );
731
732 /** Dutch (Nederlands)
733 * @author Siebrand
734 */
735 $messages['nl'] = array(
736 'config-desc' => 'Niets van de installer vertalen, alsjeblieft! Siebrand moet de boel nog controleren.',
737 'config-title' => 'Installatie MediaWiki $1',
738 'config-information' => 'Informatie',
739 'config-localsettings-upgrade' => "'''Waarschuwing''': er is een bestaand bestand <code>LocalSettings.php</code> gevonden.
740 Uw software kan bijgewerkt worden.
741 Verplaats alstublieft het bestand <code>LocalSettings.php</code> naar een veilige plaatst en voer het installatieprogramma opnieuw uit.",
742 'config-localsettings-noupgrade' => "'''Fout''': er is een bestaand bestand <code>LocalSettings.php</code> aangetroffen.
743 Uw software kan op dit moment niet bijgewerkt worden.
744 Om veiligheidsredenen is het installatieprogramma uitgeschakeld.",
745 'config-session-error' => 'Fout bij het begin van de sessie: $1',
746 'config-session-expired' => 'Uw sessiegegevens zijn verlopen.
747 Sessies zijn ingesteld om een levensduur van $1 te hebben.
748 U kunt deze wijzigen via de instelling <code>session.gc_maxlifetime</code> in php.ini.
749 Begin het installatieproces opnieuw.',
750 'config-no-session' => 'Uw sessiegegevens zijn verloren gegaan.
751 Controleer uw php.ini en zorg dat er een juiste map is ingesteld voor <code>session.save_path</code>.',
752 'config-session-path-bad' => 'Uw <code>session.save_path</code> (<code>$1</code>) lijkt onjuist of er kan niet in geschreven worden.',
753 'config-show-help' => 'Hulp',
754 'config-hide-help' => 'Hulp verbergen',
755 'config-your-language' => 'Uw taal:',
756 'config-your-language-help' => 'Selecteer een taal om tijdens het installatieproces te gebruiken.',
757 'config-wiki-language' => 'Wikitaal:',
758 'config-wiki-language-help' => 'Selecteer de taal waar de wiki voornamelijk in wordt geschreven.',
759 'config-back' => '← Terug',
760 'config-continue' => 'Doorgaan →',
761 'config-page-language' => 'Taal',
762 'config-page-welcome' => 'Welkom bij MediaWiki!',
763 'config-page-dbconnect' => 'Verbinding maken met database',
764 'config-page-upgrade' => 'Bestaande installatie bijwerken',
765 'config-page-dbsettings' => 'Databaseinstellingen',
766 'config-page-name' => 'Naam',
767 'config-page-options' => 'Opties',
768 'config-page-install' => 'Installeren',
769 'config-page-complete' => 'Afgerond!',
770 'config-page-restart' => 'Installatie herstarten',
771 'config-page-readme' => 'Lees mij',
772 'config-page-releasenotes' => 'Release notes',
773 'config-page-copying' => 'Kopiëren',
774 'config-page-upgradedoc' => 'Bijwerken',
775 'config-help-restart' => 'Wilt u alle opgeslagen gegevens die u hebt ingevoerd wissen en het installatieproces opnieuw starten?',
776 'config-restart' => 'Ja, opnieuw starten',
777 'config-welcome' => '=== Controle ongeving ===
778 Er worden een aantal basale controles uitgevoerd met als doel vast te stellen of deze omgeving geschikt is voor een installatie van MediaWiki.
779 Als u hulp nodig hebt bij de installatie, lever deze gegevens dan ook aan.',
780 'config-copyright' => "=== Auterursrechten en voorwaarden ===
781
782 $1
783
784 Dit programma is vrije software. U mag het herdistribueren en/of aanpassen in overeenstemming met de voorwaarden van de GNU General Public License zoals gepubliceerd door de Free Software Foundation; ofwel versie 2 van de Licentie of - naar uw keuze - enige later versie.
785
786 Dit programma wordt gedistribueerd in de hoop dat het nuttig is, maar '''zonder enige garantie''', zelfs zonder de impliciete garantie van'''verkoopbaarheid''' of '''geschiktheid voor een bepaald doel'''.
787 Zie de GNU General Public License voor meer informatie.
788
789 Samen met dit programma hoort u een <doclink href=Copying>kopie van de GNU General Public License</doclink> ontvangen te hebben; zo niet, schrijf dan aan de Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, Verenigde Staten of[http://www.gnu.org/copyleft/gpl.html lees de licentie online].",
790 '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.',
791 'config-sidebar' => '* [http://www.mediawiki.org MediaWiki thuispagina]
792 * [http://www.mediawiki.org/wiki/Help:Contents Gebruikershandleiding] (Engelstalig)
793 * [http://www.mediawiki.org/wiki/Manual:Contents Beheerdershandleiding] (Engelstalig)
794 * [http://www.mediawiki.org/wiki/Manual:FAQ Veel gestelde vragen] (Engelstalig)',
795 'config-env-good' => '<span class="success-message">De omgeving is gecontroleerd.
796 U kunt MediaWiki installeren.</span>',
797 'config-env-bad' => 'De omgeving is gecontroleerd.
798 U kunt MediaWiki niet installeren.',
799 'config-env-php' => 'PHP $1 is geïnstalleerd.',
800 'config-env-latest-ok' => 'U bent bezig de meest recente versie van MediaWiki te installeren.',
801 'config-env-latest-new' => "'''Let op:''' U bent bezig een ontwikkelversie van MediaWiki te installeren.",
802 'config-env-latest-can-not-check' => "'''Let op:''' het installatieprogramma was niet in staat om informatie over de nieuwste release van MediaWiki op te halen van [$1].",
803 'config-env-latest-data-invalid' => "'''Waarschuwing:''' tijdens de versiecontrole op een verouderde versie is ongeldige informatie ontvangen van [$1].",
804 'config-env-latest-old' => "'''Waarschuwing:''' U bent bezig een verouderde versie van MediaWiki te installeren.",
805 'config-env-latest-help' => 'U bent bezig versie $1 te installeren, maar de meest recente versie is $2.
806 U wordt aangeraden de meest recente versie te gebruiken die u kunt downloaden van [http://www.mediawiki.org/wiki/Download mediawiki.org].',
807 'config-unicode-using-php' => 'Voor Unicode-normalisatie wordt de langzame PHP-implementatie gebruikt.',
808 'config-unicode-using-utf8' => 'Voor Unicode-normalisatie wordt utf8_normalize.so van Brion Vibber gebruikt.',
809 'config-unicode-using-intl' => 'Voor Unicode-normalisatie wordt de [http://pecl.php.net/intl PECL-extensie intl] gebruikt.',
810 'config-unicode-pure-php-warning' => "'''Waarschuwing''': De [http://pecl.php.net/intl PECL-extensie intl] is niet beschikbaar om de Unicode-normalisatie af te handelen.
811 Als u een website met veel verkeer installeert, lees u dan in over [http://www.mediawiki.org/wiki/Unicode_normalization_considerations Unicode-normalisatie].",
812 'config-unicode-update-warning' => "'''Waarschuwing''': De geïnstalleerde versie van de Unicode-normalisatiewrapper maakt gebruik van een oudere versie van [http://site.icu-project.org/ de bibliotheek van het ICU-project].
813 U moet [http://www.mediawiki.org/wiki/Unicode_normalization_considerations bijwerken] als Unicode voor u van belang is.",
814 'config-no-db' => 'Er kon geen geschikte databasedriver geladen worden!',
815 'config-no-db-help' => 'U moet een databasedriver installeren voor PHP.
816 De volgende databases worden ondersteund: $1.
817
818 Als u op een gedeelde omgeving zit, vraag dan aan uw hostingprovider een geschikte databasedriver te installeren.
819 Als u PHP zelf hebt gecompileerd, wijzig dan uw instellingen zodat een databasedriver wordt geactiveerd, bijvoorbeeld via <code>./configure --with-mysql</code>.
820 Als u PHP hebt geïnstalleerd via een Debian- of Ubuntu-package, installeer dan ook de module php5-mysql.',
821 'config-have-db' => 'Gevonden databasedrivers: $1.',
822 'config-register-globals' => "'''Waarschuwing: De PHP-optie <code>[http://php.net/register_globals register_globals]</code> is ingeschakeld.'''
823 '''Schakel deze uit als dat mogelijk is.'''
824 MediaWiki kan ermee werken, maar uw server is dan meer kwetsbaar voor beveiligingslekken.",
825 'config-magic-quotes-runtime' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime magic_quotes_runtime] is actief!'''
826 Deze instelling zorgt voor gegevenscorruptie.
827 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
828 'config-magic-quotes-sybase' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime magic_quotes_sybase] is actief!'''
829 Deze instelling zorgt voor gegevenscorruptie.
830 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
831 'config-mbstring' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ref.mbstring.php#mbstring.overload mbstring.func_overload] is actief!'''
832 Deze instelling zorgt voor gegevenscorruptie.
833 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
834 'config-ze1' => "'''Onherstelbare fout: [http://www.php.net/manual/en/ini.core.php zend.ze1_compatibility_mode] is actief!'''
835 Deze instelling zorgt voor grote problemen in MediaWiki.
836 U kunt MediaWiki niet installeren tenzij deze instelling is uitgeschakeld.",
837 'config-safe-mode' => "'''Waarschuwing:'''
838 '''PHP's [http://www.php.net/features.safe-mode veilige modus] is actief.'''
839 Dit kan problemen veroorzaken, vooral bij het uploaden van bestanden en ondersteuning van <code>math</code>.",
840 'config-xml-good' => 'Er is ondersteuning voor XML / Latin1-UTF-8-conversie.',
841 'config-xml-bad' => 'De XML-module van PHP ontbreekt.
842 MediaWiki heeft de functies van deze module nodig en werkt niet zonder deze module.
843 Als u gebruik maakt van Mandrake, installeer dan het package php-xml.',
844 'config-pcre' => 'De ondersteuningsmodule PCRE lijkt te missen.
845 MediaWiki vereist dat de met Perl compatibele reguliere expressies werken.',
846 'config-memory-none' => 'PHP is ingesteld zonder <code>memory_limit</code>',
847 'config-memory-ok' => "PHP's <code>memory_limit</code> is $1. In orde.",
848 'config-memory-raised' => "PHP's <code>memory_limit</code> is $1 en is verhoogd tot $2.",
849 'config-memory-bad' => "'''Waarschuwing:''' PHP's <code>memory_limit</code> is $1.
850 Dit is waarschijnlijk te laag.
851 De installatie kan mislukken!",
852 'config-xcache' => '[http://trac.lighttpd.net/xcache/ XCache] geïnstalleerd',
853 'config-apc' => '[http://www.php.net/apc APC] geïnstalleerd',
854 'config-eaccel' => '[http://eaccelerator.sourceforge.net/ eAccelerator] geïnstalleerd',
855 'config-wincache' => '[http://www.iis.net/download/WinCacheForPhp WinCache] is geïnstalleerd',
856 '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.
857 Het cachen van objecten is niet ingeschakeld.",
858 'config-diff3-good' => 'GNU diff3 aangetroffen: <code>$1</code>.',
859 'config-diff3-bad' => 'GNU diff3 niet aangetroffen.',
860 'config-imagemagick' => 'ImageMagick aangetroffen: <code>$1</code>.
861 Het aanmaken van miniaturen van afbeeldingen wordt ingeschakeld als u uploaden inschakelt.',
862 'config-gd' => 'Ingebouwde GD grafische bibliotheek aangetroffen.
863 Het aanmaken van miniaturen van afbeeldingen wordt ingeschakeld als u uploaden inschakelt.',
864 'config-no-scaling' => 'De GD-bibliotheek en ImageMagick zijn niet aangetroffen.
865 Het maken van miniaturen van afbeeldingen wordt uitgeschakeld.',
866 'config-dir' => 'Installatiemap: <code>$1</code>.',
867 'config-uri' => 'Script URI-pad: <code>$1</code>.',
868 'config-no-uri' => "'''Fout:''' de huidige URI kon niet vastgesteld worden.
869 De installatie is afgebroken.",
870 'config-file-extension' => 'MediaWiki wordt geinstalleerd met <code>$1</code> als bestandsextensie.',
871 'config-shell-locale' => 'Als shelllocale is "$1" herkend',
872 'config-uploads-safe' => 'De uploadmap is beveiligd tegen het arbitrair uitvoeren van scripts.',
873 'config-uploads-not-safe' => "'''Waarschuwing:''' uw uploadmap <code>$1</code> kan gebruikt worden voor het arbitrair uitvoeren van scripts.
874 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.",
875 'config-db-type' => 'Databasetype:',
876 'config-db-host' => 'Databasehost:',
877 'config-db-host-help' => 'Als uw databaseserver een andere server is, voer dan de hostnaam of het IP-adres hier in.
878 Als u gebruik maakt van gedeelde webhosting, hoort uw provider u de juiste hostnaam te hebben verstrekt.',
879 'config-db-wiki-settings' => 'Identificeer deze wiki',
880 'config-db-name' => 'Databasenaam:',
881 'config-db-name-help' => 'Kies een naam die uw wiki identificeert.
882 Er mogen geen spaties of koppeltekens gebruikt worden.
883 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.',
884 'config-db-install-account' => 'Gebruiker voor installatie',
885 'config-db-username' => 'Gebruikersnaam voor database:',
886 'config-db-password' => 'Wachtwoord voor database:',
887 'config-db-install-help' => 'Voer de gebruikersnaam en het wachtwoord in die worden gebruikt voor de databaseverbinding tijdens het installatieproces.',
888 'config-db-account-lock' => 'Dezelfde gebruiker en wachwoord gebruiken na de installatie',
889 'config-db-wiki-account' => 'Gebruiker voor na de installatie',
890 'config-db-wiki-help' => 'Selecteer de gebruikersnaam en het wachtwoord die gebruikt worden om verbinding te maken met de database na de installatie.
891 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.',
892 'config-db-prefix' => 'Databasetabelvoorvoegsel:',
893 '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.
894 Gebruik geen spaties of koppeltekens.
895
896 Dit veld wordt meestal leeg gelaten.",
897 'config-db-charset' => 'Tekenset voor de database',
898 'config-charset-mysql5-binary' => 'MySQL 4.1/5.0 binair',
899 'config-charset-mysql5' => 'MySQL 4.1/5.0 UTF-8',
900 'config-charset-mysql4' => 'MySQL 4.0 UTF-8-compatibel',
901 'config-mysql-old' => 'U moet MySQL $1 of later gebruiken.
902 U gebruikt $2.',
903 'config-db-port' => 'Databasepoort:',
904 'config-db-schema' => 'Schema voor MediaWiki',
905 'config-db-ts2-schema' => 'Schema voor tsearch2',
906 'config-db-schema-help' => "De bovenstaande schema's kloppen meestal.
907 Wijzig ze alleen als u weet dat u ze nodig hebt.",
908 'config-sqlite-dir' => 'Gegevensmap voor SQLite:',
909 'config-type-mysql' => 'MySQL',
910 'config-type-postgres' => 'PostgreSQL',
911 'config-type-sqlite' => 'SQLite',
912 'config-type-oracle' => 'Oracle',
913 'config-header-mysql' => 'MySQL-instellingen',
914 'config-header-postgres' => 'PostgreSQL-instellingen',
915 'config-header-sqlite' => 'SQLite-instellingen',
916 'config-header-oracle' => 'Oracle-instellingen',
917 'config-invalid-db-type' => 'Ongeldig databasetype',
918 'config-missing-db-name' => 'U moet een waarde ingeven voor "Databasenaam"',
919 'config-invalid-db-name' => 'Ongeldige database naam "$1".
920 Deze mag alleen cijfers, letters en liggende streepjes bevatten.',
921 'config-invalid-db-prefix' => 'Ongeldig databasevoorvoegsel "$1".
922 Dit mag alleen cijfers, letters en liggende streepjes bevatten.',
923 'config-connection-error' => '$1.
924
925 Controleer de host, gebruikersnaam en wachtwoord hieronder in en probeer het opnieuw.',
926 'config-invalid-schema' => 'Ongeldige schema voor MediaWiki "$1".
927 Gebruik alleen letters, cijfers en liggende streepjes.',
928 'config-invalid-ts2schema' => 'Ongeldig schema voor tsearch "$1".
929 Gebruik alleen letters, cijfers en liggende streepjes.',
930 'config-postgres-old' => 'PostgreSQL $1 of hoger is vereist.
931 U gebruikt $2.',
932 'config-sqlite-name-help' => 'Kies een naam die uw wiki identificeert.
933 Gebruik geen spaties of koppeltekens.
934 Deze naam wordt gebruikt voor het gegevensbestands van SQLite.',
935 'config-sqlite-mkdir-error' => 'Er is een fout opgetreden bij het aanmaken van de gegevensmap "$1".
936 Controleer de locatie en probeer het opnieuw.',
937 'config-sqlite-dir-unwritable' => 'Het was niet mogelijk in de map "$1" te schrijven.
938 Wijzig de rechten zodat de webserver erin kan schrijven en probeer het opnieuw.',
939 'config-sqlite-connection-error' => '$1.
940
941 Controleer de map voor gegevens en de databasenaam hieronder en probeer het opnieuw.',
942 'config-sqlite-readonly' => 'Het bestand <code>$1</code> kan niet geschreven worden.',
943 'config-sqlite-cant-create-db' => 'Het was niet mogelijk het databasebestand <code>$1</code> aan te maken.',
944 'config-sqlite-fts3-downgrade' => 'PHP heeft geen ondersteuning voor FTS3.
945 De tabellen worden gedowngrade.',
946 'config-sqlite-fts3-add' => 'FTS3 zoekmogelijkheden aan het toevoegen',
947 'config-sqlite-fts3-ok' => 'De tabel voor "full text search" lijkt in orde',
948 'config-can-upgrade' => "Er staan al tabellen voor MediaWiki in deze database.
949 Klik op '''Doorgaan''' om ze bij te werken naar MediaWiki $1.",
950 'config-upgrade-done' => "Het bijwerken is afgerond.
951
952 Uw kunt [$1 uw wiki nu gebruiken].
953
954 Als u uw <code>LocalSettings.php</code> opnieuw wilt aanmaken, klik dan op de knop hieronder.
955 Dit is '''niet aan te raden''' tenzij u problemen hebt met uw wiki.",
956 'config-regenerate' => 'LocalSettings.php opnieuw aanmaken →',
957 'config-show-table-status' => 'Het uitvoeren van SHOW TABLE STATUS is mislukt!',
958 'config-unknown-collation' => "'''Waarschuwing:''' de database gebruikt een collatie die niet wordt herkend.",
959 'config-db-web-account' => 'Databasegebruiker voor webtoegang',
960 'config-db-web-help' => 'Selecteer de gebruikersnaam en het wachtwoord die de webserver gebruikt om verbinding te maken met de databaseserver na de installatie.',
961 'config-db-web-account-same' => 'Dezelfde gebruiker gebruiken als voor de installatie',
962 'config-db-web-create' => 'Maak de gebruiker aan als deze nog niet bestaat',
963 '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.
964 De gebruiker die u hier opgeeft moet al bestaan.',
965 'config-mysql-engine' => 'Opslagmethode:',
966 'config-mysql-innodb' => 'InnoDB',
967 'config-mysql-myisam' => 'MyISAM',
968 'config-mysql-engine-help' => "'''InnoDB''' is vrijwel altijd de beste instelling, omdat deze goed omgaat met meerdere verzoeken tegelijkertijd.
969
970 '''MyISAM''' is bij een zeer beperkt aantal gebruikers mogelijk sneller, of als de wiki alleen-lezen is.
971 MyISAM-databases raken vaker corrupt dan InnoDB-databases.",
972 'config-mysql-charset' => 'Tekenset voor de database:',
973 'config-mysql-binary' => 'Binair',
974 'config-mysql-utf8' => 'UTF-8',
975 'config-site-name' => 'Naam van de wiki:',
976 'config-site-name-help' => 'Deze naam verschijnt in de titelbalk van browsers en op andere plaatsen.',
977 'config-site-name-blank' => 'Geef een naam op voor de site.',
978 'config-project-namespace' => 'Projectnaamruimte:',
979 'config-ns-generic' => 'Project',
980 'config-ns-site-name' => 'Zelfde als de wiki: $1',
981 'config-ns-other' => 'Andere (geen aan welke)',
982 'config-ns-other-default' => 'MijnWiki',
983 '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'''\".
984 Alle paginanamen in deze naamruimte beginnen met een bepaald voorvoegsel dat u hier kunt aangeven.
985 Dit voorvoegsel wordt meestal afgeleid van de naam van de wiki, maar het kan geen bijzondere tekens bevatten als \"#\" of \":\".",
986 'config-ns-invalid' => 'De aangegeven naamruimte "<nowiki>$1</nowiki>" is ongeldig.
987 Geef een andere naamruimte op.',
988 'config-admin-box' => 'Beheerdersgebruiker',
989 'config-admin-name' => 'Uw naam:',
990 'config-admin-password' => 'Wachtwoord:',
991 'config-admin-password-confirm' => 'Wachtwoord opnieuw:',
992 'config-admin-help' => 'Voer de gebruikersnaam hier in, bijvoorbeeld "Jan Jansen".
993 Dit is de naam die wordt gebruikt om aan de melden bij de wiki.',
994 'config-admin-name-blank' => 'Geef een gebruikersnaam op voor de beheerder.',
995 'config-admin-name-invalid' => 'De opgegeven gebruikersnaam "<nowiki>$1</nowiki>" is ongeldig.
996 Kies een andere gebruikersnaam.',
997 'config-admin-password-blank' => 'Voer een wachtwoord voor de beheerder in.',
998 'config-admin-password-same' => 'Het wachtwoord mag niet hetzelfde zijn als de gebruikersnaam.',
999 'config-admin-password-mismatch' => 'De twee door u ingevoerde wachtwoorden komen niet overeen.',
1000 'config-admin-email' => 'E-mailadres:',
1001 '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 kunnen stellen en op de hoogte te worden gehouden van wijzigingen van pagina's op uw volglijst.",
1002 'config-admin-error-user' => 'Interne fout bij het aanmaken van een beheerder met de naam "<nowiki>$1</nowiki>".',
1003 'config-admin-error-password' => 'Interne fout bij het instellen van een wachtwoord voor de bejeerder "<nowiki>$1</nowiki>": <pre>$2</pre>',
1004 'config-subscribe' => 'Abonneren op de [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce mailinglijst releaseaankondigen].',
1005 'config-subscribe-help' => 'Dit is een mailinglijst met een laag volume voor aankondigingen van nieuwe versies, inclusief belangrijke aankondigingen met betrekking tot beveiliging.
1006 Abonneer uzelf erop en werk uw MediaWiki-installatie bij als er nieuwe versies uitkomen.',
1007 'config-almost-done' => 'U bent bijna klaar!
1008 Als u wilt kunt u de overige instellingen overslaan en de wiki nu installeren.',
1009 'config-optional-continue' => 'Meer vragen.',
1010 'config-optional-skip' => 'Installeer de wiki.',
1011 'config-profile' => 'Gebruikersrechtenprofiel:',
1012 'config-profile-wiki' => 'Traditionele wiki',
1013 'config-profile-no-anon' => 'Gebruiker aanmaken verplicht',
1014 'config-profile-fishbowl' => 'Alleen voor geautoriseerde bewerkers',
1015 'config-profile-private' => 'Privéwiki',
1016 'config-license' => 'Auteursrechten en licentie:',
1017 'config-license-none' => 'Geen licentie in de voettekst',
1018 'config-license-cc-by-sa' => 'Creative Commons Naamsvermelding-Gelijk delen (compatibel met Wikipedia)',
1019 'config-license-cc-by-nc-sa' => 'Creative Commons Naamsvermelding-Niet Commercieel-Gelijk delen',
1020 'config-license-gfdl-old' => 'GNU Free Documentation License 1.2 of hoger',
1021 'config-license-gfdl-current' => 'GNU Free Documentation License 1.3 of hoger',
1022 'config-license-pd' => 'Publiek domein',
1023 'config-license-cc-choose' => 'Een Creative Commons-licentie selecteren',
1024 'config-email-settings' => 'E-mailinstellingen',
1025 'config-enable-email' => 'Uitgaande e-mail inschakelen',
1026 '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.
1027 Als u niet wilt dat e-mailen mogelijk is, dan kunt u de instellingen hier uitschakelen.",
1028 'config-email-user' => 'E-mail tussen gebruikers inschakelen',
1029 'config-email-user-help' => 'Gebruikers toestaan e-mail aan elkaar te verzenden als dit in de voorkeuren is ingesteld.',
1030 'config-email-usertalk' => 'Gebruikersoverlegnotificatie inschakelen',
1031 'config-email-usertalk-help' => 'Gebruikers toestaan notificaties te ontvangen bij wijzigingen op de eigen overlegpagina als dit in de voorkeuren is ingesteld',
1032 'config-email-watchlist' => 'Volglijstnotificatie inschakelen',
1033 'config-email-watchlist-help' => "Gebruikers toestaan notificaties te ontvangen bij wijzigingen van pagina's op hun volglijst als dit in de voorkeuren is ingesteld",
1034 'config-email-auth' => 'E-mailbevestiging inschakelen',
1035 '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.
1036 Alleen bevestigde e-mailadressen kunnen e-mail ontvangen van andere gebruikers of wijzigingsnotificaties ontvangen.
1037 Het inschakelen van deze instelling is '''aan te raden''' voor openbare wiki's vanwege de mogelijkheden voor misbruik van e-mailmogelijkheden.",
1038 'config-email-sender' => 'E-mailadres voor antwoorden:',
1039 'config-email-sender-help' => 'Voer het e-mailadres in dat u wilt gebruiken als antwoordadres voor uitgaande e-mail.
1040 Als een e-mail niet bezorgd kan worden, wordt dat op dit e-mailadres gemeld.
1041 Veel mailservers vereisen dat tenminste het domein bestaat.',
1042 'config-upload-settings' => 'Afbeeldingen en bestanden uploaden',
1043 'config-upload-enable' => 'Uploaden van bestanden inschakelen',
1044 'config-upload-deleted' => 'Map voor verwijderde bestanden:',
1045 'config-upload-deleted-help' => 'Kies een map waarin verwijderde bestanden gearchiveerd kunnen worden.
1046 Idealiter is deze map niet via het web te benaderen.',
1047 'config-logo' => 'URL voor logo:',
1048 'config-logo-help' => 'Het standaarduiterlijk van MediaWiki bevat ruimte voor een logo van 135x135 pixels in de linker bovenhoek.
1049 Upload een afbeelding met de juiste afmetingen en voer de URL hier in.
1050
1051 Als u geen logo wilt gebruiken, kunt u dit veld leeg laten.',
1052 'config-instantcommons' => 'Instant Commons inschakelen',
1053 'config-instantcommons-good' => 'Het installatieprogramma heeft internetconnectiviteit gedetecteerd tijdens het controleren van de omgeving.
1054 U kunt deze functie inschakelen als u wilt.',
1055 'config-instantcommons-bad' => "''Helaas was het installatieprogramma tijdens de controle van de omgeving niet in staat te detecteren of er verbinding is met internet, dus u kunt deze functie mogelijk niet gebruiken.
1056 Als uw server zich achter een proxy bevindt, moet u wellicht een aantal [http://www.mediawiki.org/wiki/Manual:\$wgHTTPProxy extra instellingen maken].''",
1057 'config-cc-error' => 'De licentiekiezer van Creative Commons heeft geen resultaat opgeleverd.
1058 Voer de licentie handmatig in.',
1059 'config-cc-again' => 'Opnieuw kiezen...',
1060 'config-cc-not-chosen' => 'Kies alstublieft de Creative Commons-licentie die u wilt gebruiken en klik op "doorgaan".',
1061 'config-advanced-settings' => 'Gevorderde instellingen',
1062 'config-cache-options' => 'Instellingen voor het cachen van objecten:',
1063 'config-cache-help' => 'Het cachen van objecten wordt gebruikt om de snelheid van MediaWiki te verbeteren door vaak gebruikte gegevens te bewaren.
1064 Middelgrote tot grote websites wordt geadviseerd dit in te schakelen en ook kleine sites merken de voordelen.',
1065 'config-cache-none' => 'Niets cachen.
1066 Er gaat geen functionaliteit verloren, maar dit kan invloed hebben op de snelheid.',
1067 'config-cache-accel' => 'Cachen van objecten via PHP (APC, eAccelerator, XCache of WinCache)',
1068 'config-cache-memcached' => 'Memcached gebruiken (dit vereist aanvullende instellingen)',
1069 'config-memcached-servers' => 'Memcachedservers:',
1070 'config-memcached-help' => "Lijst met IP-adressen te gebruiken voor Memcached.
1071 Deze moeten worden gescheiden met komma's en geef de poort op die moet worden gebruikt (bijvoorbeeld: 127.0.0.1:11211, 192.168.1.25:11211).",
1072 'config-extensions' => 'Uitbreidingen',
1073 'config-extensions-help' => 'De bovenstaande uitbreidingen zijn aangetroffen in de map <code>./extensions</code>.
1074
1075 Mogelijk moet u aanvullende instellingen maken, maar u kunt deze uitbreidingen nu inschakelen.',
1076 'config-install-alreadydone' => "'''Waarschuwing:''' het lijkt alsof u MediaWiki al hebt geïnstalleerd en probeert het programma opnieuw te installeren.
1077 Ga alstublieft door naar de volgende pagina.",
1078 'config-install-step-done' => 'Afgerond',
1079 'config-install-step-failed' => 'Mislukt',
1080 'config-install-extensions' => 'Inclusief uitbreidingen',
1081 'config-install-database' => 'Database inrichten',
1082 'config-install-pg-schema-failed' => 'Het aanmaken van de tabellen is mislukt.
1083 Zorg dat de gebruiker "$1" in het schema "$2" mag schrijven.',
1084 'config-install-user' => 'Databasegebruiker aan het aanmaken',
1085 'config-install-user-failed' => 'Het geven van rechten aan gebruiker "$1" is mislukt: $2',
1086 'config-install-tables' => 'Tabellen aanmaken',
1087 'config-install-tables-exist' => "'''Waarschuwing''': de MediaWiki-tabellen lijken al te bestaan.
1088 Het aanmaken wordt overgeslagen.",
1089 'config-install-tables-failed' => "'''Fout''': het aanmaken van een tabel is mislukt met de volgende foutmelding: $1",
1090 'config-install-interwiki' => 'Bezig met het vullen van de interwikitabel',
1091 'config-install-interwiki-sql' => 'Het bestand <code>interwiki.sql</code> is niet aangetroffen',
1092 'config-install-interwiki-exists' => "'''Waarschuwing''': de interwikitabel heeft al inhoud.
1093 De standaardlijst wordt overgeslagen.",
1094 'config-install-secretkey' => 'Geheime sleutel aanmaken',
1095 'config-insecure-secretkey' => 'Waarschuwing: het was niet mogelijk een veilige <code>$wgSecretKey</code> aan te maken.
1096 Overweeg deze handmatig te wijzigen.',
1097 'config-install-sysop' => 'Gebruiker voor beheerder aanmaken',
1098 );
1099
1100 /** Russian (Русский)
1101 * @author Eleferen
1102 * @author MaxSem
1103 */
1104 $messages['ru'] = array(
1105 'config-desc' => 'Инсталлятор MediaWiki',
1106 'config-title' => 'Установка MediaWiki $1',
1107 'config-information' => 'Информация',
1108 'config-no-session' => 'Данные сессии потеряны!
1109 Проверьте ваш php.ini и убедитесь, что <code>session.save_path</code> установлен в соответствующий каталог.',
1110 'config-show-help' => 'Справка',
1111 'config-hide-help' => 'Скрыть справку',
1112 'config-your-language' => 'Ваш язык:',
1113 'config-your-language-help' => 'Выберите язык, на котором будет происходить процесс установки.',
1114 'config-wiki-language' => 'Язык, который будет использовать вики:',
1115 'config-back' => '← Назад',
1116 'config-continue' => 'Далее →',
1117 'config-page-language' => 'Язык',
1118 'config-page-welcome' => 'Добро пожаловать в MediaWiki!',
1119 'config-page-dbconnect' => 'Подключение к базе данных',
1120 'config-page-dbsettings' => 'Настройки базы данных',
1121 'config-page-name' => 'Название',
1122 'config-page-options' => 'Настройки',
1123 'config-page-install' => 'Установка',
1124 'config-page-complete' => 'Готово!',
1125 'config-page-restart' => 'Начать установку заново',
1126 'config-page-readme' => 'Прочти меня',
1127 'config-page-copying' => 'Копирование',
1128 'config-help-restart' => 'Вы хотите удалить все сохранённые данные, которые вы ввели, и запустить процесс установки заново?',
1129 'config-restart' => 'Да, начать заново',
1130 'config-sidebar' => '* [http://www.mediawiki.org Сайт MediaWiki]
1131 * [http://www.mediawiki.org/wiki/Help:Contents/ru Справка для пользователей]
1132 * [http://www.mediawiki.org/wiki/Manual:Contents/ru Справка для администраторов]
1133 * [http://www.mediawiki.org/wiki/Manual:FAQ/ru FAQ]',
1134 'config-pcre' => 'Модуль поддержки PCRE не найден.
1135 Для работы MediaWiki требуется поддержка Perl-совместимых регулярных выражений.',
1136 'config-xcache' => 'Установлен [http://trac.lighttpd.net/xcache/ XCache]',
1137 'config-apc' => 'Установлен [http://www.php.net/apc APC]',
1138 'config-eaccel' => 'Установлен [http://eaccelerator.sourceforge.net/ eAccelerator]',
1139 'config-wincache' => 'Установлен [http://www.iis.net/download/WinCacheForPhp WinCache]',
1140 'config-no-cache' => "'''Внимание:''' Не найдены [http://eaccelerator.sourceforge.net eAccelerator], [http://www.php.net/apc APC], [http://trac.lighttpd.net/xcache/ XCache] или [http://www.iis.net/download/WinCacheForPhp WinCache].
1141 Кэширование объектов будет отключено.",
1142 'config-diff3-good' => 'Найден GNU diff3: <code>$1</code> .',
1143 'config-diff3-bad' => 'GNU diff3 не найден.',
1144 'config-db-type' => 'Тип базы данных:',
1145 'config-db-name' => 'Имя базы данных:',
1146 'config-db-username' => 'Имя пользователя базы данных:',
1147 'config-db-password' => 'Пароль базы данных:',
1148 'config-charset-mysql5' => 'MySQL 4.1/5.0 UTF-8',
1149 'config-db-port' => 'Порт базы данных:',
1150 'config-sqlite-dir' => 'Директория данных SQLite:',
1151 'config-type-mysql' => 'MySQL',
1152 'config-type-postgres' => 'PostgreSQL',
1153 'config-type-sqlite' => 'SQLite',
1154 'config-type-oracle' => 'Oracle',
1155 'config-header-mysql' => 'Настройки MySQL',
1156 'config-header-postgres' => 'Настройки PostgreSQL',
1157 'config-header-sqlite' => 'Настройки SQLite',
1158 'config-header-oracle' => 'Настройки Oracle',
1159 'config-invalid-db-type' => 'Неверный тип базы данных',
1160 'config-missing-db-name' => 'Вы должны ввести значение параметра «Имя базы данных»',
1161 'config-invalid-db-name' => 'Неверное имя базы данных «$1».
1162 Имя может содержать только цифры, буквы и знаки подчёркивания.',
1163 'config-invalid-db-prefix' => 'Неверный префикс базы данных «$1».
1164 Префикс может содержать только цифры, буквы и знаки подчёркивания.',
1165 'config-sqlite-mkdir-error' => 'Ошибка при создании каталога данных «$1».
1166 Проверьте расположение и повторите попытку.',
1167 'config-sqlite-fts3-downgrade' => 'У PHP отсутствует поддержка FTS3 — сбрасываем таблицы',
1168 'config-regenerate' => 'Создать LocalSettings.php заново →',
1169 'config-mysql-innodb' => 'InnoDB',
1170 'config-mysql-myisam' => 'MyISAM',
1171 'config-mysql-utf8' => 'UTF-8',
1172 'config-site-name' => 'Название вики:',
1173 'config-site-name-help' => 'Название будет отображаться в заголовке окна браузера и в некоторых других местах вики.',
1174 'config-site-name-blank' => 'Введите название сайта.',
1175 'config-admin-box' => 'Учётная запись администратора',
1176 'config-admin-name' => 'Имя:',
1177 'config-admin-password' => 'Пароль:',
1178 'config-admin-password-confirm' => 'Пароль ещё раз:',
1179 'config-admin-help' => 'Введите ваше имя пользователя здесь, например, «Иван Иванов».
1180 Это имя будет использоваться для входа в вики.',
1181 'config-admin-name-blank' => 'Введите имя пользователя администратора.',
1182 'config-admin-password-blank' => 'Введите пароль для учётной записи администратора.',
1183 'config-admin-password-same' => 'Пароль не должен быть таким же, как имя пользователя.',
1184 'config-admin-password-mismatch' => 'Введённые вами пароли не совпадают.',
1185 'config-admin-email' => 'Адрес электронной почты:',
1186 'config-optional-skip' => 'Хватит, установить вики',
1187 'config-license' => 'Авторские права и лицензии:',
1188 'config-email-settings' => 'Настройки электронной почты',
1189 'config-email-user' => 'Включить электронную почту от участника к участнику',
1190 'config-install-tables' => 'Создание таблиц',
1191 'config-install-interwiki-sql' => 'Не удалось найти файл <code>interwiki.sql</code>.',
1192 );
1193
1194 /** Telugu (తెలుగు)
1195 * @author Veeven
1196 */
1197 $messages['te'] = array(
1198 'config-information' => 'సమాచారం',
1199 'config-show-help' => 'సహాయం',
1200 'config-your-language' => 'మీ భాష:',
1201 'config-wiki-language' => 'వికీ భాష:',
1202 'config-back' => '← వెనక్కి',
1203 'config-page-language' => 'భాష',
1204 'config-page-name' => 'పేరు',
1205 'config-page-install' => 'స్థాపించు',
1206 'config-page-complete' => 'పూర్తయ్యింది!',
1207 'config-site-name' => 'వికీ యొక్క పేరు:',
1208 'config-admin-name' => 'మీ పేరు:',
1209 'config-admin-password' => 'సంకేతపదం:',
1210 'config-admin-password-confirm' => 'సంకేతపదం మళ్ళీ:',
1211 'config-email-settings' => 'ఈ-మెయిల్ అమరికలు',
1212 );
1213
1214 /** Ukrainian (Українська)
1215 * @author Тест
1216 */
1217 $messages['uk'] = array(
1218 'config-desc' => 'Інсталятор MediaWiki',
1219 'config-title' => 'Встановлення MediaWiki $1',
1220 'config-information' => 'Інформація',
1221 'config-session-error' => 'Помилка початку сесії: $1',
1222 'config-show-help' => 'Допомога',
1223 'config-your-language' => 'Ваша мова:',
1224 'config-wiki-language' => 'Мова для вікі:',
1225 'config-back' => '← Назад',
1226 'config-continue' => 'Далі →',
1227 'config-page-language' => 'Мова',
1228 'config-page-name' => 'Назва',
1229 );
1230