<?php

	$english = array(
	
		/**
		 * Menu items and titles
		 */
	
		'tinymce:remove' => "Remove editor",
		'tinymce:add' => "Add editor",
	
	);
					
	add_translation("en",$english);

?>