System messages

From PropertyMinder WIKI

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
Show items per page
Name Default message text
Current message text
cantcreateaccount-text (Talk)Account creation from this IP address ('''$1''') has been blocked by [[User:$3|$3]]. The reason given by $3 is ''$2''
cantcreateaccounttitle (Talk)Cannot create account
cantmove-titleprotected (Talk)You cannot move a page to this location, because the new title has been protected from creation
cantrollback (Talk)Cannot revert edit; last contributor is only author of this page.
cascadeprotected (Talk)This page has been protected from editing, because it is included in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the "cascading" option turned on: $2
cascadeprotectedwarning (Talk)'''Warning:''' This page has been locked so that only users with administrator privileges can edit it, because it is included in the following cascade-protected {{PLURAL:$1|page|pages}}:
categories (Talk)Categories
categories-summary (Talk) 
categoriesfrom (Talk)Display categories starting at:
categoriespagetext (Talk)The following {{PLURAL:$1|category contains|categories contain}} pages or media. [[Special:UnusedCategories|Unused categories]] are not shown here. Also see [[Special:WantedCategories|wanted categories]].
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
catseparator (Talk)|
changed (Talk)changed
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.''' '''Mozilla / Firefox / Safari:''' hold ''Shift'' while clicking ''Reload'', or press either ''Ctrl-F5'' or ''Ctrl-R'' (''Command-R'' on a Macintosh); '''Konqueror: '''click ''Reload'' or press ''F5''; '''Opera:''' clear the cache in ''Tools → Preferences''; '''Internet Explorer:''' hold ''Ctrl'' while clicking ''Refresh,'' or press ''Ctrl-F5''.
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 */
/* CSS placed here will be applied to all skins */ body {background: url('/images/9/98/Bg.jpg') no-repeat #D9F4E1 !important;} #p-logo A {background-image: url('/images/c/c9/Logo.png') !important; background-repeat:no-repeat !important; width:750px !important; height:63px !important;} #content {padding:20px; width:900px; border-right:1px solid #AAAAAA} #column-one h5 {font-size:13px; color:#336699; text-transform: uppercase; font-weight:bold;} #p-cactions li a {background: #F4A236 !important; color:#FFF !important; font-size:13px;} .pBody {background:#2397B4; border: 1px solid #FFF;} .pBody a {color: #FFF;} .portlet ul {list-style-image: url('/images/7/7a/Bullet.png') !important;} #column-content {padding-top:56px;} #globalWrapper {margin-left:auto; margin-right:auto; width:1000px;} #p-logo {top:0px; left:50%; margin-left:-500px;} #column-one {padding-top:100px;} #p-cactions {position: absolute; background: #0E73AC url('/images/6/63/Bg_top.png'); margin: 0px; width: 100%; top: 0px; left: 0px; padding-top:70px;border-bottom:1px solid #AAAAAA; padding-left:0px;} #p-cactions .pBody {width:1000px; margin-left:auto; margin-right:auto; padding-left:280px;} #footer {background-color:transparent !important; border:0px;} #p-personal li a {color: #FFFFFF;} #p-personal a.new {color: #FFFFFF;}
common.js (Talk)/* 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. */ function ModifySidebar(action, section, name, link) { try { switch (section) { case "languages": var target = "p-lang"; break; case "toolbox": var target = "p-tb"; break; case "navigation": var target = "p-navigation"; break; default: var target = "p-" + section; break; } if (action == "add") { var node = document.getElementById(target) .getElementsByTagName('div')[0] .getElementsByTagName('ul')[0]; var aNode = document.createElement('a'); var liNode = document.createElement('li'); aNode.appendChild(document.createTextNode(name)); aNode.setAttribute('href', link); liNode.appendChild(aNode); liNode.className='plainlinks'; node.appendChild(liNode); } if (action == "remove") { var list = document.getElementById(target) .getElementsByTagName('div')[0] .getElementsByTagName('ul')[0]; var listelements = list.getElementsByTagName('li'); for (var i = 0; i < listelements.length; i++) { if (listelements[i].getElementsByTagName('a')[0].innerHTML == name || listelements[i].getElementsByTagName('a')[0].href == link) { list.removeChild(listelements[i]); } } } } catch(e) { // lets just ignore what's happened return; } } function CustomizeModificationsOfSidebar() { //removes [[Special:Upload]] from toolbox ModifySidebar("remove", "toolbox", "Upload file", "http://en.wikipedia.org/wiki/Special:Upload"); //removes [[Special:WhatLinksHere]] from toolbox ModifySidebar("remove", "toolbox", "What links here", "http://en.wikipedia.org/wiki/Special:Upload"); //removes [[Special:RecentChangesLinke]] from toolbox ModifySidebar("remove", "toolbox", "Related changes", "http://en.wikipedia.org/wiki/Special:Upload"); //removes [[Special:SpecialPages]] from toolbox ModifySidebar("remove", "toolbox", "Special pages", "http://en.wikipedia.org/wiki/Special:Upload"); } addOnloadHook(CustomizeModificationsOfSidebar);
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_purge_button (Talk)OK
confirmdeletetext (Talk)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)You must confirm your e-mail address before editing pages. Please set and validate your e-mail address through your [[Special:Preferences|user preferences]].
confirmemail (Talk)Confirm e-mail address
confirmemail_body (Talk)Someone, probably you, from IP address $1, has registered an account "$2" with this e-mail address on {{SITENAME}}. To confirm that this account really does belong to you and activate e-mail features on {{SITENAME}}, open this link in your browser: $3 If you did *not* register the account, follow this link to cancel the e-mail address confirmation: $5 This confirmation code will expire at $4.
confirmemail_error (Talk)Something went wrong saving your confirmation.
confirmemail_invalid (Talk)Invalid confirmation code. The code may have expired.
confirmemail_invalidated (Talk)E-mail address confirmation canceled
confirmemail_loggedin (Talk)Your e-mail address has now been confirmed.
confirmemail_needlogin (Talk)You need to $1 to confirm your e-mail address.
confirmemail_noemail (Talk)You do not have a valid e-mail address set in your [[Special:Preferences|user preferences]].
confirmemail_oncreate (Talk)A confirmation code was sent to your e-mail address. This code is not required to log in, but you will need to provide it before enabling any e-mail-based features in the wiki.
First page
First page
Last page
Last page
Views
Personal tools
Office Solution
Training Videos
SOLUTIONS
Toolbox