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.
System messages
First pagePrevious pageNext pageLast page
Name Default message text
Current message text
commentboard-invalid-title (talk) (Translate) Invalid Comment Link
commentboard-link-backtoboard (talk) (Translate) Back to comment archive
commentboard-link-backtoprofile (talk) (Translate) Back to profile
commentboard-permalink-title (talk) (Translate) Viewing comment from user board: $1
commentboard-purged (talk) (Translate) Sorry, this comment was deleted from our system by [$3 $2]. Reason: $1
commentboard-purged-title (talk) (Translate) Comment Permanently Deleted
commentboard-title (talk) (Translate) Comment Board: $1
commenteditlink-tooltip (talk) (Translate) Edit this comment
commentmoderation (talk) (Translate) Comment Moderation
commentmoderation-byactiondate (talk) (Translate) Moderation Log
commentmoderation-byvolume (talk) (Translate) By Volume of Reports
commentmoderation-delete (talk) (Translate) Delete
commentmoderation-dismiss (talk) (Translate) Dismiss
commentmoderation-empty (talk) (Translate) There are no comments in the moderation queue.
commentmoderation-item (talk) (Translate) First reported $1 by $2:
commentmoderation-item-andothers (talk) (Translate) First reported $1 by $2 and $3 others:
commentmoderation-title (talk) (Translate) Curse Profile Comment Moderation
commentmoderation-view (talk) (Translate) View
commentplaceholder (talk) (Translate) Leave a comment
commentpref-profile (talk) (Translate) Use the enhanced user profile comments
commentpref-wiki (talk) (Translate) Use the standard user talk wiki page
commentprefselect (talk) (Translate) Comment Page Type
commentreplyplaceholder (talk) (Translate) Leave a reply
commit_message (talk) (Translate) Summary of changes
common.css (talk) (Translate) /* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */ /* This governs the sections on the Community portal */ .cpbox { display: flex; flex-direction: row-reverse; flex-wrap: wrap; } .cpbox #admins { box-sizing: border-box; width: calc(33% - 10px); margin: 5px; flex-grow: 1; min-width: 300px; } .cpbox #help { box-sizing: border-box; width: calc(67% - 10px); margin: 5px; flex-grow: 1; } /* Template documentation styles */ /* If modifying these styles, be sure to update the mobile skin! */ .doc { margin: 0em auto 1em; background-color: rgba(0, 0, 0, 0.1); border: 2px solid #BDCAC3; border-radius: 1em; padding: 1em; } .doc-header { padding-bottom: 3px; border-bottom: 1px solid #BDCAC3; margin-bottom: 1ex; } .doc-footer { margin: 0; background-color: rgba(0, 0, 0, 0.1); border: 2px solid #BDCAC3; border-radius: 1em; padding: 1em; } /****************** /* General styles * /******************/ .contentbox { border: 1px solid #aaaaaa; background: #eeeeee; color: #333333; margin: 0 0 10px 0; padding: 3px 6px; overflow: auto; } span.bullet { background: transparent no-repeat center 60%; width: 9px; font-size: 11px; vertical-align: baseline; } .dablink { padding: 2px 36px 10px 36px; font-style: italic; } h3 { border-bottom: 1px dashed #E0E0E0; } span.ghost { color: #777777; /* For any text that appear fainter for some reason */ } .columns { padding: 0; margin: 10px 0 0 0; overflow: hidden; } .columns .leftcol { float: left; width: 50%; margin: 0; padding: 0; } .columns .centercol { float: left; margin: 0; padding: 0; } .columns .rightcol { float: right; width: 50%; margin: 0; padding: 0; } /* Front page structure */ .fpbox { margin: 5px; padding: 5px; overflow: auto; width: calc(100% - 2px); } .fpbox.plain { background: transparent; border: none; box-shadow: none; } .fpbox .heading, .fpbox .mainheading, .fpbox .welcome { margin: 0 0 10px; padding: 0 0 5px; overflow: auto; } .fpbox .mainheading, .fpbox .welcome { font-size: 150%; font-weight: bold; } .fpbox .heading { text-align: center; font-size: 132%; } .linkslabel { margin: 15px 5px 5px; padding: 0 0 5px; } /* Template:FP links styles */ .fplinks { display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: stretch; text-align: center; } .fplink-outer { padding: 5px; flex-basis: calc(25% - 10px); width: calc(25% - 15px); min-width: 115px; display: inline-block; vertical-align: middle; } .fplink-wide { flex-basis: calc(33% - 10px); width: calc(33% - 15px); } .fplink-fullwidth { flex-basis: 100%; width: calc(100% - 15px); font-weight: bold; } .fplink { padding: 0.5em; box-sizing: border-box; width: 100%; height: 100%; display: table; } .fplink-plain { background: transparent; border-radius: 0; border: 0; box-shadow: none; } .fplink-inner { display: table-row; } .fplink a { display: table-cell; vertical-align: middle; } .fplink img { max-width: 150px; width: 100%; height: auto; } /* Auto-resize front page video to fit smaller columns */ .fpbox .embedvideowrap { width: 100%!important; max-width: 480px; margin: 0 auto; } .fpbox .embedvideowrap iframe { width: 100%!important; } /* Multi-column box support */ .fp-container main .columns .leftcol, .fp-container .columns .rightcol { width: 100%; margin: 0; padding: 0; } @media (min-width: 990px) { .fp-container .columns .leftcol { float: left; width: 50%; } .fp-container .columns .rightcol { float: right; width: 50%; } } /* This CSS governs the responsive 3 column main page layout */ #fptweets { min-height:calc(325px + 2.3em); } #fp-3column.fp-container { display: grid; grid-template-areas: "a" "b" "c" "d"; grid-template-columns: 100%; } @media screen and (min-width:990px) { #fp-3column.fp-container { grid-template-areas: "a b" "c b" "c d"; grid-template-columns: 50% 50%; } } @media screen and (min-width:1350px) { #fp-3column.fp-container { grid-template-areas: "a b c" "d b c"; grid-template-columns: 33.3% 33.3% 33.3%; } } .fp-section { display: flex; flex-wrap: wrap; } #fp-1 { grid-area: a; } #fp-2 { grid-area: b; } #fp-3 { grid-area: c; } #fp-4 { grid-area: d; }
common.js (talk) (Translate) /* Any JavaScript here will be loaded for all users on every page load. */
common.json (talk) (Translate) /* Any JSON here will be loaded for all users on every page load. */
community_manager (talk) (Translate) Community Managers
comp_done (talk) (Translate) Comp Done?
comp_extended (talk) (Translate) Extended
comp_failed (talk) (Translate) Failed
comp_new (talk) (Translate) New
comp_points (talk) (Translate) Points
comp_report_link (talk) (Translate) #$1 - $2
comp_skipped (talk) (Translate) Skipped
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
config-admin-error-bot-user (talk) (Translate) Internal error when creating an admin with the name "<nowiki>$1</nowiki>".
config-admin-error-bot-user-add (talk) (Translate) Internal error when adding bot user to database with the name "<nowiki>$1</nowiki>".
config-install-gpe (talk) (Translate) Adding global page editor account
confirm (talk) (Translate) Confirm
First pagePrevious pageNext pageLast page