aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce/languages
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tinymce/languages')
-rw-r--r--mod/tinymce/languages/en.php15
-rw-r--r--mod/tinymce/languages/es.php14
2 files changed, 15 insertions, 14 deletions
diff --git a/mod/tinymce/languages/en.php b/mod/tinymce/languages/en.php
new file mode 100644
index 000000000..b2702549c
--- /dev/null
+++ b/mod/tinymce/languages/en.php
@@ -0,0 +1,15 @@
+<?php
+/**
+ * TinyMCE language pack.
+ *
+ * @package ElggTinyMCE
+ */
+
+$english = array(
+ 'tinymce:remove' => "Remove editor",
+ 'tinymce:add' => "Add editor",
+ 'tinymce:word_count' => 'Word count: ',
+ 'tinymce:lang_notice' => "Your site language is %s but it isn't installed for TinyMCE. Get it <a target=\"_blank\" href=\"%s\">here</a> and copy it to %s. Then, <a href=\"%s\">flush the caches</a>. See the TinyMCE README for more details.",
+);
+
+add_translation("en", $english);
diff --git a/mod/tinymce/languages/es.php b/mod/tinymce/languages/es.php
deleted file mode 100644
index ce6ef33d5..000000000
--- a/mod/tinymce/languages/es.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-/**
- * TinyMCE language pack.
- *
- * @package ElggTinyMCE
- */
-
-$spanish = 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