मीडियाविकि:Gadget-SiteMessages.js
ध्यान दें: प्रकाशित करने के बाद बदलाव देखने के लिए आपको अपने ब्राउज़र के कैश को हटाना पड़ सकता है।
- Firefox/Safari: Reload क्लिक समय Shift दबाएँ, या फिर Ctrl-F5 या Ctrl-R दबाएँ (Mac पर ⌘-R)
- Google Chrome: Ctrl-Shift-R दबाएँ (Mac पर ⌘-Shift-R)
- Internet Explorer/Edge: Refresh पर क्लिक करते समय Ctrl दबाएँ, या Ctrl-F5 दबाएँ
- Opera: Ctrl-F5 दबाएँ।
/**
* Central message storage
*/
/**
* Messages are configurable here
*/
mw.messages.set( {
'author':'Author',
'translator':'Translator',
'editor':'Editor',
'publisher':'Publisher',
'place':'Place',
'volume':'Volume',
'school':'School',
'book':'Book',
'collection':'Collection',
'journal':'Journal or magazine',
'phdthesis':'Thesis, report',
'dictionary':'Dictionary',
'progress':'Progress',
'progress_T':'Done',
'progress_V':'To be validated',
'progress_C':'To be proofread',
'progress_MS':'Ready for Match & Split',
'progress_OCR':'Source file needs an OCR text layer',
'progress_L':'Source file is incorrect (missing pages, unordered pages, etc)',
'progress_X':'Pagelist needed (to verify file is complete and correct before commencing proofreading)',
'▲':'Return to the top of the page.',
'iwtrans':'Its text comes from',
'iwtrans2':'Its text comes from other Wikisource subdomains.',
'page_namespace_name': 'Page',
'page_trascluded_in': 'Page trascluded in:',
'text_number': 'Text',
'compare_with': 'Comparison with:',
'compare_texts': 'Compare texts'
} );