diff options
Diffstat (limited to 'plugins/selectall')
66 files changed, 505 insertions, 0 deletions
diff --git a/plugins/selectall/icons/selectall.png b/plugins/selectall/icons/selectall.png Binary files differnew file mode 100644 index 0000000..7a9babe --- /dev/null +++ b/plugins/selectall/icons/selectall.png diff --git a/plugins/selectall/lang/af.js b/plugins/selectall/lang/af.js new file mode 100644 index 0000000..ab8dea6 --- /dev/null +++ b/plugins/selectall/lang/af.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'af', {
+ toolbar: 'Selekteer alles'
+});
diff --git a/plugins/selectall/lang/ar.js b/plugins/selectall/lang/ar.js new file mode 100644 index 0000000..c331d47 --- /dev/null +++ b/plugins/selectall/lang/ar.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'ar', {
+ toolbar: 'تحديد الكل'
+});
diff --git a/plugins/selectall/lang/bg.js b/plugins/selectall/lang/bg.js new file mode 100644 index 0000000..a228492 --- /dev/null +++ b/plugins/selectall/lang/bg.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'bg', {
+ toolbar: 'Избери всичко'
+});
diff --git a/plugins/selectall/lang/bn.js b/plugins/selectall/lang/bn.js new file mode 100644 index 0000000..7fbe219 --- /dev/null +++ b/plugins/selectall/lang/bn.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'bn', {
+ toolbar: 'সব সিলেক্ট কর'
+});
diff --git a/plugins/selectall/lang/bs.js b/plugins/selectall/lang/bs.js new file mode 100644 index 0000000..eee1207 --- /dev/null +++ b/plugins/selectall/lang/bs.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'bs', {
+ toolbar: 'Selektuj sve'
+});
diff --git a/plugins/selectall/lang/ca.js b/plugins/selectall/lang/ca.js new file mode 100644 index 0000000..134ce95 --- /dev/null +++ b/plugins/selectall/lang/ca.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'ca', {
+ toolbar: 'Selecciona-ho tot'
+});
diff --git a/plugins/selectall/lang/cs.js b/plugins/selectall/lang/cs.js new file mode 100644 index 0000000..8b19554 --- /dev/null +++ b/plugins/selectall/lang/cs.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'cs', {
+ toolbar: 'Vybrat vše'
+});
diff --git a/plugins/selectall/lang/cy.js b/plugins/selectall/lang/cy.js new file mode 100644 index 0000000..2a5505e --- /dev/null +++ b/plugins/selectall/lang/cy.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'cy', {
+ toolbar: 'Dewis Popeth'
+});
diff --git a/plugins/selectall/lang/da.js b/plugins/selectall/lang/da.js new file mode 100644 index 0000000..fe163db --- /dev/null +++ b/plugins/selectall/lang/da.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'da', {
+ toolbar: 'Vælg alt'
+});
diff --git a/plugins/selectall/lang/de.js b/plugins/selectall/lang/de.js new file mode 100644 index 0000000..9d3291e --- /dev/null +++ b/plugins/selectall/lang/de.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'de', {
+ toolbar: 'Alles auswählen'
+});
diff --git a/plugins/selectall/lang/el.js b/plugins/selectall/lang/el.js new file mode 100644 index 0000000..741a570 --- /dev/null +++ b/plugins/selectall/lang/el.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'el', {
+ toolbar: 'Επιλογή όλων'
+});
diff --git a/plugins/selectall/lang/en-au.js b/plugins/selectall/lang/en-au.js new file mode 100644 index 0000000..02abc7d --- /dev/null +++ b/plugins/selectall/lang/en-au.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'en-au', {
+ toolbar: 'Select All'
+});
diff --git a/plugins/selectall/lang/en-ca.js b/plugins/selectall/lang/en-ca.js new file mode 100644 index 0000000..73a37a9 --- /dev/null +++ b/plugins/selectall/lang/en-ca.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'en-ca', {
+ toolbar: 'Select All'
+});
diff --git a/plugins/selectall/lang/en-gb.js b/plugins/selectall/lang/en-gb.js new file mode 100644 index 0000000..cfe57da --- /dev/null +++ b/plugins/selectall/lang/en-gb.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'en-gb', {
+ toolbar: 'Select All'
+});
diff --git a/plugins/selectall/lang/en.js b/plugins/selectall/lang/en.js new file mode 100644 index 0000000..ae5d618 --- /dev/null +++ b/plugins/selectall/lang/en.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'en', {
+ toolbar: 'Select All'
+});
diff --git a/plugins/selectall/lang/eo.js b/plugins/selectall/lang/eo.js new file mode 100644 index 0000000..c8d8b1c --- /dev/null +++ b/plugins/selectall/lang/eo.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'eo', {
+ toolbar: 'Elekti ĉion'
+});
diff --git a/plugins/selectall/lang/es.js b/plugins/selectall/lang/es.js new file mode 100644 index 0000000..d013086 --- /dev/null +++ b/plugins/selectall/lang/es.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'es', {
+ toolbar: 'Seleccionar Todo'
+});
diff --git a/plugins/selectall/lang/et.js b/plugins/selectall/lang/et.js new file mode 100644 index 0000000..93f404b --- /dev/null +++ b/plugins/selectall/lang/et.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'et', {
+ toolbar: 'Kõige valimine'
+});
diff --git a/plugins/selectall/lang/eu.js b/plugins/selectall/lang/eu.js new file mode 100644 index 0000000..02441f8 --- /dev/null +++ b/plugins/selectall/lang/eu.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'eu', {
+ toolbar: 'Hautatu dena'
+});
diff --git a/plugins/selectall/lang/fa.js b/plugins/selectall/lang/fa.js new file mode 100644 index 0000000..d39a0c7 --- /dev/null +++ b/plugins/selectall/lang/fa.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'fa', {
+ toolbar: 'گزینش همه'
+});
diff --git a/plugins/selectall/lang/fi.js b/plugins/selectall/lang/fi.js new file mode 100644 index 0000000..19fcd97 --- /dev/null +++ b/plugins/selectall/lang/fi.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'fi', {
+ toolbar: 'Valitse kaikki'
+});
diff --git a/plugins/selectall/lang/fo.js b/plugins/selectall/lang/fo.js new file mode 100644 index 0000000..8a684ad --- /dev/null +++ b/plugins/selectall/lang/fo.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'fo', {
+ toolbar: 'Markera alt'
+});
diff --git a/plugins/selectall/lang/fr-ca.js b/plugins/selectall/lang/fr-ca.js new file mode 100644 index 0000000..cec875a --- /dev/null +++ b/plugins/selectall/lang/fr-ca.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'fr-ca', {
+ toolbar: 'Sélectionner tout'
+});
diff --git a/plugins/selectall/lang/fr.js b/plugins/selectall/lang/fr.js new file mode 100644 index 0000000..45740bf --- /dev/null +++ b/plugins/selectall/lang/fr.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'fr', {
+ toolbar: 'Tout sélectionner'
+});
diff --git a/plugins/selectall/lang/gl.js b/plugins/selectall/lang/gl.js new file mode 100644 index 0000000..12d4339 --- /dev/null +++ b/plugins/selectall/lang/gl.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'gl', {
+ toolbar: 'Seleccionar todo'
+});
diff --git a/plugins/selectall/lang/gu.js b/plugins/selectall/lang/gu.js new file mode 100644 index 0000000..884e3ce --- /dev/null +++ b/plugins/selectall/lang/gu.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'gu', {
+ toolbar: 'બઘું પસંદ કરવું'
+});
diff --git a/plugins/selectall/lang/he.js b/plugins/selectall/lang/he.js new file mode 100644 index 0000000..4acb149 --- /dev/null +++ b/plugins/selectall/lang/he.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'he', {
+ toolbar: 'בחירת הכל'
+});
diff --git a/plugins/selectall/lang/hi.js b/plugins/selectall/lang/hi.js new file mode 100644 index 0000000..2f084a1 --- /dev/null +++ b/plugins/selectall/lang/hi.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'hi', {
+ toolbar: 'सब सॅलॅक्ट करें'
+});
diff --git a/plugins/selectall/lang/hr.js b/plugins/selectall/lang/hr.js new file mode 100644 index 0000000..f00fc46 --- /dev/null +++ b/plugins/selectall/lang/hr.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'hr', {
+ toolbar: 'Odaberi sve'
+});
diff --git a/plugins/selectall/lang/hu.js b/plugins/selectall/lang/hu.js new file mode 100644 index 0000000..0d70707 --- /dev/null +++ b/plugins/selectall/lang/hu.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'hu', {
+ toolbar: 'Mindent kijelöl'
+});
diff --git a/plugins/selectall/lang/is.js b/plugins/selectall/lang/is.js new file mode 100644 index 0000000..ef999fd --- /dev/null +++ b/plugins/selectall/lang/is.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'is', {
+ toolbar: 'Velja allt'
+});
diff --git a/plugins/selectall/lang/it.js b/plugins/selectall/lang/it.js new file mode 100644 index 0000000..d932d98 --- /dev/null +++ b/plugins/selectall/lang/it.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'it', {
+ toolbar: 'Seleziona tutto'
+});
diff --git a/plugins/selectall/lang/ja.js b/plugins/selectall/lang/ja.js new file mode 100644 index 0000000..2c6b133 --- /dev/null +++ b/plugins/selectall/lang/ja.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'ja', {
+ toolbar: 'すべて選択'
+});
diff --git a/plugins/selectall/lang/ka.js b/plugins/selectall/lang/ka.js new file mode 100644 index 0000000..61652dc --- /dev/null +++ b/plugins/selectall/lang/ka.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'ka', {
+ toolbar: 'ყველაფრის მონიშნვა'
+});
diff --git a/plugins/selectall/lang/km.js b/plugins/selectall/lang/km.js new file mode 100644 index 0000000..8503678 --- /dev/null +++ b/plugins/selectall/lang/km.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'km', {
+ toolbar: 'រើសទាំងអស់'
+});
diff --git a/plugins/selectall/lang/ko.js b/plugins/selectall/lang/ko.js new file mode 100644 index 0000000..595d707 --- /dev/null +++ b/plugins/selectall/lang/ko.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'ko', {
+ toolbar: '전체선택'
+});
diff --git a/plugins/selectall/lang/ku.js b/plugins/selectall/lang/ku.js new file mode 100644 index 0000000..da8a873 --- /dev/null +++ b/plugins/selectall/lang/ku.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'ku', {
+ toolbar: 'دیاریکردنی هەمووی'
+});
diff --git a/plugins/selectall/lang/lt.js b/plugins/selectall/lang/lt.js new file mode 100644 index 0000000..1b936af --- /dev/null +++ b/plugins/selectall/lang/lt.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'lt', {
+ toolbar: 'Pažymėti viską'
+});
diff --git a/plugins/selectall/lang/lv.js b/plugins/selectall/lang/lv.js new file mode 100644 index 0000000..04ffebe --- /dev/null +++ b/plugins/selectall/lang/lv.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'lv', {
+ toolbar: 'Iezīmēt visu'
+});
diff --git a/plugins/selectall/lang/mk.js b/plugins/selectall/lang/mk.js new file mode 100644 index 0000000..b08fde0 --- /dev/null +++ b/plugins/selectall/lang/mk.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'mk', {
+ toolbar: 'Select All' // MISSING
+});
diff --git a/plugins/selectall/lang/mn.js b/plugins/selectall/lang/mn.js new file mode 100644 index 0000000..79d51ce --- /dev/null +++ b/plugins/selectall/lang/mn.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'mn', {
+ toolbar: 'Бүгдийг нь сонгох'
+});
diff --git a/plugins/selectall/lang/ms.js b/plugins/selectall/lang/ms.js new file mode 100644 index 0000000..1147d59 --- /dev/null +++ b/plugins/selectall/lang/ms.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'ms', {
+ toolbar: 'Pilih Semua'
+});
diff --git a/plugins/selectall/lang/nb.js b/plugins/selectall/lang/nb.js new file mode 100644 index 0000000..df72354 --- /dev/null +++ b/plugins/selectall/lang/nb.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'nb', {
+ toolbar: 'Merk alt'
+});
diff --git a/plugins/selectall/lang/nl.js b/plugins/selectall/lang/nl.js new file mode 100644 index 0000000..e3be2cb --- /dev/null +++ b/plugins/selectall/lang/nl.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'nl', {
+ toolbar: 'Alles selecteren'
+});
diff --git a/plugins/selectall/lang/no.js b/plugins/selectall/lang/no.js new file mode 100644 index 0000000..e3bac2a --- /dev/null +++ b/plugins/selectall/lang/no.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'no', {
+ toolbar: 'Merk alt'
+});
diff --git a/plugins/selectall/lang/pl.js b/plugins/selectall/lang/pl.js new file mode 100644 index 0000000..703405d --- /dev/null +++ b/plugins/selectall/lang/pl.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'pl', {
+ toolbar: 'Zaznacz wszystko'
+});
diff --git a/plugins/selectall/lang/pt-br.js b/plugins/selectall/lang/pt-br.js new file mode 100644 index 0000000..91cb97a --- /dev/null +++ b/plugins/selectall/lang/pt-br.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'pt-br', {
+ toolbar: 'Selecionar Tudo'
+});
diff --git a/plugins/selectall/lang/pt.js b/plugins/selectall/lang/pt.js new file mode 100644 index 0000000..9c21405 --- /dev/null +++ b/plugins/selectall/lang/pt.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'pt', {
+ toolbar: 'Seleccionar Tudo'
+});
diff --git a/plugins/selectall/lang/ro.js b/plugins/selectall/lang/ro.js new file mode 100644 index 0000000..973c66f --- /dev/null +++ b/plugins/selectall/lang/ro.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'ro', {
+ toolbar: 'Selectează tot'
+});
diff --git a/plugins/selectall/lang/ru.js b/plugins/selectall/lang/ru.js new file mode 100644 index 0000000..d3a16a3 --- /dev/null +++ b/plugins/selectall/lang/ru.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'ru', {
+ toolbar: 'Выделить все'
+});
diff --git a/plugins/selectall/lang/si.js b/plugins/selectall/lang/si.js new file mode 100644 index 0000000..a942177 --- /dev/null +++ b/plugins/selectall/lang/si.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'si', {
+ toolbar: 'සියල්ලම '
+});
diff --git a/plugins/selectall/lang/sk.js b/plugins/selectall/lang/sk.js new file mode 100644 index 0000000..14552f9 --- /dev/null +++ b/plugins/selectall/lang/sk.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'sk', {
+ toolbar: 'Vybrať všetko'
+});
diff --git a/plugins/selectall/lang/sl.js b/plugins/selectall/lang/sl.js new file mode 100644 index 0000000..7b19ecd --- /dev/null +++ b/plugins/selectall/lang/sl.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'sl', {
+ toolbar: 'Izberi vse'
+});
diff --git a/plugins/selectall/lang/sq.js b/plugins/selectall/lang/sq.js new file mode 100644 index 0000000..5aa043c --- /dev/null +++ b/plugins/selectall/lang/sq.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'sq', {
+ toolbar: 'Përzgjidh të Gjitha'
+});
diff --git a/plugins/selectall/lang/sr-latn.js b/plugins/selectall/lang/sr-latn.js new file mode 100644 index 0000000..9cca4f9 --- /dev/null +++ b/plugins/selectall/lang/sr-latn.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'sr-latn', {
+ toolbar: 'Označi sve'
+});
diff --git a/plugins/selectall/lang/sr.js b/plugins/selectall/lang/sr.js new file mode 100644 index 0000000..12b7c0f --- /dev/null +++ b/plugins/selectall/lang/sr.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'sr', {
+ toolbar: 'Означи све'
+});
diff --git a/plugins/selectall/lang/sv.js b/plugins/selectall/lang/sv.js new file mode 100644 index 0000000..fb1c3d6 --- /dev/null +++ b/plugins/selectall/lang/sv.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'sv', {
+ toolbar: 'Markera allt'
+});
diff --git a/plugins/selectall/lang/th.js b/plugins/selectall/lang/th.js new file mode 100644 index 0000000..8a0eacf --- /dev/null +++ b/plugins/selectall/lang/th.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'th', {
+ toolbar: 'เลือกทั้งหมด'
+});
diff --git a/plugins/selectall/lang/tr.js b/plugins/selectall/lang/tr.js new file mode 100644 index 0000000..b037c1b --- /dev/null +++ b/plugins/selectall/lang/tr.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'tr', {
+ toolbar: 'Tümünü Seç'
+});
diff --git a/plugins/selectall/lang/ug.js b/plugins/selectall/lang/ug.js new file mode 100644 index 0000000..1c1b9a0 --- /dev/null +++ b/plugins/selectall/lang/ug.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'ug', {
+ toolbar: 'ھەممىنى تاللا'
+});
diff --git a/plugins/selectall/lang/uk.js b/plugins/selectall/lang/uk.js new file mode 100644 index 0000000..e938429 --- /dev/null +++ b/plugins/selectall/lang/uk.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'uk', {
+ toolbar: 'Виділити все'
+});
diff --git a/plugins/selectall/lang/vi.js b/plugins/selectall/lang/vi.js new file mode 100644 index 0000000..040d2fd --- /dev/null +++ b/plugins/selectall/lang/vi.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'vi', {
+ toolbar: 'Chọn tất cả'
+});
diff --git a/plugins/selectall/lang/zh-cn.js b/plugins/selectall/lang/zh-cn.js new file mode 100644 index 0000000..582c793 --- /dev/null +++ b/plugins/selectall/lang/zh-cn.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'zh-cn', {
+ toolbar: '全选'
+});
diff --git a/plugins/selectall/lang/zh.js b/plugins/selectall/lang/zh.js new file mode 100644 index 0000000..f6ae499 --- /dev/null +++ b/plugins/selectall/lang/zh.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'selectall', 'zh', {
+ toolbar: '全選'
+});
diff --git a/plugins/selectall/plugin.js b/plugins/selectall/plugin.js new file mode 100644 index 0000000..feb7445 --- /dev/null +++ b/plugins/selectall/plugin.js @@ -0,0 +1,57 @@ +/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html or http://ckeditor.com/license
+ */
+
+/**
+ * @fileOverview The "selectall" plugin provides an editor command that
+ * allows selecting the entire content of editable area.
+ * This plugin also enables a toolbar button for the feature.
+ */
+
+(function() {
+ CKEDITOR.plugins.add( 'selectall', {
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%
+ icons: 'selectall', // %REMOVE_LINE_CORE%
+ init: function( editor ) {
+ editor.addCommand( 'selectAll', { modes:{wysiwyg:1,source:1 },
+ exec: function( editor ) {
+ var editable = editor.editable();
+
+ if ( editable.is( 'textarea' ) ) {
+ var textarea = editable.$;
+
+ if ( CKEDITOR.env.ie )
+ textarea.createTextRange().execCommand( 'SelectAll' );
+ else {
+ textarea.selectionStart = 0;
+ textarea.selectionEnd = textarea.value.length;
+ }
+
+ textarea.focus();
+ } else {
+ if ( editable.is( 'body' ) )
+ editor.document.$.execCommand( 'SelectAll', false, null );
+ else {
+ var range = editor.createRange();
+ range.selectNodeContents( editable );
+ range.select();
+ }
+
+ // Force triggering selectionChange (#7008)
+ editor.forceNextSelectionCheck();
+ editor.selectionChange();
+ }
+
+ },
+ canUndo: false
+ });
+
+ editor.ui.addButton && editor.ui.addButton( 'SelectAll', {
+ label: editor.lang.selectall.toolbar,
+ command: 'selectAll',
+ toolbar: 'selection,10'
+ });
+ }
+ });
+})();
|
