System messages

Jump to navigation Jump to search
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.
System messages
First pagePrevious pageNext pageLast page
Name Default message text
Current message text
config-license (talk) (Translate) Copyright and licence:
config-license-cc-0 (talk) (Translate) Creative Commons Zero (Public Domain)
config-license-cc-by (talk) (Translate) Creative Commons Attribution
config-license-cc-by-nc-sa (talk) (Translate) Creative Commons Attribution-NonCommercial-ShareAlike
config-license-cc-by-sa (talk) (Translate) Creative Commons Attribution-ShareAlike
config-license-gfdl (talk) (Translate) GNU Free Documentation Licence 1.3 or later
config-license-help (talk) (Translate) Many public wikis put all contributions under a [https://freedomdefined.org/Definition free licence]. 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 <strong>{{int:config-license-cc-by-sa}}</strong>. Wikipedia previously used the GNU Free Documentation Licence. The GFDL is a valid licence, but it is difficult to understand. It is also difficult to reuse content licensed under the GFDL.
config-license-none (talk) (Translate) No licence footer
config-license-pd (talk) (Translate) Public Domain
config-localsettings-badkey (talk) (Translate) The upgrade key you provided is incorrect.
config-localsettings-cli-upgrade (talk) (Translate) A <code>LocalSettings.php</code> file has been detected. To upgrade this installation, please run <code>update.php</code> instead
config-localsettings-connection-error (talk) (Translate) An error was encountered when connecting to the database using the settings specified in <code>LocalSettings.php</code>. Please fix these settings and try again. $1
config-localsettings-incomplete (talk) (Translate) 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-key (talk) (Translate) Upgrade key:
config-localsettings-upgrade (talk) (Translate) 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-logo-filedrop (talk) (Translate) Drop an image file here
config-logo-icon (talk) (Translate) Logo (icon):
config-logo-icon-help (talk) (Translate) Your logo icon should be square and ideally more than 50px or an SVG.
config-logo-preview-main (talk) (Translate) Main page
config-logo-sidebar (talk) (Translate) Sidebar logo (optional):
config-logo-sidebar-help (talk) (Translate) Some MediaWiki skins include a logo with 160 pixel height as part of the sidebar menu. If undefined, this is the same as the icon defined above. You may want to have a dedicated graphic that combines wordmark and icon.
config-logo-summary (talk) (Translate) For each of these fields, you will need to upload an image of the appropriate size, and enter the URL in the boxes below. You can use <code>$wgStylePath</code> or <code>$wgScriptPath</code> if your logo is relative to those paths. You can leave any of these boxes blank.
config-logo-tagline (talk) (Translate) Tagline (optional):
config-logo-tagline-help (talk) (Translate) The tagline of your site. Use only if you have defined a wordmark above. If not defined, this will generally fall back to text. The combined height of the tagline and wordmark as a general rule should not exceed 50px.
config-logo-wordmark (talk) (Translate) Wordmark (optional):
config-logo-wordmark-help (talk) (Translate) The name of your site. If not defined, this will generally fall back to text. Ideally an SVG with height less than or equal to 30px.
config-mariadb-old (talk) (Translate) MariaDB $1 or later is required. You have $2.
config-memcache-badip (talk) (Translate) You have entered an invalid IP address for Memcached: $1.
config-memcache-badport (talk) (Translate) Memcached port numbers should be between $1 and $2.
config-memcache-needservers (talk) (Translate) You selected Memcached as your cache type but did not specify any servers.
config-memcache-noport (talk) (Translate) You did not specify a port to use for Memcached server: $1. If you do not know the port, the default is 11211.
config-memcached-help (talk) (Translate) 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-memcached-servers (talk) (Translate) Memcached servers:
config-memory-bad (talk) (Translate) <strong>Warning:</strong> PHP's <code>memory_limit</code> is $1. This is probably too low. The installation may fail!
config-memory-raised (talk) (Translate) PHP's <code>memory_limit</code> is $1, raised to $2.
config-missing-db-host (talk) (Translate) You must enter a value for "{{int:config-db-host}}".
config-missing-db-name (talk) (Translate) You must enter a value for "{{int:config-db-name}}".
config-missing-key (talk) (Translate) Missing MediaWiki configuration parameter "$1"
config-mod-security (talk) (Translate) <strong>Warning:</strong> Your web server has [https://modsecurity.org/ mod_security]/mod_security2 enabled. Many common configurations of this will cause problems for MediaWiki and other software that allows users to post arbitrary content. If possible, this should be disabled. Otherwise, refer to [https://modsecurity.org/documentation/ mod_security documentation] or contact your host's support if you encounter random errors.
config-mysql-engine (talk) (Translate) Storage engine:
config-mysql-engine-help (talk) (Translate) <strong>InnoDB</strong> is almost always the best option, since it has good concurrency support. <strong>MyISAM</strong> may be faster in single-user or read-only installations. MyISAM databases tend to get corrupted more often than InnoDB databases.
config-mysql-innodb (talk) (Translate) InnoDB (recommended)
config-mysql-old (talk) (Translate) MySQL $1 or later is required. You have $2.
config-no-cache-apcu (talk) (Translate) <strong>Warning:</strong> Could not find [https://www.php.net/apcu APCu]. Object caching is not enabled.
config-no-cli-uploads-check (talk) (Translate) <strong>Warning:</strong> Your default directory for uploads (<code>$1</code>) is not checked for vulnerability to arbitrary script execution during the CLI install.
config-no-cli-uri (talk) (Translate) <strong>Warning:</strong> No <code>--scriptpath</code> specified, using default: <code>$1</code>.
config-no-db (talk) (Translate) Could not find a suitable database driver! You need to install a database driver for PHP. The following database {{PLURAL:$2|type is|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>php-mysql</code> package.
config-no-fts3 (talk) (Translate) <strong>Warning:</strong> SQLite is compiled without the [//sqlite.org/fts3.html FTS3 module], search features will be unavailable on this backend.
config-no-scaling (talk) (Translate) Could not find GD library or ImageMagick. Image thumbnailing will be disabled.
config-no-session (talk) (Translate) Your session data was lost! Check your php.ini and make sure <code>session.save_path</code> is set to an appropriate directory.
First pagePrevious pageNext pageLast page