System messages

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 pagePrevious pageNext pageLast page
Name Default message text
Current message text
comments-time-months (talk) (Translate) {{PLURAL:$1|one month|$1 months}}
comments-time-seconds (talk) (Translate) {{PLURAL:$1|one second|$1 seconds}}
comments-voted-label (talk) (Translate) Voted
comments-you (talk) (Translate) You
common.css (talk) (Translate) /* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */ h1,h2,h3,h4,h5,h6 { clear: left; display: block; }
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. */ var _asianfuse = { maxWidth: 425, maxHeight: 350, cache: {}, flowplayers: {}, restores: [], container: function(id){ return(jQuery('#af-media-embed-container_' + id)); }, embed: function(id){ return(jQuery('#af-media-href_' + id).length ? jQuery('#af-media-href_' + id) : jQuery('#af-media-embed_' + id)); }, restore: function(id){ return(jQuery('#af-media-restore_' + id)); }, ratio: function(id) { return(_asianfuse.container(id_num).height() / _asianfuse.embed(id_num).height()); }, is_maximized: function(id) { return parseInt(this.container(id).height()) == parseInt(this.maxHeight * this.ratio(id)) && parseInt(this.container(id).width()) == parseInt(_asianfuse.maxWidth); } } function setDefaults() { jQuery('.afv').each(function(i, el) { id_num = this.id.split('_', 2)[1] _asianfuse.cache[id_num] = { container_height: _asianfuse.container(id_num).height(), container_width: _asianfuse.container(id_num).width(), container_ratio: _asianfuse.ratio(id_num), embed_height: _asianfuse.embed(id_num).height(), embed_width: _asianfuse.embed(id_num).width() } }); } function setMouseDownEvents() { jQuery('.afv').mousedown(function(e) { id_num = this.id.split('_', 2)[1]; if( e.which != 1 || _asianfuse.is_maximized(id_num) ) { return; } _asianfuse.container(id_num).width(_asianfuse.maxWidth + 'px'); _asianfuse.container(id_num).height((_asianfuse.maxHeight * _asianfuse.cache[id_num].container_ratio) + 'px'); _asianfuse.embed(id_num).width(_asianfuse.maxWidth + 'px'); _asianfuse.embed(id_num).height(_asianfuse.maxHeight + 'px'); // Reset the width relative to the width of the embedded video, // because we cannot count on it's parent element's calculated width to cause this to display as expected _asianfuse.restore(id_num).width((_asianfuse.maxWidth * 0.98) + 'px'); _asianfuse.restore(id_num).show(); if ( _asianfuse.flowplayers[id_num] != undefined ) { _asianfuse.flowplayers[id_num].load(); } }); } function setRestoreEvents() { jQuery('div.restore').click(function(e) { id_num = this.id.split('_', 2)[1] if( _asianfuse.is_maximized(id_num) ) { if ( _asianfuse.flowplayers[id_num] != undefined ) { _asianfuse.flowplayers[id_num].stop(); } _asianfuse.restore(id_num).hide(); _asianfuse.embed(id_num).width(_asianfuse.cache[id_num].embed_width + 'px'); _asianfuse.embed(id_num).height(_asianfuse.cache[id_num].embed_height + 'px'); _asianfuse.container(id_num).width(_asianfuse.cache[id_num].container_width + 'px'); _asianfuse.container(id_num).height(_asianfuse.cache[id_num].container_height + 'px'); } }); } function initAsianFuseVideoPanels() { setDefaults(); setMouseDownEvents(); setRestoreEvents(); } addOnloadHook( initAsianFuseVideoPanels );
common.json (talk) (Translate) /* Any JSON here will be loaded for all users on every page load. */
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-markpatrolled-button (talk) (Translate) OK
confirm-markpatrolled-top (talk) (Translate) Mark revision $3 of $2 as patrolled?
confirm-mcrrestore-title (talk) (Translate) Restore a revision
confirm-mcrundo-title (talk) (Translate) Undo a change
confirm-purge-bottom (talk) (Translate) Purging a page clears the cache and forces the most current revision to appear.
confirm-purge-title (talk) (Translate) Purge this page
confirm-purge-top (talk) (Translate) Clear the cache of this page?
confirm-rollback-button (talk) (Translate) OK
confirm-rollback-top (talk) (Translate) Revert edits to 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.
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
First pagePrevious pageNext pageLast page