System messages

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
changecontentmodel-nodirectediting (talk) (Translate) The $1 content model does not support direct editing
changecontentmodel-reason-label (talk) (Translate) Reason:
changecontentmodel-submit (talk) (Translate) Change
changecontentmodel-success-text (talk) (Translate) The content type of [[:$1]] has been changed.
changecontentmodel-success-title (talk) (Translate) The content model was changed
changecontentmodel-title-label (talk) (Translate) Page title:
changecredentials (talk) (Translate) Change credentials
changecredentials-invalidsubpage (talk) (Translate) $1 is not a valid credential type.
changecredentials-submit (talk) (Translate) Change credentials
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-maxlength (talk) (Translate) Your email address should have at most 255 characters.
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.
changeslist-nocomment (talk) (Translate) No edit summary
checkbox-all (talk) (Translate) All
checkbox-invert (talk) (Translate) Invert
checkbox-none (talk) (Translate) None
checkbox-select (talk) (Translate) Select: $1
citethispage (talk) (Translate) Cite This Page
citethispage-badrevision (talk) (Translate) Error: could not find any revision for the page "$1" with the revision ID $2.
citethispage-change-submit (talk) (Translate) Cite
citethispage-change-target (talk) (Translate) Page:
citethispage-content (talk) (Translate) __NOTOC__ <div class="mw-specialCiteThisPage-bibliographic"> == Bibliographic details for {{FULLPAGENAME}} == * Page name: {{FULLPAGENAME}} * Author: {{SITENAME}} contributors * Publisher: ''{{SITENAME}}, {{int:sitesubtitle}}''. * Date of last revision: {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} {{CURRENTTIME}} UTC * Date retrieved: <citation>{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} {{CURRENTTIME}} UTC</citation> * Permanent URL: {{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}} * Page Version ID: {{REVISIONID}} </div> <div class="plainlinks mw-specialCiteThisPage-styles"> == Citation styles for {{FULLPAGENAME}} == === [[APA style]] === {{FULLPAGENAME}}. ({{CURRENTYEAR}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}). ''{{SITENAME}}, {{int:sitesubtitle}}''. Retrieved <citation>{{CURRENTTIME}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}</citation> from {{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}. === [[The MLA style manual|MLA style]] === "{{FULLPAGENAME}}." ''{{SITENAME}}, {{int:sitesubtitle}}''. {{CURRENTDAY}} {{CURRENTMONTHABBREV}} {{CURRENTYEAR}}, {{CURRENTTIME}} UTC. <citation>{{CURRENTDAY}} {{CURRENTMONTHABBREV}} {{CURRENTYEAR}}, {{CURRENTTIME}}</citation> <{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}>. === [[MHRA Style Guide|MHRA style]] === {{SITENAME}} contributors, '{{FULLPAGENAME}}', ''{{SITENAME}}, {{int:sitesubtitle}},'' {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}, {{CURRENTTIME}} UTC, <{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}> [accessed <citation>{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}</citation>] === [[The Chicago Manual of Style|Chicago style]] === {{SITENAME}} contributors, "{{FULLPAGENAME}}," ''{{SITENAME}}, {{int:sitesubtitle}},'' {{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}} (accessed <citation>{{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}</citation>). === [[Council of Science Editors|CBE/CSE style]] === {{SITENAME}} contributors. {{FULLPAGENAME}} [Internet]. {{SITENAME}}, {{int:sitesubtitle}}; {{CURRENTYEAR}} {{CURRENTMONTHABBREV}} {{CURRENTDAY}}, {{CURRENTTIME}} UTC [cited <citation>{{CURRENTYEAR}} {{CURRENTMONTHABBREV}} {{CURRENTDAY}}</citation>]. Available from: {{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}. === [[Bluebook|Bluebook style]] === {{FULLPAGENAME}}, {{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}} (last visited <citation>{{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}</citation>). === [[BibTeX]] entry === @misc{ wiki:xxx, author = "{{SITENAME}}", title = "{{FULLPAGENAME}} --- {{SITENAME}}{,} {{int:sitesubtitle}}", year = "{{CURRENTYEAR}}", url = "{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}", note = "[Online; accessed <citation>{{CURRENTDAY}}-{{CURRENTMONTHNAME}}-{{CURRENTYEAR}}</citation>]" } When using the [[LaTeX]] package url (<code>\usepackage{url}</code> somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred: @misc{ wiki:xxx, author = "{{SITENAME}}", title = "{{FULLPAGENAME}} --- {{SITENAME}}{,} {{int:sitesubtitle}}", year = "{{CURRENTYEAR}}", url = "'''\url{'''{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}'''}'''", note = "[Online; accessed <citation>{{CURRENTDAY}}-{{CURRENTMONTHNAME}}-{{CURRENTYEAR}}</citation>]" } </div> <!--closing div for "plainlinks"-->
citethispage-desc (talk) (Translate) Adds a [[Special:CiteThisPage|citation]] special page and toolbox link
citethispage-link (talk) (Translate) Cite this page
citethispage-summary (talk) (Translate)  
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>.
codeeditor-desc (talk) (Translate) Syntax-highlighted editing for JavaScript and CSS pages using [https://ace.c9.io/ Ace editor]
codeeditor-error-message (talk) (Translate) CodeEditor needs WikiEditor to be loaded.
codeeditor-error-title (talk) (Translate) Dependency failed
codeeditor-gotoline (talk) (Translate) Go to line number...
codeeditor-gotoline-placeholder (talk) (Translate) line[:column]
codeeditor-gotoline-prompt (talk) (Translate) Enter a line number
codeeditor-indent (talk) (Translate) Indent
codeeditor-invisibleChars-toggle (talk) (Translate) Toggle invisible characters
First pagePrevious pageNext pageLast page