System messages
Appearance
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 | |
| codeeditor-gotoline (talk) (Translate) | Go to line number... |
| codeeditor-gotoline-placeholder (talk) (Translate) | line[:column] |
| codeeditor-gotoline-prompt (talk) (Translate) | Enter a line number |
| codeeditor-indent (talk) (Translate) | Indent |
| codeeditor-invisibleChars-toggle (talk) (Translate) | Toggle invisible characters |
| codeeditor-lineWrapping-toggle (talk) (Translate) | Toggle line wrapping |
| codeeditor-next-annotation (talk) (Translate) | Go to next annotation |
| codeeditor-outdent (talk) (Translate) | Outdent |
| codeeditor-save-with-errors (talk) (Translate) | The document contains errors. Are you sure you want to publish? |
| codeeditor-searchReplace-toggle (talk) (Translate) | Toggle search and replace dialog |
| codeeditor-toolbar-toggle (talk) (Translate) | Toggle code editor |
| collapsible-collapse (talk) (Translate) | Collapse |
| collapsible-collapse-all-text (talk) (Translate) | Collapse all |
| collapsible-collapse-all-tooltip (talk) (Translate) | Collapse all collapsible elements on the current page |
| collapsible-expand (talk) (Translate) | Expand |
| collapsible-expand-all-text (talk) (Translate) | Expand all |
| collapsible-expand-all-tooltip (talk) (Translate) | Expand all collapsible elements on the current page |
| colon-separator (talk) (Translate) | : |
| comma-separator (talk) (Translate) | , |
| common.css (talk) (Translate) | /* CSS placed here will be applied to all skins */ |
| /* CSS placed here will be applied to all skins */ /** * {{ambox}} (article message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15 */ table.ambox { /* 10% = Will not overlap with other elements */ margin: 0 10%; /* Prevent overflow in narrow screens (<=850px) in the Timeless skin. See [[Skin:Timeless#Less than 851 pixels]] and https://phabricator.wikimedia.org/source/Timeless/browse/REL1_39/resources/screen-mobile.less$268 */ width: unset; border: 1px solid var(--border-color-base, #a2a9b1); /* Default "notice" blue */ border-left: 10px solid var(--border-color-progressive, #36c); background-color: var(--background-color-neutral-subtle, #f8f9fa); box-sizing: border-box; } /* Single border between stacked boxes. */ table.ambox + table.ambox, table.ambox + link + table.ambox, table.ambox + style + table.ambox { margin-top: -1px; } /* An empty narrow cell */ .ambox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } /* The message body cell(s) */ .ambox th.mbox-text, .ambox td.mbox-text { border: none; /* 0.5em left/right */ padding: 0.25em 0.5em; /* Make all mboxes the same width regardless of text length */ width: 100%; } /* The left image cell */ .ambox td.mbox-image { /* 0.5em left, 0px right */ /* @noflip */ padding: 2px 0 2px 0.5em; } /* The right image cell */ .ambox td.mbox-imageright { /* 0px left, 0.5em right */ /* @noflip */ padding: 2px 0.5em 2px 0; } table.ambox-notice { /* Blue */ border-left-color: var(--border-color-progressive, #36c); } table.ambox-speedy { /* Pink */ background-color: var(--background-color-error-subtle, #fee7e6); } table.ambox-delete, table.ambox-speedy { /* Red */ border-left-color: var(--background-color-error--active, #b32424); } table.ambox-content { /* Orange */ border-left-color: #f28500; } table.ambox-style { /* Yellow */ border-left-color: #fc3; } table.ambox-move { /* Purple */ border-left-color: #9932cc; } table.ambox-protection { /* Gray-gold */ border-left-color: var(--border-color-base, #a2a9b1); } /** * {{ambox|small=1}} styles * * These ".mbox-small" classes must be placed after all other * ".ambox" classes. "html body.mediawiki .ambox" * is so they override both "table.ambox + table.ambox" * and "table.ambox + link + table.ambox" above. * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15 */ /* For the "small=yes" option. */ html body.mediawiki .ambox.mbox-small { clear: right; float: right; margin: 4px 0 4px 1em; box-sizing: border-box; width: 238px; font-size: 88%; line-height: 1.25em; } /* For the "small=left" option. */ html body.mediawiki .ambox.mbox-small-left { margin: 4px 1em 4px 0; box-sizing: border-box; overflow: hidden; width: 238px; border-collapse: collapse; font-size: 88%; line-height: 1.25em; } | |
| common.js (talk) (Translate) | /* Any JavaScript here will be loaded for all users on every page load. */ |
| compare-page1 (talk) (Translate) | Page 1 |
| compare-page2 (talk) (Translate) | Page 2 |
| compare-rev1 (talk) (Translate) | Revision 1 |
| compare-rev2 (talk) (Translate) | Revision 2 |
| compare-revision-not-exists (talk) (Translate) | The revision you specified does not exist. |
| compare-submit (talk) (Translate) | Compare |
| comparepages (talk) (Translate) | Compare pages |
| comparepages-summary (talk) (Translate) | |
| compareselectedversions (talk) (Translate) | Compare selected revisions |
| config-admin-box (talk) (Translate) | Administrator account |
| config-admin-email (talk) (Translate) | Email address: |
| config-admin-email-help (talk) (Translate) | 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-bademail (talk) (Translate) | You have entered an invalid email address. |
| config-admin-error-password (talk) (Translate) | Internal error when setting a password for the admin "<nowiki>$1</nowiki>": <pre>$2</pre> |
| config-admin-error-password-invalid (talk) (Translate) | Invalid wiki admin password: $1 |
| config-admin-error-user (talk) (Translate) | Internal error when creating an admin with the name "<nowiki>$1</nowiki>". |
| config-admin-help (talk) (Translate) | 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 (talk) (Translate) | Your username: |
| config-admin-name-blank (talk) (Translate) | Enter an administrator username. |
| config-admin-name-invalid (talk) (Translate) | The specified username "<nowiki>$1</nowiki>" is invalid. Specify a different username. |
| config-admin-password (talk) (Translate) | Password: |
| config-admin-password-blank (talk) (Translate) | Enter a password for the administrator account. |
| config-admin-password-confirm (talk) (Translate) | Password again: |
| config-admin-password-mismatch (talk) (Translate) | The two passwords you entered do not match. |
| config-advanced-settings (talk) (Translate) | Advanced configuration |
| config-almost-done (talk) (Translate) | You are almost done! You can now skip the remaining configuration and install the wiki right now. |
| config-apc (talk) (Translate) | [https://www.php.net/apc APC] is installed |
| config-apcu (talk) (Translate) | [https://www.php.net/apcu APCu] is installed |
| config-back (talk) (Translate) | ← Back |