MediaWiki:RefToolbarMessages-en.js
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
// All user-facing messages
// TODO: Document usage
mw.usability.addMessages( { "cite-section-label" : "Cite",
"cite-template-list" : "Templates",
"cite-named-refs-label" : "Named refs",
"cite-named-refs-title" : "Insert a named reference",
"cite-named-refs-button" : "Named references",
"cite-named-refs-dropdown" : "Named refs", // Used on the top of the named refs list dropsown
"cite-errorcheck-label" : "Error check",
"cite-errorcheck-button" : "Check for errors",
"cite-dialog-base" : "citation",
"cite-form-submit" : "Insert",
"cite-form-showhide" : "Show/hide extra fields",
"cite-no-namedrefs" : "Cannot find any named refs on the page",
"cite-namedrefs-intro" : "Select a name from the list to see the ref content. Click \"Insert\" to insert a reference to it in the text.",
"cite-raw-preview" : "Wikitext:",
"cite-parsed-label" : "Parsed wikitext:",
"cite-form-parse" : "Show parsed preview",
"cite-refpreview" : "Preview",
"cite-name-label" : "Ref name",
"cite-group-label" : "Ref group",
"cite-errorcheck-submit" : "Check",
"cite-errorcheck-heading" : "Check for the following errors:",
"cite-error-unclosed" : "Unclosed <span style='font-family:monospace'><ref></span> tags",
"cite-error-samecontent" : "References with the same content",
"cite-error-templates" : "References not using a <a href='http://en.wikipedia.org/wiki/Wikipedia:Citation_templates'>citation template</a>",
"cite-error-repeated" : "Multiple references with the same name",
"cite-error-undef" : "Usage of undefined named references",
"cite-error-samecontent-msg" : "Multiple refs contain the same content: $1",
"cite-error-repeated-msg" : "Mutiple refs are given the name: \"$1\"",
"cite-error-templates-msg" : "Does not use a template: $1",
"cite-form-reset" : "Reset form",
"cite-loading" : "Loading data", // Shown while pagetext is being downloaded from the API
"cite-insert-date" : "Insert current date", // Alt/title text for "insert date" icon
"cite-err-report-heading" : "Citation error report", // Heading for error report table
"cite-err-report-close" : "Close", // Alt/title text for "close" icon on error report
"cite-err-report-empty" : "No errors found", // Message displayed in the error report list if there are no errors
"cite-autofill-alt" : "Autofill", // Alt text for autofill button image
"cite-test" : "Howdy"
});