System messages

From CETAF ISTC Wiki
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
cite_section_preview_references (talk) (Translate) Preview of references
cite_warning (talk) (Translate) Cite warning: $1
cite_warning_sectionpreview_no_text (talk) (Translate) <code><ref></code> tag with name <code>$1</code> cannot be previewed because it is defined outside the current section or not defined at all.
clearyourcache (talk) (Translate) <strong>Note:</strong> After publishing, you may have to bypass your browser's cache to see the changes. * <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac) * <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac) * <strong>Internet Explorer / Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em> * <strong>Opera:</strong> Press <em>Ctrl-F5</em>.
collapsible-collapse (talk) (Translate) Collapse
collapsible-expand (talk) (Translate) Expand
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 */ /* inline definitions */ .definition-inline dt { float:left; padding-right:0.5em; margin-bottom: 0px; line-height: 1.5em;} .definition-inline dd { margin-bottom: 0px;line-height: 1.6em;} /* line-height a bit higher, because dt in bold pushes line-height */ .definition-inline.code-bold-only dt { font-weight:normal; } .definition-inline.code-bold-only dt code { font-weight:bold; } /* 2 column Layout */ .two-columns { -moz-column-count:2; /* Firefox */ -webkit-column-count:2; /* Safari and Chrome */ column-count:2; -moz-column-gap:40px; /* Firefox */ -webkit-column-gap:40px; /* Safari and Chrome */ column-gap:40px; -moz-column-rule:2px outset gray; /* Firefox */ -webkit-column-rule:2px outset gray; /* Safari and Chrome */ column-rule:2px outset gray; } /* 3 column Layout */ .three-columns { -moz-column-count:3; /* Firefox */ -webkit-column-count:3; /* Safari and Chrome */ column-count:3; -moz-column-gap:40px; /* Firefox */ -webkit-column-gap:40px; /* Safari and Chrome */ column-gap:40px; -moz-column-rule:2px outset gray; /* Firefox */ -webkit-column-rule:2px outset gray; /* Safari and Chrome */ column-rule:2px outset gray; } .three-columns.flat-ul ul li { float:left; margin-left:1.5em; } .three-columns.flat-ul ul { clear:both; margin:0px 0px 0.5ex 0px; padding:0px; } .three-columns.flat-ul p { margin:5px 0px 0ex 0px; } .three-columns tr { /* verhindere Spaltenumbruch */ -webkit-column-break-inside: avoid; /* Chrome, Safari */ page-break-inside: avoid; /* Theoretically FF 20+ */ break-inside: avoid-column; /* IE 11 */ } /* booktable as in (scientific) books/journals */ table.booktable, table.booktabledotted { margin: 1em 1em 1em 0; background: #ffffff; border-top: 2px #656463 solid; border-bottom: 2px #656463 solid; border-collapse: collapse; } .booktabledotted td { border-bottom: 1px dotted gray; padding:0.2em; } .booktable td { border: 0px none !important; padding:0.2em; } .booktable tr.line-t td, .booktable tr td.line-t{ border-top: 1px #656463 solid !important; } .booktable tr.line-b td, .booktable tr td.line-b{ border-bottom: 1px #656463 solid !important; } .booktable tr.line-tb td, .booktable tr td.line-tb{ border-bottom: 1px #656463 solid !important; border-top: 1px #656463 solid !important; } .booktabledotted th, .booktable th { vertical-align:bottom; border-bottom:1px solid #656463; border-top: 1px solid #656463; border-left:0px; border-right:0px; padding: 0.2em; } .booktabledotted th, .booktable th { background: #ffffff; text-align: center; } .booktable caption, .booktabledotted caption { font-weight: normal; } /* a plain table but vertical align top */ table.vertical-align-top td { vertical-align:top;} table.vertical-align-bottom td { vertical-align:bottom; } table.vertical-align-middle td { vertical-align:middle; } /* references hanging layout */ div.hanging-indent { padding-left:1.5em !important; text-indent:-1.5em; margin-top: 0.0em !important; margin-bottom: 0.0em !important; } div.hanging-indent.compact-references p { margin:0; } div.hanging-indent p * , div.hanging-indent div * , div.hanging-indent ol * , div.hanging-indent ul * { text-indent:0; } /* nesting on talk pages idea: border only each 2nd level down, not each level down */ .ns-talk .mw-body-content ul li > dl { border-left:blanchedalmond 2px solid; } .ns-talk .mw-body-content ul li > dl > dd > dl > dd > dl { border-left:navajowhite 2px solid; } .ns-talk .mw-body-content ul li > dl > dd > dl > dd > dl > dd > dl> dd > dl { border-left:burlywood 1px solid; } .ns-talk .mw-body-content p ~ dl { border-left:blanchedalmond 2px solid; } .ns-talk .mw-body-content p ~ dl > dd > dl > dd > dl { border-left:navajowhite 2px solid; } .ns-talk .mw-body-content p ~ dl > dd > dl > dd > dl > dd > dl> dd > dl { border-left:burlywood 1px solid; } /* for gray line numbers in: <syntaxhighlight class="lineno-gray" lang="..." line > </syntaxhighlight> */ .lineno-grey span.lineno,.lineno-gray span.lineno { color:gray; } /* selectively disable numbering for tables of content */ .noautonum .tocnumber { display: none; }
common.js (talk) (Translate) /* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */ //this snippet will hide the page title if the Template:NO_TITLE is included in a page via {{NO_TITLE}} $(document).ready(function() { var noPageTitleToken= document.getElementsByClassName('mw_hide_page_title'); if(noPageTitleToken.length>0){ header = document.getElementById('firstHeading'); if(header){ header.style.display = "none"; } } });
common.json (talk) (Translate) /* Any JSON 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-invalid-key (talk) (Translate) Invalid MediaWiki configuration parameter "$1": $2
config-missing-key (talk) (Translate) Missing MediaWiki configuration parameter "$1"
confirm (talk) (Translate) Confirm
confirm-markpatrolled-button (talk) (Translate) OK
confirm-markpatrolled-top (talk) (Translate) Mark revision $3 of $2 as patrolled?
confirm-mcrrestore-title (talk) (Translate) Restore a revision
confirm-mcrundo-title (talk) (Translate) Undo a change
confirm-purge-bottom (talk) (Translate) Purging a page clears the cache and forces the most current revision to appear.
confirm-purge-title (talk) (Translate) Purge this page
confirm-purge-top (talk) (Translate) Purge the cache of this page?
confirm-rollback-bottom (talk) (Translate) This action will instantly rollback the selected changes to this page.
confirm-rollback-button (talk) (Translate) OK
confirm-rollback-top (talk) (Translate) Revert edits to this page?
confirm-unwatch-button (talk) (Translate) OK
confirm-unwatch-top (talk) (Translate) Remove this page from your watchlist?
confirm-watch-button (talk) (Translate) OK
confirm-watch-button-expiry (talk) (Translate) Watch
confirm-watch-label (talk) (Translate) Watchlist time period:
confirm-watch-top (talk) (Translate) Add this page to your watchlist?
confirm_purge_button (talk) (Translate) OK
confirmable-confirm (talk) (Translate) Are {{GENDER:$1|you}} sure?
confirmable-no (talk) (Translate) No
confirmable-yes (talk) (Translate) Yes
confirmdeletetext (talk) (Translate) You are about to delete a page along with all of its history. Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].
confirmedittext (talk) (Translate) You must confirm your email address before editing pages. Please set and validate your email address through your [[Special:Preferences|user preferences]].
confirmemail (talk) (Translate) Confirm email address
confirmemail_body (talk) (Translate) Someone, probably you, from IP address $1, has registered an account "$2" with this email address on {{SITENAME}}. To confirm that this account really does belong to you and activate email features on {{SITENAME}}, open this link in your browser: $3 If you did *not* register the account, follow this link to cancel the email address confirmation: $5 This confirmation code will expire at $4.
confirmemail_body_changed (talk) (Translate) Someone, probably you, from IP address $1, has changed the email address of the account "$2" to this address on {{SITENAME}}. To confirm that this account really does belong to you and reactivate email features on {{SITENAME}}, open this link in your browser: $3 If the account does *not* belong to you, follow this link to cancel the email address confirmation: $5 This confirmation code will expire at $4.
confirmemail_body_set (talk) (Translate) Someone, probably you, from IP address $1, has set the email address of the account "$2" to this address on {{SITENAME}}. To confirm that this account really does belong to you and activate email features on {{SITENAME}}, open this link in your browser: $3 If the account does *not* belong to you, follow this link to cancel the email address confirmation: $5 This confirmation code will expire at $4.
confirmemail_invalid (talk) (Translate) Invalid confirmation code. The code may have expired.
First pagePrevious pageNext pageLast page