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, 4 insertions, 5 deletions
diff --git a/languages/ca/ca.tinymce.php b/languages/ca/ca.tinymce.php
index 932884dd5..9ed43e4bb 100644
--- a/languages/ca/ca.tinymce.php
+++ b/languages/ca/ca.tinymce.php
@@ -1,9 +1,8 @@
<?php
-$ca = array (
- 'tinymce:remove' => 'Llevar editor',
+$language = array (
+ 'tinymce:remove' => 'Treure editor',
+ 'tinymce:lang_notice' => 'L\'idioma del teu lloc és %s però aquest no està instal·lat per al TinyMCE. Aconsegueix-lo a <a target="_blank" href="%s">aquí</a> i copia\'l a %s. Llavors, <a href="%s">actualitza la catxé</a>. Mira el README del TinyMCE per a més detalls.',
'tinymce:add' => 'Afegir editor',
'tinymce:word_count' => 'Quantitat de paraules: ',
);
-
-add_translation("ca", $ca);
-
+add_translation("ca", $language); \ No newline at end of file