summaryrefslogtreecommitdiff
path: root/plugins/horizontalrule
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/horizontalrule')
-rw-r--r--plugins/horizontalrule/icons/horizontalrule.pngbin0 -> 542 bytes
-rw-r--r--plugins/horizontalrule/lang/af.js7
-rw-r--r--plugins/horizontalrule/lang/ar.js7
-rw-r--r--plugins/horizontalrule/lang/bg.js7
-rw-r--r--plugins/horizontalrule/lang/bn.js7
-rw-r--r--plugins/horizontalrule/lang/bs.js7
-rw-r--r--plugins/horizontalrule/lang/ca.js7
-rw-r--r--plugins/horizontalrule/lang/cs.js7
-rw-r--r--plugins/horizontalrule/lang/cy.js7
-rw-r--r--plugins/horizontalrule/lang/da.js7
-rw-r--r--plugins/horizontalrule/lang/de.js7
-rw-r--r--plugins/horizontalrule/lang/el.js7
-rw-r--r--plugins/horizontalrule/lang/en-au.js7
-rw-r--r--plugins/horizontalrule/lang/en-ca.js7
-rw-r--r--plugins/horizontalrule/lang/en-gb.js7
-rw-r--r--plugins/horizontalrule/lang/en.js7
-rw-r--r--plugins/horizontalrule/lang/eo.js7
-rw-r--r--plugins/horizontalrule/lang/es.js7
-rw-r--r--plugins/horizontalrule/lang/et.js7
-rw-r--r--plugins/horizontalrule/lang/eu.js7
-rw-r--r--plugins/horizontalrule/lang/fa.js7
-rw-r--r--plugins/horizontalrule/lang/fi.js7
-rw-r--r--plugins/horizontalrule/lang/fo.js7
-rw-r--r--plugins/horizontalrule/lang/fr-ca.js7
-rw-r--r--plugins/horizontalrule/lang/fr.js7
-rw-r--r--plugins/horizontalrule/lang/gl.js7
-rw-r--r--plugins/horizontalrule/lang/gu.js7
-rw-r--r--plugins/horizontalrule/lang/he.js7
-rw-r--r--plugins/horizontalrule/lang/hi.js7
-rw-r--r--plugins/horizontalrule/lang/hr.js7
-rw-r--r--plugins/horizontalrule/lang/hu.js7
-rw-r--r--plugins/horizontalrule/lang/is.js7
-rw-r--r--plugins/horizontalrule/lang/it.js7
-rw-r--r--plugins/horizontalrule/lang/ja.js7
-rw-r--r--plugins/horizontalrule/lang/ka.js7
-rw-r--r--plugins/horizontalrule/lang/km.js7
-rw-r--r--plugins/horizontalrule/lang/ko.js7
-rw-r--r--plugins/horizontalrule/lang/ku.js7
-rw-r--r--plugins/horizontalrule/lang/lt.js7
-rw-r--r--plugins/horizontalrule/lang/lv.js7
-rw-r--r--plugins/horizontalrule/lang/mk.js7
-rw-r--r--plugins/horizontalrule/lang/mn.js7
-rw-r--r--plugins/horizontalrule/lang/ms.js7
-rw-r--r--plugins/horizontalrule/lang/nb.js7
-rw-r--r--plugins/horizontalrule/lang/nl.js7
-rw-r--r--plugins/horizontalrule/lang/no.js7
-rw-r--r--plugins/horizontalrule/lang/pl.js7
-rw-r--r--plugins/horizontalrule/lang/pt-br.js7
-rw-r--r--plugins/horizontalrule/lang/pt.js7
-rw-r--r--plugins/horizontalrule/lang/ro.js7
-rw-r--r--plugins/horizontalrule/lang/ru.js7
-rw-r--r--plugins/horizontalrule/lang/si.js7
-rw-r--r--plugins/horizontalrule/lang/sk.js7
-rw-r--r--plugins/horizontalrule/lang/sl.js7
-rw-r--r--plugins/horizontalrule/lang/sq.js7
-rw-r--r--plugins/horizontalrule/lang/sr-latn.js7
-rw-r--r--plugins/horizontalrule/lang/sr.js7
-rw-r--r--plugins/horizontalrule/lang/sv.js7
-rw-r--r--plugins/horizontalrule/lang/th.js7
-rw-r--r--plugins/horizontalrule/lang/tr.js7
-rw-r--r--plugins/horizontalrule/lang/ug.js7
-rw-r--r--plugins/horizontalrule/lang/uk.js7
-rw-r--r--plugins/horizontalrule/lang/vi.js7
-rw-r--r--plugins/horizontalrule/lang/zh-cn.js7
-rw-r--r--plugins/horizontalrule/lang/zh.js7
-rw-r--r--plugins/horizontalrule/plugin.js40
66 files changed, 488 insertions, 0 deletions
diff --git a/plugins/horizontalrule/icons/horizontalrule.png b/plugins/horizontalrule/icons/horizontalrule.png
new file mode 100644
index 0000000..73d3dc2
--- /dev/null
+++ b/plugins/horizontalrule/icons/horizontalrule.png
Binary files differ
diff --git a/plugins/horizontalrule/lang/af.js b/plugins/horizontalrule/lang/af.js
new file mode 100644
index 0000000..640d612
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'af', {
+ toolbar: 'Horisontale lyn invoeg'
+});
diff --git a/plugins/horizontalrule/lang/ar.js b/plugins/horizontalrule/lang/ar.js
new file mode 100644
index 0000000..086f0e1
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'ar', {
+ toolbar: 'خط فاصل'
+});
diff --git a/plugins/horizontalrule/lang/bg.js b/plugins/horizontalrule/lang/bg.js
new file mode 100644
index 0000000..dd3348f
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'bg', {
+ toolbar: 'Вмъкване на хоризонтална линия'
+});
diff --git a/plugins/horizontalrule/lang/bn.js b/plugins/horizontalrule/lang/bn.js
new file mode 100644
index 0000000..53a4c99
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'bn', {
+ toolbar: 'রেখা যুক্ত কর'
+});
diff --git a/plugins/horizontalrule/lang/bs.js b/plugins/horizontalrule/lang/bs.js
new file mode 100644
index 0000000..edc49e1
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'bs', {
+ toolbar: 'Ubaci horizontalnu liniju'
+});
diff --git a/plugins/horizontalrule/lang/ca.js b/plugins/horizontalrule/lang/ca.js
new file mode 100644
index 0000000..5f748d1
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'ca', {
+ toolbar: 'Insereix línia horitzontal'
+});
diff --git a/plugins/horizontalrule/lang/cs.js b/plugins/horizontalrule/lang/cs.js
new file mode 100644
index 0000000..4175220
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'cs', {
+ toolbar: 'Vložit vodorovnou linku'
+});
diff --git a/plugins/horizontalrule/lang/cy.js b/plugins/horizontalrule/lang/cy.js
new file mode 100644
index 0000000..6ecad53
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'cy', {
+ toolbar: 'Mewnosod Llinell Lorweddol'
+});
diff --git a/plugins/horizontalrule/lang/da.js b/plugins/horizontalrule/lang/da.js
new file mode 100644
index 0000000..e70db72
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'da', {
+ toolbar: 'Indsæt vandret streg'
+});
diff --git a/plugins/horizontalrule/lang/de.js b/plugins/horizontalrule/lang/de.js
new file mode 100644
index 0000000..6bb2cf6
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'de', {
+ toolbar: 'Horizontale Linie einfügen'
+});
diff --git a/plugins/horizontalrule/lang/el.js b/plugins/horizontalrule/lang/el.js
new file mode 100644
index 0000000..86060b2
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'el', {
+ toolbar: 'Εισαγωγή Οριζόντιας Γραμμής'
+});
diff --git a/plugins/horizontalrule/lang/en-au.js b/plugins/horizontalrule/lang/en-au.js
new file mode 100644
index 0000000..b8010a4
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'en-au', {
+ toolbar: 'Insert Horizontal Line'
+});
diff --git a/plugins/horizontalrule/lang/en-ca.js b/plugins/horizontalrule/lang/en-ca.js
new file mode 100644
index 0000000..7fda705
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'en-ca', {
+ toolbar: 'Insert Horizontal Line'
+});
diff --git a/plugins/horizontalrule/lang/en-gb.js b/plugins/horizontalrule/lang/en-gb.js
new file mode 100644
index 0000000..405636c
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'en-gb', {
+ toolbar: 'Insert Horizontal Line'
+});
diff --git a/plugins/horizontalrule/lang/en.js b/plugins/horizontalrule/lang/en.js
new file mode 100644
index 0000000..5c78031
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'en', {
+ toolbar: 'Insert Horizontal Line'
+});
diff --git a/plugins/horizontalrule/lang/eo.js b/plugins/horizontalrule/lang/eo.js
new file mode 100644
index 0000000..42ff177
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'eo', {
+ toolbar: 'Enmeti Horizontalan Linion'
+});
diff --git a/plugins/horizontalrule/lang/es.js b/plugins/horizontalrule/lang/es.js
new file mode 100644
index 0000000..bbec612
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'es', {
+ toolbar: 'Insertar Línea Horizontal'
+});
diff --git a/plugins/horizontalrule/lang/et.js b/plugins/horizontalrule/lang/et.js
new file mode 100644
index 0000000..d7cb31a
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'et', {
+ toolbar: 'Horisontaaljoone sisestamine'
+});
diff --git a/plugins/horizontalrule/lang/eu.js b/plugins/horizontalrule/lang/eu.js
new file mode 100644
index 0000000..9cb2e22
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'eu', {
+ toolbar: 'Txertatu Marra Horizontala'
+});
diff --git a/plugins/horizontalrule/lang/fa.js b/plugins/horizontalrule/lang/fa.js
new file mode 100644
index 0000000..1fce12c
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'fa', {
+ toolbar: 'گنجاندن خط افقی'
+});
diff --git a/plugins/horizontalrule/lang/fi.js b/plugins/horizontalrule/lang/fi.js
new file mode 100644
index 0000000..3b59ef6
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'fi', {
+ toolbar: 'Lisää murtoviiva'
+});
diff --git a/plugins/horizontalrule/lang/fo.js b/plugins/horizontalrule/lang/fo.js
new file mode 100644
index 0000000..918a6ac
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'fo', {
+ toolbar: 'Ger vatnrætta linju'
+});
diff --git a/plugins/horizontalrule/lang/fr-ca.js b/plugins/horizontalrule/lang/fr-ca.js
new file mode 100644
index 0000000..0f5a140
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'fr-ca', {
+ toolbar: 'Insérer un séparateur horizontale'
+});
diff --git a/plugins/horizontalrule/lang/fr.js b/plugins/horizontalrule/lang/fr.js
new file mode 100644
index 0000000..c13cce7
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'fr', {
+ toolbar: 'Ligne horizontale'
+});
diff --git a/plugins/horizontalrule/lang/gl.js b/plugins/horizontalrule/lang/gl.js
new file mode 100644
index 0000000..a2aeec7
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'gl', {
+ toolbar: 'Inserir unha liña horizontal'
+});
diff --git a/plugins/horizontalrule/lang/gu.js b/plugins/horizontalrule/lang/gu.js
new file mode 100644
index 0000000..3a4dc57
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'gu', {
+ toolbar: 'સમસ્તરીય રેખા ઇન્સર્ટ/દાખલ કરવી'
+});
diff --git a/plugins/horizontalrule/lang/he.js b/plugins/horizontalrule/lang/he.js
new file mode 100644
index 0000000..7795312
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'he', {
+ toolbar: 'הוספת קו אופקי'
+});
diff --git a/plugins/horizontalrule/lang/hi.js b/plugins/horizontalrule/lang/hi.js
new file mode 100644
index 0000000..e2887ad
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'hi', {
+ toolbar: 'हॉरिज़ॉन्टल रेखा इन्सर्ट करें'
+});
diff --git a/plugins/horizontalrule/lang/hr.js b/plugins/horizontalrule/lang/hr.js
new file mode 100644
index 0000000..dc8d78c
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'hr', {
+ toolbar: 'Ubaci vodoravnu liniju'
+});
diff --git a/plugins/horizontalrule/lang/hu.js b/plugins/horizontalrule/lang/hu.js
new file mode 100644
index 0000000..842d6a1
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'hu', {
+ toolbar: 'Elválasztóvonal beillesztése'
+});
diff --git a/plugins/horizontalrule/lang/is.js b/plugins/horizontalrule/lang/is.js
new file mode 100644
index 0000000..54dd1dd
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'is', {
+ toolbar: 'Lóðrétt lína'
+});
diff --git a/plugins/horizontalrule/lang/it.js b/plugins/horizontalrule/lang/it.js
new file mode 100644
index 0000000..1be1bc1
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'it', {
+ toolbar: 'Inserisci riga orizzontale'
+});
diff --git a/plugins/horizontalrule/lang/ja.js b/plugins/horizontalrule/lang/ja.js
new file mode 100644
index 0000000..aaa5cbf
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'ja', {
+ toolbar: '水平線'
+});
diff --git a/plugins/horizontalrule/lang/ka.js b/plugins/horizontalrule/lang/ka.js
new file mode 100644
index 0000000..b5fe9a7
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'ka', {
+ toolbar: 'ჰორიზონტალური ხაზის ჩასმა'
+});
diff --git a/plugins/horizontalrule/lang/km.js b/plugins/horizontalrule/lang/km.js
new file mode 100644
index 0000000..0e71308
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'km', {
+ toolbar: 'បន្ថែមបន្ទាត់ផ្តេក'
+});
diff --git a/plugins/horizontalrule/lang/ko.js b/plugins/horizontalrule/lang/ko.js
new file mode 100644
index 0000000..4f44c34
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'ko', {
+ toolbar: '수평선 삽입'
+});
diff --git a/plugins/horizontalrule/lang/ku.js b/plugins/horizontalrule/lang/ku.js
new file mode 100644
index 0000000..c258a95
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'ku', {
+ toolbar: 'دانانی هێلی ئاسۆیی'
+});
diff --git a/plugins/horizontalrule/lang/lt.js b/plugins/horizontalrule/lang/lt.js
new file mode 100644
index 0000000..0ca4938
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'lt', {
+ toolbar: 'Įterpti horizontalią liniją'
+});
diff --git a/plugins/horizontalrule/lang/lv.js b/plugins/horizontalrule/lang/lv.js
new file mode 100644
index 0000000..6423b75
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'lv', {
+ toolbar: 'Ievietot horizontālu Atdalītājsvītru'
+});
diff --git a/plugins/horizontalrule/lang/mk.js b/plugins/horizontalrule/lang/mk.js
new file mode 100644
index 0000000..caca745
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'mk', {
+ toolbar: 'Insert Horizontal Line' // MISSING
+});
diff --git a/plugins/horizontalrule/lang/mn.js b/plugins/horizontalrule/lang/mn.js
new file mode 100644
index 0000000..7f83dd6
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'mn', {
+ toolbar: 'Хөндлөн зураас оруулах'
+});
diff --git a/plugins/horizontalrule/lang/ms.js b/plugins/horizontalrule/lang/ms.js
new file mode 100644
index 0000000..19165bd
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'ms', {
+ toolbar: 'Masukkan Garisan Membujur'
+});
diff --git a/plugins/horizontalrule/lang/nb.js b/plugins/horizontalrule/lang/nb.js
new file mode 100644
index 0000000..0d7980c
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'nb', {
+ toolbar: 'Sett inn horisontal linje'
+});
diff --git a/plugins/horizontalrule/lang/nl.js b/plugins/horizontalrule/lang/nl.js
new file mode 100644
index 0000000..73d7884
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'nl', {
+ toolbar: 'Horizontale lijn invoegen'
+});
diff --git a/plugins/horizontalrule/lang/no.js b/plugins/horizontalrule/lang/no.js
new file mode 100644
index 0000000..a79dab7
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'no', {
+ toolbar: 'Sett inn horisontal linje'
+});
diff --git a/plugins/horizontalrule/lang/pl.js b/plugins/horizontalrule/lang/pl.js
new file mode 100644
index 0000000..de63fc6
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'pl', {
+ toolbar: 'Wstaw poziomą linię'
+});
diff --git a/plugins/horizontalrule/lang/pt-br.js b/plugins/horizontalrule/lang/pt-br.js
new file mode 100644
index 0000000..acfa43c
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'pt-br', {
+ toolbar: 'Inserir Linha Horizontal'
+});
diff --git a/plugins/horizontalrule/lang/pt.js b/plugins/horizontalrule/lang/pt.js
new file mode 100644
index 0000000..f41ee30
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'pt', {
+ toolbar: 'Inserir Linha Horizontal'
+});
diff --git a/plugins/horizontalrule/lang/ro.js b/plugins/horizontalrule/lang/ro.js
new file mode 100644
index 0000000..4a1b1f8
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'ro', {
+ toolbar: 'Inserează linie orizontală'
+});
diff --git a/plugins/horizontalrule/lang/ru.js b/plugins/horizontalrule/lang/ru.js
new file mode 100644
index 0000000..18f2811
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'ru', {
+ toolbar: 'Вставить горизонтальную линию'
+});
diff --git a/plugins/horizontalrule/lang/si.js b/plugins/horizontalrule/lang/si.js
new file mode 100644
index 0000000..9970ff6
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'si', {
+ toolbar: 'තිරස් රේඛාවක් ඇතුලත් කරන්න'
+});
diff --git a/plugins/horizontalrule/lang/sk.js b/plugins/horizontalrule/lang/sk.js
new file mode 100644
index 0000000..3d57b47
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'sk', {
+ toolbar: 'Vložiť vodorovnú čiaru'
+});
diff --git a/plugins/horizontalrule/lang/sl.js b/plugins/horizontalrule/lang/sl.js
new file mode 100644
index 0000000..b9d8e2f
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'sl', {
+ toolbar: 'Vstavi vodoravno črto'
+});
diff --git a/plugins/horizontalrule/lang/sq.js b/plugins/horizontalrule/lang/sq.js
new file mode 100644
index 0000000..3f7e2c7
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'sq', {
+ toolbar: 'Vendos Vijë Horizontale'
+});
diff --git a/plugins/horizontalrule/lang/sr-latn.js b/plugins/horizontalrule/lang/sr-latn.js
new file mode 100644
index 0000000..f8b3316
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'sr-latn', {
+ toolbar: 'Unesi horizontalnu liniju'
+});
diff --git a/plugins/horizontalrule/lang/sr.js b/plugins/horizontalrule/lang/sr.js
new file mode 100644
index 0000000..5554723
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'sr', {
+ toolbar: 'Унеси хоризонталну линију'
+});
diff --git a/plugins/horizontalrule/lang/sv.js b/plugins/horizontalrule/lang/sv.js
new file mode 100644
index 0000000..36fdab7
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'sv', {
+ toolbar: 'Infoga horisontal linje'
+});
diff --git a/plugins/horizontalrule/lang/th.js b/plugins/horizontalrule/lang/th.js
new file mode 100644
index 0000000..b5518ea
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'th', {
+ toolbar: 'แทรกเส้นคั่นบรรทัด'
+});
diff --git a/plugins/horizontalrule/lang/tr.js b/plugins/horizontalrule/lang/tr.js
new file mode 100644
index 0000000..4cde865
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'tr', {
+ toolbar: 'Yatay Satır Ekle'
+});
diff --git a/plugins/horizontalrule/lang/ug.js b/plugins/horizontalrule/lang/ug.js
new file mode 100644
index 0000000..f75e6c7
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'ug', {
+ toolbar: 'توغرا سىزىق قىستۇر'
+});
diff --git a/plugins/horizontalrule/lang/uk.js b/plugins/horizontalrule/lang/uk.js
new file mode 100644
index 0000000..30d93ea
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'uk', {
+ toolbar: 'Горизонтальна лінія'
+});
diff --git a/plugins/horizontalrule/lang/vi.js b/plugins/horizontalrule/lang/vi.js
new file mode 100644
index 0000000..854f5eb
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'vi', {
+ toolbar: 'Chèn đường phân cách ngang'
+});
diff --git a/plugins/horizontalrule/lang/zh-cn.js b/plugins/horizontalrule/lang/zh-cn.js
new file mode 100644
index 0000000..b3e172d
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'zh-cn', {
+ toolbar: '插入水平线'
+});
diff --git a/plugins/horizontalrule/lang/zh.js b/plugins/horizontalrule/lang/zh.js
new file mode 100644
index 0000000..4283633
--- /dev/null
+++ b/plugins/horizontalrule/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( 'horizontalrule', 'zh', {
+ toolbar: '插入水平線'
+});
diff --git a/plugins/horizontalrule/plugin.js b/plugins/horizontalrule/plugin.js
new file mode 100644
index 0000000..b48d43e
--- /dev/null
+++ b/plugins/horizontalrule/plugin.js
@@ -0,0 +1,40 @@
+/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html 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, {
+ 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: 'horizontalrule', // %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'
+ });
+ }
+ });
+})();