System messages

From JaWiki (Jabber/XMPP 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
Last page
Name Default message text
Current message text
cite_references_prefix (Talk) (Translate) <ol class="references">
cite_references_suffix (Talk) (Translate) </ol>
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> Clear the cache in <em>Tools → Preferences</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) :
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 */ /** <h2>This block is for Template:Library, Template:Client and so on ...</h2> */ .iTable { float: right; clear: right; margin: 0 0 .5em 1em; width: 300px; background: #fff; border-collapse: collapse; border: 1px solid #777; font-size: small; line-height: 1.7; } .iHeader { color: #fff; background: #777; font-size: larger; } .iSection { text-align: center; font-weight: normal; background: #ccc; border: 1px solid #777; } .iLine { vertical-align: top; font-size: smaller; } .iParam { font-weight: bold; text-align: left; } .iValue { vertical-align: middle; } /** <h2>Several table styles from ru.wikipedia.org</h2> */ table.simple { border-color: rgb(170,170,170); border-collapse: collapse; } table.simple th, table.simple td {border-color: rgb(170,170,170); padding-left: 0.2em; padding-right: 0.2em} table.standard, table.wide, table.wikitable, table.standart {border: 1px solid rgb(170,170,170);border-collapse: collapse} table.standard th, table.wide th, table.wikitable th, table.standart th {border: 1px solid rgb(170,170,170);padding-left: 0.2em;padding-right: 0.2em;background-color: #EEEEFF} table.standard td, table.wide td, table.wikitable td, table.standart td { border: 1px solid rgb(170,170,170); padding-left: 0.2em; padding-right: 0.2em; vertical-align: top; } table.standard caption, table.wide caption, table.wikitable caption, table.standart caption, table.tiles caption { font-weight: bold; padding-top: 0.2em; padding-bottom: 0.2em; } table.wide {width: 100%} table.tiles {border-collapse: separate;border-spacing: 2px} table.tiles th {padding-left: 0.2em;padding-right: 0.2em;background-color: #EEEEFF} table.tiles td {padding-left: 0.2em;padding-right: 0.2em;background-color: #F0F0F0} tr.highlight th {background-color: #EEEEFF} tr.highlight td {background-color: #FFFFEE} tr.bright th {background-color: #CCCCFF} tr.bright td {background-color: #FFEECC} tr.shadow th {background-color: #F0F0F0} tr.shadow td {background-color: #F0F0F0} tr.dark th {background-color: #CCCCCC} tr.dark td {background-color: #CCCCCC} table th.highlight {background-color: #EEEEFF} table td.highlight {background-color: #FFFFEE} table th.bright {background-color: #CCCCFF} table td.bright {background-color: #FFEECC} table th.shadow {background-color: #F0F0F0} table td.shadow {background-color: #F0F0F0} table th.dark {background-color: #CCCCCC} table td.dark {background-color: #CCCCCC} /* <h2>Свистелки и всё такое</h2> */ /** @brief <h3>лампочка на первой странице</h3> * @author [[User:Cblp.su|Сыр Российский]] */ .page-Frontpage #content { background: white URL(/images/2/29/Lightbulb.jpg) no-repeat right bottom; } /** @brief <h3>для более логичного отображения дискуссий, списков определений и врезок</h3> * @author [[User:Cblp.su|Сыр Российский]] */ dl { margin-bottom: 0; } dd { border-left: dashed 1px #777; margin-left: 1.5em; padding-left: 1em; } /** @brief <h3>рамка с предупреждением — общая часть</h3> * @author [[User:Cblp.su|Сыр Российский]] */ .warn { margin-left: 10%; margin-right: 10%; border-style: solid; border-color: black; border-width: 1px; padding: 8pt; -moz-border-radius: 4pt; } /** @brief <h3>рамка с предупреждением — требуется объединение</h3> * @author [[User:Cblp.su|Сыр Российский]] * * для шаблона [[Template:Merge]] */ .warn_merge { border-color: orange; background: #FCA; } /** @brief <h3>расцвечивание [[список расширений|списка расширений]]</h3> * @author [[User:Cblp.su|Сыр Российский]] */ tr.status_Active td, tr.status_Final td { background: #dfd; } tr.status_Deferred td, tr.status_Deprecated td, tr.status_Obsolete td, tr.status_Rejected td, tr.status_Retracted td { background: #fdd; } tr.status_Draft td { background: #ffd; } /* <h2>Сворачивающиеся блоки</h2> */ .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; } /* <h2>Списки подстраниц</h2> См. {{tl|Подстраницы}} */ ul.prefixindex td { display: list-item; list-style: square; background: #FCA; }
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. */ /* <h2> Обеспечение функционирования {{tl|RealTitle}} </h2> */ /** "Technical restrictions" title fix ***************************************** * * Description: * Maintainers: [[w:en:User:Interiot|Interiot]], [[w:en:User:Mets501|Mets501]], [[w:en:User:Freakofnurture|Freakofnurture]] * Спёрто в [[w:en:MediaWiki:Common.js|Википедии]] */ // // For pages that have something like Template:Lowercase, replace the title, but only if it is cut-and-pasteable as a valid wikilink. // (for instance iPod's title is updated. But [[w:en:C#|C#]] is not an equivalent // wikilink, so [[w:en:C Sharp|C Sharp]] doesn't have its main title changed) // Likewise for users who have selected the U.K. date format ("1 March") the // titles of day-of-the-year articles will appear in that style. Users with any // other date setting are not affected. // // The function looks for a banner like this: // <div id="RealTitleBanner"> ... <span id="RealTitle">title</span> ... </div> // An element with id=DisableRealTitle disables the function. // var disableRealTitle = 0; // users can set disableRealTitle = 1 locally to disable. if (wgIsArticle) { // don't display the RealTitle when editing, since it is apparently inconsistent (doesn't show when editing sections, doesn't show when not previewing) addOnloadHook(function() { try { var realTitleBanner = document.getElementById("RealTitleBanner"); if (realTitleBanner && !document.getElementById("DisableRealTitle") && !disableRealTitle ) { var realTitle = document.getElementById("RealTitle"); if (realTitle) { var realTitleHTML = realTitle.innerHTML; realTitleText = pickUpText(realTitle); var isPasteable = 0; //var containsHTML = /</.test(realTitleHTML); // contains ANY HTML var containsTooMuchHTML = /</.test( realTitleHTML.replace(/<\/?(sub|sup|small|big)>/gi, "") ); // contains HTML that will be ignored when cut-n-pasted as a wikilink // calculate whether the title is pasteable var verifyTitle = realTitleText.replace(/^ +/, ""); // trim left spaces verifyTitle = verifyTitle.charAt(0).toUpperCase() + verifyTitle.substring(1, verifyTitle.length); // uppercase first character // if the namespace prefix is there, remove it on our verification copy. If it isn't there, add it to the original realValue copy. if (wgNamespaceNumber != 0) { if (wgCanonicalNamespace == verifyTitle.substr(0, wgCanonicalNamespace.length).replace(/ /g, "_") && verifyTitle.charAt(wgCanonicalNamespace.length) == ":") { verifyTitle = verifyTitle.substr(wgCanonicalNamespace.length + 1); } else { realTitleText = wgCanonicalNamespace.replace(/_/g, " ") + ":" + realTitleText; realTitleHTML = wgCanonicalNamespace.replace(/_/g, " ") + ":" + realTitleHTML; } } // verify whether wgTitle matches verifyTitle = verifyTitle.replace(/[\s_]+/g, " "); // underscores and multiple spaces to single spaces verifyTitle = verifyTitle.replace(/^\s+/, "").replace(/\s+$/, ""); // trim left and right spaces verifyTitle = verifyTitle.charAt(0).toUpperCase() + verifyTitle.substring(1, verifyTitle.length); // uppercase first character isPasteable = 1; var h1 = document.getElementsByTagName("h1")[0]; if (h1 && isPasteable) { h1.innerHTML = containsTooMuchHTML ? realTitleText : realTitleHTML; if (!containsTooMuchHTML) realTitleBanner.style.display = "none"; var contentSub = document.getElementById("contentSub"); if ( contentSub.getElementsByTagName("a") && contentSub.getElementsByTagName("a")[0].innerHTML == h1.innerHTML ) contentSub.style.display = "none"; } document.title = realTitleText + " — Jabber Wiki"; } } } catch (e) { /* Something went wrong. */ } }); } // similar to innerHTML, but only returns the text portions of the insides, excludes HTML function pickUpText(aParentElement) { var str = ""; function pickUpTextInternal(aElement) { var child = aElement.firstChild; while (child) { if (child.nodeType == 1) // ELEMENT_NODE pickUpTextInternal(child); else if (child.nodeType == 3) // TEXT_NODE str += child.nodeValue; child = child.nextSibling; } } pickUpTextInternal(aParentElement); return str; } //fix edit summary prompt for undo //this code fixes the fact that the undo function combined with the "no edit summary prompter" causes problems if leaving the //edit summary unchanged //this was added by [[w:en:User:Deskana|Deskana]], code by [[w:en:User:Tra|Tra]] addOnloadHook(function () { if (document.location.search.indexOf("undo=") != -1 && document.getElementsByName('wpAutoSummary')[0]) { document.getElementsByName('wpAutoSummary')[0].value='1'; } }) /* <h2> Кнопка редактирования нулевого раздела </h2> */ function editZeroSection(){ var body = document.getElementById('bodyContent') if (!body) return var h2s = body.getElementsByTagName('H2') var h2 = h2s[0] if (!h2) return if (h2.parentNode.id == 'toctitle') h2 = h2s[1] if (!h2) return var span = h2.firstChild if (!span || span.className != 'editsection') return var zero = span.cloneNode(true) body.insertBefore(zero, body.firstChild) var a = zero.getElementsByTagName('a')[0] if (a.href.indexOf('&section=T') == -1 ) a.title = a.title.replace(/:.*$/,': 0') else a.title = 'Править секцию: 0' a.setAttribute('href', wgScript + '?title='+encodeURIComponent(wgPageName) + '&action=edit&section=0') } /* <h2> Сворачивающиеся блоки </h2> */ /* * Невозбранно позаимствовано в http://ru.wikipedia.org/wiki/MediaWiki:Common.js */ var NavigationBarShowDefault = 2 var NavigationBarHide = '[скрыть]' var NavigationBarShow = '[показать]' var hasClass = (function (){ var reCache = {} return function (element, className){ return (reCache[className] ? reCache[className] : (reCache[className] = new RegExp("(?:\\s|^)" + className + "(?:\\s|$)"))).test(element.className) } })() function collapsibleTables(){ var Table, HRow, HCell, btn, a, tblIdx = 0, colTables = [] var allTables = document.getElementsByTagName('table') for (var i=0; Table = allTables[i]; i++){ if (!hasClass(Table, 'collapsible')) continue if (!(HRow=Table.rows[0])) continue if (!(HCell=HRow.getElementsByTagName('th')[0])) continue Table.id = 'collapsibleTable' + tblIdx btn = document.createElement('span') btn.style.cssText = 'float:right; font-weight:normal; font-size:smaller' a = document.createElement('a') a.id = 'collapseButton' + tblIdx a.href = 'javascript:collapseTable(' + tblIdx + ');' a.style.color = HCell.style.color a.appendChild(document.createTextNode(NavigationBarHide)) btn.appendChild(a) HCell.insertBefore(btn, HCell.childNodes[0]) colTables[tblIdx++] = Table } for (var i=0; i < tblIdx; i++) if ((tblIdx > NavigationBarShowDefault && hasClass(colTables[i], 'autocollapse')) || hasClass(colTables[i], 'collapsed')) collapseTable(i) } function collapseTable (idx){ var Table = document.getElementById('collapsibleTable' + idx) var btn = document.getElementById('collapseButton' + idx) if (!Table || !btn) return false var Rows = Table.rows var isShown = (btn.firstChild.data == NavigationBarHide) btn.firstChild.data = isShown ? NavigationBarShow : NavigationBarHide var disp = isShown ? 'none' : Rows[0].style.display for (var i=1; i < Rows.length; i++) Rows[i].style.display = disp } function collapsibleDivs(){ var navIdx = 0, colNavs = [], i, NavFrame var divs = document.getElementById('content').getElementsByTagName('div') for (i=0; NavFrame = divs[i]; i++) { if (!hasClass(NavFrame, 'NavFrame')) continue NavFrame.id = 'NavFrame' + navIdx var a = document.createElement('a') a.className = 'NavToggle' a.id = 'NavToggle' + navIdx a.href = 'javascript:collapseDiv(' + navIdx + ');' a.appendChild(document.createTextNode(NavigationBarHide)) for (var j=0; j < NavFrame.childNodes.length; j++) if (hasClass(NavFrame.childNodes[j], 'NavHead')) NavFrame.childNodes[j].appendChild(a) colNavs[navIdx++] = NavFrame } for (i=0; i < navIdx; i++) if ((navIdx > NavigationBarShowDefault && !hasClass(colNavs[i], 'expanded')) || hasClass(colNavs[i], 'collapsed')) collapseDiv(i) } function collapseDiv(idx) { var div = document.getElementById('NavFrame' + idx) var btn = document.getElementById('NavToggle' + idx) if (!div || !btn) return false var isShown = (btn.firstChild.data == NavigationBarHide) btn.firstChild.data = isShown ? NavigationBarShow : NavigationBarHide var disp = isShown ? 'none' : 'block' for (var child = div.firstChild; child != null; child = child.nextSibling) if (hasClass(child, 'NavPic') || hasClass(child, 'NavContent')) child.style.display = disp } /* <h2>Загрузка некоторых из перечисленных выше функций</h2> */ if (wgAction != 'history'){ addOnloadHook(collapsibleDivs) addOnloadHook(collapsibleTables) addOnloadHook(editZeroSection) }
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
confirmable-confirm (Talk) (Translate) Are {{GENDER:$1|you}} sure?
confirmable-no (Talk) (Translate) No
confirmable-yes (Talk) (Translate) Yes
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.
First page
Last page