diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-01-25 17:45:33 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-01-25 18:00:33 +0100 |
commit | 7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch) | |
tree | 0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/showblocks | |
download | connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip |
Initial commit4.5.6
Diffstat (limited to 'sources/plugins/showblocks')
82 files changed, 615 insertions, 0 deletions
diff --git a/sources/plugins/showblocks/icons/hidpi/showblocks-rtl.png b/sources/plugins/showblocks/icons/hidpi/showblocks-rtl.png new file mode 100644 index 00000000..c88abcb6 --- /dev/null +++ b/sources/plugins/showblocks/icons/hidpi/showblocks-rtl.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/icons/hidpi/showblocks.png b/sources/plugins/showblocks/icons/hidpi/showblocks.png new file mode 100644 index 00000000..a776fcc1 --- /dev/null +++ b/sources/plugins/showblocks/icons/hidpi/showblocks.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/icons/showblocks-rtl.png b/sources/plugins/showblocks/icons/showblocks-rtl.png new file mode 100644 index 00000000..cd87d3e2 --- /dev/null +++ b/sources/plugins/showblocks/icons/showblocks-rtl.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/icons/showblocks.png b/sources/plugins/showblocks/icons/showblocks.png new file mode 100644 index 00000000..41b5f346 --- /dev/null +++ b/sources/plugins/showblocks/icons/showblocks.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/images/block_address.png b/sources/plugins/showblocks/images/block_address.png new file mode 100644 index 00000000..5abdae12 --- /dev/null +++ b/sources/plugins/showblocks/images/block_address.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/images/block_blockquote.png b/sources/plugins/showblocks/images/block_blockquote.png new file mode 100644 index 00000000..a8f49735 --- /dev/null +++ b/sources/plugins/showblocks/images/block_blockquote.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/images/block_div.png b/sources/plugins/showblocks/images/block_div.png new file mode 100644 index 00000000..87b3c171 --- /dev/null +++ b/sources/plugins/showblocks/images/block_div.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/images/block_h1.png b/sources/plugins/showblocks/images/block_h1.png new file mode 100644 index 00000000..3933325c --- /dev/null +++ b/sources/plugins/showblocks/images/block_h1.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/images/block_h2.png b/sources/plugins/showblocks/images/block_h2.png new file mode 100644 index 00000000..c99894c2 --- /dev/null +++ b/sources/plugins/showblocks/images/block_h2.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/images/block_h3.png b/sources/plugins/showblocks/images/block_h3.png new file mode 100644 index 00000000..cb73d679 --- /dev/null +++ b/sources/plugins/showblocks/images/block_h3.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/images/block_h4.png b/sources/plugins/showblocks/images/block_h4.png new file mode 100644 index 00000000..7af6bb49 --- /dev/null +++ b/sources/plugins/showblocks/images/block_h4.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/images/block_h5.png b/sources/plugins/showblocks/images/block_h5.png new file mode 100644 index 00000000..ce5bec16 --- /dev/null +++ b/sources/plugins/showblocks/images/block_h5.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/images/block_h6.png b/sources/plugins/showblocks/images/block_h6.png new file mode 100644 index 00000000..e67b9829 --- /dev/null +++ b/sources/plugins/showblocks/images/block_h6.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/images/block_p.png b/sources/plugins/showblocks/images/block_p.png new file mode 100644 index 00000000..63a58202 --- /dev/null +++ b/sources/plugins/showblocks/images/block_p.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/images/block_pre.png b/sources/plugins/showblocks/images/block_pre.png new file mode 100644 index 00000000..955a8689 --- /dev/null +++ b/sources/plugins/showblocks/images/block_pre.png | |||
Binary files differ | |||
diff --git a/sources/plugins/showblocks/lang/af.js b/sources/plugins/showblocks/lang/af.js new file mode 100644 index 00000000..9d73dbd5 --- /dev/null +++ b/sources/plugins/showblocks/lang/af.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'af', { | ||
6 | toolbar: 'Toon blokke' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/ar.js b/sources/plugins/showblocks/lang/ar.js new file mode 100644 index 00000000..36420bea --- /dev/null +++ b/sources/plugins/showblocks/lang/ar.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'ar', { | ||
6 | toolbar: 'مخطط تفصيلي' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/bg.js b/sources/plugins/showblocks/lang/bg.js new file mode 100644 index 00000000..7ca8b684 --- /dev/null +++ b/sources/plugins/showblocks/lang/bg.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'bg', { | ||
6 | toolbar: 'Показва блокове' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/bn.js b/sources/plugins/showblocks/lang/bn.js new file mode 100644 index 00000000..d4e8aa21 --- /dev/null +++ b/sources/plugins/showblocks/lang/bn.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'bn', { | ||
6 | toolbar: 'Show Blocks' // MISSING | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/bs.js b/sources/plugins/showblocks/lang/bs.js new file mode 100644 index 00000000..e48e5a25 --- /dev/null +++ b/sources/plugins/showblocks/lang/bs.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'bs', { | ||
6 | toolbar: 'Show Blocks' // MISSING | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/ca.js b/sources/plugins/showblocks/lang/ca.js new file mode 100644 index 00000000..dfab8a1d --- /dev/null +++ b/sources/plugins/showblocks/lang/ca.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'ca', { | ||
6 | toolbar: 'Mostra els blocs' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/cs.js b/sources/plugins/showblocks/lang/cs.js new file mode 100644 index 00000000..3ca977b0 --- /dev/null +++ b/sources/plugins/showblocks/lang/cs.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'cs', { | ||
6 | toolbar: 'Ukázat bloky' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/cy.js b/sources/plugins/showblocks/lang/cy.js new file mode 100644 index 00000000..945b7958 --- /dev/null +++ b/sources/plugins/showblocks/lang/cy.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'cy', { | ||
6 | toolbar: 'Dangos Blociau' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/da.js b/sources/plugins/showblocks/lang/da.js new file mode 100644 index 00000000..96bbc5b9 --- /dev/null +++ b/sources/plugins/showblocks/lang/da.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'da', { | ||
6 | toolbar: 'Vis afsnitsmærker' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/de.js b/sources/plugins/showblocks/lang/de.js new file mode 100644 index 00000000..7fb53592 --- /dev/null +++ b/sources/plugins/showblocks/lang/de.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'de', { | ||
6 | toolbar: 'Blöcke anzeigen' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/el.js b/sources/plugins/showblocks/lang/el.js new file mode 100644 index 00000000..fd89a796 --- /dev/null +++ b/sources/plugins/showblocks/lang/el.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'el', { | ||
6 | toolbar: 'Προβολή Τμημάτων' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/en-au.js b/sources/plugins/showblocks/lang/en-au.js new file mode 100644 index 00000000..22299b30 --- /dev/null +++ b/sources/plugins/showblocks/lang/en-au.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'en-au', { | ||
6 | toolbar: 'Show Blocks' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/en-ca.js b/sources/plugins/showblocks/lang/en-ca.js new file mode 100644 index 00000000..c5dfa3ce --- /dev/null +++ b/sources/plugins/showblocks/lang/en-ca.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'en-ca', { | ||
6 | toolbar: 'Show Blocks' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/en-gb.js b/sources/plugins/showblocks/lang/en-gb.js new file mode 100644 index 00000000..0491dbfb --- /dev/null +++ b/sources/plugins/showblocks/lang/en-gb.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'en-gb', { | ||
6 | toolbar: 'Show Blocks' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/en.js b/sources/plugins/showblocks/lang/en.js new file mode 100644 index 00000000..dd121a20 --- /dev/null +++ b/sources/plugins/showblocks/lang/en.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'en', { | ||
6 | toolbar: 'Show Blocks' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/eo.js b/sources/plugins/showblocks/lang/eo.js new file mode 100644 index 00000000..a44662f6 --- /dev/null +++ b/sources/plugins/showblocks/lang/eo.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'eo', { | ||
6 | toolbar: 'Montri la blokojn' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/es.js b/sources/plugins/showblocks/lang/es.js new file mode 100644 index 00000000..f9ea1cdf --- /dev/null +++ b/sources/plugins/showblocks/lang/es.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'es', { | ||
6 | toolbar: 'Mostrar bloques' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/et.js b/sources/plugins/showblocks/lang/et.js new file mode 100644 index 00000000..883d4862 --- /dev/null +++ b/sources/plugins/showblocks/lang/et.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'et', { | ||
6 | toolbar: 'Blokkide näitamine' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/eu.js b/sources/plugins/showblocks/lang/eu.js new file mode 100644 index 00000000..c0a75439 --- /dev/null +++ b/sources/plugins/showblocks/lang/eu.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'eu', { | ||
6 | toolbar: 'Erakutsi blokeak' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/fa.js b/sources/plugins/showblocks/lang/fa.js new file mode 100644 index 00000000..d9bccd24 --- /dev/null +++ b/sources/plugins/showblocks/lang/fa.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'fa', { | ||
6 | toolbar: 'نمایش بلوکها' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/fi.js b/sources/plugins/showblocks/lang/fi.js new file mode 100644 index 00000000..053fa69f --- /dev/null +++ b/sources/plugins/showblocks/lang/fi.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'fi', { | ||
6 | toolbar: 'Näytä elementit' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/fo.js b/sources/plugins/showblocks/lang/fo.js new file mode 100644 index 00000000..2cc79a51 --- /dev/null +++ b/sources/plugins/showblocks/lang/fo.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'fo', { | ||
6 | toolbar: 'Vís blokkar' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/fr-ca.js b/sources/plugins/showblocks/lang/fr-ca.js new file mode 100644 index 00000000..7b77e25e --- /dev/null +++ b/sources/plugins/showblocks/lang/fr-ca.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'fr-ca', { | ||
6 | toolbar: 'Afficher les blocs' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/fr.js b/sources/plugins/showblocks/lang/fr.js new file mode 100644 index 00000000..3f771b06 --- /dev/null +++ b/sources/plugins/showblocks/lang/fr.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'fr', { | ||
6 | toolbar: 'Afficher les blocs' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/gl.js b/sources/plugins/showblocks/lang/gl.js new file mode 100644 index 00000000..f107a5af --- /dev/null +++ b/sources/plugins/showblocks/lang/gl.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'gl', { | ||
6 | toolbar: 'Amosar os bloques' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/gu.js b/sources/plugins/showblocks/lang/gu.js new file mode 100644 index 00000000..4641901d --- /dev/null +++ b/sources/plugins/showblocks/lang/gu.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'gu', { | ||
6 | toolbar: 'બ્લૉક બતાવવું' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/he.js b/sources/plugins/showblocks/lang/he.js new file mode 100644 index 00000000..528d04eb --- /dev/null +++ b/sources/plugins/showblocks/lang/he.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'he', { | ||
6 | toolbar: 'הצגת בלוקים' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/hi.js b/sources/plugins/showblocks/lang/hi.js new file mode 100644 index 00000000..4a4869eb --- /dev/null +++ b/sources/plugins/showblocks/lang/hi.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'hi', { | ||
6 | toolbar: 'ब्लॉक दिखायें' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/hr.js b/sources/plugins/showblocks/lang/hr.js new file mode 100644 index 00000000..ad60d878 --- /dev/null +++ b/sources/plugins/showblocks/lang/hr.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'hr', { | ||
6 | toolbar: 'Prikaži blokove' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/hu.js b/sources/plugins/showblocks/lang/hu.js new file mode 100644 index 00000000..6abc3205 --- /dev/null +++ b/sources/plugins/showblocks/lang/hu.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'hu', { | ||
6 | toolbar: 'Blokkok megjelenítése' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/id.js b/sources/plugins/showblocks/lang/id.js new file mode 100644 index 00000000..b075fa5f --- /dev/null +++ b/sources/plugins/showblocks/lang/id.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'id', { | ||
6 | toolbar: 'Perlihatkan Blok' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/is.js b/sources/plugins/showblocks/lang/is.js new file mode 100644 index 00000000..4ef80ece --- /dev/null +++ b/sources/plugins/showblocks/lang/is.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'is', { | ||
6 | toolbar: 'Sýna blokkir' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/it.js b/sources/plugins/showblocks/lang/it.js new file mode 100644 index 00000000..def22aa7 --- /dev/null +++ b/sources/plugins/showblocks/lang/it.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'it', { | ||
6 | toolbar: 'Visualizza Blocchi' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/ja.js b/sources/plugins/showblocks/lang/ja.js new file mode 100644 index 00000000..e1424a87 --- /dev/null +++ b/sources/plugins/showblocks/lang/ja.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'ja', { | ||
6 | toolbar: 'ブロック表示' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/ka.js b/sources/plugins/showblocks/lang/ka.js new file mode 100644 index 00000000..e312c057 --- /dev/null +++ b/sources/plugins/showblocks/lang/ka.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'ka', { | ||
6 | toolbar: 'არეების ჩვენება' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/km.js b/sources/plugins/showblocks/lang/km.js new file mode 100644 index 00000000..5a8a1416 --- /dev/null +++ b/sources/plugins/showblocks/lang/km.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'km', { | ||
6 | toolbar: 'បង្ហាញប្លក់' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/ko.js b/sources/plugins/showblocks/lang/ko.js new file mode 100644 index 00000000..9d41596d --- /dev/null +++ b/sources/plugins/showblocks/lang/ko.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'ko', { | ||
6 | toolbar: '블록 보기' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/ku.js b/sources/plugins/showblocks/lang/ku.js new file mode 100644 index 00000000..27224820 --- /dev/null +++ b/sources/plugins/showblocks/lang/ku.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'ku', { | ||
6 | toolbar: 'نیشاندانی بەربەستەکان' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/lt.js b/sources/plugins/showblocks/lang/lt.js new file mode 100644 index 00000000..f711598e --- /dev/null +++ b/sources/plugins/showblocks/lang/lt.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'lt', { | ||
6 | toolbar: 'Rodyti blokus' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/lv.js b/sources/plugins/showblocks/lang/lv.js new file mode 100644 index 00000000..b6ee9ee9 --- /dev/null +++ b/sources/plugins/showblocks/lang/lv.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'lv', { | ||
6 | toolbar: 'Parādīt blokus' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/mk.js b/sources/plugins/showblocks/lang/mk.js new file mode 100644 index 00000000..382be788 --- /dev/null +++ b/sources/plugins/showblocks/lang/mk.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'mk', { | ||
6 | toolbar: 'Show Blocks' // MISSING | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/mn.js b/sources/plugins/showblocks/lang/mn.js new file mode 100644 index 00000000..42144677 --- /dev/null +++ b/sources/plugins/showblocks/lang/mn.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'mn', { | ||
6 | toolbar: 'Хавтангуудыг харуулах' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/ms.js b/sources/plugins/showblocks/lang/ms.js new file mode 100644 index 00000000..557e4950 --- /dev/null +++ b/sources/plugins/showblocks/lang/ms.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'ms', { | ||
6 | toolbar: 'Show Blocks' // MISSING | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/nb.js b/sources/plugins/showblocks/lang/nb.js new file mode 100644 index 00000000..3a5e146d --- /dev/null +++ b/sources/plugins/showblocks/lang/nb.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'nb', { | ||
6 | toolbar: 'Vis blokker' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/nl.js b/sources/plugins/showblocks/lang/nl.js new file mode 100644 index 00000000..2fbbef26 --- /dev/null +++ b/sources/plugins/showblocks/lang/nl.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'nl', { | ||
6 | toolbar: 'Toon blokken' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/no.js b/sources/plugins/showblocks/lang/no.js new file mode 100644 index 00000000..14d190fb --- /dev/null +++ b/sources/plugins/showblocks/lang/no.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'no', { | ||
6 | toolbar: 'Vis blokker' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/pl.js b/sources/plugins/showblocks/lang/pl.js new file mode 100644 index 00000000..b33a3c0f --- /dev/null +++ b/sources/plugins/showblocks/lang/pl.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'pl', { | ||
6 | toolbar: 'Pokaż bloki' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/pt-br.js b/sources/plugins/showblocks/lang/pt-br.js new file mode 100644 index 00000000..4c7f172c --- /dev/null +++ b/sources/plugins/showblocks/lang/pt-br.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'pt-br', { | ||
6 | toolbar: 'Mostrar blocos de código' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/pt.js b/sources/plugins/showblocks/lang/pt.js new file mode 100644 index 00000000..b27a7e72 --- /dev/null +++ b/sources/plugins/showblocks/lang/pt.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'pt', { | ||
6 | toolbar: 'Exibir blocos' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/ro.js b/sources/plugins/showblocks/lang/ro.js new file mode 100644 index 00000000..268c2fdb --- /dev/null +++ b/sources/plugins/showblocks/lang/ro.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'ro', { | ||
6 | toolbar: 'Arată blocurile' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/ru.js b/sources/plugins/showblocks/lang/ru.js new file mode 100644 index 00000000..9b3f315d --- /dev/null +++ b/sources/plugins/showblocks/lang/ru.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'ru', { | ||
6 | toolbar: 'Отображать блоки' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/si.js b/sources/plugins/showblocks/lang/si.js new file mode 100644 index 00000000..63722d12 --- /dev/null +++ b/sources/plugins/showblocks/lang/si.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'si', { | ||
6 | toolbar: 'කොටස පෙන්නන්න' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/sk.js b/sources/plugins/showblocks/lang/sk.js new file mode 100644 index 00000000..bd4cdc38 --- /dev/null +++ b/sources/plugins/showblocks/lang/sk.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'sk', { | ||
6 | toolbar: 'Ukázať bloky' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/sl.js b/sources/plugins/showblocks/lang/sl.js new file mode 100644 index 00000000..14ace414 --- /dev/null +++ b/sources/plugins/showblocks/lang/sl.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'sl', { | ||
6 | toolbar: 'Prikaži ograde' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/sq.js b/sources/plugins/showblocks/lang/sq.js new file mode 100644 index 00000000..8371edab --- /dev/null +++ b/sources/plugins/showblocks/lang/sq.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'sq', { | ||
6 | toolbar: 'Shfaq Blloqet' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/sr-latn.js b/sources/plugins/showblocks/lang/sr-latn.js new file mode 100644 index 00000000..8dd9e3b7 --- /dev/null +++ b/sources/plugins/showblocks/lang/sr-latn.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'sr-latn', { | ||
6 | toolbar: 'Show Blocks' // MISSING | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/sr.js b/sources/plugins/showblocks/lang/sr.js new file mode 100644 index 00000000..fa6e4173 --- /dev/null +++ b/sources/plugins/showblocks/lang/sr.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'sr', { | ||
6 | toolbar: 'Show Blocks' // MISSING | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/sv.js b/sources/plugins/showblocks/lang/sv.js new file mode 100644 index 00000000..ec935fcc --- /dev/null +++ b/sources/plugins/showblocks/lang/sv.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'sv', { | ||
6 | toolbar: 'Visa block' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/th.js b/sources/plugins/showblocks/lang/th.js new file mode 100644 index 00000000..6e8fbe95 --- /dev/null +++ b/sources/plugins/showblocks/lang/th.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'th', { | ||
6 | toolbar: 'แสดงบล็อคข้อมูล' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/tr.js b/sources/plugins/showblocks/lang/tr.js new file mode 100644 index 00000000..b9b430c0 --- /dev/null +++ b/sources/plugins/showblocks/lang/tr.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'tr', { | ||
6 | toolbar: 'Blokları Göster' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/tt.js b/sources/plugins/showblocks/lang/tt.js new file mode 100644 index 00000000..8de9fb1f --- /dev/null +++ b/sources/plugins/showblocks/lang/tt.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'tt', { | ||
6 | toolbar: 'Блокларны күрсәтү' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/ug.js b/sources/plugins/showblocks/lang/ug.js new file mode 100644 index 00000000..187102b9 --- /dev/null +++ b/sources/plugins/showblocks/lang/ug.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'ug', { | ||
6 | toolbar: 'بۆلەكنى كۆرسەت' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/uk.js b/sources/plugins/showblocks/lang/uk.js new file mode 100644 index 00000000..3f9f0150 --- /dev/null +++ b/sources/plugins/showblocks/lang/uk.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'uk', { | ||
6 | toolbar: 'Показувати блоки' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/vi.js b/sources/plugins/showblocks/lang/vi.js new file mode 100644 index 00000000..af30a43c --- /dev/null +++ b/sources/plugins/showblocks/lang/vi.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'vi', { | ||
6 | toolbar: 'Hiển thị các khối' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/zh-cn.js b/sources/plugins/showblocks/lang/zh-cn.js new file mode 100644 index 00000000..104f8fb1 --- /dev/null +++ b/sources/plugins/showblocks/lang/zh-cn.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'zh-cn', { | ||
6 | toolbar: '显示区块' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/lang/zh.js b/sources/plugins/showblocks/lang/zh.js new file mode 100644 index 00000000..5990ecfd --- /dev/null +++ b/sources/plugins/showblocks/lang/zh.js | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'showblocks', 'zh', { | ||
6 | toolbar: '顯示區塊' | ||
7 | } ); | ||
diff --git a/sources/plugins/showblocks/plugin.js b/sources/plugins/showblocks/plugin.js new file mode 100644 index 00000000..7bf11c23 --- /dev/null +++ b/sources/plugins/showblocks/plugin.js | |||
@@ -0,0 +1,153 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | |||
6 | /** | ||
7 | * @fileOverview The "showblocks" plugin. Enable it will make all block level | ||
8 | * elements being decorated with a border and the element name | ||
9 | * displayed on the left-right corner. | ||
10 | */ | ||
11 | |||
12 | ( function() { | ||
13 | 'use strict'; | ||
14 | |||
15 | var commandDefinition = { | ||
16 | readOnly: 1, | ||
17 | preserveState: true, | ||
18 | editorFocus: false, | ||
19 | |||
20 | exec: function( editor ) { | ||
21 | this.toggleState(); | ||
22 | this.refresh( editor ); | ||
23 | }, | ||
24 | |||
25 | refresh: function( editor ) { | ||
26 | if ( editor.document ) { | ||
27 | // Show blocks turns inactive after editor loses focus when in inline. | ||
28 | var showBlocks = ( this.state == CKEDITOR.TRISTATE_ON && ( editor.elementMode != CKEDITOR.ELEMENT_MODE_INLINE || editor.focusManager.hasFocus ) ); | ||
29 | |||
30 | var funcName = showBlocks ? 'attachClass' : 'removeClass'; | ||
31 | editor.editable()[ funcName ]( 'cke_show_blocks' ); | ||
32 | } | ||
33 | } | ||
34 | }; | ||
35 | |||
36 | CKEDITOR.plugins.add( 'showblocks', { | ||
37 | // jscs:disable maximumLineLength | ||
38 | 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,id,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,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE% | ||
39 | // jscs:enable maximumLineLength | ||
40 | icons: 'showblocks,showblocks-rtl', // %REMOVE_LINE_CORE% | ||
41 | hidpi: true, // %REMOVE_LINE_CORE% | ||
42 | onLoad: function() { | ||
43 | var tags = [ 'p', 'div', 'pre', 'address', 'blockquote', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6' ], | ||
44 | cssStd, cssImg, cssLtr, cssRtl, | ||
45 | path = CKEDITOR.getUrl( this.path ), | ||
46 | // #10884 don't apply showblocks styles to non-editable elements and chosen ones. | ||
47 | // IE8 does not support :not() pseudoclass, so we need to reset showblocks rather | ||
48 | // than 'prevent' its application. We do that by additional rules. | ||
49 | supportsNotPseudoclass = !( CKEDITOR.env.ie && CKEDITOR.env.version < 9 ), | ||
50 | notDisabled = supportsNotPseudoclass ? ':not([contenteditable=false]):not(.cke_show_blocks_off)' : '', | ||
51 | tag, trailing; | ||
52 | |||
53 | cssStd = cssImg = cssLtr = cssRtl = ''; | ||
54 | |||
55 | while ( ( tag = tags.pop() ) ) { | ||
56 | trailing = tags.length ? ',' : ''; | ||
57 | |||
58 | cssStd += '.cke_show_blocks ' + tag + notDisabled + trailing; | ||
59 | cssLtr += '.cke_show_blocks.cke_contents_ltr ' + tag + notDisabled + trailing; | ||
60 | cssRtl += '.cke_show_blocks.cke_contents_rtl ' + tag + notDisabled + trailing; | ||
61 | cssImg += '.cke_show_blocks ' + tag + notDisabled + '{' + | ||
62 | 'background-image:url(' + CKEDITOR.getUrl( path + 'images/block_' + tag + '.png' ) + ')' + | ||
63 | '}'; | ||
64 | } | ||
65 | |||
66 | // .cke_show_blocks p { ... } | ||
67 | cssStd += '{' + | ||
68 | 'background-repeat:no-repeat;' + | ||
69 | 'border:1px dotted gray;' + | ||
70 | 'padding-top:8px' + | ||
71 | '}'; | ||
72 | |||
73 | // .cke_show_blocks.cke_contents_ltr p { ... } | ||
74 | cssLtr += '{' + | ||
75 | 'background-position:top left;' + | ||
76 | 'padding-left:8px' + | ||
77 | '}'; | ||
78 | |||
79 | // .cke_show_blocks.cke_contents_rtl p { ... } | ||
80 | cssRtl += '{' + | ||
81 | 'background-position:top right;' + | ||
82 | 'padding-right:8px' + | ||
83 | '}'; | ||
84 | |||
85 | CKEDITOR.addCss( cssStd.concat( cssImg, cssLtr, cssRtl ) ); | ||
86 | |||
87 | // [IE8] Reset showblocks styles for non-editables and chosen elements, because | ||
88 | // it could not be done using :not() pseudoclass (#10884). | ||
89 | if ( !supportsNotPseudoclass ) { | ||
90 | CKEDITOR.addCss( | ||
91 | '.cke_show_blocks [contenteditable=false],.cke_show_blocks .cke_show_blocks_off{' + | ||
92 | 'border:none;' + | ||
93 | 'padding-top:0;' + | ||
94 | 'background-image:none' + | ||
95 | '}' + | ||
96 | '.cke_show_blocks.cke_contents_rtl [contenteditable=false],.cke_show_blocks.cke_contents_rtl .cke_show_blocks_off{' + | ||
97 | 'padding-right:0' + | ||
98 | '}' + | ||
99 | '.cke_show_blocks.cke_contents_ltr [contenteditable=false],.cke_show_blocks.cke_contents_ltr .cke_show_blocks_off{' + | ||
100 | 'padding-left:0' + | ||
101 | '}' | ||
102 | ); | ||
103 | } | ||
104 | }, | ||
105 | init: function( editor ) { | ||
106 | if ( editor.blockless ) | ||
107 | return; | ||
108 | |||
109 | var command = editor.addCommand( 'showblocks', commandDefinition ); | ||
110 | command.canUndo = false; | ||
111 | |||
112 | if ( editor.config.startupOutlineBlocks ) | ||
113 | command.setState( CKEDITOR.TRISTATE_ON ); | ||
114 | |||
115 | editor.ui.addButton && editor.ui.addButton( 'ShowBlocks', { | ||
116 | label: editor.lang.showblocks.toolbar, | ||
117 | command: 'showblocks', | ||
118 | toolbar: 'tools,20' | ||
119 | } ); | ||
120 | |||
121 | // Refresh the command on setData. | ||
122 | editor.on( 'mode', function() { | ||
123 | if ( command.state != CKEDITOR.TRISTATE_DISABLED ) | ||
124 | command.refresh( editor ); | ||
125 | } ); | ||
126 | |||
127 | // Refresh the command on focus/blur in inline. | ||
128 | if ( editor.elementMode == CKEDITOR.ELEMENT_MODE_INLINE ) { | ||
129 | editor.on( 'focus', onFocusBlur ); | ||
130 | editor.on( 'blur', onFocusBlur ); | ||
131 | } | ||
132 | |||
133 | // Refresh the command on setData. | ||
134 | editor.on( 'contentDom', function() { | ||
135 | if ( command.state != CKEDITOR.TRISTATE_DISABLED ) | ||
136 | command.refresh( editor ); | ||
137 | } ); | ||
138 | |||
139 | function onFocusBlur() { | ||
140 | command.refresh( editor ); | ||
141 | } | ||
142 | } | ||
143 | } ); | ||
144 | } )(); | ||
145 | |||
146 | /** | ||
147 | * Whether to automaticaly enable the show block" command when the editor loads. | ||
148 | * | ||
149 | * config.startupOutlineBlocks = true; | ||
150 | * | ||
151 | * @cfg {Boolean} [startupOutlineBlocks=false] | ||
152 | * @member CKEDITOR.config | ||
153 | */ | ||