aboutsummaryrefslogtreecommitdiff
path: root/languages/da/da.tinymce.php
blob: 7222bbfd95f463d5bdea8e306a0b5ac93808f475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * TinyMCE Danish language file
 *
 */

$danish = array(	
	'tinymce:remove' => "Fjern editor",
	'tinymce:add' => "Tilføj editor",
	'tinymce:word_count' => 'Ord tæller: ',	
);
				
add_translation('da',$danish);

?>