aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce/languages/en.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tinymce/languages/en.php')
-rw-r--r--mod/tinymce/languages/en.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/mod/tinymce/languages/en.php b/mod/tinymce/languages/en.php
index 9d1396da4..b2702549c 100644
--- a/mod/tinymce/languages/en.php
+++ b/mod/tinymce/languages/en.php
@@ -1,15 +1,15 @@
<?php
+/**
+ * TinyMCE language pack.
+ *
+ * @package ElggTinyMCE
+ */
- $english = array(
-
- /**
- * Menu items and titles
- */
-
- 'tinymce:remove' => "Add/Remove editor",
-
- );
-
- add_translation("en",$english);
+$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.",
+);
-?> \ No newline at end of file
+add_translation("en", $english);