<?php
/**
* Internationalization file for the install/upgrade process. None of the
* messages used here are loaded during normal operations, only during
* install and upgrade. So you should not put normal messages here.
*
* @file
* @ingroup Deployment
*/
$messages = array();
/** English */
$messages['en'] = array(
'config-desc' => 'The installer for MediaWiki',
'config-title' => 'MediaWiki $1 installation',
'config-information' => 'Information',
'config-localsettings-upgrade' => "A <code>LocalSettings.php</code> file has been detected.
To upgrade this installation, please enter the value of <code>\$wgUpgradeKey</code> in the box below.
You will find it in <code>LocalSettings.php</code>.",
'config-localsettings-cli-upgrade' => 'A <code>LocalSettings.php</code> file has been detected.
To upgrade this installation, please run <code>update.php</code> instead',
'config-localsettings-key' => 'Upgrade key:',
'config-localsettings-badkey' => 'The key you provided is incorrect.',
'config-upgrade-key-missing' => 'An existing installation of MediaWiki has been detected.
To upgrade this installation, please put the following line at the bottom of your <code>LocalSettings.php</code>:
$1',
'config-localsettings-incomplete' => 'The existing <code>LocalSettings.php</code> appears to be incomplete.
The $1 variable is not set.
Please change <code>LocalSettings.php</code> so that this variable is set, and click "{{int:Config-continue}}".',
'config-localsettings-connection-error' => 'An error was encountered when connecting to the database using the settings specified in <code>LocalSettings.php</code> or <code>AdminSettings.php</code>. Please fix these settings and try again.
$1',
'config-session-error' => 'Error starting session: $1',
'config-session-expired' => 'Your session data seems to have expired.
Sessions are configured for a lifetime of $1.
You can increase this by setting <code>session.gc_maxlifetime</code> in php.ini.
Restart the installation process.',
'config-no-session' => 'Your session data was lost!
Check your php.ini and make sure <code>session.save_path</code> is set to an appropriate directory.',
'config-your-language' => 'Your language:',
'config-your-language-help' => 'Select a language to use during the installation process.',
'config-wiki-language' => 'Wiki language:',
'config-wiki-language-help' => 'Select the language that the wiki will predominantly be written in.',
'config-back' => '← Back',
'config-continue' => 'Continue →',
'config-page-language' => 'Language',
'config-page-welcome' => 'Welcome to MediaWiki!',
'config-page-dbconnect' => 'Connect to database',
'config-page-upgrade' => 'Upgrade existing installation',
'config-page-dbsettings' => 'Database settings',
'config-page-name' => 'Name',
'config-page-options' => 'Options',
'config-page-install' => 'Install',
'config-page-complete' => 'Complete!',
'config-page-restart' => 'Restart installation',
'config-page-readme' => 'Read me',
'config-page-releasenotes' => 'Release notes',
'config-page-copying' => 'Copying',
'config-page-upgradedoc' => 'Upgrading',
'config-page-existingwiki' => 'Existing wiki',
'config-help-restart' => 'Do you want to clear all saved data that you have entered and restart the installation process?',
'config-restart' => 'Yes, restart it',
'config-welcome' => "=== Environmental checks ===
Basic checks will now be performed to see if this environment is suitable for MediaWiki installation.
Remember to include this information if you seek support on how to complete the installation.",
'config-copyright' => "=== Copyright and Terms ===
$1
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.
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'''.
See the GNU General Public License for more details.
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].",
'config-sidebar' => "* [//www.mediawiki.org MediaWiki home]
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]
* [//www.mediawiki.org/wiki/Manual:Contents Administrator's Guide]
* [//www.mediawiki.org/wiki/Manual:FAQ FAQ]
----
* <doclink href=Readme>Read me</doclink>
* <doclink href=ReleaseNotes>Release notes</doclink>
* <doclink href=Copying>Copying</doclink>
* <doclink href=UpgradeDoc>Upgrading</doclink>",
'config-env-good' => 'The environment has been checked.
You can install MediaWiki.',
'config-env-bad' => 'The environment has been checked.
You cannot install MediaWiki.',
'config-env-php' => 'PHP $1 is installed.',
'config-env-php-toolow' => 'PHP $1 is installed.
However, MediaWiki requires PHP $2 or higher.',
'config-unicode-using-utf8' => 'Using Brion Vibber\'s utf8_normalize.so for Unicode normalization.',
'config-unicode-using-intl' => 'Using the [http://pecl.php.net/intl intl PECL extension] for Unicode normalization.',
'config-unicode-pure-php-warning' => "'''Warning:''' The [http://pecl.php.net/intl intl PECL extension] is not available to handle Unicode normalization, falling back to slow pure-PHP implementation.
If you run a high-traffic site, you should read a little on [//www.mediawiki.org/wiki/Unicode_normalization_considerations Unicode normalization].",
'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.
You should [//www.mediawiki.org/wiki/Unicode_normalization_considerations upgrade] if you are at all concerned about using Unicode.",
'config-no-db' => 'Could not find a suitable database driver! You need to install a database driver for PHP.
The following database types are supported: $1.
If you compiled PHP yourself, reconfigure it with a database client enabled, for example, using <code>./configure --with-mysqli</code>.
If you installed PHP from a Debian or Ubuntu package, then you also need to install, for example, the <code>php5-mysql</code> package.',
'config-outdated-sqlite' => "'''Warning:''' you have SQLite $1, which is lower than minimum required version $2. SQLite will be unavailable.",
'config-no-fts3' => "'''Warning:''' SQLite is compiled without the [//sqlite.org/fts3.html FTS3 module], search features will be unavailable on this backend.",
'config-register-globals' => "'''Warning: PHP's <code>[http://php.net/register_globals register_globals]</code> option is enabled.'''
'''Disable it if you can.'''
MediaWiki will work, but your server is exposed to potential security vulnerabilities.",
'config-magic-quotes-runtime' => "'''Fatal: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-runtime magic_quotes_runtime] is active!'''
This option corrupts data input unpredictably.
You cannot install or use MediaWiki unless this option is disabled.",
'config-magic-quotes-sybase' => "'''Fatal: [http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-sybase magic_quotes_sybase] is active!'''
This option corrupts data input unpredictably.
You cannot install or use MediaWiki unless this option is disabled.",
'config-mbstring' => "'''Fatal: [http://www.php.net/manual/en/ref.mbstring.php#mbstring.overload mbstring.func_overload] is active!'''
This option causes errors and may corrupt data unpredictably.
You cannot install or use MediaWiki unless this option is disabled.",
'config-ze1' => "'''Fatal: [http://www.php.net/manual/en/ini.core.php zend.ze1_compatibility_mode] is active!'''
This option causes horrible bugs with MediaWiki.
You cannot install or use MediaWiki unless this option is disabled.",
'config-safe-mode' => "'''Warning:''' PHP's [http://www.php.net/features.safe-mode safe mode] is active.
It may cause problems, particularly if using file uploads and <code>math</code> support.",
'config-xml-bad' => "PHP's XML module is missing.
MediaWiki requires functions in this module and will not work in this configuration.
If you're running Mandrake, install the php-xml package.",
'config-pcre' => 'The PCRE support module appears to be missing.
MediaWiki requires the Perl-compatible regular expression functions to work.',
'config-pcre-no-utf8' => "'''Fatal:''' PHP's PCRE module seems to be compiled without PCRE_UTF8 support.
MediaWiki requires UTF-8 support to function correctly.",
'config-memory-raised' => "PHP's <code>memory_limit</code> is $1, raised to $2.",
'config-memory-bad' => "'''Warning:''' PHP's <code>memory_limit</code> is $1.
This is probably too low.
The installation may fail!",
'config-ctype' => "'''Fatal:''' PHP must be compiled with support for the [http://www.php.net/manual/en/ctype.installation.php Ctype extension].",
'config-json' => "'''Fatal:''' PHP was compiled without JSON support.
You must install either the PHP JSON extension or the [http://pecl.php.net/package/jsonc PECL jsonc] extension before installing MediaWiki.
* The PHP extension is included in Red Hat Enterprise Linux (CentOS) 5 and 6, though must be enabled in <code>/etc/php.ini</code> or <code>/etc/php.d/json.ini</code>.
* Some Linux distributions released after May 2013 omit the PHP extension, instead packaging the PECL extension as <code>php5-json</code> or <code>php-pecl-jsonc</code>.",
'config-xcache' => '[http://xcache.lighttpd.net/ XCache] is installed',
'config-apc' => '[http://www.php.net/apc APC] is installed',
'config-wincache' => '[http://www.iis.net/download/WinCacheForPhp WinCache] is installed',
'config-no-cache' => "'''Warning:''' Could not find [http://www.php.net/apc APC], [http://xcache.lighttpd.net/ XCache] or [http://www.iis.net/download/WinCacheForPhp WinCache].
Object caching is not enabled.",
'config-mod-security' => "'''Warning:''' Your web server has [http://modsecurity.org/ mod_security] enabled. If misconfigured, it can cause problems for MediaWiki or other software that allows users to post arbitrary content.
Refer to [http://modsecurity.org/documentation/ mod_security documentation] or contact your host's support if you encounter random errors.",
'config-diff3-bad' => 'GNU diff3 not found.',
'config-git' => 'Found the Git version control software: <code>$1</code>.',
'config-git-bad' => 'Git version control software not found.',
'config-imagemagick' => 'Found ImageMagick: <code>$1</code>.
Image thumbnailing will be enabled if you enable uploads.',
'config-gd' => 'Found GD graphics library built-in.
Image thumbnailing will be enabled if you enable uploads.',
'config-no-scaling' => 'Could not find GD library or ImageMagick.
Image thumbnailing will be disabled.',
'config-no-uri' => "'''Error:''' Could not determine the current URI.
Installation aborted.",
'config-no-cli-uri' => "'''Warning:''' No --scriptpath specified, using default: <code>$1</code>.",
'config-using-server' => 'Using server name "<nowiki>$1</nowiki>".',
'config-using-uri' => 'Using server URL "<nowiki>$1$2</nowiki>".',
'config-uploads-not-safe' => "'''Warning:''' Your default directory for uploads <code>$1</code> is vulnerable to arbitrary scripts execution.
Although MediaWiki checks all uploaded files for security threats, it is highly recommended to [//www.mediawiki.org/wiki/Manual:Security#Upload_security close this security vulnerability] before enabling uploads.",
'config-no-cli-uploads-check' => "'''Warning:''' Your default directory for uploads (<code>$1</code>) is not checked for vulnerability
to arbitrary script execution during the CLI install.",
'config-brokenlibxml' => 'Your system has a combination of PHP and libxml2 versions which is buggy and can cause hidden data corruption in MediaWiki and other web applications.
Upgrade to PHP 5.2.9 or later and libxml2 2.7.3 or later ([//bugs.php.net/bug.php?id=45996 bug filed with PHP]).
Installation aborted.',
'config-using531' => 'MediaWiki cannot be used with PHP $1 due to a bug involving reference parameters to <code>__call()</code>.
Upgrade to PHP 5.3.2 or higher, or downgrade to PHP 5.3.0 to resolve this.
Installation aborted.',
'config-suhosin-max-value-length' => "Suhosin is installed and limits the GET parameter <code>length</code> to $1 bytes.
MediaWiki's ResourceLoader component will work around this limit, but that will degrade performance.
If at all possible, you should set <code>suhosin.get.max_value_length</code> to 1024 or higher in <code>php.ini</code>, and set <code>\$wgResourceLoaderMaxQueryLength</code> to the same value in <code>LocalSettings.php</code>.",
'config-db-type' => 'Database type:',
'config-db-host' => 'Database host:',
'config-db-host-help' => 'If your database server is on different server, enter the host name or IP address here.
If you are using shared web hosting, your hosting provider should give you the correct host name in their documentation.
If you are installing on a Windows server and using MySQL, using "localhost" may not work for the server name. If it does not, try "127.0.0.1" for the local IP address.
If you are using PostgreSQL, leave this field blank to connect via a Unix socket.',
'config-db-host-oracle' => 'Database TNS:',
'config-db-host-oracle-help' => 'Enter a valid [http://download.oracle.com/docs/cd/B28359_01/network.111/b28317/tnsnames.htm Local Connect Name]; a tnsnames.ora file must be visible to this installation.<br />If you are using client libraries 10g or newer you can also use the [http://download.oracle.com/docs/cd/E11882_01/network.112/e10836/naming.htm Easy Connect] naming method.',
'config-db-wiki-settings' => 'Identify this wiki',
'config-db-name' => 'Database name:',
'config-db-name-help' => 'Choose a name that identifies your wiki.
It should not contain spaces.
If you are using shared web hosting, your hosting provider will either give you a specific database name to use or let you create databases via a control panel.',
'config-db-name-oracle' => 'Database schema:',
'config-db-account-oracle-warn' => "There are three supported scenarios for installing Oracle as database backend:
If you wish to create database account as part of the installation process, please supply an account with SYSDBA role as database account for installation and specify the desired credentials for the web-access account, otherwise you can either create the web-access account manually and supply only that account (if it has required permissions to create the schema objects) or supply two different accounts, one with create privileges and a restricted one for web access.
Script for creating an account with required privileges can be found in \"maintenance/oracle/\" directory of this installation. Keep in mind that using a restricted account will disable all maintenance capabilities with the default account.",
'config-db-install-account' => 'User account for installation',
'config-db-username' => 'Database username:',
'config-db-password' => 'Database password:',
'config-db-password-empty' => 'Please enter a password for the new database user: $1.
While it may be possible to create users with no passwords, it is not secure.',
'config-db-install-username' => 'Enter the username that will be used to connect to the database during the installation process.
This is not the username of the MediaWiki account; this is the username for your database.',
'config-db-install-password' => 'Enter the password that will be used to connect to the database during the installation process.
This is not the password for the MediaWiki account; this is the password for your database.',
'config-db-install-help' => 'Enter the username and password that will be used to connect to the database during the installation process.',
'config-db-account-lock' => 'Use the same username and password during normal operation',
'config-db-wiki-account' => 'User account for normal operation',
'config-db-wiki-help' => 'Enter the username and password that will be used to connect to the database during normal wiki operation.
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.',
'config-db-prefix' => 'Database table prefix:',
'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.
Do not use spaces.
This field is usually left empty.',
'config-db-charset' => 'Database character set',
'config-charset-mysql5-binary' => 'MySQL 4.1/5.0 binary',
'config-charset-mysql5' => 'MySQL 4.1/5.0 UTF-8',
'config-charset-mysql4' => 'MySQL 4.0 backwards-compatible UTF-8',
'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!
In '''binary mode''', MediaWiki stores UTF-8 text to the database in binary fields.
This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters.
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 [//en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].",
'config-mysql-old' => 'MySQL $1 or later is required, you have $2.',
'config-db-port' => 'Database port:',
'config-db-schema' => 'Schema for MediaWiki:',
'config-db-schema-help' => 'This schema will usually be fine.
Only change it if you know you need to.',
'config-pg-test-error' => "Cannot connect to database '''$1''': $2",
'config-sqlite-dir' => 'SQLite data directory:',
'config-sqlite-dir-help' => "SQLite stores all data in a single file.
The directory you provide must be writable by the webserver during installation.
It should '''not''' be accessible via the web, this is why we're not putting it where your PHP files are.
The installer will write a <code>.htaccess</code> file along with it, but if that fails someone can gain access to your raw database.
That includes raw user data (email addresses, hashed passwords) as well as deleted revisions and other restricted data on the wiki.
Consider putting the database somewhere else altogether, for example in <code>/var/lib/mediawiki/yourwiki</code>.",
'config-oracle-def-ts' => 'Default tablespace:',
'config-oracle-temp-ts' => 'Temporary tablespace:',
'config-type-mysql' => 'MySQL (or compatible)',
'config-type-postgres' => 'PostgreSQL',
'config-type-sqlite' => 'SQLite',
'config-type-oracle' => 'Oracle',
'config-support-info' => 'MediaWiki supports the following database systems:
$1
If you do not see the database system you are trying to use listed below, then follow the instructions linked above to enable support.',
'config-dbsupport-mysql' => '* [{{int:version-db-mysql-url}} MySQL] is the primary target for MediaWiki and is best supported. MediaWiki also works with [{{int:version-db-mariadb-url}} MariaDB] and [{{int:version-db-percona-url}} Percona Server], which are MySQL compatible. ([http://www.php.net/manual/en/mysqli.installation.php How to compile PHP with MySQL support])',
'config-dbsupport-postgres' => '* [{{int:version-db-postgres-url}} PostgreSQL] is a popular open source database system as an alternative to MySQL. There may be some minor outstanding bugs, and it is not recommended for use in a production environment. ([http://www.php.net/manual/en/pgsql.installation.php How to compile PHP with PostgreSQL support])',
'config-dbsupport-sqlite' => '* [{{int:version-db-sqlite-url}} SQLite] is a lightweight database system that is very well supported. ([http://www.php.net/manual/en/pdo.installation.php How to compile PHP with SQLite support], uses PDO)',
'config-dbsupport-oracle' => '* [{{int:version-db-oracle-url}} Oracle] is a commercial enterprise database. ([http://www.php.net/manual/en/oci8.installation.php How to compile PHP with OCI8 support])',
'config-header-mysql' => 'MySQL settings',
'config-header-postgres' => 'PostgreSQL settings',
'config-header-sqlite' => 'SQLite settings',
'config-header-oracle' => 'Oracle settings',
'config-invalid-db-type' => 'Invalid database type',
'config-missing-db-name' => 'You must enter a value for "Database name"',
'config-missing-db-host' => 'You must enter a value for "Database host"',
'config-missing-db-server-oracle' => 'You must enter a value for "Database TNS"',
'config-invalid-db-server-oracle' => 'Invalid database TNS "$1".
Use either "TNS Name" or an "Easy Connect" string ([http://docs.oracle.com/cd/E11882_01/network.112/e10836/naming.htm Oracle Naming Methods])',
'config-invalid-db-name' => 'Invalid database name "$1".
Use only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_) and hyphens (-).',
'config-invalid-db-prefix' => 'Invalid database prefix "$1".
Use only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_) and hyphens (-).',
'config-connection-error' => '$1.
Check the host, username and password and try again.',
'config-invalid-schema' => 'Invalid schema for MediaWiki "$1".
Use only ASCII letters (a-z, A-Z), numbers (0-9) and underscores (_).',
'config-db-sys-create-oracle' => 'Installer only supports using a SYSDBA account for creating a new account.',
'config-db-sys-user-exists-oracle' => 'User account "$1" already exists. SYSDBA can only be used for creating of a new account!',
'config-postgres-old' => 'PostgreSQL $1 or later is required, you have $2.',
'config-sqlite-name-help' => 'Choose a name that identifies your wiki.
Do not use spaces or hyphens.
This will be used for the SQLite data file name.',
'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.
The installer has determined the user your webserver is running as.
Make the <code><nowiki>$3</nowiki></code> directory writable by it to continue.
On a Unix/Linux system do:
<pre>cd $2
mkdir $3
chgrp $4 $3
chmod g+w $3</pre>',
'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.
The installer could not determine the user your webserver is running as.
Make the <code><nowiki>$3</nowiki></code> directory globally writable by it (and others!) to continue.
On a Unix/Linux system do:
<pre>cd $2
mkdir $3
chmod a+w $3</pre>',
'config-sqlite-mkdir-error' => 'Error creating the data directory "$1".
Check the location and try again.',
'config-sqlite-dir-unwritable' => 'Unable to write to the directory "$1".
Change its permissions so that the webserver can write to it, and try again.',
'config-sqlite-connection-error' => '$1.
Check the data directory and database name below and try again.',
'config-sqlite-readonly' => 'The file <code>$1</code> is not writeable.',
'config-sqlite-cant-create-db' => 'Could not create database file <code>$1</code>.',
'config-sqlite-fts3-downgrade' => 'PHP is missing FTS3 support, downgrading tables',
'config-can-upgrade' => "There are MediaWiki tables in this database.
To upgrade them to MediaWiki $1, click '''Continue'''.",
'config-upgrade-done' => "Upgrade complete.
You can now [$1 start using your wiki].
If you want to regenerate your <code>LocalSettings.php</code> file, click the button below.
This is '''not recommended''' unless you are having problems with your wiki.",
'config-upgrade-done-no-regenerate' => "Upgrade complete.
You can now [$1 start using your wiki].",
'config-regenerate' => 'Regenerate LocalSettings.php →',
'config-show-table-status' => '<code>SHOW TABLE STATUS</code> query failed!',
'config-unknown-collation' => "'''Warning:''' Database is using unrecognized collation.",
'config-db-web-account' => 'Database account for web access',
'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.',
'config-db-web-account-same' => 'Use the same account as for installation',
'config-db-web-create' => 'Create the account if it does not already exist',
'config-db-web-no-create-privs' => 'The account you specified for installation does not have enough privileges to create an account.
The account you specify here must already exist.',
'config-mysql-engine' => 'Storage engine:',
'config-mysql-innodb' => 'InnoDB',
'config-mysql-myisam' => 'MyISAM',
'config-mysql-myisam-dep' => "'''Warning:''' You have selected MyISAM as storage engine for MySQL, which is not recommended for use with MediaWiki, because:
* it barely supports concurrency due to table locking
* it is more prone to corruption than other engines
* the MediaWiki codebase does not always handle MyISAM as it should
If your MySQL installation supports InnoDB, it is highly recommended that you choose that instead.
If your MySQL installation does not support InnoDB, maybe it's time for an upgrade.",
'config-mysql-only-myisam-dep' => "'''Warning:''' MyISAM is the only available storage engine for MySQL, which is not recommended for use with MediaWiki, because:
* it barely supports concurrency due to table locking
* it is more prone to corruption than other engines
* the MediaWiki codebase does not always handle MyISAM as it should
Your MySQL installation does not support InnoDB, maybe it's time for an upgrade.",
'config-mysql-engine-help' => "'''InnoDB''' is almost always the best option, since it has good concurrency support.
'''MyISAM''' may be faster in single-user or read-only installations.
MyISAM databases tend to get corrupted more often than InnoDB databases.",
'config-mysql-charset' => 'Database character set:',
'config-mysql-binary' => 'Binary',
'config-mysql-utf8' => 'UTF-8',
'config-mysql-charset-help' => "In '''binary mode''', MediaWiki stores UTF-8 text to the database in binary fields.
This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters.
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 [//en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].",
'config-site-name' => 'Name of wiki:',
'config-site-name-help' => "This will appear in the title bar of the browser and in various other places.",
'config-site-name-blank' => 'Enter a site name.',
'config-project-namespace' => 'Project namespace:',
'config-ns-generic' => 'Project',
'config-ns-site-name' => 'Same as the wiki name: $1',
'config-ns-other' => 'Other (specify)',
'config-ns-other-default' => 'MyWiki',
'config-project-namespace-help' => 'Following Wikipedia\'s example, many wikis keep their policy pages separate from their content pages, in a "\'\'\'project namespace\'\'\'".
All page titles in this namespace start with a certain prefix, which you can specify here.
Usually, this prefix is derived from the name of the wiki, but it cannot contain punctuation characters such as "#" or ":".',
'config-ns-invalid' => 'The specified namespace "<nowiki>$1</nowiki>" is invalid.
Specify a different project namespace.',
'config-ns-conflict' => 'The specified namespace "<nowiki>$1</nowiki>" conflicts with a default MediaWiki namespace.
Specify a different project namespace.',
'config-admin-box' => 'Administrator account',
'config-admin-name' => 'Your name:',
'config-admin-password' => 'Password:',
'config-admin-password-confirm' => 'Password again:',
'config-admin-help' => 'Enter your preferred username here, for example "Joe Bloggs".
This is the name you will use to log in to the wiki.',
'config-admin-name-blank' => 'Enter an administrator username.',
'config-admin-name-invalid' => 'The specified username "<nowiki>$1</nowiki>" is invalid.
Specify a different username.',
'config-admin-password-blank' => 'Enter a password for the administrator account.',
'config-admin-password-same' => 'The password must not be the same as the username.',
'config-admin-password-mismatch' => 'The two passwords you entered do not match.',
'config-admin-email' => 'Email address:',
'config-admin-email-help' => 'Enter an email address here to allow you to receive email from other users on the wiki, reset your password, and be notified of changes to pages on your watchlist. You can leave this field empty.',
'config-admin-error-user' => 'Internal error when creating an admin with the name "<nowiki>$1</nowiki>".',
'config-admin-error-password' => 'Internal error when setting a password for the admin "<nowiki>$1</nowiki>": <pre>$2</pre>',
'config-admin-error-bademail' => 'You have entered an invalid email address.',
'config-subscribe' => 'Subscribe to the [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce release announcements mailing list].',
'config-subscribe-help' => 'This is a low-volume mailing list used for release announcements, including important security announcements.
You should subscribe to it and update your MediaWiki installation when new versions come out.',
'config-subscribe-noemail' => 'You tried to subscribe to the release announcements mailing list without providing an email address.
Please provide an email address if you wish to subscribe to the mailing list.',
'config-almost-done' => 'You are almost done!
You can now skip the remaining configuration and install the wiki right now.',
'config-optional-continue' => 'Ask me more questions.',
'config-optional-skip' => "I'm bored already, just install the wiki.",
'config-profile' => 'User rights profile:',
'config-profile-wiki' => 'Open wiki',
'config-profile-no-anon' => 'Account creation required',
'config-profile-fishbowl' => 'Authorized editors only',
'config-profile-private' => 'Private wiki',
'config-profile-help' => "Wikis work best when you let as many people edit them as possible.
In MediaWiki, it is easy to review the recent changes, and to revert any damage that is done by naive or malicious users.
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.
So you have the choice.
The '''{{int:config-profile-wiki}}''' model allows anyone to edit, without even logging in.
A wiki with '''{{int:config-profile-no-anon}}''' provides extra accountability, but may deter casual contributors.
The '''{{int:config-profile-fishbowl}}''' scenario allows approved users to edit, but the public can view the pages, including history.
A '''{{int:config-profile-private}}''' only allows approved users to view pages, with the same group allowed to edit.
More complex user rights configurations are available after installation, see the [//www.mediawiki.org/wiki/Manual:User_rights relevant manual entry].",
'config-license' => 'Copyright and license:',
'config-license-none' => 'No license footer',
'config-license-cc-by-sa' => 'Creative Commons Attribution Share Alike',
'config-license-cc-by' => 'Creative Commons Attribution',
'config-license-cc-by-nc-sa' => 'Creative Commons Attribution Non-Commercial Share Alike',
'config-license-cc-0' => 'Creative Commons Zero (Public Domain)',
'config-license-gfdl' => 'GNU Free Documentation License 1.3 or later',
'config-license-pd' => 'Public Domain',
'config-license-cc-choose' => 'Select a custom Creative Commons license',
'config-license-help' => "Many public wikis put all contributions under a [http://freedomdefined.org/Definition free license].
This helps to create a sense of community ownership and encourages long-term contribution.
It is not generally necessary for a private or corporate wiki.
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'''.
Wikipedia previously used the GNU Free Documentation License.
The GFDL is a valid license, but it is difficult to understand.
It is also difficult to reuse content licensed under the GFDL.",
'config-email-settings' => 'Email settings',
'config-enable-email' => 'Enable outbound email',
'config-enable-email-help' => "If you want email to work, [http://www.php.net/manual/en/mail.configuration.php PHP's mail settings] need to be configured correctly.
If you do not want any email features, you can disable them here.",
'config-email-user' => 'Enable user-to-user email',
'config-email-user-help' => 'Allow all users to send each other email if they have enabled it in their preferences.',
'config-email-usertalk' => 'Enable user talk page notification',
'config-email-usertalk-help' => 'Allow users to receive notifications on user talk page changes, if they have enabled it in their preferences.',
'config-email-watchlist' => 'Enable watchlist notification',
'config-email-watchlist-help' => 'Allow users to receive notifications about their watched pages if they have enabled it in their preferences.',
'config-email-auth' => 'Enable email authentication',
'config-email-auth-help' => "If this option is enabled, users have to confirm their email address using a link sent to them whenever they set or change it.
Only authenticated email addresses can receive emails from other users or change notification emails.
Setting this option is '''recommended''' for public wikis because of potential abuse of the email features.",
'config-email-sender' => 'Return email address:',
'config-email-sender-help' => 'Enter the email address to use as the return address on outbound email.
This is where bounces will be sent.
Many mail servers require at least the domain name part to be valid.',
'config-upload-settings' => 'Images and file uploads',
'config-upload-enable' => 'Enable file uploads',
'config-upload-help' => "File uploads potentially expose your server to security risks.
For more information, read the [//www.mediawiki.org/wiki/Manual:Security security section] in the manual.
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.
Then enable this option.",
'config-upload-deleted' => 'Directory for deleted files:',
'config-upload-deleted-help' => 'Choose a directory in which to archive deleted files.
Ideally, this should not be accessible from the web.',
'config-logo' => 'Logo URL:',
'config-logo-help' => "MediaWiki's default skin includes space for a 135x160 pixel logo above the sidebar menu.
Upload an image of the appropriate size, and enter the URL here.
You can use <code>\$wgStylePath</code> or <code>\$wgScriptPath</code> if your logo is relative to those paths.
If you do not want a logo, leave this box blank.",
'config-instantcommons' => 'Enable Instant Commons',
'config-instantcommons-help' => '[//www.mediawiki.org/wiki/InstantCommons Instant Commons] is a feature that allows wikis to use images, sounds and other media found on the [//commons.wikimedia.org/ Wikimedia Commons] site.
In order to do this, MediaWiki requires access to the Internet.
For more information on this feature, including instructions on how to set it up for wikis other than the Wikimedia Commons, consult [//mediawiki.org/wiki/Manual:$wgForeignFileRepos the manual].',
'config-cc-error' => 'The Creative Commons license chooser gave no result.
Enter the license name manually.',
'config-cc-again' => 'Pick again...',
'config-cc-not-chosen' => 'Choose which Creative Commons license you want and click "proceed".',
'config-advanced-settings' => 'Advanced configuration',
'config-cache-options' => 'Settings for object caching:',
'config-cache-help' => 'Object caching is used to improve the speed of MediaWiki by caching frequently used data.
Medium to large sites are highly encouraged to enable this, and small sites will see benefits as well.',
'config-cache-none' => 'No caching (no functionality is removed, but speed may be impacted on larger wiki sites)',
'config-cache-accel' => 'PHP object caching (APC, XCache or WinCache)',
'config-cache-memcached' => 'Use Memcached (requires additional setup and configuration)',
'config-memcached-servers' => 'Memcached servers:',
'config-memcached-help' => 'List of IP addresses to use for Memcached.
Should specify one per line and specify the port to be used. For example:
127.0.0.1:11211
192.168.1.25:1234',
'config-memcache-needservers' => 'You selected Memcached as your cache type but did not specify any servers.',
'config-memcache-badip' => 'You have entered an invalid IP address for Memcached: $1.',
'config-memcache-noport' => 'You did not specify a port to use for Memcached server: $1.
If you do not know the port, the default is 11211.',
'config-memcache-badport' => 'Memcached port numbers should be between $1 and $2.',
'config-extensions' => 'Extensions',
'config-extensions-help' => 'The extensions listed above were detected in your <code>./extensions</code> directory.
They may require additional configuration, but you can enable them now',
'config-install-alreadydone' => "'''Warning:''' You seem to have already installed MediaWiki and are trying to install it again.
Please proceed to the next page.",
'config-install-begin' => 'By pressing "{{int:config-continue}}", you will begin the installation of MediaWiki.
If you still want to make changes, press "{{int:config-back}}".',
'config-install-step-done' => 'done',
'config-install-step-failed' => 'failed',
'config-install-extensions' => 'Including extensions',
'config-install-database' => 'Setting up database',
'config-install-schema' => 'Creating schema',
'config-install-pg-schema-not-exist' => 'PostgreSQL schema does not exist.',
'config-install-pg-schema-failed' => 'Tables creation failed.
Make sure that the user "$1" can write to the schema "$2".',
'config-install-pg-commit' => 'Committing changes',
'config-install-pg-plpgsql' => 'Checking for language PL/pgSQL',
'config-pg-no-plpgsql' => 'You need to install the language PL/pgSQL in the database $1',
'config-pg-no-create-privs' => 'The account you specified for installation does not have enough privileges to create an account.',
'config-pg-not-in-role' => 'The account you specified for the web user already exists.
The account you specified for installation is not a superuser and is not a member of the web user\'s role, so it is unable to create objects owned by the web user.
MediaWiki currently requires that the tables be owned by the web user. Please specify another web account name, or click "back" and specify a suitably privileged install user.',
'config-install-user' => 'Creating database user',
'config-install-user-alreadyexists' => 'User "$1" already exists',
'config-install-user-create-failed' => 'Creating user "$1" failed: $2',
'config-install-user-grant-failed' => 'Granting permission to user "$1" failed: $2',
'config-install-user-missing' => 'The specified user "$1" does not exist.',
'config-install-user-missing-create' => 'The specified user "$1" does not exist.
Please click the "create account" checkbox below if you want to create it.',
'config-install-tables' => 'Creating tables',
'config-install-tables-exist' => "'''Warning:''' MediaWiki tables seem to already exist.
Skipping creation.",
'config-install-tables-failed' => "'''Error:''' Table creation failed with the following error: $1",
'config-install-interwiki' => 'Populating default interwiki table',
'config-install-interwiki-list' => 'Could not read file <code>interwiki.list</code>.',
'config-install-interwiki-exists' => "'''Warning:''' The interwiki table seems to already have entries.
Skipping default list.",
'config-install-stats' => 'Initializing statistics',
'config-install-keys' => 'Generating secret keys',
'config-insecure-keys' => "'''Warning:''' {{PLURAL:$2|A secure key|Secure keys}} ($1) generated during installation {{PLURAL:$2|is|are}} not completely safe. Consider changing {{PLURAL:$2|it|them}} manually.",
'config-install-sysop' => 'Creating administrator user account',
'config-install-subscribe-fail' => 'Unable to subscribe to mediawiki-announce: $1',
'config-install-subscribe-notpossible' => 'cURL is not installed and allow_url_fopen is not available.',
'config-install-mainpage' => 'Creating main page with default content',
'config-install-extension-tables' => 'Creating tables for enabled extensions',
'config-install-mainpage-failed' => 'Could not insert main page: $1',
'config-install-done' => "'''Congratulations!'''
You have successfully installed MediaWiki.
The installer has generated a <code>LocalSettings.php</code> file.
It contains all your configuration.
You will need to download it and put it in the base of your wiki installation (the same directory as index.php). The download should have started automatically.
If the download was not offered, or if you cancelled it, you can restart the download by clicking the link below:
$3
'''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.
When that has been done, you can '''[$2 enter your wiki]'''.",
'config-download-localsettings' => 'Download <code>LocalSettings.php</code>',
'config-help' => 'help',
'config-nofile' => 'File "$1" could not be found. Has it been deleted?',
'config-extension-link' => 'Did you know that your wiki supports [//www.mediawiki.org/wiki/Manual:Extensions extensions]?
You can browse [//www.mediawiki.org/wiki/Category:Extensions_by_category extensions by category] or the [//www.mediawiki.org/wiki/Extension_Matrix Extension Matrix] to see the full list of extensions.',
'mainpagetext' => "'''MediaWiki has been successfully installed.'''",
'mainpagedocfooter' => "Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
== Getting started ==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]",
);
/** Message documentation (Message documentation)
* @author Amire80
* @author Dani
* @author EugeneZelenko
* @author Kghbln
* @author McDutchie
* @author Mormegil
* @author Nemo bis
* @author Nike
* @author Platonides
* @author Purodha
* @author Raymond
* @author SPQRobin
* @author Shirayuki
* @author Siebrand
* @author Umherirrender
* @author Waldir
*/
$messages['qqq'] = array(
'config-desc' => 'Short description of the installer.',
'config-title' => 'Parameters:
* $1 is the version of MediaWiki that is being installed.',
'config-information' => '{{Identical|Information}}',
'config-localsettings-upgrade' => '{{doc-important|Do not translate <code>LocalSettings.php</code> and <code>$wgUpgradeKey</code>.}}',
'config-localsettings-cli-upgrade' => '{{doc-important|Do not translate the <code>LocalSettings.php</code> and the <code>update.php</code> parts.}}',
'config-upgrade-key-missing' => 'Used in info box. Parameters:
* $1 - the upgrade key, enclosed in <code><nowiki><pre></nowikI></code> tag.',
'config-localsettings-incomplete' => '{{doc-important|Do not translate <code>LocalSettings.php</code> and <code><nowiki>{{int:Config-continue}}</nowiki><code>.}}
Parameters:
* $1 - name of variable (any one of required variables or installer-specific global variables)',
'config-localsettings-connection-error' => '{{doc-important|Do not translate <code>LocalSettings.php</code> and <code>AdminSettings.php</code>.}}
Used as error message. Parameters:
* $1 - (probably empty string)',
'config-session-error' => 'Parameters:
* $1 is the error that was encountered with the session.',
'config-session-expired' => 'Parameters:
* $1 is the configured session lifetime.',
'config-no-session' => '{{doc-important|Do not translate <code>php.ini</code> and <code>session.save_path</code>.}}
Used as error message.',
'config-back' => '{{Identical|Back}}',
'config-continue' => '{{Identical|Continue}}',
'config-page-language' => '{{Identical|Language}}',
'config-page-name' => '{{Identical|Name}}',
'config-page-options' => '{{Identical|Options}}',
'config-page-install' => '{{Identical|Install}}',
'config-page-complete' => '{{Identical|Complete}}',
'config-page-releasenotes' => '{{Identical|Release notes}}',
'config-page-copying' => 'This is a link to the full GPL text',
'config-restart' => 'Button text to confirm the installation procedure has to be restarted.',
'config-copyright' => 'This message follows {{msg-mw|config-env-good}}.
Parameters:
* $1 - copyright and author list',
'config-sidebar' => 'Maximum width for words is 24 characters. Only visible part of the translation counts to this limit.',
'config-env-php' => 'Parameters:
* $1 - the version of PHP that has been installed
See also:
* {{msg-mw|config-env-php-toolow}}',
'config-env-php-toolow' => 'Parameters:
* $1 - the version of PHP that has been installed
* $2 - minimum PHP version number
See also:
* {{msg-mw|config-env-php}}',
'config-unicode-pure-php-warning' => 'PECL is the name of a group producing standard pieces of software for PHP, and intl is the name of their library handling some aspects of internationalization.',
'config-unicode-update-warning' => "ICU is a body producing standard software tools for support of Unicode and other internationalization aspects. This message warns the system administrator installing MediaWiki that the server's software is not up-to-date and MediaWiki will have problems handling some characters.",
'config-no-db' => '{{doc-important|Do not translate "<code>./configure --with-mysqli</code>" and "<code>php5-mysql</code>".}}
Parameters:
* $1 is comma separated list of database types supported by MediaWiki.',
'config-outdated-sqlite' => 'Used as warning. Parameters:
* $1 - the version of SQLite that has been installed
* $2 - minimum version',
'config-no-fts3' => 'A "[[:wikipedia:Front and back ends|backend]]" is a system or component that ordinary users don\'t interact with directly and don\'t need to know about, and that is responsible for a distinct task or service - for example, a storage back-end is a generic system for storing data which other applications can use. Possible alternatives for back-end are "system" or "service", or (depending on context and language) even leave it untranslated.',
'config-magic-quotes-runtime' => '{{Related|Config-fatal}}',
'config-magic-quotes-sybase' => '{{Related|Config-fatal}}',
'config-mbstring' => '{{Related|Config-fatal}}',
'config-ze1' => '{{Related|Config-fatal}}',
'config-pcre' => 'PCRE is an initialism for "Perl-compatible regular expression". Perl is programming language whose [[:w:regular expression|regular expression]] syntax is popular and used in other languages using a library called PCRE.',
'config-pcre-no-utf8' => "PCRE is a name of a programmers' library for supporting regular expressions. It can probably be translated without change.
{{Related|Config-fatal}}",
'config-memory-raised' => 'Parameters:
* $1 is the configured <code>memory_limit</code>.
* $2 is the value to which <code>memory_limit</code> was raised.',
'config-memory-bad' => 'Parameters:
* $1 is the configured <code>memory_limit</code>.',
'config-ctype' => 'Message if support for [http://www.php.net/manual/en/ctype.installation.php Ctype] is missing from PHP',
'config-json' => 'Message if support for [[wikipedia:JSON|JSON]] is missing from PHP.
* "[[wikipedia:Red Hat Enterprise Linux|Red Hat Enterprise Linux]]" (RHEL) and "[[wikipedia:CentOS|CentOS]]" refer to two almost-identical Linux distributions. "5 and 6" refers to version 5 or 6 of either distribution. Because RHEL 7 likely will not include the PHP extension, do not translate as "5 or newer".
* "The [http://www.php.net/json PHP extension]" is the JSON extension included with PHP 5.2 and newer.
* "The [http://pecl.php.net/package/jsonc PECL extension]" is based on the PHP extension, though excludes code some distributions have found unacceptable (see [[bugzilla:47431]]).',
'config-xcache' => 'Message indicates if this program is available',
'config-apc' => 'Message indicates if this program is available',
'config-wincache' => 'Message indicates if this program is available',
'config-git' => 'Message if Git version control software is available.
Parameter:
* $1 is the <code>Git</code> executable file name.',
'config-git-bad' => 'Message if Git version control software is not found.',
'config-imagemagick' => '$1 is ImageMagick\'s <code>convert</code> executable file name.
Add dir="ltr" to the <nowiki><code></nowiki> for right-to-left languages.',
'config-no-cli-uri' => 'Parameters:
* $1 is the default value for scriptpath.',
'config-using-server' => 'Used as a part of environment check result. Parameters:
* $1 - default server name',
'config-using-uri' => 'Used as a part of environment check result. Parameters:
* $1 - server name
* $2 - script path',
'config-uploads-not-safe' => 'Used as a part of environment check result. Parameters:
* $1 - name of directory for images: <code>$IP/images/</code>',
'config-no-cli-uploads-check' => 'CLI = [[w:Command-line interface|command-line interface]] (i.e. the installer runs as a command-line script, not using HTML interface via an internet browser)',
'config-using531' => 'Used as error message. Parameters:
* $1 - the version of PHP that has been installed',
'config-suhosin-max-value-length' => '{{doc-important|Do not translate "length", "suhosin.get.max_value_length", "php.ini", "$wgResourceLoaderMaxQueryLength" and "LocalSettings.php".}}
Message shown when PHP parameter <code>suhosin.get.max_value_length</code> is between 0 and 1023 (that max value is hard set in MediaWiki software).',
'config-db-host-help' => '{{doc-singularthey}}',
'config-db-host-oracle' => 'TNS = [[:wikipedia:Transparent Network Substrate|Transparent Network Substrate]] (<== wikipedia link)',
'config-db-host-oracle-help' => 'See also:
* {{msg-mw|Config-invalid-db-server-oracle}}',
'config-db-wiki-settings' => 'This is more acurate: "Enter identifying or distinguishing data for this wiki" since a MySQL database can host tables of several wikis.',
'config-db-account-oracle-warn' => 'A "[[:wikipedia:Front and back ends|backend]]" is a system or component that ordinary users don\'t interact with directly and don\'t need to know about, and that is responsible for a distinct task or service - for example, a storage back-end is a generic system for storing data which other applications can use. Possible alternatives for back-end are "system" or "service", or (depending on context and language) even leave it untranslated.',
'config-db-password-empty' => 'Used as error message. Parameters:
* $1 - database username',
'config-db-account-lock' => "It might be easier to translate ''normal operation'' as \"also after the installation process\"",
'config-mysql-old' => 'Used as error message. Parameters:
* $1 - minimum version
* $2 - the version of MySQL that has been installed',
'config-pg-test-error' => '* $1 - database name
* $2 - error message',
'config-sqlite-dir-help' => '{{doc-important|Do not translate <code>.htaccess</code> and <code>/var/lib/mediawiki/yourwiki</code>.}}
Used in help box.',
'config-type-mysql' => '"Or compatible" refers to several database systems that are compatible with MySQL, as explained in {{msg-mw|config-dbsupport-mysql}}, and thus also work with this choice of database type.',
'config-type-postgres' => '{{optional}}',
'config-type-sqlite' => '{{optional}}',
'config-type-oracle' => '{{optional}}',
'config-support-info' => 'Parameters:
* $1 - a list of DBMSs that MediaWiki supports, composed with config-dbsupport-* messages.',
'config-support-mysql' => 'Parameters:
* $1 - a link to the MySQL home page having the anchor text "MySQL".',
'config-support-postgres' => 'Parameters:
* $1 - a link to the PostgreSQL home page having the anchor text "PostgreSQL".',
'config-support-sqlite' => 'Parameters:
* $1 - a link to the SQLite home page having the anchor text "SQLite".',
'config-support-oracle' => 'Parameters:
* $1 - a link to the Oracle home page, the anchor text of which is "Oracle".',
'config-dbsupport-mysql' => 'Used in {{msg-mw|config-support-info}}.',
'config-dbsupport-postgres' => 'Used in {{msg-mw|config-support-info}}.',
'config-dbsupport-sqlite' => 'Used in {{msg-mw|config-support-info}}.',
'config-dbsupport-oracle' => 'Used in {{msg-mw|config-support-info}}.',
'config-invalid-db-server-oracle' => 'Used as error message. Parameters:
* $1 - database server name
See also:
* {{msg-mw|Config-db-host-oracle-help}}',
'config-invalid-db-name' => 'Used as error message. Parameters:
* $1 - database name
See also:
* {{msg-mw|Config-invalid-db-prefix}}',
'config-invalid-db-prefix' => 'Used as error message. Parameters:
* $1 - database prefix
See also:
* {{msg-mw|Config-invalid-db-name}}',
'config-connection-error' => '$1 is the external error from the database, such as "DB connection error: Access denied for user \'dba\'@\'localhost\' (using password: YES) (localhost)."
If you\'re translating this message to a right-to-left language, consider writing <nowiki><div dir="ltr">$1.</div></nowiki>. (When the bidi features for HTML5 will be implemented in the browsers, it will probably be a good idea to write it as <nowiki><div dir="auto">$1.</div></nowiki>.)',
'config-invalid-schema' => '*$1 - schema name',
'config-db-sys-user-exists-oracle' => 'Used as error message. Parameters:
* $1 - database username',
'config-postgres-old' => 'Used as error message. Used as warning. Parameters:
* $1 - minimum version
* $2 - the version of PostgreSQL that has been installed',
'config-sqlite-parent-unwritable-group' => 'Used as SQLite error message. Parameters:
* $1 - data directory
* $2 - "dirname" part of $1
* $3 - "basename" part of $1
* $4 - web server\'s primary group name
See also:
* {{msg-mw|Config-sqlite-parent-unwritable-nogroup}}',
'config-sqlite-parent-unwritable-nogroup' => 'Used as SQLite error message. Parameters:
* $1 - data directory
* $2 - "dirname" part of $1
* $3 - "basename" part of $1
See also:
* {{msg-mw|Config-sqlite-parent-unwritable-group}}',
'config-sqlite-mkdir-error' => 'Used as SQLite error message. Parameters:
* $1 - data directory name',
'config-sqlite-dir-unwritable' => 'webserver refers to a software like Apache or Lighttpd.',
'config-sqlite-connection-error' => 'Used as SQLite error message. Parameters:
* $1 - error message which SQLite server returned',
'config-sqlite-readonly' => 'Used as SQLite error message. Parameters:
* $1 - filename',
'config-sqlite-cant-create-db' => 'Used as SQLite error message. Parameters:
* $1 - filename',
'config-can-upgrade' => 'Parameters:
* $1 - Version or Revision indicator.',
'config-upgrade-done' => 'Used as success message. Parameters:
* $1 - full URL of index.php
See also:
* {{msg-mw|config-upgrade-done-no-regenerate}}',
'config-upgrade-done-no-regenerate' => 'Used as success message. Parameters:
* $1 - full URL of index.php
See also:
* {{msg-mw|config-upgrade-done}}',
'config-regenerate' => 'This message appears in a button after LocalSettings.php is generated and downloaded at the end of the MediaWiki installation process.',
'config-show-table-status' => '{{doc-important|"<code>SHOW TABLE STATUS</code>" is a MySQL command. Do not translate this.}}',
'config-db-web-account-same' => 'checkbox label',
'config-db-web-create' => 'checkbox label',
'config-mysql-only-myisam-dep' => 'Used as warning message when mysql does not support the minimum suggested feature set.',
'config-mysql-binary' => '{{Identical|Binary}}',
'config-ns-generic' => 'Used as label for "namespace type" radio button.
See also:
* {{msg-mw|Config-ns-site-name}}
* {{msg-mw|Config-ns-other}}
{{Identical|Project}}',
'config-ns-site-name' => 'Used as label for "namespace type" radio button. Parameters:
* $1 - wiki name
See also:
* {{msg-mw|Config-ns-generic}}
* {{msg-mw|Config-ns-other}}',
'config-ns-other' => "Used as label for \"namespace type\" radio button.
This message is followed by the input box which enables to '''specify''' a namespace name.
See also:
* {{msg-mw|Config-ns-site-name}}
* {{msg-mw|Config-ns-generic}}",
'config-ns-invalid' => 'Used as error message. Parameters:
* $1 - namespace name
See also:
* {{msg-mw|Config-ns-conflict}}',
'config-ns-conflict' => 'Used as error message. Parameters:
* $1 - namespace name
See also:
* {{msg-mw|Config-ns-invalid}}',
'config-admin-name' => '{{Identical|Your name}}',
'config-admin-password' => '{{Identical|Password}}',
'config-admin-name-invalid' => 'Used as error message. Parameters:
* $1 - username of administrator',
'config-admin-email' => '{{Identical|E-mail address}}',
'config-admin-error-user' => 'Used as error message. Parameters:
* $1 - username of administrator
See also:
* {{msg-mw|Config-admin-error-password}}',
'config-admin-error-password' => 'Used as error message. Parameters:
* $1 - username of administrator
* $2 - error message
See also:
* {{msg-mw|Config-admin-error-user}}',
'config-subscribe' => 'Used as label for the installer checkbox',
'config-subscribe-help' => '"Low-volume" in this context means that there will be few e-mails to that mailing list per time period.',
'config-profile-help' => 'Messages referenced:
* {{msg-mw|config-profile-wiki}}
* {{msg-mw|config-profile-no-anon}}
* {{msg-mw|config-profile-fishbowl}}
* {{msg-mw|config-profile-private}}',
'config-email-settings' => '{{Identical|E-mail setting}}',
'config-email-user' => '{{Identical|Enable user-to-user e-mail}}',
'config-upload-help' => 'The word "mode" here refers to the access rights given to various user groups when attempting to create and store files and/or subdiretories in the said directory on the server. It also refers to the <code>mode</code> command used to maipulate said right mask under Unix, Linux, and similar operating systems. A less operating-system-centric translation is fine.',
'config-logo-help' => '',
'config-instantcommons' => 'Used as label for the checkbox.
The help message for this checkbox is:
* {{msg-mw|Config-instantcommons-help}}',
'config-instantcommons-help' => 'Used as help message for the checkbox which is labeled {{msg-mw|config-instantcommons}}.',
'config-cc-not-chosen' => '{{doc-important|Do not translate the "<code>proceed</code>" part.}}
This message refers to a block of HTML being embedded into the installer page. It comes from the Creative Commons Web site. The block is in the English language. It is a scripted license chooser. When an individual license has been selected, it asks you to click "proceed" so as to return to the MediaWiki installer page.',
'config-memcached-servers' => '{{doc-important|Do not translate "memcached".}}
{{Identical|Memcached server}}',
'config-memcache-badip' => 'Used as error message. Parameters:
* $1 - IP address for Memcached
See also:
* {{msg-mw|Config-memcache-noport}}
* {{msg-mw|Config-memcache-badport}}',
'config-memcache-noport' => 'Used as error message. Parameters:
* $1 - Memcached server name
See also:
* {{msg-mw|Config-memcache-badip}}
* {{msg-mw|Config-memcache-badport}}',
'config-memcache-badport' => 'Used as error message. Parameters:
* $1 - 1 (hard-coded)
* $2 - 65535 (hard-coded)
See also:
* {{msg-mw|Config-memcache-badip}}
* {{msg-mw|Config-memcache-noport}}',
'config-extensions' => '{{Identical|Extension}}',
'config-extensions-help' => '{{doc-important|Do not translate <code>./extensions</code>.}}
Used in help box.',
'config-install-step-done' => '{{Identical|Done}}',
'config-install-step-failed' => '{{Identical|Failed}}',
'config-install-database' => '*{{msg-mw|Config-install-database}}
*{{msg-mw|Config-install-tables}}
*{{msg-mw|Config-install-schema}}
*{{msg-mw|Config-install-user}}
*{{msg-mw|Config-install-interwiki}}
*{{msg-mw|Config-install-stats}}
*{{msg-mw|Config-install-keys}}
*{{msg-mw|Config-install-sysop}}
*{{msg-mw|Config-install-mainpage}}',
'config-install-schema' => '*{{msg-mw|Config-install-database}}
*{{msg-mw|Config-install-tables}}
*{{msg-mw|Config-install-schema}}
*{{msg-mw|Config-install-user}}
*{{msg-mw|Config-install-interwiki}}
*{{msg-mw|Config-install-stats}}
*{{msg-mw|Config-install-keys}}
*{{msg-mw|Config-install-sysop}}
*{{msg-mw|Config-install-mainpage}}',
'config-install-pg-schema-failed' => 'Parameters:
* $1 = database user name (usernames in the database are unrelated to wiki user names)
* $2 =',
'config-pg-no-plpgsql' => 'Used as error message. Parameters:
* $1 - database name',
'config-install-user' => 'Message indicates that the user is being created
See also:
*{{msg-mw|Config-install-database}}
*{{msg-mw|Config-install-tables}}
*{{msg-mw|Config-install-schema}}
*{{msg-mw|Config-install-user}}
*{{msg-mw|Config-install-interwiki}}
*{{msg-mw|Config-install-stats}}
*{{msg-mw|Config-install-keys}}
*{{msg-mw|Config-install-sysop}}
*{{msg-mw|Config-install-mainpage}}',
'config-install-user-alreadyexists' => 'Used as warning. Parameters:
* $1 - database username',
'config-install-user-create-failed' => 'Used as MySQL warning and as PostgreSQL error. Parameters:
* $1 - database username
* $2 - detailed warning/error message',
'config-install-user-grant-failed' => 'Parameters:
* $1 is the database username for which granting rights failed
* $2 is the error message',
'config-install-user-missing' => 'Used as PostgreSQL error message. Parameters:
* $1 - database username
See also:
* {{msg-mw|Config-install-user-missing-create}}',
'config-install-user-missing-create' => 'Used as PostgreSQL error message. Parameters:
* $1 - database username
See also:
* {{msg-mw|Config-install-user-missing}}',
'config-install-tables' => 'Message indicates that the tables are being created
See also:
*{{msg-mw|Config-install-database}}
*{{msg-mw|Config-install-tables}}
*{{msg-mw|Config-install-schema}}
*{{msg-mw|Config-install-user}}
*{{msg-mw|Config-install-interwiki}}
*{{msg-mw|Config-install-stats}}
*{{msg-mw|Config-install-keys}}
*{{msg-mw|Config-install-sysop}}
*{{msg-mw|Config-install-mainpage}}',
'config-install-tables-failed' => 'Used as PostgreSQL error message. Parameters:
* $1 - detailed error message',
'config-install-interwiki' => 'Message indicates that the interwikitables are being populated
See also:
*{{msg-mw|Config-install-database}}
*{{msg-mw|Config-install-tables}}
*{{msg-mw|Config-install-schema}}
*{{msg-mw|Config-install-user}}
*{{msg-mw|Config-install-interwiki}}
*{{msg-mw|Config-install-stats}}
*{{msg-mw|Config-install-keys}}
*{{msg-mw|Config-install-sysop}}
*{{msg-mw|Config-install-mainpage}}',
'config-install-interwiki-list' => '{{doc-important|Do not translate <code>interwiki.list</code>.}}
Used as error message.',
'config-install-stats' => '*{{msg-mw|Config-install-database}}
*{{msg-mw|Config-install-tables}}
*{{msg-mw|Config-install-schema}}
*{{msg-mw|Config-install-user}}
*{{msg-mw|Config-install-interwiki}}
*{{msg-mw|Config-install-stats}}
*{{msg-mw|Config-install-keys}}
*{{msg-mw|Config-install-sysop}}
*{{msg-mw|Config-install-mainpage}}',
'config-install-keys' => '*{{msg-mw|Config-install-database}}
*{{msg-mw|Config-install-tables}}
*{{msg-mw|Config-install-schema}}
*{{msg-mw|Config-install-user}}
*{{msg-mw|Config-install-interwiki}}
*{{msg-mw|Config-install-stats}}
*{{msg-mw|Config-install-keys}}
*{{msg-mw|Config-install-sysop}}
*{{msg-mw|Config-install-mainpage}}',
'config-insecure-keys' => 'Parameters:
* $1 - A list of names of the secret keys that were generated.
* $2 - the number of items in the list $1, to be used with PLURAL.',
'config-install-sysop' => 'Message indicates that the administrator user account is being created
See also:
*{{msg-mw|Config-install-database}}
*{{msg-mw|Config-install-tables}}
*{{msg-mw|Config-install-schema}}
*{{msg-mw|Config-install-user}}
*{{msg-mw|Config-install-interwiki}}
*{{msg-mw|Config-install-stats}}
*{{msg-mw|Config-install-keys}}
*{{msg-mw|Config-install-sysop}}
*{{msg-mw|Config-install-mainpage}}',
'config-install-subscribe-fail' => '{{doc-important|"mediawiki-announce" is the name of a mailing list and should not be translated.}}',
'config-install-mainpage' => '*{{msg-mw|Config-install-database}}
*{{msg-mw|Config-install-tables}}
*{{msg-mw|Config-install-schema}}
*{{msg-mw|Config-install-user}}
*{{msg-mw|Config-install-interwiki}}
*{{msg-mw|Config-install-stats}}
*{{msg-mw|Config-install-keys}}
*{{msg-mw|Config-install-sysop}}
*{{msg-mw|Config-install-mainpage}}',
'config-install-mainpage-failed' => 'Used as error message. Parameters:
* $1 - detailed error message',
'config-install-done' => 'Parameters:
* $1 is the URL to LocalSettings download
* $2 is a link to the wiki.
* $3 is a download link with attached download icon. The config-download-localsettings message will be used as the link text.',
'config-download-localsettings' => 'The link text used in the download link in config-install-done.',
'config-help' => 'This is used in help boxes.
{{Identical|Help}}',
'config-nofile' => 'Used as failure message. Parameters:
* $1 - filename',
'config-extension-link' => 'Shown on last page of installation to inform about possible extensions.',
'mainpagetext' => 'Along with {{msg-mw|mainpagedocfooter}}, the text you will see on the Main Page when your wiki is installed.',
'mainpagedocfooter' => 'Along with {{msg-mw|mainpagetext}}, the text you will see on the Main Page when your wiki is installed.
This might be a good place to put information about <nowiki>{{GRAMMAR:}}</nowiki>. See [[{{NAMESPACE}}:{{BASEPAGENAME}}/fi]] for an example. For languages having grammatical distinctions and not having an appropriate <nowiki>{{GRAMMAR:}}</nowiki> software available, a suggestion to check and possibly amend the messages having <nowiki>{{SITENAME}}</nowiki> may be valuable. See [[{{NAMESPACE}}:{{BASEPAGENAME}}/ksh]] for an example.',
);
/** Afrikaans (Afrikaans)
* @author Naudefj
*/
$messages['af'] = array(
'config-desc' => 'Die Installasieprogram vir MediaWiki',
'config-title' => 'Installasie MediaWiki $1',
'config-information' => 'Inligting',
'config-localsettings-key' => 'Opgradeer-sleutel:',
'config-localsettings-badkey' => 'Die sleutel wat u verskaf het is verkeerd.',
'config-session-error' => 'Fout met begin van sessie: $1',
'config-no-session' => "U sessiedata is verlore!
Kontroleer u php.ini en maak seker dat <code>session.save_path</code> na 'n geldige gids wys.",
'config-your-language' => 'U taal:',
'config-your-language-help' => "Kies 'n taal om tydens die installasieproses te gebruik.",
'config-wiki-language' => 'Wiki se taal:',
'config-wiki-language-help' => 'Kies die taal waarin die wiki hoofsaaklik geskryf sal word.',
'config-back' => '← Terug',
'config-continue' => 'Gaan voort →',
'config-page-language' => 'Taal',
'config-page-welcome' => 'Welkom by MediaWiki!',
'config-page-dbconnect' => 'Konnekteer na die databasis',
'config-page-upgrade' => "Opgradeer 'n bestaande installasie",
'config-page-dbsettings' => 'Databasis-instellings',
'config-page-name' => 'Naam',
'config-page-options' => 'Opsies',
'config-page-install' => 'Installeer',
'config-page-complete' => 'Voltooi!',
'config-page-restart' => 'Herbegin installasie',
'config-page-readme' => 'Lees my',
'config-page-releasenotes' => 'Vrystellingsnotas',
'config-page-copying' => 'Besig met kopiëring',
'config-page-upgradedoc' => 'Besig met opgradering',
'config-page-existingwiki' => 'Bestaande wiki',
'config-restart' => 'Ja, herbegin dit',
'config-sidebar' => '* [//www.mediawiki.org MediaWiki tuisblad]
* [//www.mediawiki.org/wiki/Help:Contents Gebruikershandleiding] (Engelstalig)
* [//www.mediawiki.org/wiki/Manual:Contents Administrateurshandleiding] (Engelstalig)
* [//www.mediawiki.org/wiki/Manual:FAQ Algemene vrae] (Engelstalig)
----
* <doclink href=Readme>Lees my</doclink>
* <doclink href=ReleaseNotes>Vrystellingsnotas</doclink>
* <doclink href=Copying>Kopiëring</doclink>
* <doclink href=UpgradeDoc>Opgradering</doclink>',
'config-env-good' => 'Die omgewing is gekontroleer.
U kan MediaWiki installeer.',
'config-env-bad' => 'Die omgewing is gekontroleer.
U kan nie MediaWiki installeer nie.</span>',
'config-env-php' => 'PHP $1 is tans geïnstalleer.',
'config-no-db' => "Kon nie 'n geskikte databasisdrywer vind nie!", # Fuzzy
'config-memory-raised' => 'PHP se <code>memory_limit</code> is $1, en is verhoog tot $2.',
'config-memory-bad' => "'''Waarskuwing:''' PHP se <code>memory_limit</code> is $1.
Dit is waarskynlik te laag.
Die installasie mag moontlik faal!",
'config-xcache' => '[Http://trac.lighttpd.net/xcache/ XCache] is geïnstalleer',
'config-apc' => '[Http://www.php.net/apc APC] is geïnstalleer',
'config-wincache' => '[Http://www.iis.net/download/WinCacheForPhp WinCache] is geïnstalleer',
'config-diff3-bad' => 'GNU diff3 nie gevind nie.',
'config-db-type' => 'Databasistipe:',
'config-db-host' => 'Databasisbediener:',
'config-db-host-oracle' => 'Databasis-TNS:',
'config-db-wiki-settings' => 'Identifiseer hierdie wiki',
'config-db-name' => 'Databasisnaam:',
'config-db-name-oracle' => 'Databasis-skema:',
'config-db-install-account' => 'Gebruiker vir die installasie',
'config-db-username' => 'Databasis gebruikersnaam:',
'config-db-password' => 'Databasis wagwoord:',
'config-db-prefix' => 'Voorvoegsel vir databasistabelle:',
'config-db-charset' => 'Karakterstelsel vir databasis',
'config-charset-mysql5-binary' => 'MySQL 4.1/5.0 binêr',
'config-charset-mysql5' => 'MySQL 4.1/5.0 UTF-8',
'config-mysql-old' => 'U moet MySQL $1 of later gebruik.
U gebruik tans $2.',
'config-db-port' => 'Databasispoort:',
'config-db-schema' => 'Skema vir MediaWiki',
'config-sqlite-dir' => 'Gids vir SQLite se data:',
'config-oracle-def-ts' => 'Standaard tabelruimte:',
'config-oracle-temp-ts' => 'Tydelike tabelruimte:',
'config-header-mysql' => 'MySQL-instellings',
'config-header-postgres' => 'PostgreSQL-instellings',
'config-header-sqlite' => 'SQLite-instellings',
'config-header-oracle' => 'Oracle-instellings',
'config-invalid-db-type' => 'Ongeldige databasistipe',
'config-missing-db-name' => 'U moet \'n waarde vir "Databasnaam" verskaf',
'config-sqlite-readonly' => 'Die lêer <code>$1</code> kan nie geskryf word nie.',
'config-sqlite-cant-create-db' => 'Kon nie databasislêer <code>$1</code> skep nie.',
'config-upgrade-done-no-regenerate' => 'Opgradering is voltooi.
U kan nou [$1 u wiki gebruik].',
'config-regenerate' => 'Herskep LocalSettings.php →',
'config-show-table-status' => 'Die uitvoer van <code>SHOW TABLE STATUS</code> het gefaal!',
'config-db-web-account' => 'Databasisgebruiker vir toegang tot die web',
'config-mysql-engine' => 'Stoor-enjin:',
'config-mysql-innodb' => 'InnoDB',
'config-mysql-myisam' => 'MyISAM',
'config-mysql-charset' => 'Karakterstelsel vir databasis:',
'config-mysql-binary' => 'Binêr',
'config-mysql-utf8' => 'UTF-8',
'config-site-name' => 'Naam van die wiki:',
'config-site-name-blank' => "Verskaf 'n naam vir u webwerf.",
'config-project-namespace' => 'Projeknaamruimte:',
'config-ns-generic' => 'Projek',
'config-ns-site-name' => 'Dieselfde as die wiki: $1',
'config-ns-other' => 'Ander (spesifiseer)',
'config-ns-other-default' => 'MyWiki',
'config-admin-box' => 'Administrateur se gebruiker',
'config-admin-name' => 'U naam:',
'config-admin-password' => 'Wagwoord:',
'config-admin-password-confirm' => 'Wagwoord weer:',
'config-admin-password-blank' => "Verskaf 'n wagwoord vir die administrateur in.",
'config-admin-password-same' => 'Die wagwoord mag nie dieselfde as die gebruikersnaam wees nie.',
'config-admin-password-mismatch' => 'Die twee wagwoorde wat u ingetik het stem nie ooreen nie.',
'config-admin-email' => 'E-posadres:',
'config-optional-continue' => 'Vra my meer vrae.',
'config-optional-skip' => 'Ek is reeds verveeld, installeer maar net die wiki.',
'config-profile-wiki' => 'Tradisionele wiki', # Fuzzy
'config-profile-no-anon' => 'Skep van gebruiker is verpligtend',
'config-profile-fishbowl' => 'Slegs vir gemagtigde redaksie',
'config-profile-private' => 'Privaat wiki',
'config-license' => 'Kopiereg en lisensie:',
'config-license-none' => 'Geen lisensie in die onderskrif',
'config-license-pd' => 'Publieke Domein',
'config-license-cc-choose' => "Kies 'n Creative Commons-lisensie",
'config-email-settings' => 'E-posinstellings',
'config-email-sender' => 'E-posadres vir antwoorde:',
'config-upload-settings' => 'Oplaai van beelde en lêer',
'config-upload-enable' => 'Aktiveer die oplaai van lêers',
'config-upload-deleted' => 'Gids vir verwyderde lêers:',
'config-logo' => 'URL vir logo:',
'config-cc-again' => 'Kies weer...',
'config-advanced-settings' => 'Gevorderde konfigurasie',
'config-memcached-servers' => 'Memcached-bedieners:',
'config-extensions' => 'Uitbreidings',
'config-install-step-done' => 'gedoen',
'config-install-step-failed' => 'het misluk',
'config-install-extensions' => 'Insluitende uitbreidings',
'config-install-database' => 'Stel die databasis op',
'config-install-pg-schema-not-exist' => 'Die skema vir PostgreSQL bestaan nie.',
'config-install-pg-schema-failed' => 'Die skep van tabelle het gefaal.
Maak seker dat die gebruiker "$1" na skema "$2" mag skryf.',
'config-install-pg-commit' => 'Wysigings word gestoor',
'config-install-pg-plpgsql' => 'Kontroleer vir taal PL/pgSQL',
'config-pg-no-plpgsql' => 'U moet die taal PL/pgSQL in die database $1 installeer',
'config-install-user' => 'Besig om die databasisgebruiker te skep',
'config-install-user-alreadyexists' => 'Gebruiker "$1" bestaan al reeds',
'config-install-user-create-failed' => 'Skep van gebruiker "$1" het gefaal: $2',
'config-install-user-grant-failed' => 'Die toekenning van regte aan gebruiker "$1" het gefaal: $2',
'config-install-tables' => 'Skep tabelle',
'config-install-tables-exist' => "'''Waarskuwing''': Dit lyk of MediaWiki se tabelle reeds bestaan.
Die skep van tabelle word oorgeslaan.",
'config-install-tables-failed' => "'''Fout''': die skep van 'n tabel het gefaal met die volgende fout: $1",
'config-install-interwiki' => 'Besig om data in die interwiki-tabel in te laai',
'config-install-interwiki-list' => 'Kon nie die lêer <code>interwiki.list</code> vind nie.',
'config-install-interwiki-exists' => "'''Waarskuwing''': Die interwiki-tabel bevat reeds inskrywings.
Die standaardlys word oorgeslaan.",
'config-install-stats' => 'Inisialiseer statistieke',
'config-install-keys' => 'Genereer geheime sleutel', # Fuzzy
'config-install-sysop' => "Skep 'n gebruiker vir die administrateur",
'config-install-subscribe-fail' => 'Kon nie vir MediaWiki-announce inskryf nie: $1',
'config-install-mainpage' => 'Skep die hoofblad met standaard inhoud',
'config-install-extension-tables' => 'Skep tabelle vir aangeskakel uitbreidings',
'config-install-mainpage-failed' => 'Kon nie die hoofblad laai nie: $1',
'config-install-done' => "'''Veels geluk!'''
U het MediaWiki suksesvol geïnstalleer.
Die installeerder het 'n <code>LocalSettings.php</code> lêer opgestel.
Dit bevat al u instellings.
U sal dit moet [$1 aflaai] en dit in die hoofgids van u wiki-installasie plaas; in dieselfde gids as index.php.
'''Let wel''': As u dit nie nou doen nie, sal die gegenereerde konfigurasielêer nie later meer beskikbaar wees nadat u die installasie afgesluit het nie.
As dit gedoen is, kan u '''[u $2 wiki besoek]'''.", # Fuzzy
'config-download-localsettings' => 'Laai <code>LocalSettings.php</code> af',
'config-help' => 'hulp',
'mainpagetext' => "'''MediaWiki is suksesvol geïnstalleer.'''",
'mainpagedocfooter' => "Konsulteer '''[//meta.wikimedia.org/wiki/Help:Contents User's Guide]''' vir inligting oor hoe om die wikisagteware te gebruik.
== Hoe om te Begin ==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]", # Fuzzy
);
/** Gheg Albanian (Gegë)
* @author Bresta
*/
$messages['aln'] = array(
'mainpagetext' => "'''MediaWiki software u instalue me sukses.'''",
'mainpagedocfooter' => 'Për mâ shumë informata rreth përdorimit të softwareit wiki, ju lutem shikoni [//meta.wikimedia.org/wiki/Help:Contents dokumentacionin].
== Për fillim ==
* [//www.mediawiki.org/wiki/Help:Configuration_settings Konfigurimi i MediaWikit]
* [//www.mediawiki.org/wiki/Help:FAQ Pyetjet e shpeshta rreth MediaWikit]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce Njoftime rreth MediaWikit]', # Fuzzy
);
/** Amharic (አማርኛ)
*/
$messages['am'] = array(
'mainpagetext' => "'''MediaWiki በትክክል ማስገባቱ ተከናወነ።'''",
'mainpagedocfooter' => "ስለ ዊኪ ሶፍትዌር ጥቅም ለመረዳት፣ [//meta.wikimedia.org/wiki/Help:Contents User's Guide] ያንብቡ።
== ለመጀመር ==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]", # Fuzzy
);
/** Aragonese (aragonés)
* @author Juanpabl
*/
$messages['an'] = array(
'mainpagetext' => "'''O programa MediaWiki s'ha instalato correctament.'''",
'mainpagedocfooter' => "Consulta a [//meta.wikimedia.org/wiki/Help:Contents Guía d'usuario] ta mirar información sobre cómo usar o software wiki.
== Ta prencipiar ==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Lista de caracteristicas confegurables]
* [//www.mediawiki.org/wiki/Manual:FAQ Preguntas cutianas sobre MediaWiki (FAQ)]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce Lista de correu sobre ta anuncios de MediaWiki]", # Fuzzy
);
/** Old English (Ænglisc)
* @author Gott wisst
*/
$messages['ang'] = array(
'mainpagetext' => "'''MediaWiki hafaþ geworden spēdige inseted.'''",
'mainpagedocfooter' => 'Þeahta þone [//meta.wikimedia.org/wiki/Help:Contents Brūcenda Lǣdend] on helpe mid þǣre nytte of ƿikisōftƿare.
== Beȝinnunȝ ==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Onfæstnunȝa ȝesetednessa ȝetæl]
* [//www.mediawiki.org/wiki/Manual:FAQ Ȝetæl oft ascodra ascunȝa ymb MediaǷiki]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce Ǣrendunȝȝetæl nīƿra MediaǷiki forþsendnessa]', # Fuzzy
);
/** Arabic (العربية)
* @author Meno25
* @author Mido
* @author OsamaK
* @author روخو
*/
$messages['ar'] = array(
'config-desc' => 'مثبت لميدياويكي',
'config-title' => 'تثبيت ميدياويكي $1',
'config-information' => 'معلومات',
'config-back' => '→ ارجع',
'config-continue' => 'استمر ←',
'config-page-language' => 'اللغة',
'config-page-name' => 'الاسم',
'config-db-username' => 'اسم مستخدم قاعدة البيانات:',
'config-db-password' => 'كلمة سر قاعدة البيانات:',
'config-db-port' => 'منفذ قاعدة البيانات:',
'config-type-mysql' => 'ماي إس كيو إل',
'config-type-postgres' => 'بوستجر إس كيو إل',
'config-type-sqlite' => 'إس كيو لايت',
'config-type-oracle' => 'أوراكل',
'config-admin-email' => 'عنوان البريد الإلكتروني:',
'mainpagetext' => "'''تم تثبيت ميدياويكي بنجاح.'''",
'mainpagedocfooter' => 'استشر [//meta.wikimedia.org/wiki/Help:Contents دليل المستخدم] لمعلومات حول استخدام برنامج الويكي.
== البداية ==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings قائمة إعدادات الضبط]
* [//www.mediawiki.org/wiki/Manual:FAQ أسئلة متكررة حول ميدياويكي]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce القائمة البريدية الخاصة بإصدار ميدياويكي]', # Fuzzy
);
/** Aramaic (ܐܪܡܝܐ)
* @author Basharh
*/
$messages['arc'] = array(
'config-information' => 'ܝܕ̈ܥܬܐ',
'config-your-language' => 'ܠܫܢܐ ܕܝܠܟ:',
'config-wiki-language' => 'ܠܫܢܐ ܕܘܝܩܝ:',
'config-page-language' => 'ܠܫܢܐ',
'config-page-name' => 'ܫܡܐ',
'config-page-options' => 'ܓܒܝܬ̈ܐ',
'config-page-install' => 'ܢܨܘܒ',
'config-ns-other-default' => 'ܘܝܩܝ ܕܝܠܝ',
'config-admin-box' => 'ܚܘܫܒܢܐ ܕܡܕܒܪܢܐ',
'config-admin-name' => 'ܫܡܐ ܕܝܠܟ:',
'config-admin-password' => 'ܡܠܬܐ ܕܥܠܠܐ:',
'config-admin-password-confirm' => 'ܡܠܬܐ ܕܥܠܠܐ ܙܒܢܬܐ ܐܚܪܬܐ:',
'config-admin-email' => 'ܡܘܢܥܐ ܕܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ:',
'config-profile-private' => 'ܘܝܩܝ ܦܪܨܘܦܝܐ',
'config-email-settings' => 'ܛܘܝܒ̈ܐ ܕܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ',
);
/** Moroccan Spoken Arabic (Maġribi)
* @author Enzoreg
*/
$messages['ary'] = array(
'mainpagetext' => "'''MediaWiki ṫ'instala be najaḫ.'''",
'mainpagedocfooter' => 'Ila bġiṫiw meĝlomaṫ ĥrin baċ ṫesṫeĝmlo had l-lojisyél siro ċofo [//meta.wikimedia.org/wiki/Aide:Contenu Gid dyal l-mosṫeĥdim]
== L-bdaya mĝa MediaWiki ==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Lista dyal l-paramétraṫ dyal l-konfigurasyon]
* [//www.mediawiki.org/wiki/Manual:FAQ/fr FAQ fe MediaWiki]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce Lista dyal l-modakaraṫ ĝla versyonaṫ jdad dyal MediaWiki]', # Fuzzy
);
/** Egyptian Spoken Arabic (مصرى)
*/
$messages['arz'] = array(
'mainpagetext' => "''' ميدياويكى اتنزلت بنجاح.'''",
'mainpagedocfooter' => 'اسال [//meta.wikimedia.org/wiki/Help:Contents دليل اليوزر] للمعلومات حوالين استخدام برنامج الويكى.
== البداية ==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings لستة اعدادات الضبط]
* [//www.mediawiki.org/wiki/Manual:FAQ أسئلة بتكرر حوالين الميدياويكى]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce لستة الايميلات بتاعة اعلانات الميدياويكى]', # Fuzzy
);
/** Assamese (অসমীয়া)
* @author Chaipau
* @author Gitartha.bordoloi
*/
$messages['as'] = array(
'mainpagetext' => "'''মিডিয়াৱিকি সফলভাবে ইন্সটল কৰা হ'ল ।'''",
'mainpagedocfooter' => "ৱিকি চ'ফটৱেৰ কেনেকৈ ব্যৱহাৰ কৰিব [//meta.wikimedia.org/wiki/Help:Contents সদস্যৰ সহায়িকা] চাওঁক ।
== আৰম্ভণি কৰিবলৈ ==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]", # Fuzzy
);
/** Asturian (asturianu)
* @author Xuacu
*/
$messages['ast'] = array(
'config-desc' => "L'instalador pa MediaWiki",
'config-title' => 'Instalación de MediaWiki $1',
'config-information' => 'Información',
'config-localsettings-upgrade' => "Detectose un ficheru <code>LocalSettings.php</code>.
P'anovar esta instalación, escriba'l valor de
<code>\$wgUpgradeKey</code> nel cuadru d'abaxo.
Alcontraralu en <code>LocalSettings.php</code>.",
'config-localsettings-cli-upgrade' => "Deteutose un ficheru <code>LocalSettings.php</code>.
P'anovar esta instalación, execute <code>update.php</code>",
'config-localsettings-key' => "Clave d'anovamientu:",
'config-localsettings-badkey' => 'La clave que dio ye incorreuta.',
'config-upgrade-key-missing' => "Deteutose una instalación esistente de MediaWiki.
P'anovar esta instalación, ponga la llinia siguiente al final del ficheru <code>LocalSettings.php</code>:
$1",
'config-localsettings-incomplete' => 'Paez que\'l ficheru <code>LocalSettings.php</code> esistente ta incompletu.
La variable $1 nun ta definida.
Camude\'l ficheru <code>LocalSettings.php</code> pa qu\'esta variable quede definida y calque "{{int:Config-continue}}".',
'config-localsettings-connection-error' => 'Alcontrose un error al conectar cola base de datos usando la configuración especificada en <code>LocalSettings.php</code> o <code>AdminSettings.php</code>. Corrixa esta configuración y vuelva a intentalo.
$1',
'config-your-language' => 'La so llingua
|