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 customization state:    
First page
Last page
Name Default message text
Current message text
changecredentials-success (talk) (Translate) Your credentials have been changed.
changed (talk) (Translate) changed
changeemail (talk) (Translate) Change or remove email address
changeemail-header (talk) (Translate) Complete this form to change your email address. If you would like to remove the association of any email address from your account, leave the new email address blank when submitting the form.
changeemail-newemail (talk) (Translate) New email address:
changeemail-newemail-help (talk) (Translate) This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.
changeemail-no-info (talk) (Translate) You must be logged in to access this page directly.
changeemail-nochange (talk) (Translate) Please enter a different new email address.
changeemail-none (talk) (Translate) (none)
changeemail-oldemail (talk) (Translate) Current email address:
changeemail-password (talk) (Translate) Your {{SITENAME}} password:
changeemail-submit (talk) (Translate) Change email
changeemail-summary (talk) (Translate)  
changeemail-throttled (talk) (Translate) You have made too many login attempts. Please wait $1 before trying again.
changepassword (talk) (Translate) Change password
changepassword-success (talk) (Translate) Your password has been changed!
changepassword-summary (talk) (Translate)  
changepassword-throttled (talk) (Translate) You have made too many recent login attempts. Please wait $1 before trying again.
checkbox-all (talk) (Translate) All
checkbox-invert (talk) (Translate) Invert
checkbox-none (talk) (Translate) None
checkbox-select (talk) (Translate) Select: $1
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> Go to <em>Menu → Settings</em> (<em>Opera → Preferences</em> on a Mac) and then to <em>Privacy & security → Clear browsing data → Cached images and files</em>.
collapsible-collapse (talk) (Translate) Collapse
collapsible-expand (talk) (Translate) Expand
cologneblue-desc (talk) (Translate) A lightweight skin with minimal formatting
cologneblue.css (talk) (Translate) /* CSS placed here will affect users of the Cologne Blue skin */
cologneblue.js (talk) (Translate) /* Any JavaScript here will be loaded for users using the Cologne Blue skin */
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 */ /* Remove the header from the main page */ body.page-Main_Page h1.firstHeading { display: none } .tocnumber { display: none; } /* Tooltips */ .htt .tooltip-content .tooltip-hide, .hidden { display:none; } .tooltip-ready { visibility:hidden; display:block; z-index:999; }
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. */ var $tfb; // hides the tooltip function hideTip() { $tfb.html("").removeClass("tooltip-ready").addClass("hidden").css("visibility","hidden"); } // displays the tooltip function displayTip(e) { $tfb.not(":empty").removeClass("hidden").addClass("tooltip-ready"); moveTip(e); $tfb.not(":empty").css("visibility","visible"); } // moves the tooltip function moveTip(e) { var newTop = e.clientY + ((e.clientY > ($(window).height()/2)) ? -($tfb.not(".hidden").innerHeight()+20):20); var newLeft = e.clientX + ((e.clientX > ($(window).width()/2)) ? -($tfb.not(".hidden").innerWidth()+20):20); $tfb.not(".hidden").css({"position":"fixed","top":newTop + "px","left":newLeft + "px"}); } // AJAX tooltips function showTip(e) { $t=$(this); $p=$t.parent(); if ($p.hasClass("selflink")==false) { $t.removeAttr("title"); $p.removeAttr("title"); $tfb.load("/"+$t.data("tt").replace(/ /g,"_").replace(/\?/g,"%3F")+"?action=render div.tooltip-content",function () { if ($tfb.html() == "") $tfb.html('<div class="tooltip-content"><b>Error</b><br />This target either has no tooltip<br />or was not intended to have one.</div>'); $tfb.find(".tooltip-content").css("display",""); displayTip(e); }); } } function bindTT() { $t=$(this); $p=$t.parent(); if ($p.hasClass("selflink") == false) $t.data("tt", $p.attr("title").replace(" (page does not exist)","").replace("?","%3F")).mouseover(showTip).mouseout(hideTip).mousemove(moveTip); } // check to see if it is active then do it $(function() { $("#bodyContent").mouseover(hideTip); $("#bodyContent").append('<div id="tfb" class="htt"></div>'); $tfb = $("#tfb"); $("#bodyContent span.ajaxttlink").each(bindTT); });
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
confirm (talk) (Translate) Confirm
confirm-markpatrolled-button (talk) (Translate) OK
confirm-markpatrolled-top (talk) (Translate) Mark revision $3 of $2 as patrolled?
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) Clear the cache of this page?
confirm-rollback-button (talk) (Translate) OK
First page
Last page