User:Hoo man/lang/en/smart rollback.js

From Meta, a Wikimedia project coordination wiki

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
mw.messages.set({
	'hoo-smartRollback-toolbarText' : 'Smart rollback',
	'hoo-smartRollback-windowTitle' : 'Smart rollback',
	'hoo-smartRollback-windowButton' : 'Update links',
	'hoo-smartRollback-windowMassButton' : 'Revert everything',
	'hoo-smartRollback-editSummary' : 'Edit summary:',
	'hoo-smartRollback-editSummaryInfo' : '($1 will be replaced with the user name of the reverted user)',
	'hoo-smartRollback-customEditSummary' : 'Custom edit summary:',
	'hoo-smartRollback-markbotedits' : 'Mark edits as bot edits:',
	'hoo-smartRollback-confirm' : 'Do you really want to automatically rollback all pages?',
	'hoo-smartRollback-yes' : 'Yes',
	'hoo-smartRollback-no' : 'No',
	'hoo-smartRollback-useDefault' : 'Use the default edit summary',
	'hoo-smartRollback-other' : 'Other ->',
	'hoo-smartRollback-editSummaries' : [
		'revert (vandalism)',
		'revert (test edit)',
		'revert'
	],
	'hoo-closeButtonText' : 'Close'
});