System messages

Jump to: navigation, 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.

Filter
Filter by customisation state:    
First page
First page
Last page
Last page
Name Default message text
Current message text
category-article-count (Talk){{PLURAL:$2|This category contains only the following page.|The following {{PLURAL:$1|page is|$1 pages are}} in this category, out of $2 total.}}
category-article-count-limited (Talk)The following {{PLURAL:$1|page is|$1 pages are}} in the current category.
category-empty (Talk)''This category currently contains no pages or media.''
category-file-count (Talk){{PLURAL:$2|This category contains only the following file.|The following {{PLURAL:$1|file is|$1 files are}} in this category, out of $2 total.}}
category-file-count-limited (Talk)The following {{PLURAL:$1|file is|$1 files are}} in the current category.
category-media-header (Talk)Media in category "$1"
category-subcat-count (Talk){{PLURAL:$2|This category has only the following subcategory.|This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}, out of $2 total.}}
category-subcat-count-limited (Talk)This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}.
category_header (Talk)Pages in category "$1"
categorypage (Talk)View category page
changed (Talk)changed
changeemail (Talk)Change e-mail address
changeemail-cancel (Talk)Cancel
changeemail-header (Talk)Change account e-mail address
changeemail-newemail (Talk)New e-mail address:
changeemail-no-info (Talk)You must be logged in to access this page directly.
changeemail-none (Talk)(none)
changeemail-oldemail (Talk)Current e-mail address:
changeemail-submit (Talk)Change e-mail
changeemail-text (Talk)Complete this form to change your e-mail address. You will need to enter your password to confirm this change.
changepassword (Talk)Change password
chick.css (Talk)/* CSS placed here will affect users of the Chick skin */
chick.js (Talk)/* Any JavaScript here will be loaded for users using the Chick skin */
clearyourcache (Talk)'''Note:''' After saving, you may have to bypass your browser's cache to see the changes. * '''Firefox / Safari:''' Hold ''Shift'' while clicking ''Reload'', or press either ''Ctrl-F5'' or ''Ctrl-R'' (''⌘-R'' on a Mac) * '''Google Chrome:''' Press ''Ctrl-Shift-R'' (''⌘-Shift-R'' on a Mac) * '''Internet Explorer:''' Hold ''Ctrl'' while clicking ''Refresh'', or press ''Ctrl-F5'' * '''Konqueror:''' Click ''Reload'' or press ''F5'' * '''Opera:''' Clear the cache in ''Tools → Preferences''
collapsible-collapse (Talk)Collapse
collapsible-expand (Talk)Expand
cologneblue.css (Talk)/* CSS placed here will affect users of the Cologne Blue skin */
cologneblue.js (Talk)/* Any JavaScript here will be loaded for users using the Cologne Blue skin */
colon-separator (Talk):
columns (Talk)Columns:
comma-separator (Talk),
common.css (Talk)/* CSS placed here will be applied to all skins */
<head> .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: left; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ font-weight: 800; /* are styled here so they can be customised. */ text-align: right; width: auto; } #ca-history { display: none !important; } #ca-talk { display: none !important; }
common.js (Talk)/* Any JavaScript here will be loaded for all users on every page load. */
/** Collapsible tables ********************************************************* * * Description: Allows tables to be collapsed, showing only the header. See * http://www.mediawiki.org/wiki/Manual:Collapsible_tables. * Maintainers: [[**MAINTAINERS**]] */ var autoCollapse = 2; var collapseCaption = ' - '; var expandCaption = ' + '; function collapseTable( tableIndex ) { var Button = document.getElementById( 'collapseButton' + tableIndex ); var Table = document.getElementById( 'collapsibleTable' + tableIndex ); if ( !Table || !Button ) { return false; } var Rows = Table.rows; if ( Button.firstChild.data == collapseCaption ) { for ( var i = 1; i < Rows.length; i++ ) { Rows[i].style.display = 'none'; } Button.firstChild.data = expandCaption; } else { for ( var i = 1; i < Rows.length; i++ ) { Rows[i].style.display = Rows[0].style.display; } Button.firstChild.data = collapseCaption; } } function createCollapseButtons() { var tableIndex = 0; var NavigationBoxes = new Object(); var Tables = document.getElementsByTagName( 'table' ); for ( var i = 0; i < Tables.length; i++ ) { if ( hasClass( Tables[i], 'collapsible' ) ) { /* only add button and increment count if there is a header row to work with */ var HeaderRow = Tables[i].getElementsByTagName( 'tr' )[0]; if( !HeaderRow ) continue; var Header = HeaderRow.getElementsByTagName( 'th' )[0]; if( !Header ) continue; NavigationBoxes[tableIndex] = Tables[i]; Tables[i].setAttribute( 'id', 'collapsibleTable' + tableIndex ); var Button = document.createElement( 'span' ); var ButtonLink = document.createElement( 'a' ); var ButtonText = document.createTextNode( collapseCaption ); Button.className = 'collapseButton'; // Styles are declared in MediaWiki:Common.css ButtonLink.style.color = Header.style.color; ButtonLink.setAttribute( 'id', 'collapseButton' + tableIndex ); ButtonLink.setAttribute( 'href', "javascript:collapseTable(" + tableIndex + ");" ); ButtonLink.appendChild( ButtonText ); Button.appendChild( document.createTextNode( '' ) ); Button.appendChild( ButtonLink ); Button.appendChild( document.createTextNode( '' ) ); Header.insertBefore( Button, Header.childNodes[0] ); tableIndex++; } } for ( var i = 0; i < tableIndex; i++ ) { if ( hasClass( NavigationBoxes[i], 'collapsed' ) || ( tableIndex >= autoCollapse && hasClass( NavigationBoxes[i], 'autocollapse' ) ) ) { collapseTable( i ); } } } addOnloadHook( createCollapseButtons ); /** Test if an element has a certain class ************************************** * * Description: Uses regular expressions and caching for better performance. * Maintainers: [[User:Mike Dillon]], [[User:R. Koot]], [[User:SG]] */ var hasClass = (function() { var reCache = {}; return function( element, className ) { return (reCache[className] ? reCache[className] : (reCache[className] = new RegExp("(?:\\s|^)" + className + "(?:\\s|$)"))).test(element.className); }; })();
compare-invalid-title (Talk)The title you specified is invalid.
compare-page1 (Talk)Page 1
compare-page2 (Talk)Page 2
compare-rev1 (Talk)Revision 1
compare-rev2 (Talk)Revision 2
compare-revision-not-exists (Talk)The revision you specified does not exist.
compare-selector (Talk)Compare page revisions
compare-submit (Talk)Compare
compare-title-not-exists (Talk)The title you specified does not exist.
comparepages (Talk)Compare pages
compareselectedversions (Talk)Compare selected revisions
confirm (Talk)Confirm
confirm-purge-bottom (Talk)Purging a page clears the cache and forces the most current revision to appear.
confirm-purge-top (Talk)Clear the cache of this page?
confirm-unwatch-button (Talk)OK
confirm-unwatch-top (Talk)Remove this page from your watchlist?
First page
First page
Last page
Last page
Personal tools
Namespaces

Variants
Views
Actions
Main Page
Online User Guides
General Support
Release Notes
Toolbox