messages = {
	help:{
	}
	,
	resource:{
		edit : '[Edit]',
		line_feed : '[Line break]',
		line_feed_delete : '[Delete line break]',
		input_talker : '[Enter the name of a speaker]',
		input_talker_message : 'Please input the name of a speaker',
		delete_talker : '[Delete]',
		add_talker : '[Add]',
		edit_talker : '[Speaker]',
		play : 'Play'
	}
	,
	error:{
		save: 'Saving failed.',
		mediaFile: 'This media file cannot be played back.'
	}
	,
	warn:{
		mediaFile: 'You can wait, but you might not be able to access this media file.'
	}
	,
	info:{
		confirmUnload: 'All the changes are discarded.\nDo you really want to finish?',
		confirmChangeTab: 'All the changes are discarded.\nDo you really want to change the tab?',
		
		saving: 'Now saving.',
		saved: 'Successfully saved.',
		
		useFlash: 
			'Cannot use QuickTime.\n\n' + 
			'Play audio by using Flash.\n' + 
			'The following problems might occur in some podcasts.\n' + 
			' ・Audio is played in fast forward.\n' + 
			' ・Audio is not played.',
		
		noPlugin: 
			'Audio cannot be played because both Quicktime and Flash plugins are not found.',
		
		loading: 'Now loading.',
		load_updates: 'Corrections by other users are now updated.',
		touched: 'Other users are also correcting errors on this page.',
		dict_word_added: 'A word without pronunciation is registered. Please enter its pronunciation.',
		push_play_button: 'Please click the playback button.',
		push_play: '<span class="translation_missing">en, 再生ボタンを押してください</span>'
	},
	loginRequired: 'Please login.'
}

