System messages

From NorCon MUSH

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 customization state:    
First page
Last page
Name Default message text
Current message text
checkuser-search-initiator (Talk) (Translate) initiator
checkuser-search-submit (Talk) (Translate) Search
checkuser-search-target (Talk) (Translate) target
checkuser-showlog (Talk) (Translate) Show log
checkuser-summary (Talk) (Translate) This tool scans recent changes to retrieve the IP addresses used by a user or show the edit/user data for an IP address. Users and edits by a client IP address can be retrieved via XFF headers by appending the IP address with "/xff". IPv4 (CIDR $1-32) and IPv6 (CIDR $2-128) are supported. No more than 5,000 edits will be returned for performance reasons. Use this in accordance with policy.
checkuser-target (Talk) (Translate) IP address or username:
checkuser-token-fail (Talk) (Translate) Session failure. Please try again.
checkuser-too-many (Talk) (Translate) Too many results (according to query estimate), please narrow down the CIDR. Here are the IP addresses used (5000 max, sorted by address):
checkuser-user-nonexistent (Talk) (Translate) The specified user does not exist.
checkuser-users (Talk) (Translate) Get users
checkuser-wasblocked (Talk) (Translate) Previously blocked
checkuser-week-1 (Talk) (Translate) last week
checkuser-week-2 (Talk) (Translate) last two weeks
checkuserlog (Talk) (Translate) Check user log
clearyourcache (Talk) (Translate) <strong>Note:</strong> After saving, 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:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em> * <strong>Opera:</strong> Clear the cache in <em>Tools → Preferences</em>
collapsible-collapse (Talk) (Translate) Collapse
collapsible-expand (Talk) (Translate) Expand
colon-separator (Talk) (Translate) :
columns (Talk) (Translate) Columns:
comma-separator (Talk) (Translate) ,
common.css (Talk) (Translate) /* CSS placed here will be applied to all skins */
li.gallerybox {text-indent:0px;} .panel-ftw {border-color: #46382b} .panel-hrw {border-color: #1f4770} .ui-tabs {overflow: auto;} .panel-hrw > .panel-heading { box-shadow: 0 1px 10px rgba(0,0,0,0.1); color:#FFFFFF; text-shadow: 2px 2px #000000; background-color: #1f4770; border-color: #FFFFFF; } .panel-ftw > .panel-heading { box-shadow: 0 1px 10px rgba(0,0,0,0.1); color:#FFFFFF; text-shadow: 2px 2px #000000; background-color: #46382b; border-color: #FFFFFF; } .panel-hrw > .panel-heading a.external:link, .panel-hrw > .panel-heading a:link, .panel-hrw > .panel-heading a:visited { color: #FFFFFF !important; } .panel-ftw > .panel-heading a.external:link, .panel-ftw > .panel-heading a:link, .panel-ftw > .panel-heading a:visited { color: #FFFFFF !important; } p.dragon, .dragon-talk {color:#342D7E;} p.galleries{color:#236B8E;} p.st{color:red;} .navbar-inverse > li > a {color: #FFFFFF !important} a:link {color: #11249E;} .mw-body a.external:link {color: #11249E;} ul > li.gallerybox:before {background: inherit;} #content table.wikitable { border: 0; background: inherit !important; } #content table.wikitable th, #content table.wikitable td { border: 0; background: inherit !important; } table.wikitable ul { background: inherit !important; } body {background-color: #F0F0F0;color: #000000;} span.dynatree-node a { padding-left: 13px;} .treeview .checkbox {display: inline;} .treeview input[type=checkbox] {margin-left: 5px; margin-right: 5px;} .treeview ul > li:before {background-color: inherit} table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {border: 0px} table.wikitable {border: 0px} table.wikitable > tr > th, table.wikitable > * > tr > th {background-color: inherit} img {max-width: 100%} .container-fluid { padding-left: 0px;} .gallerytext { text-align: center;} ul.gallery {text-indent: 0px !important; padding-left: 0px !important;} table.padded td, th { padding:10px;} html {text-align:justify} .table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th { background-color: #FFFFFF; } .circular img { -webkit-border-radius: 10%; -moz-border-radius: 10%; -ms-border-radius: 10%; -o-border-radius: 10%; border-radius: 10%; border:1px solid black; } /* CSS Modal for Mediawiki * * @author: Keenan Payne * current version crafted together by [[User:Christharp]]. * Added scroll bar for inside div and changed some elements for better viewing inside a Mediawiki. */ .modalDialog { position: fixed; font-family: Arial, Helvetica, sans-serif; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.8); z-index: 99999; opacity:0; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; pointer-events: none; } .modalDialog:target { opacity:1; pointer-events: auto; } .modalDialog > div { position: relative; width: 50%; height:auto; margin: 10% auto; padding: 5px 20px 13px 20px; border-radius: 10px; background: #fff; background: -moz-linear-gradient(#fff, #999); background: -webkit-linear-gradient(#fff, #999); background: -o-linear-gradient(#fff, #999); } .modalDialog img { width:100%; height:auto; } .close { background: #606061; color: #FFFFFF; line-height: 25px; position: absolute; right: -12px; text-align: center; top: -10px; width: 24px; text-decoration: none; font-weight: bold; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; -moz-box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; box-shadow: 1px 1px 3px #000; } .close:hover { background: #00d9ff; } div.gallerytextwrapper {width: 120px !important;}
common.js (Talk) (Translate) /* Any JavaScript here will be loaded for all users on every page load. */
compare-invalid-title (Talk) (Translate) The title you specified is invalid.
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
compare-title-not-exists (Talk) (Translate) The title you specified does not exist.
comparepages (Talk) (Translate) Compare pages
comparepages-summary (Talk) (Translate)  
compareselectedversions (Talk) (Translate) Compare selected revisions
concepts (Talk) (Translate) Concepts
confirm (Talk) (Translate) Confirm
confirm-purge-bottom (Talk) (Translate) Purging a page clears the cache and forces the most current revision to appear.
confirm-purge-top (Talk) (Translate) Clear the cache of 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-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.
First page
Last page