diff --git a/Build/package.json b/Build/package.json
index a64b99473b4f8a758f9ba7c5640fe269967372c3..0913f82b4c0f73598d0814666c524ce9859be7fb 100644
--- a/Build/package.json
+++ b/Build/package.json
@@ -87,7 +87,7 @@
     "broadcastchannel-polyfill": "^1.0.0",
     "chart.js": "^2.9.3",
     "chosen-js": "^1.8.7",
-    "ckeditor-wordcount-plugin": "^1.17.6",
+    "ckeditor-wordcount-plugin": "^1.17.12",
     "ckeditor4": "^4.18.0",
     "codemirror": "^5.58.1",
     "cropperjs": "^1.5.9",
diff --git a/Build/yarn.lock b/Build/yarn.lock
index 0a9f64cb805ae86993ea7d0ab0b62d988ec4e512..13636e6ed126ff9b381b5a50e49ff7050c1e524c 100644
--- a/Build/yarn.lock
+++ b/Build/yarn.lock
@@ -1929,10 +1929,10 @@ circular-json@^0.3.1:
   resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"
   integrity sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==
 
-ckeditor-wordcount-plugin@^1.17.6:
-  version "1.17.6"
-  resolved "https://registry.yarnpkg.com/ckeditor-wordcount-plugin/-/ckeditor-wordcount-plugin-1.17.6.tgz#cb1a2a988ce8c3f29cd701f38b120c3a03daef85"
-  integrity sha512-73Q0/W445UoToQ8fyaBhXxhsZXMOxoeGGaIZ1HyiPc1nisK1gbIGAFi1ksgKoavQhri0+sOfpnYSFXDEC608EQ==
+ckeditor-wordcount-plugin@^1.17.12:
+  version "1.17.12"
+  resolved "https://registry.yarnpkg.com/ckeditor-wordcount-plugin/-/ckeditor-wordcount-plugin-1.17.12.tgz#09452308b460398d7b045efb69b240242a5150f5"
+  integrity sha512-UU6ZpNoJvo6TQ7LoiV1hcEWboHKwqoLKK0CW951ZXH2QywMX+b4FkYNk3ajdrkCWbe2jVT2kbyMHf/H4FK+u8w==
 
 ckeditor4@^4.18.0:
   version "4.18.0"
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ar.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ar.js
index 7c181a4cdf55f68a6168ad8dc7459b47b55bd960..bcf1f2ecf35a961dde04838cfce2eddd031f7311 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ar.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ar.js
@@ -2,8 +2,11 @@
 
 CKEDITOR.plugins.setLang('wordcount', 'ar', {
     WordCount: 'كلمات:',
+    WordCountRemaining: 'Words remaining',
     CharCount: 'حروف:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: 'حروف مع إتش تي إم إل',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'فقرات',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: 'لا يمكن اضافة هذا المحتوى لانه تجاوز الحد الاقصى',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ca.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ca.js
index 19f67c4587707846852379fb5c9e1c9be4d31168..0350138b262e22903441a134d77c3e7698a23c01 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ca.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ca.js
@@ -4,8 +4,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'ca', {
     WordCount: 'Paraules:',
+    WordCountRemaining: 'Words remaining',
     CharCount: 'Caràcters:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: 'Caràcters (including HTML):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'Paragraphs:',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: 'Content can not be pasted because it is above the allowed limit',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/cs.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/cs.js
index 6dbd0bf4a48f72161dabf0a75a63e19b4397b871..e39f96bd64a7a61a7cf7ce476ad98d98b3d28a0b 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/cs.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/cs.js
@@ -2,14 +2,16 @@
 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
 */
-CKEDITOR.plugins.setLang('wordcount', 'cs',
-    {
-        WordCount: 'Slov: ',
-        CharCount: 'Znaků: ',
-        CharCountWithHTML: 'Znaků (s HTML): ',
-        Paragraphs: 'Odstavců: ',
-        ParagraphsRemaining: 'Paragraphs remaining',
-        pasteWarning: 'Obsah nelze vložit',
-        Selected: 'Výběr: ',
-        title: 'Statistika'
-    });
\ No newline at end of file
+CKEDITOR.plugins.setLang('wordcount', 'cs', {
+    WordCount: 'Slov: ',
+    WordCountRemaining: 'Words remaining',
+    CharCount: 'Znaků: ',
+    CharCountRemaining: 'Characters remaining',
+    CharCountWithHTML: 'Znaků (s HTML): ',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
+    Paragraphs: 'Odstavců: ',
+    ParagraphsRemaining: 'Paragraphs remaining',
+    pasteWarning: 'Obsah nelze vložit',
+    Selected: 'Výběr: ',
+    title: 'Statistika'
+});
\ No newline at end of file
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/da.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/da.js
index aaf781a41b6f521e8348b4f5ddca9a51118ad169..3d334a697d23b6a9922084452fe410751dd9c55a 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/da.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/da.js
@@ -4,8 +4,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'da', {
     WordCount: 'Ord:',
+    WordCountRemaining: 'Words remaining',
     CharCount: 'Karakterer:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: 'Karakterer (med HTML):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'Afsnit:',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: 'Indholdet kan ikke indsættes da det er længere end den tilladte grænse.',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/de.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/de.js
index 42e298dead74cae69593219b350b1daacfb72f34..d63fe7ec6a9d5e13c27f0e059d8698c455d6e3d3 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/de.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/de.js
@@ -4,11 +4,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'de', {
     WordCount: 'Wörter:',
+    WordCountRemaining: 'Verbleibende Wörter',
     CharCount: 'Zeichen:',
+    CharCountRemaining: 'Verbleibende Zeichen',
     CharCountWithHTML: 'Zeichen (inkl. HTML):',
+    CharCountWithHTMLRemaining: 'Verbleibende Zeichen (inkl. HTML)',
     Paragraphs: 'Absätze:',
-    ParagraphsRemaining: 'Paragraphs remaining',
-    pasteWarning: 'Content can not be pasted because it is above the allowed limit',
-    Selected: 'Selected: ',
+    ParagraphsRemaining: 'Verbleibende Absätze',
+    pasteWarning: 'Text kann nicht eingefügt werden. Text ist zu lang.',
+    Selected: 'Ausgewählt: ',
     title: 'Statistik'
 });
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/el.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/el.js
index 2643c225e01c4ccf98d160913cbbffa500478df2..ef57dcef9860801ece53aee96c55d05ce35fa02d 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/el.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/el.js
@@ -4,8 +4,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'el', {
     WordCount: 'Λέξεις:',
+    WordCountRemaining: 'Words remaining',
     CharCount: 'Χαρακτήρες:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: 'Χαρακτήρες (μαζί με HTML):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'Paragraphs:',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: 'Content can not be pasted because it is above the allowed limit',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/es.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/es.js
index 8cd41ff367fd3d0481806d66fbf16471d8008780..3bbc877d60ae1a77ba3684cdb853c0718874a9fa 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/es.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/es.js
@@ -4,10 +4,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'es', {
     WordCount: 'Palabras:',
-    CharCount: 'Carácteres:',
-    CharCountWithHTML: 'Carácteres (con HTML):',
+    WordCountRemaining: 'Palabras restantes',
+    CharCount: 'Caracteres:',
+    CharCountRemaining: 'Caracteres restantes',
+    CharCountWithHTML: 'Caracteres (con HTML):',
+    CharCountWithHTMLRemaining: 'Caracteres (con HTML) restantes',
     Paragraphs: 'Párrafos:',
-    ParagraphsRemaining: 'Paragraphs remaining',
+    ParagraphsRemaining: 'Párrafos restantes',
     pasteWarning: 'El contenido no se puede pegar, ya que se encuentra fuera del límite permitido',
     Selected: 'Seleccionado: ',
     title: 'Estadísticas'
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fa.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fa.js
index e679255f22e2224ee0d46b18264470016c1e7328..3fdb800adb21bd9feec5ac1ff527cf69092eb06e 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fa.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fa.js
@@ -3,8 +3,12 @@ Its The Persian (Farsi) Language Translate For Iranian By "Mohsen Esmaili"
 */
 CKEDITOR.plugins.setLang('wordcount', 'fa', {
     WordCount: 'لغت:',
+    WordCountRemaining: 'Words remaining',
     CharCount: 'کاراکتر:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: 'کاراکترها (با HTML):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'پاراگراف:',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: 'محتوای مورد نظر را نمی توان چسباند. زیرا این بیشتر از حد مجاز است.',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fi.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fi.js
index 827a72f70b7427c143f1aec1906ee58b9aba4ae6..2e13478cec7f3fd073970f8ed48b9c7536017a52 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fi.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fi.js
@@ -5,8 +5,11 @@
  */
 CKEDITOR.plugins.setLang('wordcount', 'fi', {
     WordCount: 'Sanoja:',
+    WordCountRemaining: 'Words remaining',
     CharCount: 'Merkkejä:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: 'Merkkejä (ml. HTML):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'Kappaleita:',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: 'Sisältöä ei voida liittää, koska se ylittää sallitun rajan.',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fr.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fr.js
index 1fa562b1901a902174f28c38314799a405bda630..c404a161ebe782181fe28f4319124f9c9b2f6453 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fr.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/fr.js
@@ -2,10 +2,13 @@
 
 CKEDITOR.plugins.setLang('wordcount', 'fr', {
     WordCount: 'Mots :',
+    WordCountRemaining: 'mots restants',
     CharCount: 'Caractères :',
+    CharCountRemaining: 'caractères restants',
     CharCountWithHTML: 'Caractères (incluant HTML) :',
+    CharCountWithHTMLRemaining: 'caractères (avec HTML) restants',
     Paragraphs: 'Paragraphes :',
-    ParagraphsRemaining: 'Paragraphs remaining',
+    ParagraphsRemaining: 'paragraphes restants',
     pasteWarning: 'Le contenu ne peut pas être collé car il dépasse la limite autorisée',
     Selected: 'Sélectionné :',
     title: 'Statistiques'
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/he.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/he.js
index 43895e0a4bf2bfdca9fc6bee41f8671584c95368..652fcd19e40714e56baa49dd13959ee75c2a0d6b 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/he.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/he.js
@@ -4,8 +4,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'he', {
     WordCount: 'מילים:',
+    WordCountRemaining: 'Words remaining',
     CharCount: 'תווים:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: 'תווים (כולל HTML):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'פסקאות:',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: 'לא ניתן להדביק תוכן בשל עודף תווים',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/hr.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/hr.js
index b66d154e2d15f5c52364f9a9ebd688e6b44291fa..4e501ccb3ce718ee13ca5044e2fe456c6e9e7bbd 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/hr.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/hr.js
@@ -4,8 +4,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang("wordcount", "hr", {
     WordCount: "Riječi:",
+    WordCountRemaining: 'Words remaining',
     CharCount: "Znakova:",
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: "Znakova (uključujući HTML):",
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: "Paragraphs:",
     ParagraphsRemaining: "Paragraphs remaining",
     pasteWarning: "Content can not be pasted because it is above the allowed limit",
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/hu.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/hu.js
index 7866a8e9086f3855102def0ca4dc06bf81cf10a0..1e19fc680f399a0b035e07ba1d65964c765b16ca 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/hu.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/hu.js
@@ -4,8 +4,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'hu', {
     WordCount: 'Szavak:',
+    WordCountRemaining: 'Words remaining',
     CharCount: 'Karakaterek:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: 'Karakterek (HTML tagekkel):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'Bekezdések:',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: 'A szöveget nem lehet beilleszteni, mert a megadott limit felett van',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/it.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/it.js
index 07717265ed04372059bd2c202e7424602c972f89..6c6a4a6502ecd51959726121343ac6fb92b896d7 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/it.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/it.js
@@ -5,10 +5,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'it', {
     WordCount: 'Parole:',
+    WordCountRemaining: 'Parole rimanenti',
     CharCount: 'Caratteri:',
+    CharCountRemaining: 'Caratteri rimanenti',
     CharCountWithHTML: 'Caratteri (HTML incluso):',
+    CharCountWithHTMLRemaining: 'Caratteri (con HTML) rimanenti',
     Paragraphs: 'Paragrafi:',
-    ParagraphsRemaining: 'Paragraphs remaining',
+    ParagraphsRemaining: 'Paragrafi rimanenti',
     pasteWarning: 'Il contenuto non può essere incollato poiché supera il limite massimo di caratteri disponibili',
     Selected: 'Selezionato: ',
     title: 'Statistiche'
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ja.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ja.js
index 1d02684ab288668cab17a7d6ba62ace107851787..3c89d4af6fc8360759c80dce094f5afb32869f6f 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ja.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ja.js
@@ -4,8 +4,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'ja', {
     WordCount: '単語数:',
+    WordCountRemaining: 'Words remaining',
     CharCount: '文字数:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: '文字数 (HTMLタグを含む):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: '段落数:',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: '文字数/単語数の上限を超えるため、貼り付けできません。',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ka.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ka.js
new file mode 100644
index 0000000000000000000000000000000000000000..1872032543811199f0680848714358945ebf9bd3
--- /dev/null
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ka.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+GEO Translation by E404R
+*/
+CKEDITOR.plugins.setLang('wordcount', 'ka', {
+    WordCount: 'სიტყვები:',
+    WordCountRemaining: 'დარჩენილი სიტყვები',
+    CharCount: 'სიმბოლო:',
+    CharCountRemaining: 'დარჩენილი სიმბოლო',
+    CharCountWithHTML: 'სიმბოლოები (HTML ით):',
+    CharCountWithHTMLRemaining: 'სიმბოლოები (HTML ით) დარჩენილი',
+    Paragraphs: 'პარაგრაფი:',
+    ParagraphsRemaining: 'დარჩენილი პარაგრაფი',
+    pasteWarning: 'ჩასმა შეუძლებელია, რადგან ის აღემატება დასაშვებ ლიმიტს',
+    Selected: 'არჩეული: ',
+    title: 'სტატისტიკა'
+});
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/nl.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/nl.js
index e2a81701fd9a4f284dd0d172c0b292cd63fed7ea..7b732ddc14d0aab8ef91a4060b7a9177cf17bc01 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/nl.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/nl.js
@@ -4,10 +4,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'nl', {
     WordCount: 'Woorden:',
+    WordCountRemaining: 'Resterende woorden',
     CharCount: 'Tekens:',
+    CharCountRemaining: 'Resterende tekens',
     CharCountWithHTML: 'Tekens (inclusief HTML):',
+    CharCountWithHTMLRemaining: 'Resterende tekens (met HTML)',
     Paragraphs: 'Paragrafen:',
-    ParagraphsRemaining: 'Paragraphs remaining',
+    ParagraphsRemaining: 'Resterende paragrafen',
     pasteWarning: 'De tekst kan niet worden geplakt omdat de limiet is overschreden',
     Selected: 'Geselecteerd: ',
     title: 'Statistieken'
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/no.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/no.js
index e9fba5c45f92471fa1f6a207e51fae5789345f3b..91744f9121a3c26b0e4a1304cb842faa2298d581 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/no.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/no.js
@@ -1,8 +1,11 @@
 // Norwegian translation by Vegard S.
 CKEDITOR.plugins.setLang('wordcount', 'no', {
     WordCount: 'Ord:',
+    WordCountRemaining: 'Words remaining',
     CharCount: 'Tegn:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: 'Tegn (including HTML):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'Paragraphs:',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: 'Content can not be pasted because it is above the allowed limit',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pl.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pl.js
index cc742442a6e89f0008e6dd86c43a19ed7d876504..27481ce068b0ac7ac7b21c0a77dc62e3e15d41f4 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pl.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pl.js
@@ -4,8 +4,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'pl', {
     WordCount: 'Słów:',
+    WordCountRemaining: 'Words remaining',
     CharCount: 'Znaków:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: 'Znaków (wraz z kodem HTML):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'Paragrafy:',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: 'Zawartość nie może zostać wklejona, ponieważ przekracza dozwolony limit',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pt-br.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pt-br.js
index da5b7a596f8de8f3bcd54e4e4a763e67e4df32cb..1676d7b6c4176c3ace0795cb2b94bdc8f09f2615 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pt-br.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pt-br.js
@@ -4,10 +4,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'pt-br', {
     WordCount: 'Contagem de palavras:',
-    CharCount: 'Contagem de carateres:',
-    CharCountWithHTML: 'Carateres (incluindo HTML):',
+    WordCountRemaining: 'Palavras restantes',
+    CharCount: 'Contagem de caracteres:',
+    CharCountRemaining: 'Caracteres restantes',
+    CharCountWithHTML: 'Caracteres (incluindo HTML):',
+    CharCountWithHTMLRemaining: 'Caracteres (com HTML) restantes',
     Paragraphs: 'Parágrafos:',
-    ParagraphsRemaining: 'Paragraphs remaining',
+    ParagraphsRemaining: 'Parágrafos restantes',
     pasteWarning: 'Conteúdo não pode ser colado porque ultrapassa o limite permitido',
     Selected: 'Selecionado: ',
     title: 'Estatísticas'
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pt.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pt.js
index 5fd624b22ca76166c48157dbf617f73df64c4333..d41418b758f3f76b47a3148a06784df731e68840 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pt.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/pt.js
@@ -1,9 +1,12 @@
 CKEDITOR.plugins.setLang('wordcount', 'pt', {
     WordCount: 'Palavras:',
+    WordCountRemaining: 'Palavras remanescentes',
     CharCount: 'Caracteres:',
+    CharCountRemaining: 'Caracteres remanescentes',
     CharCountWithHTML: 'Carateres (incluindo HTML):',
+    CharCountWithHTMLRemaining: 'Caracteres (com HTML) remanescentes',
     Paragraphs: 'Parágrafos:',
-    ParagraphsRemaining: 'Paragraphs remaining',
+    ParagraphsRemaining: 'Parágrafos remanescentes',
     pasteWarning: 'O conteúdo não pode ser colado porque ultrapassa o limite permitido',
     Selected: 'Selecionado: ',
     title: 'Estatísticas'
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ru.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ru.js
index fd51b9323ac503383f74e761a7a98291bcf22f08..a4e6a7023b36c21913eedb063a45869a9dbb6696 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ru.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/ru.js
@@ -4,10 +4,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'ru', {
     WordCount: 'Слов:',
+    WordCountRemaining: 'слов(-а) осталось',
     CharCount: 'Символов:',
+    CharCountRemaining: 'символов(-а) осталось',
     CharCountWithHTML: ' (включая HTML-разметку):',
+    CharCountWithHTMLRemaining: 'символов(-а) (включая HTML) осталось',
     Paragraphs: 'Параграфов:',
-    ParagraphsRemaining: 'Параграфов осталось',
+    ParagraphsRemaining: 'параграфов осталось',
     pasteWarning: 'Контент не может быть вставлен, т.к. привышает допустимый лимит',
     Selected: 'Выделено: ',
     title: 'Статистика'
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/sk.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/sk.js
index 70eeb3aafa5238cc427b8a30a603bfcd3915963d..b0acc7fc1c4fae13b5bf5bddaba1157be155a29c 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/sk.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/sk.js
@@ -3,13 +3,15 @@ Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'sk', {
-      WordCount: 'Slov:',
-      CharCount: 'Znakov:',
-      CharCountWithHTML: 'Znakov (vrátane HTML):',
+    WordCount: 'Slov:',
+    WordCountRemaining: 'Words remaining',
+    CharCount: 'Znakov:',
+    CharCountRemaining: 'Characters remaining',
+    CharCountWithHTML: 'Znakov (vrátane HTML):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'Odstavcov:',
-      ParagraphsRemaining: 'Paragraphs remaining',
-      pasteWarning: 'Obsah sa nedá prilepiť.',
-      Selected: 'Výber: ',
-      title: 'Å tatistika'
-});
-
+    ParagraphsRemaining: 'Paragraphs remaining',
+    pasteWarning: 'Obsah sa nedá prilepiť.',
+    Selected: 'Výber: ',
+    title: 'Å tatistika'
+});
\ No newline at end of file
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/sv.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/sv.js
index 33509171fd37fb60b6de25f8ace9e1e8e8322e97..cf7a9f04c096ba0b71b24af507be3e5ef900ac2c 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/sv.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/sv.js
@@ -4,11 +4,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 CKEDITOR.plugins.setLang('wordcount', 'sv', {
     WordCount: 'Ord:',
+    WordCountRemaining: 'ord kvar',
     CharCount: 'Tecken:',
-    CharCountRemaining: 'tecken återstår',
+    CharCountRemaining: 'tecken kvar',
     CharCountWithHTML: 'Tecken (inklusive HTML):',
+    CharCountWithHTMLRemaining: 'tecken (med html) kvar',
     Paragraphs: 'Paragraf:',
-    ParagraphsRemaining: 'Paragraphs remaining',
+    ParagraphsRemaining: 'stycken kvar',
     pasteWarning: 'Innehåll kan inte klistras in eftersom det överskrider den tillåtna gränsen',
     Selected: 'Valt: ',
     title: 'Statistik'
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/tr.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/tr.js
index e916533b3015f17c06d799e497892131a5a63487..6e5a74e317e459a15de35065ade9510765115dee 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/tr.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/lang/tr.js
@@ -4,8 +4,11 @@ mesut.cakir@hotmail.com.tr
 */
 CKEDITOR.plugins.setLang('wordcount', 'tr', {
     WordCount: 'Kelime:',
+    WordCountRemaining: 'Words remaining',
     CharCount: 'Karakter:',
+    CharCountRemaining: 'Characters remaining',
     CharCountWithHTML: 'Karakter (HTML dahil):',
+    CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
     Paragraphs: 'Paragraf:',
     ParagraphsRemaining: 'Paragraphs remaining',
     pasteWarning: 'Content can not be pasted because it is above the allowed limit',
diff --git a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/plugin.js b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/plugin.js
index 66535bb379b8b3c723a82fa870f971a410b60c47..e2e608bc5aba0d6494260eddfc7107b5391558ac 100644
--- a/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/plugin.js
+++ b/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/wordcount/plugin.js
@@ -5,8 +5,8 @@
 
 CKEDITOR.plugins.add("wordcount",
     {
-        lang: "ar,bg,ca,cs,da,de,el,en,es,eu,fa,fi,fr,he,hr,hu,it,ko,ja,nl,no,pl,pt,pt-br,ru,sk,sv,tr,uk,zh-cn,zh,ro", // %REMOVE_LINE_CORE%
-        version: "1.17.7",
+        lang: "ar,bg,ca,cs,da,de,el,en,es,eu,fa,fi,fr,he,hr,hu,it,ka,ko,ja,nl,no,pl,pt,pt-br,ru,sk,sv,tr,uk,zh-cn,zh,ro", // %REMOVE_LINE_CORE%
+        version: "1.17.12",
         requires: "htmlwriter,notification,undo",
         bbcodePluginLoaded: false,
         onLoad: function() {
@@ -175,18 +175,16 @@ CKEDITOR.plugins.add("wordcount",
                     return html.replace(/\[.*?\]/gi, "");
                 }
 
-                var tmp = document.createElement("div");
-
                 // Add filter before strip
                 html = filter(html);
 
-                tmp.innerHTML = html;
-
-                if (tmp.textContent == "" && typeof tmp.innerText == "undefined") {
+                // Parse filtered HTML, without applying it to any element in DOM
+                var tmp = new DOMParser().parseFromString(html, 'text/html');
+                if (!tmp.body || !tmp.body.textContent) {
                     return "";
                 }
 
-                return tmp.textContent || tmp.innerText;
+                return tmp.body.textContent || tmp.body.innerText;
             }
 
             /**
@@ -255,8 +253,15 @@ CKEDITOR.plugins.add("wordcount",
             }
 
             function countWords(text) {
-                var normalizedText = text.replace(/(\r\n|\n|\r)/gm, " ").replace(/^\s+|\s+$/g, "")
-                    .replace(" ", " ");
+                
+                /**
+                 * we may end up with a couple of extra spaces in a row with all these replacements, but that's ok 
+                 * since we're going to split on one or more delimiters when we generate the words array
+                 **/
+                var normalizedText = text.replace(/(<([^>]+)>)/ig, " ")    //replace html tags, i think?
+                    .replace(/(\r\n|\n|\r)/gm, " ")                        //replace new lines(in many forms)
+                    .replace(/^\s+|\s+$/g, " ")                            //replace leading or trailing multiple spaces
+                    .replace("&nbsp;", " ");                               //replace html entities indicating a space
 
                 normalizedText = strip(normalizedText);
 
@@ -279,7 +284,13 @@ CKEDITOR.plugins.add("wordcount",
 
                 if (!config.warnOnLimitOnly) {
                     if (config.hardLimit) {
-                        editorInstance.execCommand("undo");
+                        if (editor.mode === "source" && editor.plugins.codemirror) {
+                            window["codemirror_" + editor.id].undo();
+                        } else {
+                            editorInstance.execCommand("undo");
+                            editorInstance.execCommand("undo");
+                        }
+                           
                     }
                 }
 
@@ -455,12 +466,14 @@ CKEDITOR.plugins.add("wordcount",
             }
 
             editor.on("key",
-                function(event) {
+                function (event) {
+                    var ms = isCloseToLimits() ? 5 : 250;
+
                     if (editor.mode === "source") {
                         clearTimeout(timeoutId);
                         timeoutId = setTimeout(
                             updateCounter.bind(this, event.editor),
-                            250
+                            ms
                         );
                     }
 
@@ -468,13 +481,11 @@ CKEDITOR.plugins.add("wordcount",
                         clearTimeout(timeoutId);
                         timeoutId = setTimeout(
                             updateCounter.bind(this, event.editor),
-                            250
+                            ms
                         );
                     }
                 },
-                editor,
-                null,
-                100);
+                editor);
 
             editor.on("change",
                 function(event) {
@@ -485,9 +496,7 @@ CKEDITOR.plugins.add("wordcount",
                         ms
                     );
                 },
-                editor,
-                null,
-                100);
+                editor);
 
             editor.on("uiSpace",
                 function (event) {
@@ -542,7 +551,9 @@ CKEDITOR.plugins.add("wordcount",
                             paragraphs = -1;
 
                         var mySelection = event.editor.getSelection(),
-                            selectedText = mySelection.getNative().toString().trim();
+                            selectedText = mySelection.getNative() 
+                              ? mySelection.getNative().toString().trim()
+                              : '';
 
 
                         // BeforeGetData and getData events are fired when calling