System messages

From FOnline: 2238 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
Name Default message text
Current message text
captcha-desc (Talk)Provides CAPTCHA techniques to protect against spam and password-guessing
captcha-disabledinapi (Talk)This action requires a captcha, so it cannot be performed through the API.
captcha-edit (Talk)To edit this page, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):
captcha-label (Talk)CAPTCHA
captcha-sendemail (Talk)To help protect against automated spamming, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):
captcha-sendemail-fail (Talk)Incorrect or missing confirmation code.
captchahelp-cookies-needed (Talk)You will need to have cookies enabled in your browser for this to work.
captchahelp-text (Talk)Web sites that accept postings from the public, like this wiki, are often abused by spammers who use automated tools to post their links to many sites. While these spam links can be removed, they are a significant nuisance. Sometimes, especially when adding new web links to a page, the wiki may show you an image of colored or distorted text and ask you to type the words shown. Since this is a task that's hard to automate, it will allow most real humans to make their posts while stopping most spammers and other robotic attackers. Unfortunately this may inconvenience users with limited vision or using text-based or speech-based browsers. At the moment we do not have an audio alternative available. Please contact the [[{{MediaWiki:Grouppage-sysop}}|site administrators]] for assistance if this is unexpectedly preventing you from making legitimate posts. Hit the 'back' button in your browser to return to the page editor.
captchahelp-title (Talk)CAPTCHA help
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 protected 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
changed (Talk)changed
changeemail (Talk)Change e-mail address
changeemail-cancel (Talk)Cancel
changeemail-header (Talk)Change account e-mail address
changeemail-newemail (Talk)New e-mail address:
changeemail-no-info (Talk)You must be logged in to access this page directly.
changeemail-none (Talk)(none)
changeemail-oldemail (Talk)Current e-mail address:
changeemail-submit (Talk)Change e-mail
changeemail-text (Talk)Complete this form to change your e-mail address. You will need to enter your password to confirm this change.
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. * '''Firefox / Safari:''' Hold ''Shift'' while clicking ''Reload'', or press either ''Ctrl-F5'' or ''Ctrl-R'' (''⌘-R'' on a Mac) * '''Google Chrome:''' Press ''Ctrl-Shift-R'' (''⌘-Shift-R'' on a Mac) * '''Internet Explorer:''' Hold ''Ctrl'' while clicking ''Refresh'', or press ''Ctrl-F5'' * '''Opera:''' Clear the cache in ''Tools → Preferences''
collapsible-collapse (Talk)Collapse
collapsible-expand (Talk)Expand
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 */ /* <source lang="css"> */ /******************* ** Minor tweaks *******************/ /* redirects in categories, on [[Special:Allpages]], and [[Special:Prefixindex]] */ .redirect-in-category, .allpagesredirect { font-style:italic; color:gray; } /* hide unneeded content when printing */ @media print { #privacy, #about, #disclaimer { display:none; } } /* hide arrows on selected external links */ .plainlinksneverexpand a { background:none !important; padding:0 !important; } /* highlight page protection */ .mw-textarea-protected { border:2px solid #F00; color:gray; } /******************* ** Hide selected content (should rarely be used, accessibility issues) *******************/ .hiddenStructure { display:none; } .if { display:none; } /******************* ** Table formatting *******************/ table.wikitable, table.prettytable { margin:1em 1em 1em 0; border:1px solid #AAA; border-collapse:collapse; background:#F9F9F9; } table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { padding:0.2em; border:1px solid #AAA; } table.wikitable th, table.prettytable th { background:#F2F2F2; text-align:center; } table.wikitable caption, table.prettytable caption { margin-left:inherit; margin-right:inherit; } /******************* ** Infoboxes *******************/ .infobox { float:right; clear:right; margin-bottom:0.5em; margin-left:1em; padding:0.2em; border:1px solid #AAA; background:#F9F9F9; color:black; } .infobox td, .infobox th { vertical-align:top; } .infobox caption { margin-left:inherit; font-size:larger; } .infobox.bordered { border-collapse:collapse; } .infobox.bordered td, .infobox.bordered th { border:1px solid #AAA; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border:0; } /******************* ** Sister project templates *******************/ .infobox.sisterproject { width:20em; font-size:90%; } .sister-project { clear:right; float:right; width:250px; margin:0 0 1em 3em; padding:4px; border:1px solid #AAA; background:#F9F9F9; font-size:0.8em; text-align:left; } /******************* ** {{other languages}} *******************/ #otherlangs { margin:0.5em; padding:2px; border:1px solid #CCC; background:#FAFAFA; font-size:0.9em; } #otherlangs span { margin:0 2px; padding-left:2px; border-left:1px solid gray; } #otherlangs span.firstlang { border:none; } /******************* ** Specific pages (keep to a minimum) *******************/ /* Spam blacklist */ body.page-Talk_Spam_blacklist #ca-addsection { display:none; } /* Spam blacklist/log */ .logtable pre { margin:0; padding:0; border:0; } /******************* ** Bytecounter colours *******************/ strong.mw-plusminus-neg { color:#C00; } span.mw-plusminus-neg { color:#900; } span.mw-plusminus-pos { color:#060; } /******************* ** Change external link icon to Adobe icon for PDF files *******************/ /* for browsers that support these CSS selectors, like Mozilla and Opera */ #bodyContent a[href$=".pdf"].external, #bodyContent a[href*=".pdf?"].external, #bodyContent a[href*=".pdf#"].external, #bodyContent a[href$=".PDF"].external, #bodyContent a[href*=".PDF?"].external, #bodyContent a[href*=".PDF#"].external { padding-right:16px; background:url('http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif') center right no-repeat; } /* in {{PDFlink}}, for browsers that don't support the above (IE) */ span.PDFlink a { padding-right:17px !important; background:url('http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif') center right no-repeat !important; } /******************* ** Collapsible navigation boxes (see [[en:Wikipedia:NavFrame]]) *******************/ div.Boxmerge, div.NavFrame { margin:0px; padding:4px; border:1px solid #AAA; border-collapse:collapse; text-align:center; font-size:95%; } div.Boxmerge div.NavFrame { border-style:none; border-style:hidden; } div.NavFrame + div.NavFrame { border-top-style:none; border-top-style:hidden; } div.NavPic { float:left; margin:0px; padding:2px; background:#FFF; } div.NavFrame div.NavHead { position:relative; height:1.6em; background:#CCF; font-weight:bold; } div.NavFrame p { font-size:100%; } div.NavFrame div.NavContent { font-size:100%; } div.NavFrame div.NavContent p { font-size:100%; } div.NavEnd { clear:both; margin:0px; padding:0px; line-height:1px; } a.NavToggle { position:absolute; top:0px; right:3px; font-size:smaller; font-weight:normal; } /******************* ** Messagebox templates ** Imported from [[en:MediaWiki:Common.css]] on 2007-07-13 *******************/ .messagebox { width:80%; margin:0 auto 1em auto; padding:0.2em; border:1px solid #AAA; background:#F9F9F9; } .messagebox.merge { border:1px solid #C0B8CC; background:#F0E5FF; text-align:center; } .messagebox.cleanup { border:1px solid #9F9FFF; background:#EFEFFF; text-align:center; } .messagebox .standard-talk { border:1px solid #C0C090; background:#F8EABA; } .messagebox.nested-talk { width:100%; margin:2px 4px 2px 4px; border:1px solid #C0C090; background:#F8EABA; } .messagebox.small { float:right; clear:both; width:238px; margin:0 0 1em 1em; font-size:85%; line-height:1.25em; } /******************* ** Template documentation *******************/ .template-documentation { clear:both; margin:1em 0 0 0; padding:5px; border:1px solid #AAA; background:#ECFCF4; } .hidden-redlink a.new { display:none; } /******************* ** Allow limiting which header levels are shown in a TOC ** ie, <div class="toclimit-3">__TOC__</div> will only show top 3 header levels. *******************/ .toclimit-2 .toclevel-2 { display:none; } .toclimit-3 .toclevel-3 { display:none; } .toclimit-4 .toclevel-4 { display:none; } .toclimit-5 .toclevel-5 { display:none; } .toclimit-6 .toclevel-6 { display:none; } .toclimit-7 .toclevel-7 { display:none; } /******************* ** Faciliate RTL translation *******************/ .persian { direction:rtl; font-family:Tahoma; } #bodyContent .persian a, #bodyContent .persian a.external { padding-right:0; background:none; } .persian #toctitle { direction:ltr; } .persian .toclevel-1, .persian .toclevel-2, .persian .toclevel-3, .persian .toclevel-4 { text-align:right; } .persian .toclevel-2 { margin-right:10px; } .persian .toclevel-3 { margin-right:20px; } .persian .toclevel-4 { margin-right:30px; } .persian .editsection { float:left; } .persian UL { margin-right:16px; display:table; } .persian OL { margin-right:16px; display:table; } #bodyContent .arabic a { padding-right:0; background:none; } /******************* ** Default style for PrettyTextBox and InformationBox class of templates ** ie, {{warning}}, {{info}}, etc *******************/ .InformationBox { width:80%; clear:both; margin:0.5em auto; padding:3px; border:1px solid #999; background:#F8F8F8; color:#000; } .PrettyTextBox { padding:.2em; border:1px solid #AAA; background:#F9F9F9; color:#000; } /******************* ** Highlight clicked reference in blue to help navigation *******************/ ol.references > li:target { background:#DEF; } sup.reference:target { background:#DEF; } /* </source> */
common.js (Talk)/* Any JavaScript here will be loaded for all users on every page load. */
compare-invalid-title (Talk)The title you specified is invalid.
First page
First page
Last page
Last page
Views
Personal tools
Toolbox
Contribute