aboutsummaryrefslogtreecommitdiff
path: root/languages/ca/ca.tinymce.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ca/ca.tinymce.php')
-rw-r--r--languages/ca/ca.tinymce.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/languages/ca/ca.tinymce.php b/languages/ca/ca.tinymce.php
new file mode 100644
index 000000000..932884dd5
--- /dev/null
+++ b/languages/ca/ca.tinymce.php
@@ -0,0 +1,9 @@
+<?php
+$ca = array (
+ 'tinymce:remove' => 'Llevar editor',
+ 'tinymce:add' => 'Afegir editor',
+ 'tinymce:word_count' => 'Quantitat de paraules: ',
+);
+
+add_translation("ca", $ca);
+