System messages
This is a list of system messages available in the MediaWiki namespace.
Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
Name | Default message text |
---|---|
Current message text | |
config-apcu (talk) (Translate) | [https://www.php.net/apcu APCu] is installed |
config-back (talk) (Translate) | ← Back |
config-cache-accel (talk) (Translate) | PHP object caching (APC or APCu) |
config-cache-help (talk) (Translate) | 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-memcached (talk) (Translate) | Use Memcached (requires additional setup and configuration) |
config-cache-none (talk) (Translate) | No caching (no functionality is removed, but speed may be impacted on larger wiki sites) |
config-cache-options (talk) (Translate) | Settings for object caching: |
config-can-upgrade (talk) (Translate) | There are MediaWiki tables in this database. To upgrade them to MediaWiki $1, click <strong>Continue</strong>. |
config-connection-error (talk) (Translate) | $1. Check the host, username and password and try again. If using "localhost" as the database host, try using "127.0.0.1" instead (or vice versa). |
config-continue (talk) (Translate) | Continue → |
config-db-account-lock (talk) (Translate) | Use the same username and password during normal operation |
config-db-host (talk) (Translate) | Database host: |
config-db-host-help (talk) (Translate) | If your database server is on a 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 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-install-account (talk) (Translate) | User account for installation |
config-db-install-help (talk) (Translate) | Enter the username and password that will be used to connect to the database during the installation process. |
config-db-install-password (talk) (Translate) | 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-username (talk) (Translate) | 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-name (talk) (Translate) | Database name (no hyphens): |
config-db-name-help (talk) (Translate) | 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-password (talk) (Translate) | Database password: |
config-db-port (talk) (Translate) | Database port: |
config-db-prefix (talk) (Translate) | Database table prefix (no hyphens): |
config-db-prefix-help (talk) (Translate) | 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-schema (talk) (Translate) | Schema for MediaWiki (no hyphens): |
config-db-schema-help (talk) (Translate) | This schema will usually be fine. Only change it if you know you need to. |
config-db-ssl (talk) (Translate) | Connect over SSL |
config-db-type (talk) (Translate) | Database type: |
config-db-username (talk) (Translate) | Database username: |
config-db-web-account (talk) (Translate) | Database account for web access |
config-db-web-account-same (talk) (Translate) | Use the same account as for installation |
config-db-web-create (talk) (Translate) | Create the account if it does not already exist |
config-db-web-help (talk) (Translate) | 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-no-create-privs (talk) (Translate) | The account you specified for installation does not have enough privileges to create an account. The account you specify here must already exist. |
config-db-wiki-account (talk) (Translate) | User account for normal operation |
config-db-wiki-help (talk) (Translate) | 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-wiki-settings (talk) (Translate) | Identify this wiki |
config-dbsupport-mysql (talk) (Translate) | * [{{int:version-db-mariadb-url}} MariaDB] is the primary target for MediaWiki and is best supported. MediaWiki also works with [{{int:version-db-mysql-url}} MySQL] and [{{int:version-db-percona-url}} Percona Server], which are MariaDB compatible. ([https://www.php.net/manual/en/mysqli.installation.php How to compile PHP with MySQL support]) |
config-dbsupport-postgres (talk) (Translate) | * [{{int:version-db-postgres-url}} PostgreSQL] is a popular open source database system as an alternative to MySQL. ([https://www.php.net/manual/en/pgsql.installation.php How to compile PHP with PostgreSQL support]) |
config-dbsupport-sqlite (talk) (Translate) | * [{{int:version-db-sqlite-url}} SQLite] is a lightweight database system that is very well supported. ([https://www.php.net/manual/en/pdo.installation.php How to compile PHP with SQLite support], uses PDO) |
config-desc (talk) (Translate) | The installer for MediaWiki |
config-diff3-bad (talk) (Translate) | GNU diff3 text comparison utility not found. You can ignore this for now, but might run into edit conflicts more frequently. |
config-download-localsettings (talk) (Translate) | Download <code>LocalSettings.php</code> |
config-email-auth (talk) (Translate) | Enable email authentication |
config-email-auth-help (talk) (Translate) | 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 <strong>recommended</strong> for public wikis because of potential abuse of the email features. |
config-email-sender (talk) (Translate) | Return email address: |
config-email-sender-help (talk) (Translate) | 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-email-settings (talk) (Translate) | Email settings |
config-email-user (talk) (Translate) | Enable user-to-user email |
config-email-user-help (talk) (Translate) | Allow all users to send each other email if they have enabled it in their preferences. |
config-email-usertalk (talk) (Translate) | Enable user talk page notification |