<?php

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

add_translation("en", $english);