aboutsummaryrefslogtreecommitdiff
path: root/languages/es/es.tinymce.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/es/es.tinymce.php')
-rw-r--r--languages/es/es.tinymce.php19
1 files changed, 8 insertions, 11 deletions
diff --git a/languages/es/es.tinymce.php b/languages/es/es.tinymce.php
index ce6ef33d5..32adb3478 100644
--- a/languages/es/es.tinymce.php
+++ b/languages/es/es.tinymce.php
@@ -1,14 +1,11 @@
+
+
<?php
-/**
- * TinyMCE language pack.
- *
- * @package ElggTinyMCE
- */
-
-$spanish = array(
- 'tinymce:remove' => "Quitar editor",
- 'tinymce:add' => "Agregar editor",
- 'tinymce:word_count' => 'Cantidad de palabras: ',
+$es = array (
+ 'tinymce:remove' => 'Quitar editor',
+ 'tinymce:add' => 'Agregar editor',
+ 'tinymce:word_count' => 'Cantidad de palabras: ',
);
-add_translation("es", $spanish); \ No newline at end of file
+add_translation("es", $es);
+