From 79feecdeee657455df68b1edc6756433731a67bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Krzto=C5=84?= Date: Thu, 20 Apr 2017 10:42:42 +0200 Subject: [PATCH 1/6] Update paste msg lang entry name. --- dev/langtool/meta/ckeditor.plugin-clipboard/meta.txt | 2 +- plugins/clipboard/lang/en.js | 2 +- plugins/clipboard/plugin.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/langtool/meta/ckeditor.plugin-clipboard/meta.txt b/dev/langtool/meta/ckeditor.plugin-clipboard/meta.txt index 7cf4306cf53..f3a51681df7 100644 --- a/dev/langtool/meta/ckeditor.plugin-clipboard/meta.txt +++ b/dev/langtool/meta/ckeditor.plugin-clipboard/meta.txt @@ -6,4 +6,4 @@ copyError = A notification message shown when browser is blocking copying, and u cut = Toolbar button tooltip for the Cut feature. cutError = A notification message shown when browser is blocking cutting, and user should use the keyboard instead. %1 sequence is replaced with a keystroke that, when pressed, will perform the action. paste = Toolbar button tooltip for the Paste feature. -pasteMsg = A notification message shown when browser is blocking pasting, and user should use the keyboard instead. %1 sequence is replaced with a keystroke that, when pressed, will perform the action. +pasteDefaultMsg = A notification message shown when browser is blocking pasting, and user should use the keyboard instead. %1 sequence is replaced with a keystroke that, when pressed, will perform the action. diff --git a/plugins/clipboard/lang/en.js b/plugins/clipboard/lang/en.js index b3f51f49565..4c4382a9ad3 100644 --- a/plugins/clipboard/lang/en.js +++ b/plugins/clipboard/lang/en.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'en', { cut: 'Cut', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', paste: 'Paste', - pasteMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' } ); diff --git a/plugins/clipboard/plugin.js b/plugins/clipboard/plugin.js index f24e1a1a8d4..9a9f799f21b 100644 --- a/plugins/clipboard/plugin.js +++ b/plugins/clipboard/plugin.js @@ -706,7 +706,7 @@ forcedType = data.type, keystroke = CKEDITOR.tools.keystrokeToString( editor.lang.common.keyboard, editor.getCommandKeystroke( this ) ), - msg = typeof notification === 'string' ? notification : editor.lang.clipboard.pasteMsg + msg = typeof notification === 'string' ? notification : editor.lang.clipboard.pasteDefaultMsg .replace( /%1/, '' + keystroke.display + '' ), pastedContent = typeof data === 'string' ? data : data.dataValue; From c915061cc20d4b0934658a7286fa1af113864db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Krzto=C5=84?= Date: Thu, 20 Apr 2017 10:43:41 +0200 Subject: [PATCH 2/6] Update lang files with a new entry. --- plugins/clipboard/lang/af.js | 2 +- plugins/clipboard/lang/ar.js | 2 +- plugins/clipboard/lang/az.js | 2 +- plugins/clipboard/lang/bg.js | 2 +- plugins/clipboard/lang/bn.js | 2 +- plugins/clipboard/lang/bs.js | 2 +- plugins/clipboard/lang/ca.js | 2 +- plugins/clipboard/lang/cs.js | 2 +- plugins/clipboard/lang/cy.js | 2 +- plugins/clipboard/lang/da.js | 2 +- plugins/clipboard/lang/de-ch.js | 2 +- plugins/clipboard/lang/de.js | 2 +- plugins/clipboard/lang/el.js | 2 +- plugins/clipboard/lang/en-au.js | 2 +- plugins/clipboard/lang/en-ca.js | 2 +- plugins/clipboard/lang/en-gb.js | 2 +- plugins/clipboard/lang/eo.js | 2 +- plugins/clipboard/lang/es.js | 2 +- plugins/clipboard/lang/et.js | 2 +- plugins/clipboard/lang/eu.js | 2 +- plugins/clipboard/lang/fa.js | 2 +- plugins/clipboard/lang/fi.js | 2 +- plugins/clipboard/lang/fo.js | 2 +- plugins/clipboard/lang/fr-ca.js | 2 +- plugins/clipboard/lang/fr.js | 2 +- plugins/clipboard/lang/gl.js | 2 +- plugins/clipboard/lang/gu.js | 2 +- plugins/clipboard/lang/he.js | 2 +- plugins/clipboard/lang/hi.js | 2 +- plugins/clipboard/lang/hr.js | 2 +- plugins/clipboard/lang/hu.js | 2 +- plugins/clipboard/lang/id.js | 2 +- plugins/clipboard/lang/is.js | 2 +- plugins/clipboard/lang/it.js | 2 +- plugins/clipboard/lang/ja.js | 2 +- plugins/clipboard/lang/ka.js | 2 +- plugins/clipboard/lang/km.js | 2 +- plugins/clipboard/lang/ko.js | 2 +- plugins/clipboard/lang/ku.js | 2 +- plugins/clipboard/lang/lt.js | 2 +- plugins/clipboard/lang/lv.js | 2 +- plugins/clipboard/lang/mk.js | 2 +- plugins/clipboard/lang/mn.js | 2 +- plugins/clipboard/lang/ms.js | 2 +- plugins/clipboard/lang/nb.js | 2 +- plugins/clipboard/lang/nl.js | 2 +- plugins/clipboard/lang/no.js | 2 +- plugins/clipboard/lang/oc.js | 2 +- plugins/clipboard/lang/pl.js | 2 +- plugins/clipboard/lang/pt-br.js | 2 +- plugins/clipboard/lang/pt.js | 2 +- plugins/clipboard/lang/ro.js | 2 +- plugins/clipboard/lang/ru.js | 2 +- plugins/clipboard/lang/si.js | 2 +- plugins/clipboard/lang/sk.js | 2 +- plugins/clipboard/lang/sl.js | 2 +- plugins/clipboard/lang/sq.js | 2 +- plugins/clipboard/lang/sr-latn.js | 2 +- plugins/clipboard/lang/sr.js | 2 +- plugins/clipboard/lang/sv.js | 2 +- plugins/clipboard/lang/th.js | 2 +- plugins/clipboard/lang/tr.js | 2 +- plugins/clipboard/lang/tt.js | 2 +- plugins/clipboard/lang/ug.js | 2 +- plugins/clipboard/lang/uk.js | 2 +- plugins/clipboard/lang/vi.js | 2 +- plugins/clipboard/lang/zh-cn.js | 2 +- plugins/clipboard/lang/zh.js | 2 +- 68 files changed, 68 insertions(+), 68 deletions(-) diff --git a/plugins/clipboard/lang/af.js b/plugins/clipboard/lang/af.js index 0c4f3b7f94e..9472dad7cc5 100644 --- a/plugins/clipboard/lang/af.js +++ b/plugins/clipboard/lang/af.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'af', { cut: 'Knip', cutError: 'U blaaier se sekuriteitsinstelling belet die outomatiese knip-aksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+X).', paste: 'Plak', - pasteMsg: 'Plak die teks in die volgende teks-area met die sleutelbordkombinasie (Ctrl/Cmd+V) en druk OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ar.js b/plugins/clipboard/lang/ar.js index 81af101609d..fe5457402ee 100644 --- a/plugins/clipboard/lang/ar.js +++ b/plugins/clipboard/lang/ar.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ar', { cut: 'قص', cutError: 'الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع القص التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl/Cmd+X).', paste: 'لصق', - pasteMsg: 'الصق داخل الصندوق بإستخدام زرائر (Ctrl/Cmd+V) في لوحة المفاتيح، ثم اضغط زر موافق.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/az.js b/plugins/clipboard/lang/az.js index 21b0ab92b93..b782e4a4c05 100644 --- a/plugins/clipboard/lang/az.js +++ b/plugins/clipboard/lang/az.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'az', { cut: 'Kəs', cutError: 'Avtomatik kəsmə mümkün deyil. Ctrl+X basın.', paste: 'Əlavə et', - pasteMsg: 'Bu sahəyə əlavə edin (Ctrl+V)' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/bg.js b/plugins/clipboard/lang/bg.js index 65fc0423e89..482e2210758 100644 --- a/plugins/clipboard/lang/bg.js +++ b/plugins/clipboard/lang/bg.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'bg', { cut: 'Отрежи', cutError: 'Настройките за сигурност на Вашия браузър не позволяват на редактора автоматично да изъплни действията за отрязване. Моля ползвайте клавиатурните команди за целта (ctrl+x).', paste: 'Вмъкни', - pasteMsg: 'Вмъкнете тук съдъжанието с клавиатуарата (Ctrl/Cmd+V) и натиснете OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/bn.js b/plugins/clipboard/lang/bn.js index 0dc76faa7dd..e91cbb4409f 100644 --- a/plugins/clipboard/lang/bn.js +++ b/plugins/clipboard/lang/bn.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'bn', { cut: 'কাট', cutError: 'আপনার ব্রাউজারের সুরক্ষা সেটিংস এডিটরকে অটোমেটিক কাট করার অনুমতি দেয়নি। দয়া করে এই কাজের জন্য কিবোর্ড ব্যবহার করুন (Ctrl/Cmd+X)।', paste: 'পেস্ট', - pasteMsg: 'অনুগ্রহ করে নীচের বাক্সে কিবোর্ড ব্যবহার করে (Ctrl/Cmd+V) পেস্ট করুন এবং OK চাপ দিন' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/bs.js b/plugins/clipboard/lang/bs.js index bd9795add40..1a11e391516 100644 --- a/plugins/clipboard/lang/bs.js +++ b/plugins/clipboard/lang/bs.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'bs', { cut: 'Izreži', cutError: 'Sigurnosne postavke vašeg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+X).', paste: 'Zalijepi', - pasteMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ca.js b/plugins/clipboard/lang/ca.js index 84d559e73f8..9be26a0789a 100644 --- a/plugins/clipboard/lang/ca.js +++ b/plugins/clipboard/lang/ca.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ca', { cut: 'Retallar', cutError: 'La configuració de seguretat del vostre navegador no permet executar automàticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl/Cmd+X).', paste: 'Enganxar', - pasteMsg: 'Si us plau, enganxi dins del següent camp utilitzant el teclat (Ctrl/Cmd+V) i premi OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/cs.js b/plugins/clipboard/lang/cs.js index 9371e3ae31b..c83e5c02c3b 100644 --- a/plugins/clipboard/lang/cs.js +++ b/plugins/clipboard/lang/cs.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'cs', { cut: 'Vyjmout', cutError: 'Bezpečnostní nastavení vašeho prohlížeče nedovolují editoru spustit funkci pro vyjmutí zvoleného textu do schránky. Prosím vyjměte zvolený text do schránky pomocí klávesnice (Ctrl/Cmd+X).', paste: 'Vložit', - pasteMsg: 'Do následujícího pole vložte požadovaný obsah pomocí klávesnice (Ctrl/Cmd+V) a stiskněte OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/cy.js b/plugins/clipboard/lang/cy.js index 0b1ab396a9e..6a6ad93ddde 100644 --- a/plugins/clipboard/lang/cy.js +++ b/plugins/clipboard/lang/cy.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'cy', { cut: 'Torri', cutError: 'Nid yw gosodiadau diogelwch eich porwr yn caniatàu\'r golygydd i gynnal \'gweithredoedd torri\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+X).', paste: 'Gludo', - pasteMsg: 'Gludwch i mewn i\'r blwch canlynol gan ddefnyddio\'r bysellfwrdd (Ctrl/Cmd+V) a phwyso Iawn.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/da.js b/plugins/clipboard/lang/da.js index 9e219ef1a7a..a219657192d 100644 --- a/plugins/clipboard/lang/da.js +++ b/plugins/clipboard/lang/da.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'da', { cut: 'Klip', cutError: 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.

Brug i stedet tastaturet til at klippe teksten (Ctrl/Cmd+X).', paste: 'Indsæt', - pasteMsg: 'Indsæt i feltet herunder (Ctrl/Cmd+V) og klik på OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/de-ch.js b/plugins/clipboard/lang/de-ch.js index 2c218d26920..5663b1cf120 100644 --- a/plugins/clipboard/lang/de-ch.js +++ b/plugins/clipboard/lang/de-ch.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'de-ch', { cut: 'Ausschneiden', cutError: 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch auszuschneiden. Bitte benutzen Sie die System-Zwischenablage über STRG-X (ausschneiden) und STRG-V (einfügen).', paste: 'Einfügen', - pasteMsg: 'Bitte fügen Sie den Text in der folgenden Box über die Tastatur (mit Strg+V) ein und bestätigen Sie mit OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/de.js b/plugins/clipboard/lang/de.js index 816d7354f8f..742d9422d13 100644 --- a/plugins/clipboard/lang/de.js +++ b/plugins/clipboard/lang/de.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'de', { cut: 'Ausschneiden', cutError: 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch auszuschneiden. Bitte benutzen Sie die System-Zwischenablage über STRG-X (ausschneiden) und STRG-V (einfügen).', paste: 'Einfügen', - pasteMsg: 'Bitte fügen Sie den Text in der folgenden Box über die Tastatur (mit Strg+V) ein und bestätigen Sie mit OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/el.js b/plugins/clipboard/lang/el.js index c1856d765a2..a674209e8ef 100644 --- a/plugins/clipboard/lang/el.js +++ b/plugins/clipboard/lang/el.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'el', { cut: 'Αποκοπή', cutError: 'Οι ρυθμίσεις ασφαλείας του περιηγητή σας δεν επιτρέπουν την επιλεγμένη εργασία αποκοπής. Παρακαλώ χρησιμοποιείστε το πληκτρολόγιο (Ctrl/Cmd+X).', paste: 'Επικόλληση', - pasteMsg: 'Παρακαλώ επικολλήστε στο ακόλουθο κουτί χρησιμοποιώντας το πληκτρολόγιο (Ctrl/Cmd+V) και πατήστε OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/en-au.js b/plugins/clipboard/lang/en-au.js index 965ef107786..ef6cea85b0b 100644 --- a/plugins/clipboard/lang/en-au.js +++ b/plugins/clipboard/lang/en-au.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'en-au', { cut: 'Cut', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', paste: 'Paste', - pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/en-ca.js b/plugins/clipboard/lang/en-ca.js index 401b7fbb3f8..ee5c0728363 100644 --- a/plugins/clipboard/lang/en-ca.js +++ b/plugins/clipboard/lang/en-ca.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'en-ca', { cut: 'Cut', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', paste: 'Paste', - pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/en-gb.js b/plugins/clipboard/lang/en-gb.js index ba14a45728d..fb0fe7b8c30 100644 --- a/plugins/clipboard/lang/en-gb.js +++ b/plugins/clipboard/lang/en-gb.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'en-gb', { cut: 'Cut', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', paste: 'Paste', - pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/eo.js b/plugins/clipboard/lang/eo.js index 6591e54acfd..6646a6779b8 100644 --- a/plugins/clipboard/lang/eo.js +++ b/plugins/clipboard/lang/eo.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'eo', { cut: 'Eltondi', cutError: 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-X).', paste: 'Interglui', - pasteMsg: 'Bonvolu glui la tekston en la jenan areon per uzado de la klavaro (Ctrl/Cmd+V) kaj premu OK' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/es.js b/plugins/clipboard/lang/es.js index e81130b2f1c..f350fe373a1 100644 --- a/plugins/clipboard/lang/es.js +++ b/plugins/clipboard/lang/es.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'es', { cut: 'Cortar', cutError: 'La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de cortado.\r\nPor favor use el teclado (Ctrl/Cmd+X).', paste: 'Pegar', - pasteMsg: 'Por favor pegue dentro del cuadro utilizando el teclado (Ctrl/Cmd+V);\r\nluego presione Aceptar.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/et.js b/plugins/clipboard/lang/et.js index 93bde01f9cc..7ffc5bb9e4e 100644 --- a/plugins/clipboard/lang/et.js +++ b/plugins/clipboard/lang/et.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'et', { cut: 'Lõika', cutError: 'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt lõigata. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+X).', paste: 'Aseta', - pasteMsg: 'Palun aseta tekst järgnevasse kasti kasutades klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+V) ja vajuta seejärel OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/eu.js b/plugins/clipboard/lang/eu.js index 70819af9e16..39da3ec1893 100644 --- a/plugins/clipboard/lang/eu.js +++ b/plugins/clipboard/lang/eu.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'eu', { cut: 'Ebaki', cutError: 'Zure web nabigatzailearen segurtasun ezarpenek ez dute baimentzen testuak automatikoki moztea. Mesedez teklatua erabil ezazu (Ctrl/Cmd+X).', paste: 'Itsatsi', - pasteMsg: 'Mesedez teklatua erabiliz (Ctrl/Cmd+V) ondorengo eremuan testua itsatsi eta sakatu Ados.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/fa.js b/plugins/clipboard/lang/fa.js index 3d1db58f0d6..f97ff7d4b84 100644 --- a/plugins/clipboard/lang/fa.js +++ b/plugins/clipboard/lang/fa.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'fa', { cut: 'برش', cutError: 'تنظیمات امنیتی مرورگر شما اجازه نمیدهد که ویرایشگر به طور خودکار عملکردهای برش را انجام دهد. لطفا با دکمههای صفحه کلید این کار را انجام دهید (Ctrl/Cmd+X).', paste: 'چسباندن', - pasteMsg: 'لطفا متن را با کلیدهای (Ctrl/Cmd+V) در این جعبهٴ متنی بچسبانید و پذیرش را بزنید.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/fi.js b/plugins/clipboard/lang/fi.js index d9751c4da29..634999d9ed4 100644 --- a/plugins/clipboard/lang/fi.js +++ b/plugins/clipboard/lang/fi.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'fi', { cut: 'Leikkaa', cutError: 'Selaimesi turva-asetukset eivät salli editorin toteuttaa leikkaamista. Käytä näppäimistöä leikkaamiseen (Ctrl+X).', paste: 'Liitä', - pasteMsg: 'Liitä painamalla (Ctrl+V) ja painamalla OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/fo.js b/plugins/clipboard/lang/fo.js index a66d334c80c..a049f674f12 100644 --- a/plugins/clipboard/lang/fo.js +++ b/plugins/clipboard/lang/fo.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'fo', { cut: 'Kvett', cutError: 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í at kvetta tekstin. Vinarliga nýt knappaborðið til at kvetta tekstin (Ctrl/Cmd+X).', paste: 'Innrita', - pasteMsg: 'Vinarliga koyr tekstin í hendan rútin við knappaborðinum (Ctrl/Cmd+V) og klikk á Góðtak.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/fr-ca.js b/plugins/clipboard/lang/fr-ca.js index 044522ac777..816521995d6 100644 --- a/plugins/clipboard/lang/fr-ca.js +++ b/plugins/clipboard/lang/fr-ca.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'fr-ca', { cut: 'Couper', cutError: 'Les paramètres de sécurité de votre navigateur empêchent l\'éditeur de couper automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+X).', paste: 'Coller', - pasteMsg: 'Veuillez coller dans la zone ci-dessous en utilisant le clavier (Ctrl/Cmd+V) et appuyer sur OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/fr.js b/plugins/clipboard/lang/fr.js index b595d1a673e..78e082d5276 100644 --- a/plugins/clipboard/lang/fr.js +++ b/plugins/clipboard/lang/fr.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'fr', { cut: 'Couper', cutError: 'Les paramètres de sécurité de votre navigateur n\'autorisent pas l\'éditeur à exécuter automatiquement l\'opération « Couper ». Veuillez utiliser le raccourci clavier à cet effet (Ctrl/Cmd+X).', paste: 'Coller', - pasteMsg: 'Veuillez coller le texte dans la zone suivante en utilisant le raccourci clavier (Ctrl/Cmd+V) et cliquez sur OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/gl.js b/plugins/clipboard/lang/gl.js index 7c4ae6715d8..75eb64f7a7b 100644 --- a/plugins/clipboard/lang/gl.js +++ b/plugins/clipboard/lang/gl.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'gl', { cut: 'Cortar', cutError: 'Os axustes de seguranza do seu navegador non permiten que o editor realice automaticamente as tarefas de corte. Use o teclado para iso (Ctrl/Cmd+X).', paste: 'Pegar', - pasteMsg: 'Pegue dentro do seguinte cadro usando o teclado (Ctrl/Cmd+V) e prema en Aceptar' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/gu.js b/plugins/clipboard/lang/gu.js index 2f6d7bef3bc..15247b69e20 100644 --- a/plugins/clipboard/lang/gu.js +++ b/plugins/clipboard/lang/gu.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'gu', { cut: 'કાપવું', cutError: 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કટ કરવાની પરવાનગી નથી આપતી. (Ctrl/Cmd+X) નો ઉપયોગ કરો.', paste: 'પેસ્ટ', - pasteMsg: 'Ctrl/Cmd+V નો પ્રયોગ કરી પેસ્ટ કરો' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/he.js b/plugins/clipboard/lang/he.js index 0502b2cbfd1..c9f3c385fda 100644 --- a/plugins/clipboard/lang/he.js +++ b/plugins/clipboard/lang/he.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'he', { cut: 'גזירה', cutError: 'הגדרות האבטחה בדפדפן שלך לא מאפשרות לעורך לבצע פעולות גזירה אוטומטיות. יש להשתמש במקלדת לשם כך (Ctrl/Cmd+X).', paste: 'הדבקה', - pasteMsg: 'נא להדביק בתוך הקופסה באמצעות (Ctrl/Cmd+V) וללחוץ על אישור.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/hi.js b/plugins/clipboard/lang/hi.js index cebc36e89ea..81861d87670 100644 --- a/plugins/clipboard/lang/hi.js +++ b/plugins/clipboard/lang/hi.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'hi', { cut: 'कट', cutError: 'आपके ब्राउज़र की सुरक्षा सॅटिन्ग्स ने कट करने की अनुमति नहीं प्रदान की है। (Ctrl/Cmd+X) का प्रयोग करें।', paste: 'पेस्ट', - pasteMsg: 'Ctrl/Cmd+V का प्रयोग करके पेस्ट करें और ठीक है करें.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/hr.js b/plugins/clipboard/lang/hr.js index 264de1803cb..c728aec931a 100644 --- a/plugins/clipboard/lang/hr.js +++ b/plugins/clipboard/lang/hr.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'hr', { cut: 'Izreži', cutError: 'Sigurnosne postavke Vašeg pretraživača ne dozvoljavaju operacije automatskog izrezivanja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+X).', paste: 'Zalijepi', - pasteMsg: 'Molimo zaljepite unutar doljnjeg okvira koristeći tipkovnicu (Ctrl/Cmd+V) i kliknite OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/hu.js b/plugins/clipboard/lang/hu.js index 84adf7cf9bb..7c0d7c91e13 100644 --- a/plugins/clipboard/lang/hu.js +++ b/plugins/clipboard/lang/hu.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'hu', { cut: 'Kivágás', cutError: 'A böngésző biztonsági beállításai nem engedélyezik a szerkesztőnek, hogy végrehajtsa a kivágás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).', paste: 'Beillesztés', - pasteMsg: 'Másolja be az alábbi mezőbe a Ctrl/Cmd+V billentyűk lenyomásával, majd nyomjon Rendben-t.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/id.js b/plugins/clipboard/lang/id.js index f89e3f083a5..c38256b196c 100644 --- a/plugins/clipboard/lang/id.js +++ b/plugins/clipboard/lang/id.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'id', { cut: 'Potong', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', // MISSING paste: 'Tempel', - pasteMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/is.js b/plugins/clipboard/lang/is.js index 432eb0fbb75..5bdc69016c1 100644 --- a/plugins/clipboard/lang/is.js +++ b/plugins/clipboard/lang/is.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'is', { cut: 'Klippa', cutError: 'Öryggisstillingar vafrans þíns leyfa ekki klippingu texta með músaraðgerð. Notaðu lyklaborðið í klippa (Ctrl/Cmd+X).', paste: 'Líma', - pasteMsg: 'Límdu í svæðið hér að neðan og (Ctrl/Cmd+V) og smelltu á OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/it.js b/plugins/clipboard/lang/it.js index 8169f0b7fa3..b08bb67a229 100644 --- a/plugins/clipboard/lang/it.js +++ b/plugins/clipboard/lang/it.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'it', { cut: 'Taglia', cutError: 'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+X).', paste: 'Incolla', - pasteMsg: 'Incolla il testo all\'interno dell\'area sottostante usando la scorciatoia di tastiere (Ctrl/Cmd+V) e premi OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ja.js b/plugins/clipboard/lang/ja.js index 5b34a661fe3..5e610bdbf11 100644 --- a/plugins/clipboard/lang/ja.js +++ b/plugins/clipboard/lang/ja.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ja', { cut: '切り取り', cutError: 'ブラウザーのセキュリティ設定によりエディタの切り取り操作を自動で実行することができません。実行するには手動でキーボードの(Ctrl/Cmd+X)を使用してください。', paste: '貼り付け', - pasteMsg: 'キーボード(Ctrl/Cmd+V)を使用して、次の入力エリア内で貼り付けて、OKを押してください。' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ka.js b/plugins/clipboard/lang/ka.js index ea968c7946c..e2e91bde14a 100644 --- a/plugins/clipboard/lang/ka.js +++ b/plugins/clipboard/lang/ka.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ka', { cut: 'ამოჭრა', cutError: 'თქვენი ბროუზერის უსაფრთხოების პარამეტრები არ იძლევა ამოჭრის ოპერაციის ავტომატურად განხორციელების საშუალებას. გამოიყენეთ კლავიატურა ამისთვის (Ctrl/Cmd+X).', paste: 'ჩასმა', - pasteMsg: 'ჩასვით ამ არის შიგნით კლავიატურის გამოყენებით (Ctrl/Cmd+V) და დააჭირეთ OK-ს' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/km.js b/plugins/clipboard/lang/km.js index 53d14dd437d..92d51394c94 100644 --- a/plugins/clipboard/lang/km.js +++ b/plugins/clipboard/lang/km.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'km', { cut: 'កាត់យក', cutError: 'ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះ​មិនអាចធ្វើកម្មវិធីតាក់តែងអត្ថបទ កាត់អត្ថបទយកដោយស្វ័យប្រវត្តបានឡើយ ។ សូមប្រើប្រាស់បន្សំ ឃីដូចនេះ (Ctrl/Cmd+X) ។', paste: 'បិទ​ភ្ជាប់', - pasteMsg: 'សូមចំលងអត្ថបទទៅដាក់ក្នុងប្រអប់ដូចខាងក្រោមដោយប្រើប្រាស់ ឃី ​(Ctrl/Cmd+V) ហើយចុច OK ។' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ko.js b/plugins/clipboard/lang/ko.js index 17391381bb0..924476f2b7a 100644 --- a/plugins/clipboard/lang/ko.js +++ b/plugins/clipboard/lang/ko.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ko', { cut: '잘라내기', cutError: '브라우저의 보안설정 때문에 잘라내기 기능을 실행할 수 없습니다. 키보드(Ctrl/Cmd+X)를 이용해서 잘라내기 하십시오', paste: '붙여넣기', - pasteMsg: '키보드(Ctrl/Cmd+V)를 이용해서 상자안에 붙여넣고 확인 를 누르세요.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ku.js b/plugins/clipboard/lang/ku.js index fa590c56d4b..0226a74f972 100644 --- a/plugins/clipboard/lang/ku.js +++ b/plugins/clipboard/lang/ku.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ku', { cut: 'بڕین', cutError: 'پارێزی وێبگەڕەکەت ڕێگەنادات بە سەرنووسەکە لەبڕینی خۆکارانە. تکایە لەبری ئەمە ئەم فەرمانە بەکاربهێنە بەداگرتنی کلیلی (Ctrl/Cmd+X).', paste: 'لکاندن', - pasteMsg: 'تکایە بیلکێنە لەناوەوەی ئەم سنوقە لەڕێی تەختەکلیلەکەت بە بەکارهێنانی کلیلی (Ctrl/Cmd+V) دووای کلیکی باشە بکە.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/lt.js b/plugins/clipboard/lang/lt.js index 61ae3790310..fcfb98fa54c 100644 --- a/plugins/clipboard/lang/lt.js +++ b/plugins/clipboard/lang/lt.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'lt', { cut: 'Iškirpti', cutError: 'Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui automatiškai įvykdyti iškirpimo operacijų. Tam prašome naudoti klaviatūrą (Ctrl/Cmd+X).', paste: 'Įdėti', - pasteMsg: 'Žemiau esančiame įvedimo lauke įdėkite tekstą, naudodami klaviatūrą (Ctrl/Cmd+V) ir paspauskite mygtuką OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/lv.js b/plugins/clipboard/lang/lv.js index bfdc1dd5187..cad2bb03a77 100644 --- a/plugins/clipboard/lang/lv.js +++ b/plugins/clipboard/lang/lv.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'lv', { cut: 'Izgriezt', cutError: 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj redaktoram automātiski veikt izgriezšanas darbību. Lūdzu, izmantojiet (Ctrl/Cmd+X), lai veiktu šo darbību.', paste: 'Ielīmēt', - pasteMsg: 'Lūdzu, ievietojiet tekstu šajā laukumā, izmantojot klaviatūru (Ctrl/Cmd+V) un apstipriniet ar Darīts!.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/mk.js b/plugins/clipboard/lang/mk.js index 9c9ad8213ac..cb0b41281e2 100644 --- a/plugins/clipboard/lang/mk.js +++ b/plugins/clipboard/lang/mk.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'mk', { cut: 'Исечи (Cut)', cutError: 'Опциите за безбедност на вашиот прелистувач не дозволуваат уредувачот автоматски да изврши сечење. Ве молиме употребете ја тастатурата. (Ctrl/Cmd+C)', paste: 'Залепи (Paste)', - pasteMsg: 'Ве молиме да залепите во следниот квадрат користејќи ја тастатурата (Ctrl/Cmd+V) и да притиснете OK' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/mn.js b/plugins/clipboard/lang/mn.js index 027a354d36b..63804fef63c 100644 --- a/plugins/clipboard/lang/mn.js +++ b/plugins/clipboard/lang/mn.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'mn', { cut: 'Хайчлах', cutError: 'Таны browser-ын хамгаалалтын тохиргоо editor-д автоматаар хайчлах үйлдэлийг зөвшөөрөхгүй байна. (Ctrl/Cmd+X) товчны хослолыг ашиглана уу.', paste: 'Буулгах', - pasteMsg: '(Ctrl/Cmd+V) товчийг ашиглан paste хийнэ үү. Мөн OK дар.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ms.js b/plugins/clipboard/lang/ms.js index 04fd5cc3e3f..89079460d67 100644 --- a/plugins/clipboard/lang/ms.js +++ b/plugins/clipboard/lang/ms.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ms', { cut: 'Potong', cutError: 'Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+X).', paste: 'Tampal', - pasteMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/nb.js b/plugins/clipboard/lang/nb.js index def9734674a..30330b970ee 100644 --- a/plugins/clipboard/lang/nb.js +++ b/plugins/clipboard/lang/nb.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'nb', { cut: 'Klipp ut', cutError: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk tastatursnarveien (Ctrl/Cmd+X).', paste: 'Lim inn', - pasteMsg: 'Vennligst lim inn i følgende boks med tastaturet (Ctrl/Cmd+V) og trykk OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/nl.js b/plugins/clipboard/lang/nl.js index a1d4afb7ca7..6daadba4ba3 100644 --- a/plugins/clipboard/lang/nl.js +++ b/plugins/clipboard/lang/nl.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'nl', { cut: 'Knippen', cutError: 'De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik de sneltoets Ctrl/Cmd+X van het toetsenbord.', paste: 'Plakken', - pasteMsg: 'Plak de tekst in het volgende vak gebruikmakend van uw toetsenbord (Ctrl/Cmd+V) en klik op OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/no.js b/plugins/clipboard/lang/no.js index f769f0dd7c7..72d5327acad 100644 --- a/plugins/clipboard/lang/no.js +++ b/plugins/clipboard/lang/no.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'no', { cut: 'Klipp ut', cutError: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk snarveien (Ctrl/Cmd+X).', paste: 'Lim inn', - pasteMsg: 'Vennligst lim inn i følgende boks med tastaturet (Ctrl/Cmd+V) og trykk OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/oc.js b/plugins/clipboard/lang/oc.js index fe1701651a9..57d395f0eed 100644 --- a/plugins/clipboard/lang/oc.js +++ b/plugins/clipboard/lang/oc.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'oc', { cut: 'Talhar', cutError: 'Los paramètres de seguretat de vòstre navigador autorizan pas l\'editor a executar automaticament l\'operacion « Talhar ». Utilizatz l\'acorchi de clavièr a aqueste efièit (Ctrl/Cmd+X).', paste: 'Pegar', - pasteMsg: 'Pegatz lo tèxte dins la zòna seguenta en utilizant l\'acorchi de clavièr (Ctrl/Cmd+V) e clicatz sus D\'acòrdi.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/pl.js b/plugins/clipboard/lang/pl.js index a4083230cf0..a53f1b078af 100644 --- a/plugins/clipboard/lang/pl.js +++ b/plugins/clipboard/lang/pl.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'pl', { cut: 'Wytnij', cutError: 'Ustawienia bezpieczeństwa Twojej przeglądarki nie pozwalają na automatyczne wycinanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+X.', paste: 'Wklej', - pasteMsg: 'Wklej tekst w poniższym polu, używając skrótu klawiaturowego (Ctrl/Cmd+V), i kliknij OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/pt-br.js b/plugins/clipboard/lang/pt-br.js index 928136008e3..b2632a9b4fd 100644 --- a/plugins/clipboard/lang/pt-br.js +++ b/plugins/clipboard/lang/pt-br.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'pt-br', { cut: 'Recortar', cutError: 'As configurações de segurança do seu navegador não permitem que o editor execute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl/Cmd+X).', paste: 'Colar', - pasteMsg: 'Transfira o link usado na caixa usando o teclado com (Ctrl/Cmd+V) e OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/pt.js b/plugins/clipboard/lang/pt.js index 54dc6607fb3..075a2eb0b8d 100644 --- a/plugins/clipboard/lang/pt.js +++ b/plugins/clipboard/lang/pt.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'pt', { cut: 'Cortar', cutError: 'A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl/Cmd+X).', paste: 'Colar', - pasteMsg: 'Por favor, cole dentro da seguinte caixa usando o teclado (Ctrl/Cmd+V) e carregue em OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ro.js b/plugins/clipboard/lang/ro.js index c963cc44ddf..2cefe7b4156 100644 --- a/plugins/clipboard/lang/ro.js +++ b/plugins/clipboard/lang/ro.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ro', { cut: 'Taie', cutError: 'Setările de securitate ale navigatorului (browser) pe care îl folosiţi nu permit editorului să execute automat operaţiunea de tăiere. Vă rugăm folosiţi tastatura (Ctrl/Cmd+X).', paste: 'Adaugă', - pasteMsg: 'Vă rugăm adăugaţi în căsuţa următoare folosind tastatura (Ctrl/Cmd+V) şi apăsaţi OK' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ru.js b/plugins/clipboard/lang/ru.js index a5cfd1eedcd..e4e1cc5ee96 100644 --- a/plugins/clipboard/lang/ru.js +++ b/plugins/clipboard/lang/ru.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ru', { cut: 'Вырезать', cutError: 'Настройки безопасности вашего браузера не разрешают редактору выполнять операции по вырезке текста. Пожалуйста, используйте для этого клавиатуру (Ctrl/Cmd+X).', paste: 'Вставить', - pasteMsg: 'Пожалуйста, вставьте текст в зону ниже, используя клавиатуру (Ctrl/Cmd+V) и нажмите кнопку "OK".' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/si.js b/plugins/clipboard/lang/si.js index f870aac50cc..8a4f80c2420 100644 --- a/plugins/clipboard/lang/si.js +++ b/plugins/clipboard/lang/si.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'si', { cut: 'කපාගන්න', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', // MISSING paste: 'අලවන්න', - pasteMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sk.js b/plugins/clipboard/lang/sk.js index e28a949191b..190b7215401 100644 --- a/plugins/clipboard/lang/sk.js +++ b/plugins/clipboard/lang/sk.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sk', { cut: 'Vystrihnúť', cutError: 'Bezpečnostné nastavenia vášho prehliadača nedovoľujú editoru automaticky spustiť operáciu vystrihnutia. Použite na to klávesnicu (Ctrl/Cmd+X).', paste: 'Vložiť', - pasteMsg: 'Použitím klávesnice (Ctrl/Cmd+V) vložte text do rámčeka a stlačte OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sl.js b/plugins/clipboard/lang/sl.js index 6d55205482e..0392d24b263 100644 --- a/plugins/clipboard/lang/sl.js +++ b/plugins/clipboard/lang/sl.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sl', { cut: 'Izreži', cutError: 'Varnostne nastavitve brskalnika ne dopuščajo samodejnega izrezovanja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+X).', paste: 'Prilepi', - pasteMsg: 'Prosimo, prilepite v sleči okvir s pomočjo tipkovnice (Ctrl/Cmd+V) in pritisnite V redu.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sq.js b/plugins/clipboard/lang/sq.js index 20190da7fb5..a502367d513 100644 --- a/plugins/clipboard/lang/sq.js +++ b/plugins/clipboard/lang/sq.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sq', { cut: 'Preje', cutError: 'Të dhënat e sigurisë së shfletuesit tuaj nuk lejojnë që redaktuesi automatikisht të kryej veprimin e prerjes. Ju lutemi shfrytëzoni tastierën për këtë veprim (Ctrl/Cmd+X).', paste: 'Hidhe', - pasteMsg: 'Ju lutemi hidhni brenda kutizës në vijim duke shfrytëzuar tastierën (Ctrl/Cmd+V) dhe shtypni Mirë.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sr-latn.js b/plugins/clipboard/lang/sr-latn.js index b2f8674462c..a1e8d0ff94c 100644 --- a/plugins/clipboard/lang/sr-latn.js +++ b/plugins/clipboard/lang/sr-latn.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sr-latn', { cut: 'Iseci', cutError: 'Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog isecanja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl/Cmd+X).', paste: 'Zalepi', - pasteMsg: 'Molimo Vas da zalepite unutar donje povrine koristeći tastaturnu prečicu (Ctrl/Cmd+V) i da pritisnete OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sr.js b/plugins/clipboard/lang/sr.js index 395ccb942cb..01f21472868 100644 --- a/plugins/clipboard/lang/sr.js +++ b/plugins/clipboard/lang/sr.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sr', { cut: 'Исеци', cutError: 'Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског исецања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl/Cmd+X).', paste: 'Залепи', - pasteMsg: 'Молимо Вас да залепите унутар доње површине користећи тастатурну пречицу (Ctrl/Cmd+V) и да притиснете OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sv.js b/plugins/clipboard/lang/sv.js index ea9a41b923f..411ef28bca6 100644 --- a/plugins/clipboard/lang/sv.js +++ b/plugins/clipboard/lang/sv.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sv', { cut: 'Klipp ut', cutError: 'Säkerhetsinställningar i Er webbläsare tillåter inte åtgärden klipp ut. Använd (Ctrl/Cmd+X) istället.', paste: 'Klistra in', - pasteMsg: 'Var god och klistra in Er text i rutan nedan genom att använda (Ctrl/Cmd+V) klicka sen på OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/th.js b/plugins/clipboard/lang/th.js index 7da40f44e29..8a3d65af070 100644 --- a/plugins/clipboard/lang/th.js +++ b/plugins/clipboard/lang/th.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'th', { cut: 'ตัด', cutError: 'ไม่สามารถตัดข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl/Cmd และตัว X พร้อมกัน).', paste: 'วาง', - pasteMsg: 'กรุณาใช้คีย์บอร์ดเท่านั้น โดยกดปุ๋ม (Ctrl/Cmd และ V)พร้อมๆกัน และกด OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/tr.js b/plugins/clipboard/lang/tr.js index 3f984b12f6e..1cad2f303b0 100644 --- a/plugins/clipboard/lang/tr.js +++ b/plugins/clipboard/lang/tr.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'tr', { cut: 'Kes', cutError: 'Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kesme işlemine izin vermiyor. İşlem için (Ctrl/Cmd+X) tuşlarını kullanın.', paste: 'Yapıştır', - pasteMsg: 'Lütfen aşağıdaki kutunun içine yapıştırın. (Ctrl/Cmd+V) ve Tamam butonunu tıklayın.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/tt.js b/plugins/clipboard/lang/tt.js index 718026adce8..270de32df5c 100644 --- a/plugins/clipboard/lang/tt.js +++ b/plugins/clipboard/lang/tt.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'tt', { cut: 'Кисеп алу', cutError: 'Браузерыгызның иминлек үзлекләре автоматик рәвештә күчермәләү үтәүне тыя. Тиз төймәләрне (Ctrl/Cmd+C) кулланыгыз.', paste: 'Өстәү', - pasteMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ug.js b/plugins/clipboard/lang/ug.js index 9d223d8e73e..84651fc844e 100644 --- a/plugins/clipboard/lang/ug.js +++ b/plugins/clipboard/lang/ug.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ug', { cut: 'كەس', cutError: 'تور كۆرگۈڭىزنىڭ بىخەتەرلىك تەڭشىكى تەھرىرلىگۈچنىڭ كەس مەشغۇلاتىنى ئۆزلۈكىدىن ئىجرا قىلىشىغا يول قويمايدۇ، ھەرپتاختا تېز كۇنۇپكا (Ctrl/Cmd+X) ئارقىلىق تاماملاڭ', paste: 'چاپلا', - pasteMsg: 'ھەرپتاختا تېز كۇنۇپكا (Ctrl/Cmd+V) نى ئىشلىتىپ مەزمۇننى تۆۋەندىكى رامكىغا كۆچۈرۈڭ، ئاندىن جەزملەنى بېسىڭ' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/uk.js b/plugins/clipboard/lang/uk.js index 6b3b39821c5..b218dd17d64 100644 --- a/plugins/clipboard/lang/uk.js +++ b/plugins/clipboard/lang/uk.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'uk', { cut: 'Вирізати', cutError: 'Налаштування безпеки Вашого браузера не дозволяють редактору автоматично виконувати операції вирізування. Будь ласка, використовуйте клавіатуру для цього (Ctrl/Cmd+X)', paste: 'Вставити', - pasteMsg: 'Будь ласка, вставте інформацію з буфера обміну в цю область, користуючись комбінацією клавіш (Ctrl/Cmd+V), та натисніть OK.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/vi.js b/plugins/clipboard/lang/vi.js index 88fd160c0e3..34fcf04fad9 100644 --- a/plugins/clipboard/lang/vi.js +++ b/plugins/clipboard/lang/vi.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'vi', { cut: 'Cắt', cutError: 'Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh cắt. Hãy sử dụng bàn phím cho lệnh này (Ctrl/Cmd+X).', paste: 'Dán', - pasteMsg: 'Hãy dán nội dung vào trong khung bên dưới, sử dụng tổ hợp phím (Ctrl/Cmd+V) và nhấn vào nút Đồng ý.' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/zh-cn.js b/plugins/clipboard/lang/zh-cn.js index 6d889ff153b..c61c21b3dcf 100644 --- a/plugins/clipboard/lang/zh-cn.js +++ b/plugins/clipboard/lang/zh-cn.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'zh-cn', { cut: '剪切', cutError: '您的浏览器安全设置不允许编辑器自动执行剪切操作,请使用键盘快捷键(Ctrl/Cmd+X)来完成。', paste: '粘贴', - pasteMsg: '请使用键盘快捷键(Ctrl/Cmd+V)把内容粘贴到下面的方框里,再按 确定' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/zh.js b/plugins/clipboard/lang/zh.js index 497b7883bff..627bbe69cfb 100644 --- a/plugins/clipboard/lang/zh.js +++ b/plugins/clipboard/lang/zh.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'zh', { cut: '剪下', cutError: '瀏覽器的安全性設定不允許編輯器自動執行剪下動作。請使用鏐盤快捷鍵 (Ctrl/Cmd+X) 剪下。', paste: '貼上', - pasteMsg: '請使用鍵盤快捷鍵 (Ctrl/Cmd+V) 貼到下方區域中並按下「確定」。' + pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); From 0a28e6333a61559d950503eab3fbdfe88d28cce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Krzto=C5=84?= Date: Thu, 20 Apr 2017 11:45:10 +0200 Subject: [PATCH 3/6] Tests: fixed helper. --- tests/plugins/clipboard/_helpers/pasting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/clipboard/_helpers/pasting.js b/tests/plugins/clipboard/_helpers/pasting.js index fd8789ff81b..4ac8ef05248 100644 --- a/tests/plugins/clipboard/_helpers/pasting.js +++ b/tests/plugins/clipboard/_helpers/pasting.js @@ -169,7 +169,7 @@ function testResetScenario( editor, queue ) { function getDefaultNotification( editor, command, keyInfo ) { var keystroke = keyInfo || CKEDITOR.tools.keystrokeToString( editor.lang.common.keyboard, editor.getCommandKeystroke( editor.commands[ command ] ) ), - msg = editor.lang[ command === 'paste' ? 'clipboard' : command ].pasteMsg + msg = editor.lang[ command === 'paste' ? 'clipboard' : command ].pasteDefaultMsg .replace( /%1/, '' + keystroke.display + '' ); return msg; From f8d41a58bb12c4ce2c2ac835eeb85893f5fc63a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Krzto=C5=84?= Date: Thu, 20 Apr 2017 12:30:42 +0200 Subject: [PATCH 4/6] Tests: fixed lang entry name used in helper. --- tests/plugins/clipboard/_helpers/pasting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/clipboard/_helpers/pasting.js b/tests/plugins/clipboard/_helpers/pasting.js index 4ac8ef05248..796d7b12ae3 100644 --- a/tests/plugins/clipboard/_helpers/pasting.js +++ b/tests/plugins/clipboard/_helpers/pasting.js @@ -169,7 +169,7 @@ function testResetScenario( editor, queue ) { function getDefaultNotification( editor, command, keyInfo ) { var keystroke = keyInfo || CKEDITOR.tools.keystrokeToString( editor.lang.common.keyboard, editor.getCommandKeystroke( editor.commands[ command ] ) ), - msg = editor.lang[ command === 'paste' ? 'clipboard' : command ].pasteDefaultMsg + msg = ( command === 'paste' ? editor.lang.clipboard.pasteDefaultMsg : editor.lang[ command ].pasteMsg ) .replace( /%1/, '' + keystroke.display + '' ); return msg; From 0f214d8138fab087988f6461681a0796990965e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Krzto=C5=84?= Date: Fri, 21 Apr 2017 11:43:35 +0200 Subject: [PATCH 5/6] Created new 'pasteNotification' lang entry for 'clipboard' and 'pastetext' plugins instead of pasteMsg. --- dev/langtool/meta/ckeditor.plugin-clipboard/meta.txt | 2 +- dev/langtool/meta/ckeditor.plugin-pastetext/meta.txt | 2 +- plugins/clipboard/lang/en.js | 2 +- plugins/clipboard/plugin.js | 2 +- plugins/pastetext/lang/en.js | 2 +- plugins/pastetext/plugin.js | 2 +- tests/plugins/clipboard/_helpers/pasting.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev/langtool/meta/ckeditor.plugin-clipboard/meta.txt b/dev/langtool/meta/ckeditor.plugin-clipboard/meta.txt index f3a51681df7..f44229b42da 100644 --- a/dev/langtool/meta/ckeditor.plugin-clipboard/meta.txt +++ b/dev/langtool/meta/ckeditor.plugin-clipboard/meta.txt @@ -6,4 +6,4 @@ copyError = A notification message shown when browser is blocking copying, and u cut = Toolbar button tooltip for the Cut feature. cutError = A notification message shown when browser is blocking cutting, and user should use the keyboard instead. %1 sequence is replaced with a keystroke that, when pressed, will perform the action. paste = Toolbar button tooltip for the Paste feature. -pasteDefaultMsg = A notification message shown when browser is blocking pasting, and user should use the keyboard instead. %1 sequence is replaced with a keystroke that, when pressed, will perform the action. +pasteNotification = A notification message shown when browser is blocking pasting, and user should use the keyboard instead. %1 sequence is replaced with a keystroke that, when pressed, will perform the action. diff --git a/dev/langtool/meta/ckeditor.plugin-pastetext/meta.txt b/dev/langtool/meta/ckeditor.plugin-pastetext/meta.txt index beb93419316..16592da5f00 100644 --- a/dev/langtool/meta/ckeditor.plugin-pastetext/meta.txt +++ b/dev/langtool/meta/ckeditor.plugin-pastetext/meta.txt @@ -2,4 +2,4 @@ # For licensing, see LICENSE.md or http://ckeditor.com/license button = Toolbar button tooltip for the Paste as Plain Text feature. -pasteMsg = A notification message shown when browser is blocking pasting, and user should use the keyboard instead. %1 sequence is replaced with a keystroke that, when pressed, will perform the action. +pasteNotification = A notification message shown when browser is blocking pasting, and user should use the keyboard instead. %1 sequence is replaced with a keystroke that, when pressed, will perform the action. diff --git a/plugins/clipboard/lang/en.js b/plugins/clipboard/lang/en.js index 4c4382a9ad3..9ea48a4d6e9 100644 --- a/plugins/clipboard/lang/en.js +++ b/plugins/clipboard/lang/en.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'en', { cut: 'Cut', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', paste: 'Paste', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' } ); diff --git a/plugins/clipboard/plugin.js b/plugins/clipboard/plugin.js index 9a9f799f21b..48d44fb8f85 100644 --- a/plugins/clipboard/plugin.js +++ b/plugins/clipboard/plugin.js @@ -706,7 +706,7 @@ forcedType = data.type, keystroke = CKEDITOR.tools.keystrokeToString( editor.lang.common.keyboard, editor.getCommandKeystroke( this ) ), - msg = typeof notification === 'string' ? notification : editor.lang.clipboard.pasteDefaultMsg + msg = typeof notification === 'string' ? notification : editor.lang.clipboard.pasteNotification .replace( /%1/, '' + keystroke.display + '' ), pastedContent = typeof data === 'string' ? data : data.dataValue; diff --git a/plugins/pastetext/lang/en.js b/plugins/pastetext/lang/en.js index 4aecda4f85e..35e7265b169 100644 --- a/plugins/pastetext/lang/en.js +++ b/plugins/pastetext/lang/en.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'en', { button: 'Paste as plain text', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' } ); diff --git a/plugins/pastetext/plugin.js b/plugins/pastetext/plugin.js index d4c13261a8e..9fb6a6bb80f 100644 --- a/plugins/pastetext/plugin.js +++ b/plugins/pastetext/plugin.js @@ -35,7 +35,7 @@ editor.getCommandKeystroke( CKEDITOR.env.ie ? editor.commands.paste : this ) ), notification = ( data && typeof data.notification !== 'undefined' ) ? data.notification : !data || !data.from || ( data.from === 'keystrokeHandler' && CKEDITOR.env.ie ), - msg = ( notification && typeof notification === 'string' ) ? notification : lang.pastetext.pasteMsg + msg = ( notification && typeof notification === 'string' ) ? notification : lang.pastetext.pasteNotification .replace( /%1/, '' + keyInfo.display + '' ); editor.execCommand( 'paste', { diff --git a/tests/plugins/clipboard/_helpers/pasting.js b/tests/plugins/clipboard/_helpers/pasting.js index 796d7b12ae3..9264fc3908c 100644 --- a/tests/plugins/clipboard/_helpers/pasting.js +++ b/tests/plugins/clipboard/_helpers/pasting.js @@ -169,7 +169,7 @@ function testResetScenario( editor, queue ) { function getDefaultNotification( editor, command, keyInfo ) { var keystroke = keyInfo || CKEDITOR.tools.keystrokeToString( editor.lang.common.keyboard, editor.getCommandKeystroke( editor.commands[ command ] ) ), - msg = ( command === 'paste' ? editor.lang.clipboard.pasteDefaultMsg : editor.lang[ command ].pasteMsg ) + msg = editor.lang[ command === 'paste' ? 'clipboard' : command ].pasteNotification .replace( /%1/, '' + keystroke.display + '' ); return msg; From 89ab64624914da12fa6ff6fc056a8565f35d49bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Krzto=C5=84?= Date: Fri, 21 Apr 2017 11:58:27 +0200 Subject: [PATCH 6/6] Updated lang entries. --- plugins/clipboard/lang/af.js | 2 +- plugins/clipboard/lang/ar.js | 2 +- plugins/clipboard/lang/az.js | 2 +- plugins/clipboard/lang/bg.js | 2 +- plugins/clipboard/lang/bn.js | 2 +- plugins/clipboard/lang/bs.js | 2 +- plugins/clipboard/lang/ca.js | 2 +- plugins/clipboard/lang/cs.js | 2 +- plugins/clipboard/lang/cy.js | 2 +- plugins/clipboard/lang/da.js | 2 +- plugins/clipboard/lang/de-ch.js | 2 +- plugins/clipboard/lang/de.js | 2 +- plugins/clipboard/lang/el.js | 2 +- plugins/clipboard/lang/en-au.js | 2 +- plugins/clipboard/lang/en-ca.js | 2 +- plugins/clipboard/lang/en-gb.js | 2 +- plugins/clipboard/lang/eo.js | 2 +- plugins/clipboard/lang/es.js | 2 +- plugins/clipboard/lang/et.js | 2 +- plugins/clipboard/lang/eu.js | 2 +- plugins/clipboard/lang/fa.js | 2 +- plugins/clipboard/lang/fi.js | 2 +- plugins/clipboard/lang/fo.js | 2 +- plugins/clipboard/lang/fr-ca.js | 2 +- plugins/clipboard/lang/fr.js | 2 +- plugins/clipboard/lang/gl.js | 2 +- plugins/clipboard/lang/gu.js | 2 +- plugins/clipboard/lang/he.js | 2 +- plugins/clipboard/lang/hi.js | 2 +- plugins/clipboard/lang/hr.js | 2 +- plugins/clipboard/lang/hu.js | 2 +- plugins/clipboard/lang/id.js | 2 +- plugins/clipboard/lang/is.js | 2 +- plugins/clipboard/lang/it.js | 2 +- plugins/clipboard/lang/ja.js | 2 +- plugins/clipboard/lang/ka.js | 2 +- plugins/clipboard/lang/km.js | 2 +- plugins/clipboard/lang/ko.js | 2 +- plugins/clipboard/lang/ku.js | 2 +- plugins/clipboard/lang/lt.js | 2 +- plugins/clipboard/lang/lv.js | 2 +- plugins/clipboard/lang/mk.js | 2 +- plugins/clipboard/lang/mn.js | 2 +- plugins/clipboard/lang/ms.js | 2 +- plugins/clipboard/lang/nb.js | 2 +- plugins/clipboard/lang/nl.js | 2 +- plugins/clipboard/lang/no.js | 2 +- plugins/clipboard/lang/oc.js | 2 +- plugins/clipboard/lang/pl.js | 2 +- plugins/clipboard/lang/pt-br.js | 2 +- plugins/clipboard/lang/pt.js | 2 +- plugins/clipboard/lang/ro.js | 2 +- plugins/clipboard/lang/ru.js | 2 +- plugins/clipboard/lang/si.js | 2 +- plugins/clipboard/lang/sk.js | 2 +- plugins/clipboard/lang/sl.js | 2 +- plugins/clipboard/lang/sq.js | 2 +- plugins/clipboard/lang/sr-latn.js | 2 +- plugins/clipboard/lang/sr.js | 2 +- plugins/clipboard/lang/sv.js | 2 +- plugins/clipboard/lang/th.js | 2 +- plugins/clipboard/lang/tr.js | 2 +- plugins/clipboard/lang/tt.js | 2 +- plugins/clipboard/lang/ug.js | 2 +- plugins/clipboard/lang/uk.js | 2 +- plugins/clipboard/lang/vi.js | 2 +- plugins/clipboard/lang/zh-cn.js | 2 +- plugins/clipboard/lang/zh.js | 2 +- plugins/pastetext/lang/af.js | 2 +- plugins/pastetext/lang/ar.js | 2 +- plugins/pastetext/lang/az.js | 2 +- plugins/pastetext/lang/bg.js | 2 +- plugins/pastetext/lang/bn.js | 2 +- plugins/pastetext/lang/bs.js | 2 +- plugins/pastetext/lang/ca.js | 2 +- plugins/pastetext/lang/cs.js | 2 +- plugins/pastetext/lang/cy.js | 2 +- plugins/pastetext/lang/da.js | 2 +- plugins/pastetext/lang/de-ch.js | 2 +- plugins/pastetext/lang/de.js | 2 +- plugins/pastetext/lang/el.js | 2 +- plugins/pastetext/lang/en-au.js | 2 +- plugins/pastetext/lang/en-ca.js | 2 +- plugins/pastetext/lang/en-gb.js | 2 +- plugins/pastetext/lang/eo.js | 2 +- plugins/pastetext/lang/es.js | 2 +- plugins/pastetext/lang/et.js | 2 +- plugins/pastetext/lang/eu.js | 2 +- plugins/pastetext/lang/fa.js | 2 +- plugins/pastetext/lang/fi.js | 2 +- plugins/pastetext/lang/fo.js | 2 +- plugins/pastetext/lang/fr-ca.js | 2 +- plugins/pastetext/lang/fr.js | 2 +- plugins/pastetext/lang/gl.js | 2 +- plugins/pastetext/lang/gu.js | 2 +- plugins/pastetext/lang/he.js | 2 +- plugins/pastetext/lang/hi.js | 2 +- plugins/pastetext/lang/hr.js | 2 +- plugins/pastetext/lang/hu.js | 2 +- plugins/pastetext/lang/id.js | 2 +- plugins/pastetext/lang/is.js | 2 +- plugins/pastetext/lang/it.js | 2 +- plugins/pastetext/lang/ja.js | 2 +- plugins/pastetext/lang/ka.js | 2 +- plugins/pastetext/lang/km.js | 2 +- plugins/pastetext/lang/ko.js | 2 +- plugins/pastetext/lang/ku.js | 2 +- plugins/pastetext/lang/lt.js | 2 +- plugins/pastetext/lang/lv.js | 2 +- plugins/pastetext/lang/mk.js | 2 +- plugins/pastetext/lang/mn.js | 2 +- plugins/pastetext/lang/ms.js | 2 +- plugins/pastetext/lang/nb.js | 2 +- plugins/pastetext/lang/nl.js | 2 +- plugins/pastetext/lang/no.js | 2 +- plugins/pastetext/lang/oc.js | 2 +- plugins/pastetext/lang/pl.js | 2 +- plugins/pastetext/lang/pt-br.js | 2 +- plugins/pastetext/lang/pt.js | 2 +- plugins/pastetext/lang/ro.js | 2 +- plugins/pastetext/lang/ru.js | 2 +- plugins/pastetext/lang/si.js | 2 +- plugins/pastetext/lang/sk.js | 2 +- plugins/pastetext/lang/sl.js | 2 +- plugins/pastetext/lang/sq.js | 2 +- plugins/pastetext/lang/sr-latn.js | 2 +- plugins/pastetext/lang/sr.js | 2 +- plugins/pastetext/lang/sv.js | 2 +- plugins/pastetext/lang/th.js | 2 +- plugins/pastetext/lang/tr.js | 2 +- plugins/pastetext/lang/tt.js | 2 +- plugins/pastetext/lang/ug.js | 2 +- plugins/pastetext/lang/uk.js | 2 +- plugins/pastetext/lang/vi.js | 2 +- plugins/pastetext/lang/zh-cn.js | 2 +- plugins/pastetext/lang/zh.js | 2 +- 136 files changed, 136 insertions(+), 136 deletions(-) diff --git a/plugins/clipboard/lang/af.js b/plugins/clipboard/lang/af.js index 9472dad7cc5..f163930917e 100644 --- a/plugins/clipboard/lang/af.js +++ b/plugins/clipboard/lang/af.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'af', { cut: 'Knip', cutError: 'U blaaier se sekuriteitsinstelling belet die outomatiese knip-aksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+X).', paste: 'Plak', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ar.js b/plugins/clipboard/lang/ar.js index fe5457402ee..711e3dac030 100644 --- a/plugins/clipboard/lang/ar.js +++ b/plugins/clipboard/lang/ar.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ar', { cut: 'قص', cutError: 'الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع القص التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl/Cmd+X).', paste: 'لصق', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/az.js b/plugins/clipboard/lang/az.js index b782e4a4c05..3bd7178244a 100644 --- a/plugins/clipboard/lang/az.js +++ b/plugins/clipboard/lang/az.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'az', { cut: 'Kəs', cutError: 'Avtomatik kəsmə mümkün deyil. Ctrl+X basın.', paste: 'Əlavə et', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/bg.js b/plugins/clipboard/lang/bg.js index 482e2210758..cbf1cbf1012 100644 --- a/plugins/clipboard/lang/bg.js +++ b/plugins/clipboard/lang/bg.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'bg', { cut: 'Отрежи', cutError: 'Настройките за сигурност на Вашия браузър не позволяват на редактора автоматично да изъплни действията за отрязване. Моля ползвайте клавиатурните команди за целта (ctrl+x).', paste: 'Вмъкни', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/bn.js b/plugins/clipboard/lang/bn.js index e91cbb4409f..746bfb03969 100644 --- a/plugins/clipboard/lang/bn.js +++ b/plugins/clipboard/lang/bn.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'bn', { cut: 'কাট', cutError: 'আপনার ব্রাউজারের সুরক্ষা সেটিংস এডিটরকে অটোমেটিক কাট করার অনুমতি দেয়নি। দয়া করে এই কাজের জন্য কিবোর্ড ব্যবহার করুন (Ctrl/Cmd+X)।', paste: 'পেস্ট', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/bs.js b/plugins/clipboard/lang/bs.js index 1a11e391516..020ea2b134c 100644 --- a/plugins/clipboard/lang/bs.js +++ b/plugins/clipboard/lang/bs.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'bs', { cut: 'Izreži', cutError: 'Sigurnosne postavke vašeg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+X).', paste: 'Zalijepi', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ca.js b/plugins/clipboard/lang/ca.js index 9be26a0789a..37c4b417f78 100644 --- a/plugins/clipboard/lang/ca.js +++ b/plugins/clipboard/lang/ca.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ca', { cut: 'Retallar', cutError: 'La configuració de seguretat del vostre navegador no permet executar automàticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl/Cmd+X).', paste: 'Enganxar', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/cs.js b/plugins/clipboard/lang/cs.js index c83e5c02c3b..c44976c08c7 100644 --- a/plugins/clipboard/lang/cs.js +++ b/plugins/clipboard/lang/cs.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'cs', { cut: 'Vyjmout', cutError: 'Bezpečnostní nastavení vašeho prohlížeče nedovolují editoru spustit funkci pro vyjmutí zvoleného textu do schránky. Prosím vyjměte zvolený text do schránky pomocí klávesnice (Ctrl/Cmd+X).', paste: 'Vložit', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/cy.js b/plugins/clipboard/lang/cy.js index 6a6ad93ddde..2d5cb665550 100644 --- a/plugins/clipboard/lang/cy.js +++ b/plugins/clipboard/lang/cy.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'cy', { cut: 'Torri', cutError: 'Nid yw gosodiadau diogelwch eich porwr yn caniatàu\'r golygydd i gynnal \'gweithredoedd torri\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+X).', paste: 'Gludo', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/da.js b/plugins/clipboard/lang/da.js index a219657192d..9d915575430 100644 --- a/plugins/clipboard/lang/da.js +++ b/plugins/clipboard/lang/da.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'da', { cut: 'Klip', cutError: 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.

Brug i stedet tastaturet til at klippe teksten (Ctrl/Cmd+X).', paste: 'Indsæt', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/de-ch.js b/plugins/clipboard/lang/de-ch.js index 5663b1cf120..67d51e05009 100644 --- a/plugins/clipboard/lang/de-ch.js +++ b/plugins/clipboard/lang/de-ch.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'de-ch', { cut: 'Ausschneiden', cutError: 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch auszuschneiden. Bitte benutzen Sie die System-Zwischenablage über STRG-X (ausschneiden) und STRG-V (einfügen).', paste: 'Einfügen', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/de.js b/plugins/clipboard/lang/de.js index 742d9422d13..d23f99c8592 100644 --- a/plugins/clipboard/lang/de.js +++ b/plugins/clipboard/lang/de.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'de', { cut: 'Ausschneiden', cutError: 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch auszuschneiden. Bitte benutzen Sie die System-Zwischenablage über STRG-X (ausschneiden) und STRG-V (einfügen).', paste: 'Einfügen', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/el.js b/plugins/clipboard/lang/el.js index a674209e8ef..90d4cc57d82 100644 --- a/plugins/clipboard/lang/el.js +++ b/plugins/clipboard/lang/el.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'el', { cut: 'Αποκοπή', cutError: 'Οι ρυθμίσεις ασφαλείας του περιηγητή σας δεν επιτρέπουν την επιλεγμένη εργασία αποκοπής. Παρακαλώ χρησιμοποιείστε το πληκτρολόγιο (Ctrl/Cmd+X).', paste: 'Επικόλληση', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/en-au.js b/plugins/clipboard/lang/en-au.js index ef6cea85b0b..4212ec97e4c 100644 --- a/plugins/clipboard/lang/en-au.js +++ b/plugins/clipboard/lang/en-au.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'en-au', { cut: 'Cut', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', paste: 'Paste', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/en-ca.js b/plugins/clipboard/lang/en-ca.js index ee5c0728363..f47aae3bb0c 100644 --- a/plugins/clipboard/lang/en-ca.js +++ b/plugins/clipboard/lang/en-ca.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'en-ca', { cut: 'Cut', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', paste: 'Paste', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/en-gb.js b/plugins/clipboard/lang/en-gb.js index fb0fe7b8c30..958a0706a71 100644 --- a/plugins/clipboard/lang/en-gb.js +++ b/plugins/clipboard/lang/en-gb.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'en-gb', { cut: 'Cut', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', paste: 'Paste', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/eo.js b/plugins/clipboard/lang/eo.js index 6646a6779b8..27c510886b8 100644 --- a/plugins/clipboard/lang/eo.js +++ b/plugins/clipboard/lang/eo.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'eo', { cut: 'Eltondi', cutError: 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-X).', paste: 'Interglui', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/es.js b/plugins/clipboard/lang/es.js index f350fe373a1..e2dbf4e3834 100644 --- a/plugins/clipboard/lang/es.js +++ b/plugins/clipboard/lang/es.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'es', { cut: 'Cortar', cutError: 'La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de cortado.\r\nPor favor use el teclado (Ctrl/Cmd+X).', paste: 'Pegar', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/et.js b/plugins/clipboard/lang/et.js index 7ffc5bb9e4e..242a7cddd49 100644 --- a/plugins/clipboard/lang/et.js +++ b/plugins/clipboard/lang/et.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'et', { cut: 'Lõika', cutError: 'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt lõigata. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+X).', paste: 'Aseta', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/eu.js b/plugins/clipboard/lang/eu.js index 39da3ec1893..1e233af3300 100644 --- a/plugins/clipboard/lang/eu.js +++ b/plugins/clipboard/lang/eu.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'eu', { cut: 'Ebaki', cutError: 'Zure web nabigatzailearen segurtasun ezarpenek ez dute baimentzen testuak automatikoki moztea. Mesedez teklatua erabil ezazu (Ctrl/Cmd+X).', paste: 'Itsatsi', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/fa.js b/plugins/clipboard/lang/fa.js index f97ff7d4b84..e0e01c35442 100644 --- a/plugins/clipboard/lang/fa.js +++ b/plugins/clipboard/lang/fa.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'fa', { cut: 'برش', cutError: 'تنظیمات امنیتی مرورگر شما اجازه نمیدهد که ویرایشگر به طور خودکار عملکردهای برش را انجام دهد. لطفا با دکمههای صفحه کلید این کار را انجام دهید (Ctrl/Cmd+X).', paste: 'چسباندن', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/fi.js b/plugins/clipboard/lang/fi.js index 634999d9ed4..ba0fed2d510 100644 --- a/plugins/clipboard/lang/fi.js +++ b/plugins/clipboard/lang/fi.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'fi', { cut: 'Leikkaa', cutError: 'Selaimesi turva-asetukset eivät salli editorin toteuttaa leikkaamista. Käytä näppäimistöä leikkaamiseen (Ctrl+X).', paste: 'Liitä', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/fo.js b/plugins/clipboard/lang/fo.js index a049f674f12..9c4408edf73 100644 --- a/plugins/clipboard/lang/fo.js +++ b/plugins/clipboard/lang/fo.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'fo', { cut: 'Kvett', cutError: 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í at kvetta tekstin. Vinarliga nýt knappaborðið til at kvetta tekstin (Ctrl/Cmd+X).', paste: 'Innrita', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/fr-ca.js b/plugins/clipboard/lang/fr-ca.js index 816521995d6..0f77bdb12a5 100644 --- a/plugins/clipboard/lang/fr-ca.js +++ b/plugins/clipboard/lang/fr-ca.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'fr-ca', { cut: 'Couper', cutError: 'Les paramètres de sécurité de votre navigateur empêchent l\'éditeur de couper automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+X).', paste: 'Coller', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/fr.js b/plugins/clipboard/lang/fr.js index 78e082d5276..49d58dc5086 100644 --- a/plugins/clipboard/lang/fr.js +++ b/plugins/clipboard/lang/fr.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'fr', { cut: 'Couper', cutError: 'Les paramètres de sécurité de votre navigateur n\'autorisent pas l\'éditeur à exécuter automatiquement l\'opération « Couper ». Veuillez utiliser le raccourci clavier à cet effet (Ctrl/Cmd+X).', paste: 'Coller', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/gl.js b/plugins/clipboard/lang/gl.js index 75eb64f7a7b..cbac5960470 100644 --- a/plugins/clipboard/lang/gl.js +++ b/plugins/clipboard/lang/gl.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'gl', { cut: 'Cortar', cutError: 'Os axustes de seguranza do seu navegador non permiten que o editor realice automaticamente as tarefas de corte. Use o teclado para iso (Ctrl/Cmd+X).', paste: 'Pegar', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/gu.js b/plugins/clipboard/lang/gu.js index 15247b69e20..9f05c7b512b 100644 --- a/plugins/clipboard/lang/gu.js +++ b/plugins/clipboard/lang/gu.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'gu', { cut: 'કાપવું', cutError: 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કટ કરવાની પરવાનગી નથી આપતી. (Ctrl/Cmd+X) નો ઉપયોગ કરો.', paste: 'પેસ્ટ', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/he.js b/plugins/clipboard/lang/he.js index c9f3c385fda..35b45d02bb4 100644 --- a/plugins/clipboard/lang/he.js +++ b/plugins/clipboard/lang/he.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'he', { cut: 'גזירה', cutError: 'הגדרות האבטחה בדפדפן שלך לא מאפשרות לעורך לבצע פעולות גזירה אוטומטיות. יש להשתמש במקלדת לשם כך (Ctrl/Cmd+X).', paste: 'הדבקה', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/hi.js b/plugins/clipboard/lang/hi.js index 81861d87670..95ff3cf603f 100644 --- a/plugins/clipboard/lang/hi.js +++ b/plugins/clipboard/lang/hi.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'hi', { cut: 'कट', cutError: 'आपके ब्राउज़र की सुरक्षा सॅटिन्ग्स ने कट करने की अनुमति नहीं प्रदान की है। (Ctrl/Cmd+X) का प्रयोग करें।', paste: 'पेस्ट', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/hr.js b/plugins/clipboard/lang/hr.js index c728aec931a..a9176de9479 100644 --- a/plugins/clipboard/lang/hr.js +++ b/plugins/clipboard/lang/hr.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'hr', { cut: 'Izreži', cutError: 'Sigurnosne postavke Vašeg pretraživača ne dozvoljavaju operacije automatskog izrezivanja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+X).', paste: 'Zalijepi', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/hu.js b/plugins/clipboard/lang/hu.js index 7c0d7c91e13..a5fa62735cf 100644 --- a/plugins/clipboard/lang/hu.js +++ b/plugins/clipboard/lang/hu.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'hu', { cut: 'Kivágás', cutError: 'A böngésző biztonsági beállításai nem engedélyezik a szerkesztőnek, hogy végrehajtsa a kivágás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).', paste: 'Beillesztés', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/id.js b/plugins/clipboard/lang/id.js index c38256b196c..226e0efb899 100644 --- a/plugins/clipboard/lang/id.js +++ b/plugins/clipboard/lang/id.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'id', { cut: 'Potong', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', // MISSING paste: 'Tempel', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/is.js b/plugins/clipboard/lang/is.js index 5bdc69016c1..7daa19500f6 100644 --- a/plugins/clipboard/lang/is.js +++ b/plugins/clipboard/lang/is.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'is', { cut: 'Klippa', cutError: 'Öryggisstillingar vafrans þíns leyfa ekki klippingu texta með músaraðgerð. Notaðu lyklaborðið í klippa (Ctrl/Cmd+X).', paste: 'Líma', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/it.js b/plugins/clipboard/lang/it.js index b08bb67a229..af506d5213c 100644 --- a/plugins/clipboard/lang/it.js +++ b/plugins/clipboard/lang/it.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'it', { cut: 'Taglia', cutError: 'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+X).', paste: 'Incolla', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ja.js b/plugins/clipboard/lang/ja.js index 5e610bdbf11..a2a08456136 100644 --- a/plugins/clipboard/lang/ja.js +++ b/plugins/clipboard/lang/ja.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ja', { cut: '切り取り', cutError: 'ブラウザーのセキュリティ設定によりエディタの切り取り操作を自動で実行することができません。実行するには手動でキーボードの(Ctrl/Cmd+X)を使用してください。', paste: '貼り付け', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ka.js b/plugins/clipboard/lang/ka.js index e2e91bde14a..d96557cc529 100644 --- a/plugins/clipboard/lang/ka.js +++ b/plugins/clipboard/lang/ka.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ka', { cut: 'ამოჭრა', cutError: 'თქვენი ბროუზერის უსაფრთხოების პარამეტრები არ იძლევა ამოჭრის ოპერაციის ავტომატურად განხორციელების საშუალებას. გამოიყენეთ კლავიატურა ამისთვის (Ctrl/Cmd+X).', paste: 'ჩასმა', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/km.js b/plugins/clipboard/lang/km.js index 92d51394c94..5ce57f9940e 100644 --- a/plugins/clipboard/lang/km.js +++ b/plugins/clipboard/lang/km.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'km', { cut: 'កាត់យក', cutError: 'ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះ​មិនអាចធ្វើកម្មវិធីតាក់តែងអត្ថបទ កាត់អត្ថបទយកដោយស្វ័យប្រវត្តបានឡើយ ។ សូមប្រើប្រាស់បន្សំ ឃីដូចនេះ (Ctrl/Cmd+X) ។', paste: 'បិទ​ភ្ជាប់', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ko.js b/plugins/clipboard/lang/ko.js index 924476f2b7a..fff7d11a4d7 100644 --- a/plugins/clipboard/lang/ko.js +++ b/plugins/clipboard/lang/ko.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ko', { cut: '잘라내기', cutError: '브라우저의 보안설정 때문에 잘라내기 기능을 실행할 수 없습니다. 키보드(Ctrl/Cmd+X)를 이용해서 잘라내기 하십시오', paste: '붙여넣기', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ku.js b/plugins/clipboard/lang/ku.js index 0226a74f972..76942d58779 100644 --- a/plugins/clipboard/lang/ku.js +++ b/plugins/clipboard/lang/ku.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ku', { cut: 'بڕین', cutError: 'پارێزی وێبگەڕەکەت ڕێگەنادات بە سەرنووسەکە لەبڕینی خۆکارانە. تکایە لەبری ئەمە ئەم فەرمانە بەکاربهێنە بەداگرتنی کلیلی (Ctrl/Cmd+X).', paste: 'لکاندن', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/lt.js b/plugins/clipboard/lang/lt.js index fcfb98fa54c..37069ef40fb 100644 --- a/plugins/clipboard/lang/lt.js +++ b/plugins/clipboard/lang/lt.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'lt', { cut: 'Iškirpti', cutError: 'Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui automatiškai įvykdyti iškirpimo operacijų. Tam prašome naudoti klaviatūrą (Ctrl/Cmd+X).', paste: 'Įdėti', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/lv.js b/plugins/clipboard/lang/lv.js index cad2bb03a77..bc21dd6d8a3 100644 --- a/plugins/clipboard/lang/lv.js +++ b/plugins/clipboard/lang/lv.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'lv', { cut: 'Izgriezt', cutError: 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj redaktoram automātiski veikt izgriezšanas darbību. Lūdzu, izmantojiet (Ctrl/Cmd+X), lai veiktu šo darbību.', paste: 'Ielīmēt', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/mk.js b/plugins/clipboard/lang/mk.js index cb0b41281e2..626d6be3c91 100644 --- a/plugins/clipboard/lang/mk.js +++ b/plugins/clipboard/lang/mk.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'mk', { cut: 'Исечи (Cut)', cutError: 'Опциите за безбедност на вашиот прелистувач не дозволуваат уредувачот автоматски да изврши сечење. Ве молиме употребете ја тастатурата. (Ctrl/Cmd+C)', paste: 'Залепи (Paste)', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/mn.js b/plugins/clipboard/lang/mn.js index 63804fef63c..cc7fe921fab 100644 --- a/plugins/clipboard/lang/mn.js +++ b/plugins/clipboard/lang/mn.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'mn', { cut: 'Хайчлах', cutError: 'Таны browser-ын хамгаалалтын тохиргоо editor-д автоматаар хайчлах үйлдэлийг зөвшөөрөхгүй байна. (Ctrl/Cmd+X) товчны хослолыг ашиглана уу.', paste: 'Буулгах', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ms.js b/plugins/clipboard/lang/ms.js index 89079460d67..94faeb83e00 100644 --- a/plugins/clipboard/lang/ms.js +++ b/plugins/clipboard/lang/ms.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ms', { cut: 'Potong', cutError: 'Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+X).', paste: 'Tampal', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/nb.js b/plugins/clipboard/lang/nb.js index 30330b970ee..638a8ef16b8 100644 --- a/plugins/clipboard/lang/nb.js +++ b/plugins/clipboard/lang/nb.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'nb', { cut: 'Klipp ut', cutError: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk tastatursnarveien (Ctrl/Cmd+X).', paste: 'Lim inn', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/nl.js b/plugins/clipboard/lang/nl.js index 6daadba4ba3..c365e0d768e 100644 --- a/plugins/clipboard/lang/nl.js +++ b/plugins/clipboard/lang/nl.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'nl', { cut: 'Knippen', cutError: 'De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik de sneltoets Ctrl/Cmd+X van het toetsenbord.', paste: 'Plakken', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/no.js b/plugins/clipboard/lang/no.js index 72d5327acad..bd5bb36eb49 100644 --- a/plugins/clipboard/lang/no.js +++ b/plugins/clipboard/lang/no.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'no', { cut: 'Klipp ut', cutError: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk snarveien (Ctrl/Cmd+X).', paste: 'Lim inn', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/oc.js b/plugins/clipboard/lang/oc.js index 57d395f0eed..1eb36f99dbd 100644 --- a/plugins/clipboard/lang/oc.js +++ b/plugins/clipboard/lang/oc.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'oc', { cut: 'Talhar', cutError: 'Los paramètres de seguretat de vòstre navigador autorizan pas l\'editor a executar automaticament l\'operacion « Talhar ». Utilizatz l\'acorchi de clavièr a aqueste efièit (Ctrl/Cmd+X).', paste: 'Pegar', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/pl.js b/plugins/clipboard/lang/pl.js index a53f1b078af..6378b415d1c 100644 --- a/plugins/clipboard/lang/pl.js +++ b/plugins/clipboard/lang/pl.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'pl', { cut: 'Wytnij', cutError: 'Ustawienia bezpieczeństwa Twojej przeglądarki nie pozwalają na automatyczne wycinanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+X.', paste: 'Wklej', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/pt-br.js b/plugins/clipboard/lang/pt-br.js index b2632a9b4fd..66d9021dfae 100644 --- a/plugins/clipboard/lang/pt-br.js +++ b/plugins/clipboard/lang/pt-br.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'pt-br', { cut: 'Recortar', cutError: 'As configurações de segurança do seu navegador não permitem que o editor execute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl/Cmd+X).', paste: 'Colar', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/pt.js b/plugins/clipboard/lang/pt.js index 075a2eb0b8d..ac419df093d 100644 --- a/plugins/clipboard/lang/pt.js +++ b/plugins/clipboard/lang/pt.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'pt', { cut: 'Cortar', cutError: 'A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl/Cmd+X).', paste: 'Colar', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ro.js b/plugins/clipboard/lang/ro.js index 2cefe7b4156..0f7f745f1d8 100644 --- a/plugins/clipboard/lang/ro.js +++ b/plugins/clipboard/lang/ro.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ro', { cut: 'Taie', cutError: 'Setările de securitate ale navigatorului (browser) pe care îl folosiţi nu permit editorului să execute automat operaţiunea de tăiere. Vă rugăm folosiţi tastatura (Ctrl/Cmd+X).', paste: 'Adaugă', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ru.js b/plugins/clipboard/lang/ru.js index e4e1cc5ee96..67ba6fc7832 100644 --- a/plugins/clipboard/lang/ru.js +++ b/plugins/clipboard/lang/ru.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ru', { cut: 'Вырезать', cutError: 'Настройки безопасности вашего браузера не разрешают редактору выполнять операции по вырезке текста. Пожалуйста, используйте для этого клавиатуру (Ctrl/Cmd+X).', paste: 'Вставить', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/si.js b/plugins/clipboard/lang/si.js index 8a4f80c2420..e20f484fcab 100644 --- a/plugins/clipboard/lang/si.js +++ b/plugins/clipboard/lang/si.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'si', { cut: 'කපාගන්න', cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', // MISSING paste: 'අලවන්න', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sk.js b/plugins/clipboard/lang/sk.js index 190b7215401..c711e829c35 100644 --- a/plugins/clipboard/lang/sk.js +++ b/plugins/clipboard/lang/sk.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sk', { cut: 'Vystrihnúť', cutError: 'Bezpečnostné nastavenia vášho prehliadača nedovoľujú editoru automaticky spustiť operáciu vystrihnutia. Použite na to klávesnicu (Ctrl/Cmd+X).', paste: 'Vložiť', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sl.js b/plugins/clipboard/lang/sl.js index 0392d24b263..20c820bb031 100644 --- a/plugins/clipboard/lang/sl.js +++ b/plugins/clipboard/lang/sl.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sl', { cut: 'Izreži', cutError: 'Varnostne nastavitve brskalnika ne dopuščajo samodejnega izrezovanja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+X).', paste: 'Prilepi', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sq.js b/plugins/clipboard/lang/sq.js index a502367d513..c5ca1f75af5 100644 --- a/plugins/clipboard/lang/sq.js +++ b/plugins/clipboard/lang/sq.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sq', { cut: 'Preje', cutError: 'Të dhënat e sigurisë së shfletuesit tuaj nuk lejojnë që redaktuesi automatikisht të kryej veprimin e prerjes. Ju lutemi shfrytëzoni tastierën për këtë veprim (Ctrl/Cmd+X).', paste: 'Hidhe', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sr-latn.js b/plugins/clipboard/lang/sr-latn.js index a1e8d0ff94c..e205c7616c9 100644 --- a/plugins/clipboard/lang/sr-latn.js +++ b/plugins/clipboard/lang/sr-latn.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sr-latn', { cut: 'Iseci', cutError: 'Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog isecanja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl/Cmd+X).', paste: 'Zalepi', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sr.js b/plugins/clipboard/lang/sr.js index 01f21472868..75444553aad 100644 --- a/plugins/clipboard/lang/sr.js +++ b/plugins/clipboard/lang/sr.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sr', { cut: 'Исеци', cutError: 'Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског исецања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl/Cmd+X).', paste: 'Залепи', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/sv.js b/plugins/clipboard/lang/sv.js index 411ef28bca6..6f48d8c8361 100644 --- a/plugins/clipboard/lang/sv.js +++ b/plugins/clipboard/lang/sv.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'sv', { cut: 'Klipp ut', cutError: 'Säkerhetsinställningar i Er webbläsare tillåter inte åtgärden klipp ut. Använd (Ctrl/Cmd+X) istället.', paste: 'Klistra in', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/th.js b/plugins/clipboard/lang/th.js index 8a3d65af070..639fc19aee8 100644 --- a/plugins/clipboard/lang/th.js +++ b/plugins/clipboard/lang/th.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'th', { cut: 'ตัด', cutError: 'ไม่สามารถตัดข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl/Cmd และตัว X พร้อมกัน).', paste: 'วาง', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/tr.js b/plugins/clipboard/lang/tr.js index 1cad2f303b0..c0f91c6eeb5 100644 --- a/plugins/clipboard/lang/tr.js +++ b/plugins/clipboard/lang/tr.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'tr', { cut: 'Kes', cutError: 'Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kesme işlemine izin vermiyor. İşlem için (Ctrl/Cmd+X) tuşlarını kullanın.', paste: 'Yapıştır', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/tt.js b/plugins/clipboard/lang/tt.js index 270de32df5c..111bf7a40a9 100644 --- a/plugins/clipboard/lang/tt.js +++ b/plugins/clipboard/lang/tt.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'tt', { cut: 'Кисеп алу', cutError: 'Браузерыгызның иминлек үзлекләре автоматик рәвештә күчермәләү үтәүне тыя. Тиз төймәләрне (Ctrl/Cmd+C) кулланыгыз.', paste: 'Өстәү', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/ug.js b/plugins/clipboard/lang/ug.js index 84651fc844e..7b77deded5d 100644 --- a/plugins/clipboard/lang/ug.js +++ b/plugins/clipboard/lang/ug.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ug', { cut: 'كەس', cutError: 'تور كۆرگۈڭىزنىڭ بىخەتەرلىك تەڭشىكى تەھرىرلىگۈچنىڭ كەس مەشغۇلاتىنى ئۆزلۈكىدىن ئىجرا قىلىشىغا يول قويمايدۇ، ھەرپتاختا تېز كۇنۇپكا (Ctrl/Cmd+X) ئارقىلىق تاماملاڭ', paste: 'چاپلا', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/uk.js b/plugins/clipboard/lang/uk.js index b218dd17d64..a2737b429e8 100644 --- a/plugins/clipboard/lang/uk.js +++ b/plugins/clipboard/lang/uk.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'uk', { cut: 'Вирізати', cutError: 'Налаштування безпеки Вашого браузера не дозволяють редактору автоматично виконувати операції вирізування. Будь ласка, використовуйте клавіатуру для цього (Ctrl/Cmd+X)', paste: 'Вставити', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/vi.js b/plugins/clipboard/lang/vi.js index 34fcf04fad9..a1902eb5d01 100644 --- a/plugins/clipboard/lang/vi.js +++ b/plugins/clipboard/lang/vi.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'vi', { cut: 'Cắt', cutError: 'Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh cắt. Hãy sử dụng bàn phím cho lệnh này (Ctrl/Cmd+X).', paste: 'Dán', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/zh-cn.js b/plugins/clipboard/lang/zh-cn.js index c61c21b3dcf..ca3d8644a5a 100644 --- a/plugins/clipboard/lang/zh-cn.js +++ b/plugins/clipboard/lang/zh-cn.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'zh-cn', { cut: '剪切', cutError: '您的浏览器安全设置不允许编辑器自动执行剪切操作,请使用键盘快捷键(Ctrl/Cmd+X)来完成。', paste: '粘贴', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/clipboard/lang/zh.js b/plugins/clipboard/lang/zh.js index 627bbe69cfb..150c15ecc9a 100644 --- a/plugins/clipboard/lang/zh.js +++ b/plugins/clipboard/lang/zh.js @@ -8,5 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'zh', { cut: '剪下', cutError: '瀏覽器的安全性設定不允許編輯器自動執行剪下動作。請使用鏐盤快捷鍵 (Ctrl/Cmd+X) 剪下。', paste: '貼上', - pasteDefaultMsg: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/af.js b/plugins/pastetext/lang/af.js index ff540d35527..22ab2b5abcb 100644 --- a/plugins/pastetext/lang/af.js +++ b/plugins/pastetext/lang/af.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'af', { button: 'Plak as eenvoudige teks', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/ar.js b/plugins/pastetext/lang/ar.js index 1f4c2ec8001..175055d814d 100644 --- a/plugins/pastetext/lang/ar.js +++ b/plugins/pastetext/lang/ar.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'ar', { button: 'لصق كنص بسيط', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/az.js b/plugins/pastetext/lang/az.js index c7cf99edcfd..cf15227615b 100644 --- a/plugins/pastetext/lang/az.js +++ b/plugins/pastetext/lang/az.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'az', { button: 'Yalnız mətni saxla', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/bg.js b/plugins/pastetext/lang/bg.js index d3f4fa58657..7c56b571cc4 100644 --- a/plugins/pastetext/lang/bg.js +++ b/plugins/pastetext/lang/bg.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'bg', { button: 'Вмъкни като чист текст', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/bn.js b/plugins/pastetext/lang/bn.js index 4b299ecff9d..4acfb535581 100644 --- a/plugins/pastetext/lang/bn.js +++ b/plugins/pastetext/lang/bn.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'bn', { button: 'সাধারণ টেক্সট হিসেবে পেইস্ট করি', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/bs.js b/plugins/pastetext/lang/bs.js index bba0b409169..4fdd10bc1b4 100644 --- a/plugins/pastetext/lang/bs.js +++ b/plugins/pastetext/lang/bs.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'bs', { button: 'Zalijepi kao obièan tekst', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/ca.js b/plugins/pastetext/lang/ca.js index 6cc11d3e5d3..a2b4f0080a3 100644 --- a/plugins/pastetext/lang/ca.js +++ b/plugins/pastetext/lang/ca.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'ca', { button: 'Enganxa com a text no formatat', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/cs.js b/plugins/pastetext/lang/cs.js index 12843e522fc..1ca35e4b548 100644 --- a/plugins/pastetext/lang/cs.js +++ b/plugins/pastetext/lang/cs.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'cs', { button: 'Vložit jako čistý text', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/cy.js b/plugins/pastetext/lang/cy.js index 43ef45fc8c4..003181796ec 100644 --- a/plugins/pastetext/lang/cy.js +++ b/plugins/pastetext/lang/cy.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'cy', { button: 'Gludo fel testun plaen', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/da.js b/plugins/pastetext/lang/da.js index 9b8d8130cfe..dbea94e1b68 100644 --- a/plugins/pastetext/lang/da.js +++ b/plugins/pastetext/lang/da.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'da', { button: 'Indsæt som ikke-formateret tekst', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/de-ch.js b/plugins/pastetext/lang/de-ch.js index e27464dfb28..b5c62e6afa2 100644 --- a/plugins/pastetext/lang/de-ch.js +++ b/plugins/pastetext/lang/de-ch.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'de-ch', { button: 'Als Klartext einfügen', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/de.js b/plugins/pastetext/lang/de.js index 7f20c20d80a..c9c22c14079 100644 --- a/plugins/pastetext/lang/de.js +++ b/plugins/pastetext/lang/de.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'de', { button: 'Als Klartext einfügen', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/el.js b/plugins/pastetext/lang/el.js index 39d4be09b5d..8cc62e80acb 100644 --- a/plugins/pastetext/lang/el.js +++ b/plugins/pastetext/lang/el.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'el', { button: 'Επικόλληση ως απλό κείμενο', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/en-au.js b/plugins/pastetext/lang/en-au.js index 71b93ada59d..ba6a339d2e0 100644 --- a/plugins/pastetext/lang/en-au.js +++ b/plugins/pastetext/lang/en-au.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'en-au', { button: 'Paste as plain text', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/en-ca.js b/plugins/pastetext/lang/en-ca.js index 4de6aae1009..f092e951d22 100644 --- a/plugins/pastetext/lang/en-ca.js +++ b/plugins/pastetext/lang/en-ca.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'en-ca', { button: 'Paste as plain text', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/en-gb.js b/plugins/pastetext/lang/en-gb.js index 59883668a84..3d7122e8909 100644 --- a/plugins/pastetext/lang/en-gb.js +++ b/plugins/pastetext/lang/en-gb.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'en-gb', { button: 'Paste as plain text', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/eo.js b/plugins/pastetext/lang/eo.js index 84de32f823b..03837790936 100644 --- a/plugins/pastetext/lang/eo.js +++ b/plugins/pastetext/lang/eo.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'eo', { button: 'Interglui kiel platan tekston', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/es.js b/plugins/pastetext/lang/es.js index 10fecfd9702..0a0eaf03d88 100644 --- a/plugins/pastetext/lang/es.js +++ b/plugins/pastetext/lang/es.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'es', { button: 'Pegar como Texto Plano', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/et.js b/plugins/pastetext/lang/et.js index f820cc30555..f4d97757a71 100644 --- a/plugins/pastetext/lang/et.js +++ b/plugins/pastetext/lang/et.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'et', { button: 'Asetamine tavalise tekstina', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/eu.js b/plugins/pastetext/lang/eu.js index ec8c497ec01..76f07a2ba82 100644 --- a/plugins/pastetext/lang/eu.js +++ b/plugins/pastetext/lang/eu.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'eu', { button: 'Itsatsi testu arrunta bezala', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/fa.js b/plugins/pastetext/lang/fa.js index 2a4c5ec127f..be6fc51893e 100644 --- a/plugins/pastetext/lang/fa.js +++ b/plugins/pastetext/lang/fa.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'fa', { button: 'چسباندن به عنوان متن ساده', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/fi.js b/plugins/pastetext/lang/fi.js index c78e7b805ec..8f2f3c2b0c3 100644 --- a/plugins/pastetext/lang/fi.js +++ b/plugins/pastetext/lang/fi.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'fi', { button: 'Liitä tekstinä', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/fo.js b/plugins/pastetext/lang/fo.js index 6994b7ba19f..f6533e5db5a 100644 --- a/plugins/pastetext/lang/fo.js +++ b/plugins/pastetext/lang/fo.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'fo', { button: 'Innrita som reinan tekst', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/fr-ca.js b/plugins/pastetext/lang/fr-ca.js index a932ec50638..61c87f1dbd4 100644 --- a/plugins/pastetext/lang/fr-ca.js +++ b/plugins/pastetext/lang/fr-ca.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'fr-ca', { button: 'Coller comme texte', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/fr.js b/plugins/pastetext/lang/fr.js index 2d286273c79..a2bd7200116 100644 --- a/plugins/pastetext/lang/fr.js +++ b/plugins/pastetext/lang/fr.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'fr', { button: 'Coller comme texte brut', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/gl.js b/plugins/pastetext/lang/gl.js index 7efee08f363..f226b1bc5fe 100644 --- a/plugins/pastetext/lang/gl.js +++ b/plugins/pastetext/lang/gl.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'gl', { button: 'Pegar como texto simple', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/gu.js b/plugins/pastetext/lang/gu.js index 33440bd9e29..35b1f88a79c 100644 --- a/plugins/pastetext/lang/gu.js +++ b/plugins/pastetext/lang/gu.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'gu', { button: 'પેસ્ટ (ટેક્સ્ટ)', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/he.js b/plugins/pastetext/lang/he.js index 4aec83c2623..df852772a3f 100644 --- a/plugins/pastetext/lang/he.js +++ b/plugins/pastetext/lang/he.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'he', { button: 'הדבקה כטקסט פשוט', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/hi.js b/plugins/pastetext/lang/hi.js index 447e5771228..895b6bf9048 100644 --- a/plugins/pastetext/lang/hi.js +++ b/plugins/pastetext/lang/hi.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'hi', { button: 'पेस्ट (सादा टॅक्स्ट)', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/hr.js b/plugins/pastetext/lang/hr.js index e23f0c0ef95..97b3267b025 100644 --- a/plugins/pastetext/lang/hr.js +++ b/plugins/pastetext/lang/hr.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'hr', { button: 'Zalijepi kao čisti tekst', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/hu.js b/plugins/pastetext/lang/hu.js index 2733d9b635a..d2f7b43747e 100644 --- a/plugins/pastetext/lang/hu.js +++ b/plugins/pastetext/lang/hu.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'hu', { button: 'Beillesztés formázatlan szövegként', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/id.js b/plugins/pastetext/lang/id.js index 436ca856ffb..8e76bed75eb 100644 --- a/plugins/pastetext/lang/id.js +++ b/plugins/pastetext/lang/id.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'id', { button: 'Tempel sebagai teks polos', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/is.js b/plugins/pastetext/lang/is.js index 27980a2cc75..b0de7a3b26a 100644 --- a/plugins/pastetext/lang/is.js +++ b/plugins/pastetext/lang/is.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'is', { button: 'Líma sem ósniðinn texta', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/it.js b/plugins/pastetext/lang/it.js index 65b56708b08..81f295415a3 100644 --- a/plugins/pastetext/lang/it.js +++ b/plugins/pastetext/lang/it.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'it', { button: 'Incolla come testo semplice', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/ja.js b/plugins/pastetext/lang/ja.js index ac65edbb192..6e6c6cdca20 100644 --- a/plugins/pastetext/lang/ja.js +++ b/plugins/pastetext/lang/ja.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'ja', { button: 'プレーンテキストとして貼り付け', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/ka.js b/plugins/pastetext/lang/ka.js index 64106eaf457..c670ab37a7a 100644 --- a/plugins/pastetext/lang/ka.js +++ b/plugins/pastetext/lang/ka.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'ka', { button: 'მხოლოდ ტექსტის ჩასმა', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/km.js b/plugins/pastetext/lang/km.js index 5e63994e38d..60e73a8c082 100644 --- a/plugins/pastetext/lang/km.js +++ b/plugins/pastetext/lang/km.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'km', { button: 'បិទ​ភ្ជាប់​ជា​អត្ថបទ​ធម្មតា', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/ko.js b/plugins/pastetext/lang/ko.js index 7b51e8eecc4..e532cd1cefd 100644 --- a/plugins/pastetext/lang/ko.js +++ b/plugins/pastetext/lang/ko.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'ko', { button: '텍스트로 붙여넣기', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/ku.js b/plugins/pastetext/lang/ku.js index 157cf771256..aefdb05191b 100644 --- a/plugins/pastetext/lang/ku.js +++ b/plugins/pastetext/lang/ku.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'ku', { button: 'لکاندنی وەك دەقی ڕوون', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/lt.js b/plugins/pastetext/lang/lt.js index df15583dd31..f0cc0ea42f8 100644 --- a/plugins/pastetext/lang/lt.js +++ b/plugins/pastetext/lang/lt.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'lt', { button: 'Įdėti kaip gryną tekstą', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/lv.js b/plugins/pastetext/lang/lv.js index 6037cce9c51..fdcb5f9f9a7 100644 --- a/plugins/pastetext/lang/lv.js +++ b/plugins/pastetext/lang/lv.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'lv', { button: 'Ievietot kā vienkāršu tekstu', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/mk.js b/plugins/pastetext/lang/mk.js index 63dd7218fe8..a99d01e3463 100644 --- a/plugins/pastetext/lang/mk.js +++ b/plugins/pastetext/lang/mk.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'mk', { button: 'Paste as plain text', // MISSING - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/mn.js b/plugins/pastetext/lang/mn.js index db706f2da5a..48026edd9b8 100644 --- a/plugins/pastetext/lang/mn.js +++ b/plugins/pastetext/lang/mn.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'mn', { button: 'Энгийн бичвэрээр буулгах', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/ms.js b/plugins/pastetext/lang/ms.js index fa15d27f10f..9fea1f04945 100644 --- a/plugins/pastetext/lang/ms.js +++ b/plugins/pastetext/lang/ms.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'ms', { button: 'Tampal sebagai text biasa', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/nb.js b/plugins/pastetext/lang/nb.js index 771a6744e6b..331b86e8055 100644 --- a/plugins/pastetext/lang/nb.js +++ b/plugins/pastetext/lang/nb.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'nb', { button: 'Lim inn som ren tekst', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/nl.js b/plugins/pastetext/lang/nl.js index 9da54324d00..5332f8e37bf 100644 --- a/plugins/pastetext/lang/nl.js +++ b/plugins/pastetext/lang/nl.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'nl', { button: 'Plakken als platte tekst', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/no.js b/plugins/pastetext/lang/no.js index 52568a3bc99..1441b6409ba 100644 --- a/plugins/pastetext/lang/no.js +++ b/plugins/pastetext/lang/no.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'no', { button: 'Lim inn som ren tekst', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/oc.js b/plugins/pastetext/lang/oc.js index ab724c32cff..2b03626e389 100644 --- a/plugins/pastetext/lang/oc.js +++ b/plugins/pastetext/lang/oc.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'oc', { button: 'Pegar coma tèxte brut', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/pl.js b/plugins/pastetext/lang/pl.js index de5c43d029f..d08d7ef0a85 100644 --- a/plugins/pastetext/lang/pl.js +++ b/plugins/pastetext/lang/pl.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'pl', { button: 'Wklej jako czysty tekst', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/pt-br.js b/plugins/pastetext/lang/pt-br.js index 5554888f1c7..140a01d013d 100644 --- a/plugins/pastetext/lang/pt-br.js +++ b/plugins/pastetext/lang/pt-br.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'pt-br', { button: 'Colar como Texto sem Formatação', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/pt.js b/plugins/pastetext/lang/pt.js index 3fc3187515b..7ae5c76fcb3 100644 --- a/plugins/pastetext/lang/pt.js +++ b/plugins/pastetext/lang/pt.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'pt', { button: 'Colar como texto simples', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/ro.js b/plugins/pastetext/lang/ro.js index ae0f2247519..486c0fdffd5 100644 --- a/plugins/pastetext/lang/ro.js +++ b/plugins/pastetext/lang/ro.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'ro', { button: 'Adaugă ca text simplu (Plain Text)', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/ru.js b/plugins/pastetext/lang/ru.js index dcf28a5ff40..5caea4f442c 100644 --- a/plugins/pastetext/lang/ru.js +++ b/plugins/pastetext/lang/ru.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'ru', { button: 'Вставить только текст', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/si.js b/plugins/pastetext/lang/si.js index e6c0b19f02d..44027b2f98c 100644 --- a/plugins/pastetext/lang/si.js +++ b/plugins/pastetext/lang/si.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'si', { button: 'සාමාන්‍ය අක්ෂර ලෙස අලවන්න', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/sk.js b/plugins/pastetext/lang/sk.js index 6678b5c78ef..82157f84bf9 100644 --- a/plugins/pastetext/lang/sk.js +++ b/plugins/pastetext/lang/sk.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'sk', { button: 'Vložiť ako čistý text', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/sl.js b/plugins/pastetext/lang/sl.js index 8e83c5f5a1d..ecfa0cc9284 100644 --- a/plugins/pastetext/lang/sl.js +++ b/plugins/pastetext/lang/sl.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'sl', { button: 'Prilepi kot golo besedilo', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/sq.js b/plugins/pastetext/lang/sq.js index 891bc1ca24a..1d50da1bced 100644 --- a/plugins/pastetext/lang/sq.js +++ b/plugins/pastetext/lang/sq.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'sq', { button: 'Hidhe si tekst të thjeshtë', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/sr-latn.js b/plugins/pastetext/lang/sr-latn.js index fa04e882fc0..eff1d9725dd 100644 --- a/plugins/pastetext/lang/sr-latn.js +++ b/plugins/pastetext/lang/sr-latn.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'sr-latn', { button: 'Zalepi kao čist tekst', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/sr.js b/plugins/pastetext/lang/sr.js index d1254b10bef..3e0b1d5d771 100644 --- a/plugins/pastetext/lang/sr.js +++ b/plugins/pastetext/lang/sr.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'sr', { button: 'Залепи као чист текст', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/sv.js b/plugins/pastetext/lang/sv.js index ee7a81823d4..43ab040d54f 100644 --- a/plugins/pastetext/lang/sv.js +++ b/plugins/pastetext/lang/sv.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'sv', { button: 'Klistra in som vanlig text', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/th.js b/plugins/pastetext/lang/th.js index 87f1344ba45..e3377a9c9b5 100644 --- a/plugins/pastetext/lang/th.js +++ b/plugins/pastetext/lang/th.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'th', { button: 'วางแบบตัวอักษรธรรมดา', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/tr.js b/plugins/pastetext/lang/tr.js index 33bd31ccbd8..497cf100dc0 100644 --- a/plugins/pastetext/lang/tr.js +++ b/plugins/pastetext/lang/tr.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'tr', { button: 'Düz Metin Olarak Yapıştır', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/tt.js b/plugins/pastetext/lang/tt.js index ce384ce754d..ecd26a28211 100644 --- a/plugins/pastetext/lang/tt.js +++ b/plugins/pastetext/lang/tt.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'tt', { button: 'Форматлаусыз текст өстәү', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/ug.js b/plugins/pastetext/lang/ug.js index 5c136d6ec15..f0cff7d202f 100644 --- a/plugins/pastetext/lang/ug.js +++ b/plugins/pastetext/lang/ug.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'ug', { button: 'پىچىمى يوق تېكىست سۈپىتىدە چاپلا', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/uk.js b/plugins/pastetext/lang/uk.js index 3c2075c109c..08701083041 100644 --- a/plugins/pastetext/lang/uk.js +++ b/plugins/pastetext/lang/uk.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'uk', { button: 'Вставити тільки текст', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/vi.js b/plugins/pastetext/lang/vi.js index 7bf0289017b..bb505602717 100644 --- a/plugins/pastetext/lang/vi.js +++ b/plugins/pastetext/lang/vi.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'vi', { button: 'Dán theo định dạng văn bản thuần', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/zh-cn.js b/plugins/pastetext/lang/zh-cn.js index 2ce7c8447fd..76e22a42cb7 100644 --- a/plugins/pastetext/lang/zh-cn.js +++ b/plugins/pastetext/lang/zh-cn.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'zh-cn', { button: '粘贴为无格式文本', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } ); diff --git a/plugins/pastetext/lang/zh.js b/plugins/pastetext/lang/zh.js index 93d2cf953dc..1298d4ad0cb 100644 --- a/plugins/pastetext/lang/zh.js +++ b/plugins/pastetext/lang/zh.js @@ -4,5 +4,5 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'zh', { button: '貼成純文字', - pasteMsg: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING + pasteNotification: 'Your browser doesn\'t allow you to paste plain text this way. Press %1 to paste.' // MISSING } );