MediaWiki:RenameRequest.js/en.js

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
// Replace the ending of "rI18n.en =" with the language for translation (rI18n.xx matched with page title xx.js)
window.rRename.rI18n.en = {
	submitButtonLabel: 'Request renaming',
	proceedButtonLabel: 'Proceed',
	cancelButtonLabel: 'Cancel',
	headline: 'Renaming a file',
	lNewName: 'Enter the new name',
	tNewName: 'Enter the desired file name',
	pNewName: 'new name',
	lRationale: 'Rationale according to the policy',
	tRationale: 'Provide a valid reason or select one from the table',
	pRationale: 'Select a reason',
	lReason: 'Additional explanation / reason / justification',
	tReason: 'Optional: Provide details',
	pReason: 'additional reason or justification',
	lAccept: 'I acknowledge that repeated non-justified rename requests will block this feature for me.',
	invalidRationale: 'Select a valid rationale',
	nameToShort: 'Name is too short',
	newName: 'Please specify a *new* name',
	notTheUploader: 'Be honest: You are not the uploader',
	nameExists: 'There is already a file with the specified file name - Please choose another name',
	blacklisted: 'This name is blacklisted - Please choose another name',
	progress: {
		policy: 'Loading policy',
		input: 'Checking input',
		blacklisted: 'Checking whether the new file name is blacklisted',
		load: 'Loading Wikitext',
		edit: 'Requesting a filemover to move this file'
	}
};