diff options
author | Marvin Borner | 2018-07-13 19:06:45 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-13 19:06:45 +0200 |
commit | 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch) | |
tree | dbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/ckeditor/plugins/pagebreak | |
parent | dfd839f27146df0ad0494e11734fc7d310c70ebf (diff) |
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/ckeditor/plugins/pagebreak')
76 files changed, 79 insertions, 0 deletions
diff --git a/public/bower_components/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png b/public/bower_components/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png Binary files differnew file mode 100644 index 0000000..70ec9f8 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png diff --git a/public/bower_components/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png b/public/bower_components/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png Binary files differnew file mode 100644 index 0000000..5af52d5 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png diff --git a/public/bower_components/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png b/public/bower_components/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png Binary files differnew file mode 100644 index 0000000..35bea0e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png diff --git a/public/bower_components/ckeditor/plugins/pagebreak/icons/pagebreak.png b/public/bower_components/ckeditor/plugins/pagebreak/icons/pagebreak.png Binary files differnew file mode 100644 index 0000000..cf075ad --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/icons/pagebreak.png diff --git a/public/bower_components/ckeditor/plugins/pagebreak/images/pagebreak.gif b/public/bower_components/ckeditor/plugins/pagebreak/images/pagebreak.gif Binary files differnew file mode 100644 index 0000000..a27b168 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/images/pagebreak.gif diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/af.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/af.js new file mode 100644 index 0000000..3db5e2e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","af",{alt:"Bladsy-einde",toolbar:"Bladsy-einde invoeg"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/ar.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/ar.js new file mode 100644 index 0000000..6c79581 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ar",{alt:"فاصل الصفحة",toolbar:"إدخال صفحة جديدة"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/az.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/az.js new file mode 100644 index 0000000..428e542 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/az.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","az",{alt:"Vərəq ayırıcı nişanı",toolbar:"Vərəqin çapı üçün ayırıcı nişanı qoy"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/bg.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/bg.js new file mode 100644 index 0000000..32ea86b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","bg",{alt:"Разделяне на страници",toolbar:"Вмъкване на нова страница при печат"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/bn.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/bn.js new file mode 100644 index 0000000..69bcc5d --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","bn",{alt:"Page Break",toolbar:"পেজ ব্রেক"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/bs.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/bs.js new file mode 100644 index 0000000..e33eb61 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","bs",{alt:"Page Break",toolbar:"Insert Page Break for Printing"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/ca.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/ca.js new file mode 100644 index 0000000..8d1732c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ca",{alt:"Salt de pàgina",toolbar:"Insereix salt de pàgina"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/cs.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/cs.js new file mode 100644 index 0000000..c275310 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","cs",{alt:"Konec stránky",toolbar:"Vložit konec stránky"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/cy.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/cy.js new file mode 100644 index 0000000..b3f86a4 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","cy",{alt:"Toriad Tudalen",toolbar:"Mewnosod Toriad Tudalen i Argraffu"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/da.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/da.js new file mode 100644 index 0000000..206f3a6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","da",{alt:"Sideskift",toolbar:"Indsæt sideskift"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/de-ch.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/de-ch.js new file mode 100644 index 0000000..972e0da --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","de-ch",{alt:"Seitenumbruch",toolbar:"Seitenumbruch zum Drucken einfügen"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/de.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/de.js new file mode 100644 index 0000000..e0b0df2 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","de",{alt:"Seitenumbruch",toolbar:"Seitenumbruch zum Drucken einfügen"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/el.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/el.js new file mode 100644 index 0000000..1b9c872 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","el",{alt:"Αλλαγή Σελίδας",toolbar:"Εισαγωγή Τέλους Σελίδας για Εκτύπωση"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/en-au.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/en-au.js new file mode 100644 index 0000000..ca24e8e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","en-au",{alt:"Page Break",toolbar:"Insert Page Break for Printing"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/en-ca.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/en-ca.js new file mode 100644 index 0000000..d473156 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","en-ca",{alt:"Page Break",toolbar:"Insert Page Break for Printing"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/en-gb.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/en-gb.js new file mode 100644 index 0000000..d17f8b0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","en-gb",{alt:"Page Break",toolbar:"Insert Page Break for Printing"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/en.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/en.js new file mode 100644 index 0000000..4b680ef --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","en",{alt:"Page Break",toolbar:"Insert Page Break for Printing"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/eo.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/eo.js new file mode 100644 index 0000000..cb66474 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","eo",{alt:"Paĝavanco",toolbar:"Enmeti Paĝavancon por Presado"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/es-mx.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/es-mx.js new file mode 100644 index 0000000..1b986a1 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","es-mx",{alt:"Salto de página",toolbar:"Insertar un salto de página para imprimir"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/es.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/es.js new file mode 100644 index 0000000..1737955 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","es",{alt:"Salto de página",toolbar:"Insertar Salto de Página"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/et.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/et.js new file mode 100644 index 0000000..463b200 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","et",{alt:"Lehevahetuskoht",toolbar:"Lehevahetuskoha sisestamine"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/eu.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/eu.js new file mode 100644 index 0000000..25c4cf6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","eu",{alt:"Orrialde-jauzia",toolbar:"Txertatu orrialde-jauzia inprimatzean"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/fa.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/fa.js new file mode 100644 index 0000000..c8b8e18 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","fa",{alt:"شکستن صفحه",toolbar:"گنجاندن شکستگی پایان برگه"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/fi.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/fi.js new file mode 100644 index 0000000..5dc52bd --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","fi",{alt:"Sivunvaihto",toolbar:"Lisää sivunvaihto"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/fo.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/fo.js new file mode 100644 index 0000000..ba9b9dc --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","fo",{alt:"Síðuskift",toolbar:"Ger síðuskift"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/fr-ca.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/fr-ca.js new file mode 100644 index 0000000..e5ec232 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","fr-ca",{alt:"Saut de page",toolbar:"Insérer un saut de page à l'impression"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/fr.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/fr.js new file mode 100644 index 0000000..3121e2e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","fr",{alt:"Saut de page",toolbar:"Insérer un saut de page pour l'impression"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/gl.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/gl.js new file mode 100644 index 0000000..fd239f3 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","gl",{alt:"Quebra de páxina",toolbar:"Inserir quebra de páxina"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/gu.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/gu.js new file mode 100644 index 0000000..cd6a24e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","gu",{alt:"નવું પાનું",toolbar:"ઇન્સર્ટ પેજબ્રેક/પાનાને અલગ કરવું/દાખલ કરવું"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/he.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/he.js new file mode 100644 index 0000000..e5b8124 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","he",{alt:"שבירת דף",toolbar:"הוספת שבירת דף"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/hi.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/hi.js new file mode 100644 index 0000000..940a28f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","hi",{alt:"पेज ब्रेक",toolbar:"पेज ब्रेक इन्सर्ट् करें"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/hr.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/hr.js new file mode 100644 index 0000000..6f86601 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","hr",{alt:"Prijelom stranice",toolbar:"Ubaci prijelom stranice"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/hu.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/hu.js new file mode 100644 index 0000000..6b9fd0e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","hu",{alt:"Oldaltörés",toolbar:"Oldaltörés beillesztése"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/id.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/id.js new file mode 100644 index 0000000..71865ad --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","id",{alt:"Halaman Istirahat",toolbar:"Sisip Halaman Istirahat untuk Pencetakan "});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/is.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/is.js new file mode 100644 index 0000000..27f2087 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","is",{alt:"Page Break",toolbar:"Setja inn síðuskil"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/it.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/it.js new file mode 100644 index 0000000..1308ec6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","it",{alt:"Interruzione di pagina",toolbar:"Inserisci interruzione di pagina per la stampa"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/ja.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/ja.js new file mode 100644 index 0000000..cc1574f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ja",{alt:"改ページ",toolbar:"印刷の為に改ページ挿入"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/ka.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/ka.js new file mode 100644 index 0000000..6c999ff --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ka",{alt:"გვერდის წყვეტა",toolbar:"გვერდის წყვეტა ბეჭდვისთვის"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/km.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/km.js new file mode 100644 index 0000000..ab157e3 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","km",{alt:"បំបែកទំព័រ",toolbar:"បន្ថែមការបំបែកទំព័រមុនបោះពុម្ព"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/ko.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/ko.js new file mode 100644 index 0000000..e4ea9d5 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ko",{alt:"페이지 나누기",toolbar:"인쇄시 페이지 나누기 삽입"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/ku.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/ku.js new file mode 100644 index 0000000..d989784 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ku",{alt:"پشووی پەڕە",toolbar:"دانانی پشووی پەڕە بۆ چاپکردن"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/lt.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/lt.js new file mode 100644 index 0000000..5879e3c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","lt",{alt:"Puslapio skirtukas",toolbar:"Įterpti puslapių skirtuką"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/lv.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/lv.js new file mode 100644 index 0000000..d594489 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","lv",{alt:"Lapas pārnesums",toolbar:"Ievietot lapas pārtraukumu drukai"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/mk.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/mk.js new file mode 100644 index 0000000..5fdce2f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","mk",{alt:"Page Break",toolbar:"Insert Page Break for Printing"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/mn.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/mn.js new file mode 100644 index 0000000..272ffaf --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","mn",{alt:"Page Break",toolbar:"Хуудас тусгаарлагч оруулах"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/ms.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/ms.js new file mode 100644 index 0000000..e0988ee --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ms",{alt:"Page Break",toolbar:"Insert Page Break for Printing"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/nb.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/nb.js new file mode 100644 index 0000000..15f45ee --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","nb",{alt:"Sideskift",toolbar:"Sett inn sideskift for utskrift"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/nl.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/nl.js new file mode 100644 index 0000000..5c05b16 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","nl",{alt:"Pagina-einde",toolbar:"Pagina-einde invoegen"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/no.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/no.js new file mode 100644 index 0000000..ec64c6b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","no",{alt:"Sideskift",toolbar:"Sett inn sideskift for utskrift"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/oc.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/oc.js new file mode 100644 index 0000000..1d31eb1 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/oc.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","oc",{alt:"Saut de pagina",toolbar:"Inserir un saut de pagina per l'impression"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/pl.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/pl.js new file mode 100644 index 0000000..79861f9 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","pl",{alt:"Wstaw podział strony",toolbar:"Wstaw podział strony"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/pt-br.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/pt-br.js new file mode 100644 index 0000000..31d256d --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","pt-br",{alt:"Quebra de Página",toolbar:"Inserir Quebra de Página"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/pt.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/pt.js new file mode 100644 index 0000000..88e1032 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","pt",{alt:"Quebra de página",toolbar:"Inserir quebra de página"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/ro.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/ro.js new file mode 100644 index 0000000..91833ba --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ro",{alt:"Page Break",toolbar:"Inserează separator de pagină (Page Break)"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/ru.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/ru.js new file mode 100644 index 0000000..621682c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ru",{alt:"Разрыв страницы",toolbar:"Вставить разрыв страницы для печати"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/si.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/si.js new file mode 100644 index 0000000..a232df6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","si",{alt:"පිටු බිදුම",toolbar:"මුද්රණය සඳහා පිටු බිදුමක් ඇතුලත් කරන්න"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/sk.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/sk.js new file mode 100644 index 0000000..b465e98 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sk",{alt:"Zalomenie strany",toolbar:"Vložiť oddeľovač stránky pre tlač"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/sl.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/sl.js new file mode 100644 index 0000000..1edefaf --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sl",{alt:"Prelom strani",toolbar:"Vstavi prelom strani"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/sq.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/sq.js new file mode 100644 index 0000000..3b570e0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sq",{alt:"Thyerja e Faqes",toolbar:"Vendos Thyerje Faqeje për Shtyp"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/sr-latn.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/sr-latn.js new file mode 100644 index 0000000..55877ba --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sr-latn",{alt:"Page Break",toolbar:"Insert Page Break for Printing"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/sr.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/sr.js new file mode 100644 index 0000000..9c6d9af --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sr",{alt:"Page Break",toolbar:"Insert Page Break for Printing"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/sv.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/sv.js new file mode 100644 index 0000000..a2210ce --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","sv",{alt:"Sidbrytning",toolbar:"Infoga sidbrytning för utskrift"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/th.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/th.js new file mode 100644 index 0000000..55a2531 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","th",{alt:"ตัวแบ่งหน้า",toolbar:"แทรกตัวแบ่งหน้า Page Break"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/tr.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/tr.js new file mode 100644 index 0000000..d5e64a5 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","tr",{alt:"Sayfa Sonu",toolbar:"Sayfa Sonu Ekle"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/tt.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/tt.js new file mode 100644 index 0000000..df0ae8f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","tt",{alt:"Бит бүлгече",toolbar:"Бастыру өчен бит бүлгечен өстәү"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/ug.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/ug.js new file mode 100644 index 0000000..1040434 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","ug",{alt:"بەت ئايرىغۇچ",toolbar:"بەت ئايرىغۇچ قىستۇر"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/uk.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/uk.js new file mode 100644 index 0000000..0abba67 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","uk",{alt:"Розрив Сторінки",toolbar:"Вставити розрив сторінки"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/vi.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/vi.js new file mode 100644 index 0000000..5787cb6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","vi",{alt:"Ngắt trang",toolbar:"Chèn ngắt trang"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/zh-cn.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/zh-cn.js new file mode 100644 index 0000000..39ec7ad --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","zh-cn",{alt:"分页符",toolbar:"插入打印分页符"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/lang/zh.js b/public/bower_components/ckeditor/plugins/pagebreak/lang/zh.js new file mode 100644 index 0000000..9b5a14c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","zh",{alt:"換頁",toolbar:"插入換頁符號以便列印"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/pagebreak/plugin.js b/public/bower_components/ckeditor/plugins/pagebreak/plugin.js new file mode 100644 index 0000000..51fece9 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/pagebreak/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +(function(){function e(a){return{"aria-label":a,"class":"cke_pagebreak",contenteditable:"false","data-cke-display-name":"pagebreak","data-cke-pagebreak":1,style:"page-break-after: always",title:a}}CKEDITOR.plugins.add("pagebreak",{requires:"fakeobjects",lang:"af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,es-mx,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,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"pagebreak,pagebreak-rtl", +hidpi:!0,onLoad:function(){var a=("background:url("+CKEDITOR.getUrl(this.path+"images/pagebreak.gif")+") no-repeat center center;clear:both;width:100%;border-top:#999 1px dotted;border-bottom:#999 1px dotted;padding:0;height:7px;cursor:default;").replace(/;/g," !important;");CKEDITOR.addCss("div.cke_pagebreak{"+a+"}")},init:function(a){a.blockless||(a.addCommand("pagebreak",CKEDITOR.plugins.pagebreakCmd),a.ui.addButton&&a.ui.addButton("PageBreak",{label:a.lang.pagebreak.toolbar,command:"pagebreak", +toolbar:"insert,70"}),CKEDITOR.env.webkit&&a.on("contentDom",function(){a.document.on("click",function(b){b=b.data.getTarget();b.is("div")&&b.hasClass("cke_pagebreak")&&a.getSelection().selectElement(b)})}))},afterInit:function(a){function b(f){CKEDITOR.tools.extend(f.attributes,e(a.lang.pagebreak.alt),!0);f.children.length=0}var c=a.dataProcessor,g=c&&c.dataFilter,c=c&&c.htmlFilter,h=/page-break-after\s*:\s*always/i,k=/display\s*:\s*none/i;c&&c.addRules({attributes:{"class":function(a,b){var c=a.replace("cke_pagebreak", +"");if(c!=a){var d=CKEDITOR.htmlParser.fragment.fromHtml('\x3cspan style\x3d"display: none;"\x3e\x26nbsp;\x3c/span\x3e').children[0];b.children.length=0;b.add(d);d=b.attributes;delete d["aria-label"];delete d.contenteditable;delete d.title}return c}}},{applyToAll:!0,priority:5});g&&g.addRules({elements:{div:function(a){if(a.attributes["data-cke-pagebreak"])b(a);else if(h.test(a.attributes.style)){var c=a.children[0];c&&"span"==c.name&&k.test(c.attributes.style)&&b(a)}}}})}});CKEDITOR.plugins.pagebreakCmd= +{exec:function(a){var b=a.document.createElement("div",{attributes:e(a.lang.pagebreak.alt)});a.insertElement(b)},context:"div",allowedContent:{div:{styles:"!page-break-after"},span:{match:function(a){return(a=a.parent)&&"div"==a.name&&a.styles&&a.styles["page-break-after"]},styles:"display"}},requiredContent:"div{page-break-after}"}})();
\ No newline at end of file |