From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- .../horizontalrule/icons/hidpi/horizontalrule.png | Bin 0 -> 939 bytes .../horizontalrule/icons/horizontalrule.png | Bin 0 -> 519 bytes sources/plugins/horizontalrule/lang/af.js | 7 ++++ sources/plugins/horizontalrule/lang/ar.js | 7 ++++ sources/plugins/horizontalrule/lang/bg.js | 7 ++++ sources/plugins/horizontalrule/lang/bn.js | 7 ++++ sources/plugins/horizontalrule/lang/bs.js | 7 ++++ sources/plugins/horizontalrule/lang/ca.js | 7 ++++ sources/plugins/horizontalrule/lang/cs.js | 7 ++++ sources/plugins/horizontalrule/lang/cy.js | 7 ++++ sources/plugins/horizontalrule/lang/da.js | 7 ++++ sources/plugins/horizontalrule/lang/de.js | 7 ++++ sources/plugins/horizontalrule/lang/el.js | 7 ++++ sources/plugins/horizontalrule/lang/en-au.js | 7 ++++ sources/plugins/horizontalrule/lang/en-ca.js | 7 ++++ sources/plugins/horizontalrule/lang/en-gb.js | 7 ++++ sources/plugins/horizontalrule/lang/en.js | 7 ++++ sources/plugins/horizontalrule/lang/eo.js | 7 ++++ sources/plugins/horizontalrule/lang/es.js | 7 ++++ sources/plugins/horizontalrule/lang/et.js | 7 ++++ sources/plugins/horizontalrule/lang/eu.js | 7 ++++ sources/plugins/horizontalrule/lang/fa.js | 7 ++++ sources/plugins/horizontalrule/lang/fi.js | 7 ++++ sources/plugins/horizontalrule/lang/fo.js | 7 ++++ sources/plugins/horizontalrule/lang/fr-ca.js | 7 ++++ sources/plugins/horizontalrule/lang/fr.js | 7 ++++ sources/plugins/horizontalrule/lang/gl.js | 7 ++++ sources/plugins/horizontalrule/lang/gu.js | 7 ++++ sources/plugins/horizontalrule/lang/he.js | 7 ++++ sources/plugins/horizontalrule/lang/hi.js | 7 ++++ sources/plugins/horizontalrule/lang/hr.js | 7 ++++ sources/plugins/horizontalrule/lang/hu.js | 7 ++++ sources/plugins/horizontalrule/lang/id.js | 7 ++++ sources/plugins/horizontalrule/lang/is.js | 7 ++++ sources/plugins/horizontalrule/lang/it.js | 7 ++++ sources/plugins/horizontalrule/lang/ja.js | 7 ++++ sources/plugins/horizontalrule/lang/ka.js | 7 ++++ sources/plugins/horizontalrule/lang/km.js | 7 ++++ sources/plugins/horizontalrule/lang/ko.js | 7 ++++ sources/plugins/horizontalrule/lang/ku.js | 7 ++++ sources/plugins/horizontalrule/lang/lt.js | 7 ++++ sources/plugins/horizontalrule/lang/lv.js | 7 ++++ sources/plugins/horizontalrule/lang/mk.js | 7 ++++ sources/plugins/horizontalrule/lang/mn.js | 7 ++++ sources/plugins/horizontalrule/lang/ms.js | 7 ++++ sources/plugins/horizontalrule/lang/nb.js | 7 ++++ sources/plugins/horizontalrule/lang/nl.js | 7 ++++ sources/plugins/horizontalrule/lang/no.js | 7 ++++ sources/plugins/horizontalrule/lang/pl.js | 7 ++++ sources/plugins/horizontalrule/lang/pt-br.js | 7 ++++ sources/plugins/horizontalrule/lang/pt.js | 7 ++++ sources/plugins/horizontalrule/lang/ro.js | 7 ++++ sources/plugins/horizontalrule/lang/ru.js | 7 ++++ sources/plugins/horizontalrule/lang/si.js | 7 ++++ sources/plugins/horizontalrule/lang/sk.js | 7 ++++ sources/plugins/horizontalrule/lang/sl.js | 7 ++++ sources/plugins/horizontalrule/lang/sq.js | 7 ++++ sources/plugins/horizontalrule/lang/sr-latn.js | 7 ++++ sources/plugins/horizontalrule/lang/sr.js | 7 ++++ sources/plugins/horizontalrule/lang/sv.js | 7 ++++ sources/plugins/horizontalrule/lang/th.js | 7 ++++ sources/plugins/horizontalrule/lang/tr.js | 7 ++++ sources/plugins/horizontalrule/lang/tt.js | 7 ++++ sources/plugins/horizontalrule/lang/ug.js | 7 ++++ sources/plugins/horizontalrule/lang/uk.js | 7 ++++ sources/plugins/horizontalrule/lang/vi.js | 7 ++++ sources/plugins/horizontalrule/lang/zh-cn.js | 7 ++++ sources/plugins/horizontalrule/lang/zh.js | 7 ++++ sources/plugins/horizontalrule/plugin.js | 43 +++++++++++++++++++++ 69 files changed, 505 insertions(+) create mode 100644 sources/plugins/horizontalrule/icons/hidpi/horizontalrule.png create mode 100644 sources/plugins/horizontalrule/icons/horizontalrule.png create mode 100644 sources/plugins/horizontalrule/lang/af.js create mode 100644 sources/plugins/horizontalrule/lang/ar.js create mode 100644 sources/plugins/horizontalrule/lang/bg.js create mode 100644 sources/plugins/horizontalrule/lang/bn.js create mode 100644 sources/plugins/horizontalrule/lang/bs.js create mode 100644 sources/plugins/horizontalrule/lang/ca.js create mode 100644 sources/plugins/horizontalrule/lang/cs.js create mode 100644 sources/plugins/horizontalrule/lang/cy.js create mode 100644 sources/plugins/horizontalrule/lang/da.js create mode 100644 sources/plugins/horizontalrule/lang/de.js create mode 100644 sources/plugins/horizontalrule/lang/el.js create mode 100644 sources/plugins/horizontalrule/lang/en-au.js create mode 100644 sources/plugins/horizontalrule/lang/en-ca.js create mode 100644 sources/plugins/horizontalrule/lang/en-gb.js create mode 100644 sources/plugins/horizontalrule/lang/en.js create mode 100644 sources/plugins/horizontalrule/lang/eo.js create mode 100644 sources/plugins/horizontalrule/lang/es.js create mode 100644 sources/plugins/horizontalrule/lang/et.js create mode 100644 sources/plugins/horizontalrule/lang/eu.js create mode 100644 sources/plugins/horizontalrule/lang/fa.js create mode 100644 sources/plugins/horizontalrule/lang/fi.js create mode 100644 sources/plugins/horizontalrule/lang/fo.js create mode 100644 sources/plugins/horizontalrule/lang/fr-ca.js create mode 100644 sources/plugins/horizontalrule/lang/fr.js create mode 100644 sources/plugins/horizontalrule/lang/gl.js create mode 100644 sources/plugins/horizontalrule/lang/gu.js create mode 100644 sources/plugins/horizontalrule/lang/he.js create mode 100644 sources/plugins/horizontalrule/lang/hi.js create mode 100644 sources/plugins/horizontalrule/lang/hr.js create mode 100644 sources/plugins/horizontalrule/lang/hu.js create mode 100644 sources/plugins/horizontalrule/lang/id.js create mode 100644 sources/plugins/horizontalrule/lang/is.js create mode 100644 sources/plugins/horizontalrule/lang/it.js create mode 100644 sources/plugins/horizontalrule/lang/ja.js create mode 100644 sources/plugins/horizontalrule/lang/ka.js create mode 100644 sources/plugins/horizontalrule/lang/km.js create mode 100644 sources/plugins/horizontalrule/lang/ko.js create mode 100644 sources/plugins/horizontalrule/lang/ku.js create mode 100644 sources/plugins/horizontalrule/lang/lt.js create mode 100644 sources/plugins/horizontalrule/lang/lv.js create mode 100644 sources/plugins/horizontalrule/lang/mk.js create mode 100644 sources/plugins/horizontalrule/lang/mn.js create mode 100644 sources/plugins/horizontalrule/lang/ms.js create mode 100644 sources/plugins/horizontalrule/lang/nb.js create mode 100644 sources/plugins/horizontalrule/lang/nl.js create mode 100644 sources/plugins/horizontalrule/lang/no.js create mode 100644 sources/plugins/horizontalrule/lang/pl.js create mode 100644 sources/plugins/horizontalrule/lang/pt-br.js create mode 100644 sources/plugins/horizontalrule/lang/pt.js create mode 100644 sources/plugins/horizontalrule/lang/ro.js create mode 100644 sources/plugins/horizontalrule/lang/ru.js create mode 100644 sources/plugins/horizontalrule/lang/si.js create mode 100644 sources/plugins/horizontalrule/lang/sk.js create mode 100644 sources/plugins/horizontalrule/lang/sl.js create mode 100644 sources/plugins/horizontalrule/lang/sq.js create mode 100644 sources/plugins/horizontalrule/lang/sr-latn.js create mode 100644 sources/plugins/horizontalrule/lang/sr.js create mode 100644 sources/plugins/horizontalrule/lang/sv.js create mode 100644 sources/plugins/horizontalrule/lang/th.js create mode 100644 sources/plugins/horizontalrule/lang/tr.js create mode 100644 sources/plugins/horizontalrule/lang/tt.js create mode 100644 sources/plugins/horizontalrule/lang/ug.js create mode 100644 sources/plugins/horizontalrule/lang/uk.js create mode 100644 sources/plugins/horizontalrule/lang/vi.js create mode 100644 sources/plugins/horizontalrule/lang/zh-cn.js create mode 100644 sources/plugins/horizontalrule/lang/zh.js create mode 100644 sources/plugins/horizontalrule/plugin.js (limited to 'sources/plugins/horizontalrule') diff --git a/sources/plugins/horizontalrule/icons/hidpi/horizontalrule.png b/sources/plugins/horizontalrule/icons/hidpi/horizontalrule.png new file mode 100644 index 00000000..433613da Binary files /dev/null and b/sources/plugins/horizontalrule/icons/hidpi/horizontalrule.png differ diff --git a/sources/plugins/horizontalrule/icons/horizontalrule.png b/sources/plugins/horizontalrule/icons/horizontalrule.png new file mode 100644 index 00000000..4af9bc8e Binary files /dev/null and b/sources/plugins/horizontalrule/icons/horizontalrule.png differ diff --git a/sources/plugins/horizontalrule/lang/af.js b/sources/plugins/horizontalrule/lang/af.js new file mode 100644 index 00000000..9306861e --- /dev/null +++ b/sources/plugins/horizontalrule/lang/af.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'af', { + toolbar: 'Horisontale lyn invoeg' +} ); diff --git a/sources/plugins/horizontalrule/lang/ar.js b/sources/plugins/horizontalrule/lang/ar.js new file mode 100644 index 00000000..1a12f0db --- /dev/null +++ b/sources/plugins/horizontalrule/lang/ar.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ar', { + toolbar: 'خط فاصل' +} ); diff --git a/sources/plugins/horizontalrule/lang/bg.js b/sources/plugins/horizontalrule/lang/bg.js new file mode 100644 index 00000000..bfa61db7 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/bg.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'bg', { + toolbar: 'Вмъкване на хоризонтална линия' +} ); diff --git a/sources/plugins/horizontalrule/lang/bn.js b/sources/plugins/horizontalrule/lang/bn.js new file mode 100644 index 00000000..a1e14681 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/bn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'bn', { + toolbar: 'রেখা যুক্ত কর' +} ); diff --git a/sources/plugins/horizontalrule/lang/bs.js b/sources/plugins/horizontalrule/lang/bs.js new file mode 100644 index 00000000..edeeeea7 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/bs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'bs', { + toolbar: 'Ubaci horizontalnu liniju' +} ); diff --git a/sources/plugins/horizontalrule/lang/ca.js b/sources/plugins/horizontalrule/lang/ca.js new file mode 100644 index 00000000..0d8d5d23 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ca', { + toolbar: 'Insereix línia horitzontal' +} ); diff --git a/sources/plugins/horizontalrule/lang/cs.js b/sources/plugins/horizontalrule/lang/cs.js new file mode 100644 index 00000000..5a6d186e --- /dev/null +++ b/sources/plugins/horizontalrule/lang/cs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'cs', { + toolbar: 'Vložit vodorovnou linku' +} ); diff --git a/sources/plugins/horizontalrule/lang/cy.js b/sources/plugins/horizontalrule/lang/cy.js new file mode 100644 index 00000000..c9246c0c --- /dev/null +++ b/sources/plugins/horizontalrule/lang/cy.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'cy', { + toolbar: 'Mewnosod Llinell Lorweddol' +} ); diff --git a/sources/plugins/horizontalrule/lang/da.js b/sources/plugins/horizontalrule/lang/da.js new file mode 100644 index 00000000..bc690cfa --- /dev/null +++ b/sources/plugins/horizontalrule/lang/da.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'da', { + toolbar: 'Indsæt vandret streg' +} ); diff --git a/sources/plugins/horizontalrule/lang/de.js b/sources/plugins/horizontalrule/lang/de.js new file mode 100644 index 00000000..5094422c --- /dev/null +++ b/sources/plugins/horizontalrule/lang/de.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'de', { + toolbar: 'Horizontale Linie einfügen' +} ); diff --git a/sources/plugins/horizontalrule/lang/el.js b/sources/plugins/horizontalrule/lang/el.js new file mode 100644 index 00000000..fbffb607 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/el.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'el', { + toolbar: 'Εισαγωγή Οριζόντιας Γραμμής' +} ); diff --git a/sources/plugins/horizontalrule/lang/en-au.js b/sources/plugins/horizontalrule/lang/en-au.js new file mode 100644 index 00000000..539aae58 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/en-au.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'en-au', { + toolbar: 'Insert Horizontal Line' +} ); diff --git a/sources/plugins/horizontalrule/lang/en-ca.js b/sources/plugins/horizontalrule/lang/en-ca.js new file mode 100644 index 00000000..ceb4e230 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/en-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'en-ca', { + toolbar: 'Insert Horizontal Line' +} ); diff --git a/sources/plugins/horizontalrule/lang/en-gb.js b/sources/plugins/horizontalrule/lang/en-gb.js new file mode 100644 index 00000000..251dc447 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/en-gb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'en-gb', { + toolbar: 'Insert Horizontal Line' +} ); diff --git a/sources/plugins/horizontalrule/lang/en.js b/sources/plugins/horizontalrule/lang/en.js new file mode 100644 index 00000000..216e3d37 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/en.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'en', { + toolbar: 'Insert Horizontal Line' +} ); diff --git a/sources/plugins/horizontalrule/lang/eo.js b/sources/plugins/horizontalrule/lang/eo.js new file mode 100644 index 00000000..821dcb6e --- /dev/null +++ b/sources/plugins/horizontalrule/lang/eo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'eo', { + toolbar: 'Enmeti Horizontalan Linion' +} ); diff --git a/sources/plugins/horizontalrule/lang/es.js b/sources/plugins/horizontalrule/lang/es.js new file mode 100644 index 00000000..efc58ae8 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/es.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'es', { + toolbar: 'Insertar Línea Horizontal' +} ); diff --git a/sources/plugins/horizontalrule/lang/et.js b/sources/plugins/horizontalrule/lang/et.js new file mode 100644 index 00000000..9b6e6140 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/et.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'et', { + toolbar: 'Horisontaaljoone sisestamine' +} ); diff --git a/sources/plugins/horizontalrule/lang/eu.js b/sources/plugins/horizontalrule/lang/eu.js new file mode 100644 index 00000000..fab552b9 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/eu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'eu', { + toolbar: 'Txertatu marra horizontala' +} ); diff --git a/sources/plugins/horizontalrule/lang/fa.js b/sources/plugins/horizontalrule/lang/fa.js new file mode 100644 index 00000000..afb96d96 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/fa.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'fa', { + toolbar: 'گنجاندن خط افقی' +} ); diff --git a/sources/plugins/horizontalrule/lang/fi.js b/sources/plugins/horizontalrule/lang/fi.js new file mode 100644 index 00000000..a1462042 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/fi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'fi', { + toolbar: 'Lisää murtoviiva' +} ); diff --git a/sources/plugins/horizontalrule/lang/fo.js b/sources/plugins/horizontalrule/lang/fo.js new file mode 100644 index 00000000..8dd904db --- /dev/null +++ b/sources/plugins/horizontalrule/lang/fo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'fo', { + toolbar: 'Ger vatnrætta linju' +} ); diff --git a/sources/plugins/horizontalrule/lang/fr-ca.js b/sources/plugins/horizontalrule/lang/fr-ca.js new file mode 100644 index 00000000..13c5b5b9 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/fr-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'fr-ca', { + toolbar: 'Insérer un séparateur horizontale' +} ); diff --git a/sources/plugins/horizontalrule/lang/fr.js b/sources/plugins/horizontalrule/lang/fr.js new file mode 100644 index 00000000..6b44a00d --- /dev/null +++ b/sources/plugins/horizontalrule/lang/fr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'fr', { + toolbar: 'Ligne horizontale' +} ); diff --git a/sources/plugins/horizontalrule/lang/gl.js b/sources/plugins/horizontalrule/lang/gl.js new file mode 100644 index 00000000..8f0eb28a --- /dev/null +++ b/sources/plugins/horizontalrule/lang/gl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'gl', { + toolbar: 'Inserir unha liña horizontal' +} ); diff --git a/sources/plugins/horizontalrule/lang/gu.js b/sources/plugins/horizontalrule/lang/gu.js new file mode 100644 index 00000000..548eb5b0 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/gu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'gu', { + toolbar: 'સમસ્તરીય રેખા ઇન્સર્ટ/દાખલ કરવી' +} ); diff --git a/sources/plugins/horizontalrule/lang/he.js b/sources/plugins/horizontalrule/lang/he.js new file mode 100644 index 00000000..9ee3fb61 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/he.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'he', { + toolbar: 'הוספת קו אופקי' +} ); diff --git a/sources/plugins/horizontalrule/lang/hi.js b/sources/plugins/horizontalrule/lang/hi.js new file mode 100644 index 00000000..3a70d368 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/hi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'hi', { + toolbar: 'हॉरिज़ॉन्टल रेखा इन्सर्ट करें' +} ); diff --git a/sources/plugins/horizontalrule/lang/hr.js b/sources/plugins/horizontalrule/lang/hr.js new file mode 100644 index 00000000..29f1c8c5 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/hr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'hr', { + toolbar: 'Ubaci vodoravnu liniju' +} ); diff --git a/sources/plugins/horizontalrule/lang/hu.js b/sources/plugins/horizontalrule/lang/hu.js new file mode 100644 index 00000000..e0b9a408 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/hu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'hu', { + toolbar: 'Elválasztóvonal beillesztése' +} ); diff --git a/sources/plugins/horizontalrule/lang/id.js b/sources/plugins/horizontalrule/lang/id.js new file mode 100644 index 00000000..6f28c6b4 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/id.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'id', { + toolbar: 'Sisip Garis Horisontal' +} ); diff --git a/sources/plugins/horizontalrule/lang/is.js b/sources/plugins/horizontalrule/lang/is.js new file mode 100644 index 00000000..3620f4a4 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/is.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'is', { + toolbar: 'Lóðrétt lína' +} ); diff --git a/sources/plugins/horizontalrule/lang/it.js b/sources/plugins/horizontalrule/lang/it.js new file mode 100644 index 00000000..a5756f4b --- /dev/null +++ b/sources/plugins/horizontalrule/lang/it.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'it', { + toolbar: 'Inserisci riga orizzontale' +} ); diff --git a/sources/plugins/horizontalrule/lang/ja.js b/sources/plugins/horizontalrule/lang/ja.js new file mode 100644 index 00000000..0d8af61b --- /dev/null +++ b/sources/plugins/horizontalrule/lang/ja.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ja', { + toolbar: '水平線' +} ); diff --git a/sources/plugins/horizontalrule/lang/ka.js b/sources/plugins/horizontalrule/lang/ka.js new file mode 100644 index 00000000..796f719a --- /dev/null +++ b/sources/plugins/horizontalrule/lang/ka.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ka', { + toolbar: 'ჰორიზონტალური ხაზის ჩასმა' +} ); diff --git a/sources/plugins/horizontalrule/lang/km.js b/sources/plugins/horizontalrule/lang/km.js new file mode 100644 index 00000000..dfba64bb --- /dev/null +++ b/sources/plugins/horizontalrule/lang/km.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'km', { + toolbar: 'បន្ថែមបន្ទាត់ផ្តេក' +} ); diff --git a/sources/plugins/horizontalrule/lang/ko.js b/sources/plugins/horizontalrule/lang/ko.js new file mode 100644 index 00000000..48490ab3 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/ko.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ko', { + toolbar: '가로 줄 삽입' +} ); diff --git a/sources/plugins/horizontalrule/lang/ku.js b/sources/plugins/horizontalrule/lang/ku.js new file mode 100644 index 00000000..b281a252 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/ku.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ku', { + toolbar: 'دانانی هێلی ئاسۆیی' +} ); diff --git a/sources/plugins/horizontalrule/lang/lt.js b/sources/plugins/horizontalrule/lang/lt.js new file mode 100644 index 00000000..869e7627 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/lt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'lt', { + toolbar: 'Įterpti horizontalią liniją' +} ); diff --git a/sources/plugins/horizontalrule/lang/lv.js b/sources/plugins/horizontalrule/lang/lv.js new file mode 100644 index 00000000..888dc174 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/lv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'lv', { + toolbar: 'Ievietot horizontālu Atdalītājsvītru' +} ); diff --git a/sources/plugins/horizontalrule/lang/mk.js b/sources/plugins/horizontalrule/lang/mk.js new file mode 100644 index 00000000..8e1ac1ad --- /dev/null +++ b/sources/plugins/horizontalrule/lang/mk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'mk', { + toolbar: 'Insert Horizontal Line' // MISSING +} ); diff --git a/sources/plugins/horizontalrule/lang/mn.js b/sources/plugins/horizontalrule/lang/mn.js new file mode 100644 index 00000000..8f235fad --- /dev/null +++ b/sources/plugins/horizontalrule/lang/mn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'mn', { + toolbar: 'Хөндлөн зураас оруулах' +} ); diff --git a/sources/plugins/horizontalrule/lang/ms.js b/sources/plugins/horizontalrule/lang/ms.js new file mode 100644 index 00000000..0f8d7b9f --- /dev/null +++ b/sources/plugins/horizontalrule/lang/ms.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ms', { + toolbar: 'Masukkan Garisan Membujur' +} ); diff --git a/sources/plugins/horizontalrule/lang/nb.js b/sources/plugins/horizontalrule/lang/nb.js new file mode 100644 index 00000000..d00fd155 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/nb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'nb', { + toolbar: 'Sett inn horisontal linje' +} ); diff --git a/sources/plugins/horizontalrule/lang/nl.js b/sources/plugins/horizontalrule/lang/nl.js new file mode 100644 index 00000000..3420fefe --- /dev/null +++ b/sources/plugins/horizontalrule/lang/nl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'nl', { + toolbar: 'Horizontale lijn invoegen' +} ); diff --git a/sources/plugins/horizontalrule/lang/no.js b/sources/plugins/horizontalrule/lang/no.js new file mode 100644 index 00000000..5173f99a --- /dev/null +++ b/sources/plugins/horizontalrule/lang/no.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'no', { + toolbar: 'Sett inn horisontal linje' +} ); diff --git a/sources/plugins/horizontalrule/lang/pl.js b/sources/plugins/horizontalrule/lang/pl.js new file mode 100644 index 00000000..bd137b97 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/pl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'pl', { + toolbar: 'Wstaw poziomą linię' +} ); diff --git a/sources/plugins/horizontalrule/lang/pt-br.js b/sources/plugins/horizontalrule/lang/pt-br.js new file mode 100644 index 00000000..dbb40d2d --- /dev/null +++ b/sources/plugins/horizontalrule/lang/pt-br.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'pt-br', { + toolbar: 'Inserir Linha Horizontal' +} ); diff --git a/sources/plugins/horizontalrule/lang/pt.js b/sources/plugins/horizontalrule/lang/pt.js new file mode 100644 index 00000000..956ae18f --- /dev/null +++ b/sources/plugins/horizontalrule/lang/pt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'pt', { + toolbar: 'Inserir Linha Horizontal' +} ); diff --git a/sources/plugins/horizontalrule/lang/ro.js b/sources/plugins/horizontalrule/lang/ro.js new file mode 100644 index 00000000..af2fdbe6 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/ro.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ro', { + toolbar: 'Inserează linie orizontală' +} ); diff --git a/sources/plugins/horizontalrule/lang/ru.js b/sources/plugins/horizontalrule/lang/ru.js new file mode 100644 index 00000000..08b31f35 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/ru.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ru', { + toolbar: 'Вставить горизонтальную линию' +} ); diff --git a/sources/plugins/horizontalrule/lang/si.js b/sources/plugins/horizontalrule/lang/si.js new file mode 100644 index 00000000..3f6546e4 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/si.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'si', { + toolbar: 'තිරස් රේඛාවක් ඇතුලත් කරන්න' +} ); diff --git a/sources/plugins/horizontalrule/lang/sk.js b/sources/plugins/horizontalrule/lang/sk.js new file mode 100644 index 00000000..0b02b122 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/sk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sk', { + toolbar: 'Vložiť vodorovnú čiaru' +} ); diff --git a/sources/plugins/horizontalrule/lang/sl.js b/sources/plugins/horizontalrule/lang/sl.js new file mode 100644 index 00000000..18380b1e --- /dev/null +++ b/sources/plugins/horizontalrule/lang/sl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sl', { + toolbar: 'Vstavi vodoravno črto' +} ); diff --git a/sources/plugins/horizontalrule/lang/sq.js b/sources/plugins/horizontalrule/lang/sq.js new file mode 100644 index 00000000..d1b8da89 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/sq.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sq', { + toolbar: 'Vendos Vijë Horizontale' +} ); diff --git a/sources/plugins/horizontalrule/lang/sr-latn.js b/sources/plugins/horizontalrule/lang/sr-latn.js new file mode 100644 index 00000000..d77b7b7a --- /dev/null +++ b/sources/plugins/horizontalrule/lang/sr-latn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sr-latn', { + toolbar: 'Unesi horizontalnu liniju' +} ); diff --git a/sources/plugins/horizontalrule/lang/sr.js b/sources/plugins/horizontalrule/lang/sr.js new file mode 100644 index 00000000..e6a66f01 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/sr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sr', { + toolbar: 'Унеси хоризонталну линију' +} ); diff --git a/sources/plugins/horizontalrule/lang/sv.js b/sources/plugins/horizontalrule/lang/sv.js new file mode 100644 index 00000000..80174c43 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/sv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sv', { + toolbar: 'Infoga horisontal linje' +} ); diff --git a/sources/plugins/horizontalrule/lang/th.js b/sources/plugins/horizontalrule/lang/th.js new file mode 100644 index 00000000..50966d42 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/th.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'th', { + toolbar: 'แทรกเส้นคั่นบรรทัด' +} ); diff --git a/sources/plugins/horizontalrule/lang/tr.js b/sources/plugins/horizontalrule/lang/tr.js new file mode 100644 index 00000000..4dfa72b0 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/tr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'tr', { + toolbar: 'Yatay Satır Ekle' +} ); diff --git a/sources/plugins/horizontalrule/lang/tt.js b/sources/plugins/horizontalrule/lang/tt.js new file mode 100644 index 00000000..ed41abb1 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/tt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'tt', { + toolbar: 'Ятма сызык өстәү' +} ); diff --git a/sources/plugins/horizontalrule/lang/ug.js b/sources/plugins/horizontalrule/lang/ug.js new file mode 100644 index 00000000..0a6dbfd4 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/ug.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ug', { + toolbar: 'توغرا سىزىق قىستۇر' +} ); diff --git a/sources/plugins/horizontalrule/lang/uk.js b/sources/plugins/horizontalrule/lang/uk.js new file mode 100644 index 00000000..c42688a2 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/uk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'uk', { + toolbar: 'Горизонтальна лінія' +} ); diff --git a/sources/plugins/horizontalrule/lang/vi.js b/sources/plugins/horizontalrule/lang/vi.js new file mode 100644 index 00000000..2b45cdce --- /dev/null +++ b/sources/plugins/horizontalrule/lang/vi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'vi', { + toolbar: 'Chèn đường phân cách ngang' +} ); diff --git a/sources/plugins/horizontalrule/lang/zh-cn.js b/sources/plugins/horizontalrule/lang/zh-cn.js new file mode 100644 index 00000000..74b44261 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/zh-cn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'zh-cn', { + toolbar: '插入水平线' +} ); diff --git a/sources/plugins/horizontalrule/lang/zh.js b/sources/plugins/horizontalrule/lang/zh.js new file mode 100644 index 00000000..2e0fb4d0 --- /dev/null +++ b/sources/plugins/horizontalrule/lang/zh.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'zh', { + toolbar: '插入水平線' +} ); diff --git a/sources/plugins/horizontalrule/plugin.js b/sources/plugins/horizontalrule/plugin.js new file mode 100644 index 00000000..0bb5bafc --- /dev/null +++ b/sources/plugins/horizontalrule/plugin.js @@ -0,0 +1,43 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +/** + * @fileOverview Horizontal Rule plugin. + */ + +( function() { + var horizontalruleCmd = { + canUndo: false, // The undo snapshot will be handled by 'insertElement'. + exec: function( editor ) { + var hr = editor.document.createElement( 'hr' ); + editor.insertElement( hr ); + }, + + allowedContent: 'hr', + requiredContent: 'hr' + }; + + var pluginName = 'horizontalrule'; + + // Register a plugin named "horizontalrule". + CKEDITOR.plugins.add( pluginName, { + // jscs:disable maximumLineLength + 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% + // jscs:enable maximumLineLength + icons: 'horizontalrule', // %REMOVE_LINE_CORE% + hidpi: true, // %REMOVE_LINE_CORE% + init: function( editor ) { + if ( editor.blockless ) + return; + + editor.addCommand( pluginName, horizontalruleCmd ); + editor.ui.addButton && editor.ui.addButton( 'HorizontalRule', { + label: editor.lang.horizontalrule.toolbar, + command: pluginName, + toolbar: 'insert,40' + } ); + } + } ); +} )(); -- cgit v1.2.3