Games:  Legacy Online | Legacy Dev Hunted Cow Studios 



System messages

To Login to the wiki, use your username for Legacy and then go here to get your temporary password. - Will (talk)

From Legacy 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
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 */
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. */ // FloatingTableHeader.js // From https://archive.is/zJzTe, // with very slight modifications // ported and adapted for Wikia Oasis by mfaizsyahmi // --- // Heavily modified by Paradox- //---------------------------------------- Floatheader //--- non-UCP var ucp = mw.config.get("wgVersion") != "1.19.24"; $("table.floatheader").each(function() { $(this).wrap("<div class=\"divTableWithFloatingHeader\" style=\"position:relative\"></div>"); //--- If there is no thead, put all header rows into a thead //--- Code taken from jQuery tablesorter (& modified) //--- https://phabricator.wikimedia.org/source/mediawiki/browse/master/resources/src/jquery.tablesorter/jquery.tablesorter.js$283 if (!$("thead", this).length) { var thead = $("<thead>"); $("> tbody > tr", this).each(function() { if ($("> td", this).length) { return false; } thead.append(this); }); $("> tbody", this).before(thead); } var originalHeader = $("thead", this); var clonedHeader = originalHeader.clone().hide(); originalHeader.after(clonedHeader); originalHeader.addClass("tableFloatingHeaderOriginal"); clonedHeader.addClass("tableFloatingHeader"); clonedHeader.css("position", "absolute"); clonedHeader.css("top", "0"); clonedHeader.css("left", $(this).css("margin-left")); //--- Floating Header cell fixes $("th", clonedHeader).each(function() { //--- Remove Sort Buttons if ($(this).hasClass("headerSort")) { $(this).removeClass("headerSort").removeAttr("tabindex").removeAttr("title"); //--- non-UCP if (!ucp) { $("span.chevron", this).parent().remove(); } } //--- Remove mw-collapsible Toggle Button $(".mw-collapsible-toggle", this).remove(); //--- Remove Transparency var bgcolors = $(this).css("background-color"); if (bgcolors.charAt(3) == "a" && bgcolors != "rgba(0, 0, 0, 0)") { $(this).css("background-color", "rgb(" + bgcolors.match(/\d+/g).slice(0, 3).join(", ") + ")"); } }); }); UpdateTableHeaders(); $(window).scroll(UpdateTableHeaders).resize(UpdateTableHeaders); function UpdateTableHeaders() { $("div.divTableWithFloatingHeader").each(function() { var offset = $(this).offset(); var scrollTop = $(window).scrollTop(); var floatingHeader = $(".tableFloatingHeader", this); var globalNavOffset = $("#globalNavigation").height() || 0; if (scrollTop > offset.top - globalNavOffset && scrollTop + globalNavOffset < offset.top + $(this).height()) { var originalHeader = $(".tableFloatingHeaderOriginal", this); floatingHeader.css("top", Math.min(scrollTop - offset.top + globalNavOffset, $(this).height() - floatingHeader.height() - $("tr:last", this).height()) + "px").show(); //--- Copy cell width & horizontal padding from original header -- only way to make the cells obey their width $("th", floatingHeader).each(function(i) { var oh = $("th", originalHeader).eq(i); //--- non-UCP -- Add "border-right-width" to the cell width $(this).width(ucp ? oh.css("width") : oh.width() + +oh.css("border-right-width").replace("px", "")); $(this).css("padding-left", oh.css("padding-left")); $(this).css("padding-right", oh.css("padding-right")); }); //--- Copy width from original thead -- Add 1px to wikitables floatingHeader.css("width", originalHeader.width() + +$("> table", this).hasClass("wikitable") + "px"); } else { floatingHeader.hide(); } }); }
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 cancelled
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