reddevil.i18n.en = {
// ajax	
	ax_timeout: 'No response from the server. '+
        'The server could be down or your Internet connection does not work.  '+
        'Please try again later.',
	ax_error: 'There was a communication problem with the server.  '+
        'Please try again and inform your webmaster if the problem continues.',
	ax_application: 'You have just encountered a bug in the application, '+
		 'Please inform your webmaster',
	ax_loaderror: 'Error while dynamically loading javascript file',
// child
    ch_add: 'Add child',
	ch_addok: 'Child successfully created.',
	ch_del: 'Are you sure that you want to delete the child <br>$',
	ch_delok: 'Child successfully deleted.',
    ch_dlgtitle: 'Deleting child',
    ch_existing: 'Existing children of $',
    ch_newstitle: 'Add news item to $',
    ch_objtype: 'Object type',
    ch_title: 'Add child to $',
    ch_tonews: 'Switch to news mode',
    ch_tonormal: 'Switch to normal mode',
// generel
	ge_cancel: 'Cancel',
	ge_commit: 'Commit Changes',
	ge_delete: 'Delete',
	ge_edit: 'Edit',
    ge_identifier: 'Identifier',
	ge_no: 'No',
	ge_ok: 'OK',
    ge_title: 'Title',
	ge_yes: 'Yes',
// properties
    pr_parent: 'To Parent',
    pr_modified: 'Properties successfully modified',
	pr_toedit: 'To Edit mode',
	pr_title: 'Properties of "$"',
    pr_upload: 'Uploading of "$"',
    pr_uplok: 'Upload successful',
// user
	ur_detail: 'User Detail',
// sentinel
	zzz: 'zzz'
};
