System messages

From BTGuard 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 customization state:    
First page
First page
Last page
Last page
Name Default message text
Current message text
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) :
columns (Talk) (Translate) Columns:
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 */ /* ALL PAGES */ html { -webkit-font-smoothing: antialiased; } /* HIDESIDEBAR #column-content {margin: 0 0 .6em 0;} #content {margin: 2.8em 0 0 0;} #p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search {display:none;} #p-cactions { left: .1em; } #footer { display:none; } #mw_content { margin-left:0.2em; } */ /* MOVE LOGO */ #p-logo a, #p-logo a:hover { background-position: 52% 69% !important; background-repeat: no-repeat; display: block; height: 155px; text-decoration: none; width: 12.2em; } /* HIDE TABS #ca-delete { display:none!important; } #ca-move { display:none!important; } */ #ca-watch { display:none!important; } #ca-talk { display:none!important; } #ca-protect { display:none!important; } #ca-viewsource { display:none!important; } /* CHANGE FONT SIDEBAR */ div#p- { font-size: 13px; } div#p-navigation { font-size: 13px; } div#p-Tutorials { font-size: 13px; } div#p-search { font-size: 13px; } /* AUTO RESIZE IMAGE */ img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ } /* RED ERROR LOGO BOX */ .errorx { color: #D8000C; background-color: #FFBABA; background-image: url('http://btguard.com/images/error1.png'); background-repeat: no-repeat; background-position: left 10px top 50%; float: left; height: 100%; width: 60%; margin-left: 20%; margin-right: 20%; border:red 1px solid } .errorx p { padding-left: 75px; } /* PLAIN TEXT BLUE BOX */ .textarea { border: solid 1px black; font-family: tahoma; background-color: lightsteelblue; overflow: hidden; } /* SCREENSHOT PAGES */ .wrapper{ float: left; width: 100%; max-width: 1140px; height: 100%; } .wrapleft{ float: left; width: 100%; min-width: 325px; text-align: center; } .wrapleftnocenter{ float: left; width: 100%; min-width: 325px; } .left{ margin-right: 345px; height: 100%; } .right{ float: right; width: 325px; margin-left: -325px; height: 100%; } /* LIST PAGES */ #container{ float: left; height: 100%; width: 100%; max-width: 780px } #container2{ float: left; height: 100%; width: 100%; max-width: 1270px } .left-contents{ float: left; height: 100%; max-width: 375px; margin-right: 30px; } .right-contents{ float: left; max-width: 375px; height: 100%; } .logo-box{ float: left; max-height: 125px; max-width: 125px; } /* MAIN PAGE WIKI */ .wrapper1{ width: 100%; max-width: 1240px; height: 100%; } .wrapleft1{ float: left; width: 100%; } .left1{ margin-right: 301px; height: 100%; padding-left: 10px; } .right1{ float: right; width: 266px; margin-left: -266px; height: 100%; } /* PHONE-PORTRAIT SCREENSHOT PAGES */ .wrapper3{ float: left; width: 100%; max-width: 625px; height: 100%; margin-right: 40px; } .wrapleft3{ float: left; width: 100%; min-width: 300px; } .left3{ margin-right: 320px; padding-left: 10px; height: 100%; } .right3{ float: right; width: 300px; margin-left: -300px; height: 100%; } .wrapper4{ float: left; width: 100%; max-width: 800px; height: 100%; margin-right: 40px; } .wrapleft4{ float: left; width: 100%; min-width: 300px; } .left4{ margin-right: 320px; padding-left: 10px; height: 100%; } .right4{ float: right; width: 300px; margin-left: -300px; height: 100%; }
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. */ 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 ) { // let's just ignore what's happened return; } } function CustomizeModificationsOfSidebar() { /* // adds [[Special:CategoryTree]] to toolbox ModifySidebar( 'add', 'toolbox', 'CategoryTree', 'http://en.wikipedia.org/wiki/Special:CategoryTree' ); */ // removes [[Special:Upload]] from toolbox ModifySidebar( 'remove', 'toolbox', 'Upload file', 'http://en.wikipedia.org/wiki/Special:Upload' ); ModifySidebar( 'remove', 'toolbox', 'What links here', 'https://wiki.btguard.com/index.php/Special:WhatLinksHere/MediaWiki:Sidebar' ); ModifySidebar( 'remove', 'toolbox', 'Related changes', 'https://wiki.btguard.com/index.php/Special:RecentChangesLinked/MediaWiki:Common.js' ); ModifySidebar( 'remove', 'toolbox', 'Special pages', 'https://wiki.btguard.com/index.php/Special:SpecialPages' ); ModifySidebar( 'remove', 'toolbox', 'Permanent link', 'https://wiki.btguard.com/index.php?title=MediaWiki:Sidebar&oldid=1808' ); } addOnloadHook( CustomizeModificationsOfSidebar );
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-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
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.
confirmemail_body_changed (Talk) (Translate) Someone, probably you, from IP address $1, has changed the email address of the account "$2" to this address on {{SITENAME}}. To confirm that this account really does belong to you and reactivate email features on {{SITENAME}}, open this link in your browser: $3 If the account does *not* belong to you, follow this link to cancel the email address confirmation: $5 This confirmation code will expire at $4.
confirmemail_body_set (Talk) (Translate) Someone, probably you, from IP address $1, has set the email address of the account "$2" to this 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 the account does *not* belong to you, follow this link to cancel the email address confirmation: $5 This confirmation code will expire at $4.
confirmemail_invalid (Talk) (Translate) Invalid confirmation code. The code may have expired.
confirmemail_invalidated (Talk) (Translate) Email address confirmation canceled
confirmemail_loggedin (Talk) (Translate) Your email address has now been confirmed.
confirmemail_needlogin (Talk) (Translate) Please $1 to confirm your email address.
confirmemail_noemail (Talk) (Translate) You do not have a valid email address set in your [[Special:Preferences|user preferences]].
confirmemail_oncreate (Talk) (Translate) A confirmation code was sent to your email address. This code is not required to log in, but you will need to provide it before enabling any email-based features in the wiki.
confirmemail_pending (Talk) (Translate) A confirmation code has already been emailed to you; if you recently created your account, you may wish to wait a few minutes for it to arrive before trying to request a new code.
confirmemail_send (Talk) (Translate) Mail a confirmation code
confirmemail_sendfailed (Talk) (Translate) {{SITENAME}} could not send your confirmation mail. Please check your email address for invalid characters. Mailer returned: $1
confirmemail_sent (Talk) (Translate) Confirmation email sent.
confirmemail_subject (Talk) (Translate) {{SITENAME}} email address confirmation
confirmemail_success (Talk) (Translate) Your email address has been confirmed. You may now [[Special:UserLogin|log in]] and enjoy the wiki.
confirmemail_text (Talk) (Translate) {{SITENAME}} requires that you validate your email address before using email features. Activate the button below to send a confirmation mail to your address. The mail will include a link containing a code; load the link in your browser to confirm that your email address is valid.
confirmrecreate (Talk) (Translate) User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this page after you started editing with reason: : <em>$2</em> Please confirm that you really want to recreate this page.
confirmrecreate-noreason (Talk) (Translate) User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this page after you started editing. Please confirm that you really want to recreate this page.
content-failed-to-parse (Talk) (Translate) Failed to parse $2 content for $1 model: $3
content-model-css (Talk) (Translate) CSS
content-model-javascript (Talk) (Translate) JavaScript
First page
First page
Last page
Last page