diff options
Diffstat (limited to 'languages/eu/eu.tinymce.php')
-rw-r--r-- | languages/eu/eu.tinymce.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/languages/eu/eu.tinymce.php b/languages/eu/eu.tinymce.php new file mode 100644 index 000000000..bdae4b62e --- /dev/null +++ b/languages/eu/eu.tinymce.php @@ -0,0 +1,8 @@ +<?php +$basque=array ( + 'tinymce:remove' => 'Editorea kendu', + 'tinymce:add' => 'Editorea jarri', + 'tinymce:word_count' => 'Hitz kopurua: ', +); + +add_translation("eu", $basque);
\ No newline at end of file |