aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce/languages/en.php
blob: d8e444dd39830c87555286a5eb3766c5364ad06f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

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

?>