blob: f5d6550dd7276ce874a277c626a31a0014452de2 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | <?php
$english = array(
	/**
	 * Menu items and titles
	 */
	'tinymce:remove' => "Remove editor",
	'tinymce:add' => "Add editor",
	'tinymce:word_count' => 'Word count: ',
);
add_translation("en", $english);
 |