MediaWiki:RefToolbarMessages-en.js
Appearance
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Wikipedia:Bypass your cache.
// All user-facing messages
// TODO: Document usage
mw.messages.set({
'cite-section-label': 'Cite',
'cite-template-list': 'Templates',
'cite-named-refs-label': 'Named references',
'cite-named-refs-title': 'Insert a named reference',
'cite-named-refs-button': 'Named references',
'cite-named-refs-dropdown': 'Named references', // Used on the top of the named refs list dropdown
'cite-errorcheck-label': 'Error check',
'cite-errorcheck-button': 'Check for errors',
'cite-dialog-web': 'Web citation (RefToolbar)',
'cite-dialog-news': 'News citation (RefToolbar)',
'cite-dialog-book': 'Book citation (RefToolbar)',
'cite-dialog-journal': 'Journal citation (RefToolbar)',
'cite-form-submit': 'Insert',
'cite-form-showhide': 'Show/hide extra fields',
'cite-no-namedrefs': 'Cannot find any named references 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 citation template',
'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': 'Multiple 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-agency-tooltip': 'News agency (wire service) that provided the content published elsewhere',
'cite-work-tooltip': 'Name of journal, magazine, newspaper, periodical or website',
'cite-authorlink-tooltip': 'If the author has a Festipedia article, the name of the article',
'cite-at-tooltip': 'Position within the resource (when page is inappropriate)',
'cite-ref-tooltip': 'ID for anchor (for creating a linkable reference)',
'cite-postscript-tooltip': 'If specified, overrides the default behavior of terminating the citation with a period',
'cite-page-tooltip': 'Page in the source that supports the content.',
'cite-pages-tooltip': 'Pages in the source that supports the content; separate page ranges with an en dash (–); separate non-sequential pages with a comma (,); do not use to indicate the total number of pages in the source.',
'cite-publisher-tooltip': 'Parent company that published the work being cited',
'cite-website-tooltip': 'Name of the website in full, not the URL',
'cite-samecontent-desc': 'References with the same content',
'cite-samecontent-error': 'Multiple references contain the same content',
'cite-repeated-desc': 'Multiple references with the same name',
'cite-repeated-error': 'Multiple references are using the same name',
'cite-undefined-desc': 'Usage of undefined named references',
'cite-undefined-error': 'A named reference is used but not defined',
'cite-urlstatus-tooltip': 'Mark the live/dead/usurped status of the original URL, defining its relevance versus the (required) archive URL',
'cite-first-label': 'First name',
'cite-last-label': 'Last name',
'cite-title-label': 'Title',
'cite-work-label': 'Work',
'cite-newspaper-label': 'Newspaper',
'cite-journal-label': 'Journal',
'cite-publisher-label': 'Publisher',
'cite-access-date-label': 'Access date',
'cite-author-label': 'Author',
'cite-author-link-label': "Author's article",
'cite-archive-url-label': 'Archive URL',
'cite-archive-date-label': 'Archive date',
'cite-location-label': 'Location',
'cite-page-label': 'Page',
'cite-pages-label': 'Pages',
'cite-at-label': 'At',
'cite-chapter-label': 'Chapter',
'cite-volume-label': 'Volume',
'cite-series-label': 'Series',
'cite-issue-label': 'Issue',
'cite-language-label': 'Language',
'cite-format-label': 'Format',
'cite-date-label': 'Date',
'cite-month-label': 'Month',
'cite-year-label': 'Year',
'cite-quote-label': 'Quote',
'cite-author2-label': '2nd author',
'cite-author3-label': '3rd author',
'cite-author4-label': '4th author',
'cite-author5-label': '5th author',
'cite-agency-label': 'Agency',
'cite-editor-label': 'Editor',
'cite-editor1-first-label': "Editor's first",
'cite-editor1-last-label': "Editor's last",
'cite-editor1-link-label': "Editor's article",
'cite-editor-first-label': "Editor's first",
'cite-editor-last-label': "Editor's last",
'cite-editor-link-label': "Editor's article",
'cite-edition-label': 'Edition',
'cite-trans-title-label': 'Translated title',
'cite-ref-label': 'Ref',
'cite-postscript-label': 'Postscript',
'cite-url-label': 'URL',
'cite-url-status-label': 'URL status',
'cite-doi-label': 'DOI',
'cite-isbn-label': 'ISBN',
'cite-pmid-label': 'PMID',
'cite-issn-label': 'ISSN',
'cite-pmc-label': 'PMC',
'cite-oclc-label': 'OCLC',
'cite-bibcode-label': 'Bibcode',
'cite-id-label': 'ID',
'cite-website-label': 'Website name',
'cite-increment-alt': 'Add another', // Alt text for field increment button, not specific to a particular field
});
// Load configuration for site
mw.loader.load('/w/index.php?title=MediaWiki:RefToolbarConfig.js&action=raw&ctype=text/javascript');