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/bidi | |
parent | dfd839f27146df0ad0494e11734fc7d310c70ebf (diff) |
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/ckeditor/plugins/bidi')
75 files changed, 83 insertions, 0 deletions
diff --git a/public/bower_components/ckeditor/plugins/bidi/icons/bidiltr.png b/public/bower_components/ckeditor/plugins/bidi/icons/bidiltr.png Binary files differnew file mode 100644 index 0000000..310e53c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/icons/bidiltr.png diff --git a/public/bower_components/ckeditor/plugins/bidi/icons/bidirtl.png b/public/bower_components/ckeditor/plugins/bidi/icons/bidirtl.png Binary files differnew file mode 100644 index 0000000..1fcff90 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/icons/bidirtl.png diff --git a/public/bower_components/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png b/public/bower_components/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png Binary files differnew file mode 100644 index 0000000..f657d52 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png diff --git a/public/bower_components/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png b/public/bower_components/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png Binary files differnew file mode 100644 index 0000000..ba1ba35 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/af.js b/public/bower_components/ckeditor/plugins/bidi/lang/af.js new file mode 100644 index 0000000..0b9a692 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","af",{ltr:"Skryfrigting van links na regs",rtl:"Skryfrigting van regs na links"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/ar.js b/public/bower_components/ckeditor/plugins/bidi/lang/ar.js new file mode 100644 index 0000000..a776f79 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ar",{ltr:"إتجاه النص من اليسار إلى اليمين",rtl:"إتجاه النص من اليمين إلى اليسار"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/az.js b/public/bower_components/ckeditor/plugins/bidi/lang/az.js new file mode 100644 index 0000000..841435a --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/az.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","az",{ltr:"Mətnin istiqaməti - soldan sağa",rtl:"Mətnin istiqaməti - sağdan sola"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/bg.js b/public/bower_components/ckeditor/plugins/bidi/lang/bg.js new file mode 100644 index 0000000..a2bee1a --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","bg",{ltr:"Посока на текста от ляво надясно",rtl:"Посока на текста от дясно наляво"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/bn.js b/public/bower_components/ckeditor/plugins/bidi/lang/bn.js new file mode 100644 index 0000000..34ef746 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","bn",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/bs.js b/public/bower_components/ckeditor/plugins/bidi/lang/bs.js new file mode 100644 index 0000000..849f6f4 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","bs",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/ca.js b/public/bower_components/ckeditor/plugins/bidi/lang/ca.js new file mode 100644 index 0000000..10076e2 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ca",{ltr:"Direcció del text d'esquerra a dreta",rtl:"Direcció del text de dreta a esquerra"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/cs.js b/public/bower_components/ckeditor/plugins/bidi/lang/cs.js new file mode 100644 index 0000000..fa4a0f8 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","cs",{ltr:"Směr textu zleva doprava",rtl:"Směr textu zprava doleva"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/cy.js b/public/bower_components/ckeditor/plugins/bidi/lang/cy.js new file mode 100644 index 0000000..76b1096 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","cy",{ltr:"Cyfeiriad testun o'r chwith i'r dde",rtl:"Cyfeiriad testun o'r dde i'r chwith"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/da.js b/public/bower_components/ckeditor/plugins/bidi/lang/da.js new file mode 100644 index 0000000..9474fff --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","da",{ltr:"Tekstretning fra venstre til højre",rtl:"Tekstretning fra højre til venstre"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/de-ch.js b/public/bower_components/ckeditor/plugins/bidi/lang/de-ch.js new file mode 100644 index 0000000..bc77391 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","de-ch",{ltr:"Leserichtung von Links nach Rechts",rtl:"Leserichtung von Rechts nach Links"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/de.js b/public/bower_components/ckeditor/plugins/bidi/lang/de.js new file mode 100644 index 0000000..5193d80 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","de",{ltr:"Leserichtung von Links nach Rechts",rtl:"Leserichtung von Rechts nach Links"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/el.js b/public/bower_components/ckeditor/plugins/bidi/lang/el.js new file mode 100644 index 0000000..73f7703 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","el",{ltr:"Διεύθυνση κειμένου από αριστερά στα δεξιά",rtl:"Διεύθυνση κειμένου από δεξιά στα αριστερά"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/en-au.js b/public/bower_components/ckeditor/plugins/bidi/lang/en-au.js new file mode 100644 index 0000000..5939f82 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","en-au",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/en-ca.js b/public/bower_components/ckeditor/plugins/bidi/lang/en-ca.js new file mode 100644 index 0000000..78827e3 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","en-ca",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/en-gb.js b/public/bower_components/ckeditor/plugins/bidi/lang/en-gb.js new file mode 100644 index 0000000..3dd3821 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","en-gb",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/en.js b/public/bower_components/ckeditor/plugins/bidi/lang/en.js new file mode 100644 index 0000000..f9aed2a --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","en",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/eo.js b/public/bower_components/ckeditor/plugins/bidi/lang/eo.js new file mode 100644 index 0000000..30e93b1 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","eo",{ltr:"Tekstdirekto de maldekstre dekstren",rtl:"Tekstdirekto de dekstre maldekstren"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/es-mx.js b/public/bower_components/ckeditor/plugins/bidi/lang/es-mx.js new file mode 100644 index 0000000..69388c6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","es-mx",{ltr:"Dirección del texto de izquierda a derecha",rtl:"Dirección del texto de derecha a izquierda"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/es.js b/public/bower_components/ckeditor/plugins/bidi/lang/es.js new file mode 100644 index 0000000..7321b29 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","es",{ltr:"Dirección del texto de izquierda a derecha",rtl:"Dirección del texto de derecha a izquierda"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/et.js b/public/bower_components/ckeditor/plugins/bidi/lang/et.js new file mode 100644 index 0000000..cd49954 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","et",{ltr:"Teksti suund vasakult paremale",rtl:"Teksti suund paremalt vasakule"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/eu.js b/public/bower_components/ckeditor/plugins/bidi/lang/eu.js new file mode 100644 index 0000000..0fbdda3 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","eu",{ltr:"Testuaren norantza ezkerretik eskuinera",rtl:"Testuaren norantza eskuinetik ezkerrera"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/fa.js b/public/bower_components/ckeditor/plugins/bidi/lang/fa.js new file mode 100644 index 0000000..a625ce9 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","fa",{ltr:"جهت متن از چپ به راست",rtl:"جهت متن از راست به چپ"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/fi.js b/public/bower_components/ckeditor/plugins/bidi/lang/fi.js new file mode 100644 index 0000000..d6501bf --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","fi",{ltr:"Tekstin suunta vasemmalta oikealle",rtl:"Tekstin suunta oikealta vasemmalle"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/fo.js b/public/bower_components/ckeditor/plugins/bidi/lang/fo.js new file mode 100644 index 0000000..9f93650 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","fo",{ltr:"Tekstkós frá vinstru til høgru",rtl:"Tekstkós frá høgru til vinstru"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/fr-ca.js b/public/bower_components/ckeditor/plugins/bidi/lang/fr-ca.js new file mode 100644 index 0000000..0f92cc7 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","fr-ca",{ltr:"Direction du texte de gauche à droite",rtl:"Direction du texte de droite à gauche"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/fr.js b/public/bower_components/ckeditor/plugins/bidi/lang/fr.js new file mode 100644 index 0000000..f390468 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","fr",{ltr:"Direction du texte de la gauche vers la droite",rtl:"Direction du texte de la droite vers la gauche"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/gl.js b/public/bower_components/ckeditor/plugins/bidi/lang/gl.js new file mode 100644 index 0000000..8c33c96 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","gl",{ltr:"Dirección do texto de esquerda a dereita",rtl:"Dirección do texto de dereita a esquerda"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/gu.js b/public/bower_components/ckeditor/plugins/bidi/lang/gu.js new file mode 100644 index 0000000..69fb4eb --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","gu",{ltr:"ટેક્ષ્ત્ ની દિશા ડાબે થી જમણે",rtl:"ટેક્ષ્ત્ ની દિશા જમણે થી ડાબે"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/he.js b/public/bower_components/ckeditor/plugins/bidi/lang/he.js new file mode 100644 index 0000000..5f35dbc --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","he",{ltr:"כיוון טקסט משמאל לימין (LTR)",rtl:"כיוון טקסט מימין לשמאל (RTL)"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/hi.js b/public/bower_components/ckeditor/plugins/bidi/lang/hi.js new file mode 100644 index 0000000..1a56a67 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","hi",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/hr.js b/public/bower_components/ckeditor/plugins/bidi/lang/hr.js new file mode 100644 index 0000000..e53b4d9 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","hr",{ltr:"Smjer teksta s lijeva na desno",rtl:"Smjer teksta s desna na lijevo"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/hu.js b/public/bower_components/ckeditor/plugins/bidi/lang/hu.js new file mode 100644 index 0000000..2edc781 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","hu",{ltr:"Szöveg iránya balról jobbra",rtl:"Szöveg iránya jobbról balra"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/id.js b/public/bower_components/ckeditor/plugins/bidi/lang/id.js new file mode 100644 index 0000000..a614b24 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","id",{ltr:"Arah penulisan dari kiri ke kanan.",rtl:"Arah penulisan dari kanan ke kiri."});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/is.js b/public/bower_components/ckeditor/plugins/bidi/lang/is.js new file mode 100644 index 0000000..9bee7c8 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","is",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/it.js b/public/bower_components/ckeditor/plugins/bidi/lang/it.js new file mode 100644 index 0000000..c9fc54b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","it",{ltr:"Direzione del testo da sinistra verso destra",rtl:"Direzione del testo da destra verso sinistra"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/ja.js b/public/bower_components/ckeditor/plugins/bidi/lang/ja.js new file mode 100644 index 0000000..53ac0ee --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ja",{ltr:"テキストの向き : 左から右へ",rtl:"テキストの向き : 右から左へ"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/ka.js b/public/bower_components/ckeditor/plugins/bidi/lang/ka.js new file mode 100644 index 0000000..fb14539 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ka",{ltr:"ტექსტის მიმართულება მარცხნიდან მარჯვნივ",rtl:"ტექსტის მიმართულება მარჯვნიდან მარცხნივ"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/km.js b/public/bower_components/ckeditor/plugins/bidi/lang/km.js new file mode 100644 index 0000000..fec2b24 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","km",{ltr:"ទិសដៅអក្សរពីឆ្វេងទៅស្ដាំ",rtl:"ទិសដៅអក្សរពីស្ដាំទៅឆ្វេង"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/ko.js b/public/bower_components/ckeditor/plugins/bidi/lang/ko.js new file mode 100644 index 0000000..3b154ac --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ko",{ltr:"텍스트 방향이 왼쪽에서 오른쪽으로 ",rtl:"텍스트 방향이 오른쪽에서 왼쪽으로"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/ku.js b/public/bower_components/ckeditor/plugins/bidi/lang/ku.js new file mode 100644 index 0000000..9b668f0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ku",{ltr:"ئاراستەی نووسە لە چەپ بۆ ڕاست",rtl:"ئاراستەی نووسە لە ڕاست بۆ چەپ"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/lt.js b/public/bower_components/ckeditor/plugins/bidi/lang/lt.js new file mode 100644 index 0000000..d809fc0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","lt",{ltr:"Tekstas iš kairės į dešinę",rtl:"Tekstas iš dešinės į kairę"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/lv.js b/public/bower_components/ckeditor/plugins/bidi/lang/lv.js new file mode 100644 index 0000000..014b9cf --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","lv",{ltr:"Teksta virziens no kreisās uz labo",rtl:"Teksta virziens no labās uz kreiso"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/mk.js b/public/bower_components/ckeditor/plugins/bidi/lang/mk.js new file mode 100644 index 0000000..aab32ce --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","mk",{ltr:"Насока на текст: од лево кон десно",rtl:"Насока на текст: од десно кон лево"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/mn.js b/public/bower_components/ckeditor/plugins/bidi/lang/mn.js new file mode 100644 index 0000000..d7f6ba9 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","mn",{ltr:"Зүүнээс баруун тийш бичлэг",rtl:"Баруунаас зүүн тийш бичлэг"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/ms.js b/public/bower_components/ckeditor/plugins/bidi/lang/ms.js new file mode 100644 index 0000000..09c685d --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ms",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/nb.js b/public/bower_components/ckeditor/plugins/bidi/lang/nb.js new file mode 100644 index 0000000..05d502c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","nb",{ltr:"Tekstretning fra venstre til høyre",rtl:"Tekstretning fra høyre til venstre"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/nl.js b/public/bower_components/ckeditor/plugins/bidi/lang/nl.js new file mode 100644 index 0000000..c7babcf --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","nl",{ltr:"Schrijfrichting van links naar rechts",rtl:"Schrijfrichting van rechts naar links"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/no.js b/public/bower_components/ckeditor/plugins/bidi/lang/no.js new file mode 100644 index 0000000..e956963 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","no",{ltr:"Tekstretning fra venstre til høyre",rtl:"Tekstretning fra høyre til venstre"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/oc.js b/public/bower_components/ckeditor/plugins/bidi/lang/oc.js new file mode 100644 index 0000000..bdd8d94 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/oc.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","oc",{ltr:"Direccion del tèxte d'esquèrra cap a dreita",rtl:"Direccion del tèxte de dreita cap a esquèrra"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/pl.js b/public/bower_components/ckeditor/plugins/bidi/lang/pl.js new file mode 100644 index 0000000..bcee3e0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","pl",{ltr:"Kierunek tekstu od lewej strony do prawej",rtl:"Kierunek tekstu od prawej strony do lewej"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/pt-br.js b/public/bower_components/ckeditor/plugins/bidi/lang/pt-br.js new file mode 100644 index 0000000..e62c4ca --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","pt-br",{ltr:"Direção do texto da esquerda para a direita",rtl:"Direção do texto da direita para a esquerda"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/pt.js b/public/bower_components/ckeditor/plugins/bidi/lang/pt.js new file mode 100644 index 0000000..293ba25 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","pt",{ltr:"Direção do texto da esquerda para a direita",rtl:"Direção do texto da direita para a esquerda"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/ro.js b/public/bower_components/ckeditor/plugins/bidi/lang/ro.js new file mode 100644 index 0000000..a35c420 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ro",{ltr:"Direcția textului de la stânga la dreapta",rtl:"Direcția textului de la dreapta la stânga"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/ru.js b/public/bower_components/ckeditor/plugins/bidi/lang/ru.js new file mode 100644 index 0000000..033c000 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ru",{ltr:"Направление текста слева направо",rtl:"Направление текста справа налево"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/si.js b/public/bower_components/ckeditor/plugins/bidi/lang/si.js new file mode 100644 index 0000000..466e72f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","si",{ltr:"වගන්ති දිශාව වමේ සිට දකුණට",rtl:"වගන්ති දිශාව දකුණේ සිට වමට"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/sk.js b/public/bower_components/ckeditor/plugins/bidi/lang/sk.js new file mode 100644 index 0000000..26150c4 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sk",{ltr:"Smer textu zľava doprava",rtl:"Smer textu sprava doľava"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/sl.js b/public/bower_components/ckeditor/plugins/bidi/lang/sl.js new file mode 100644 index 0000000..ae184de --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sl",{ltr:"Smer besedila od leve proti desni",rtl:"Smer besedila od desne proti levi"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/sq.js b/public/bower_components/ckeditor/plugins/bidi/lang/sq.js new file mode 100644 index 0000000..8ae3bb3 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sq",{ltr:"Drejtimi i tekstit nga e majta në të djathtë",rtl:"Drejtimi i tekstit nga e djathta në të majtë"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/sr-latn.js b/public/bower_components/ckeditor/plugins/bidi/lang/sr-latn.js new file mode 100644 index 0000000..04f04fc --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sr-latn",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/sr.js b/public/bower_components/ckeditor/plugins/bidi/lang/sr.js new file mode 100644 index 0000000..56efd86 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sr",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/sv.js b/public/bower_components/ckeditor/plugins/bidi/lang/sv.js new file mode 100644 index 0000000..b5eb279 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","sv",{ltr:"Text riktning från vänster till höger",rtl:"Text riktning från höger till vänster"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/th.js b/public/bower_components/ckeditor/plugins/bidi/lang/th.js new file mode 100644 index 0000000..82de00f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","th",{ltr:"Text direction from left to right",rtl:"Text direction from right to left"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/tr.js b/public/bower_components/ckeditor/plugins/bidi/lang/tr.js new file mode 100644 index 0000000..74fc664 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","tr",{ltr:"Metin yönü soldan sağa",rtl:"Metin yönü sağdan sola"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/tt.js b/public/bower_components/ckeditor/plugins/bidi/lang/tt.js new file mode 100644 index 0000000..f6fea6a --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","tt",{ltr:"Сулдан уңга язылыш",rtl:"Уңнан сулга язылыш"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/ug.js b/public/bower_components/ckeditor/plugins/bidi/lang/ug.js new file mode 100644 index 0000000..2ad6f06 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","ug",{ltr:"تېكىست يۆنىلىشى سولدىن ئوڭغا",rtl:"تېكىست يۆنىلىشى ئوڭدىن سولغا"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/uk.js b/public/bower_components/ckeditor/plugins/bidi/lang/uk.js new file mode 100644 index 0000000..aaa68d7 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","uk",{ltr:"Напрямок тексту зліва направо",rtl:"Напрямок тексту справа наліво"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/vi.js b/public/bower_components/ckeditor/plugins/bidi/lang/vi.js new file mode 100644 index 0000000..ceefbdd --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","vi",{ltr:"Văn bản hướng từ trái sang phải",rtl:"Văn bản hướng từ phải sang trái"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/zh-cn.js b/public/bower_components/ckeditor/plugins/bidi/lang/zh-cn.js new file mode 100644 index 0000000..7eae5cf --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","zh-cn",{ltr:"文字方向为从左至右",rtl:"文字方向为从右至左"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/lang/zh.js b/public/bower_components/ckeditor/plugins/bidi/lang/zh.js new file mode 100644 index 0000000..e978e3e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","zh",{ltr:"文字方向從左至右",rtl:"文字方向從右至左"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/bidi/plugin.js b/public/bower_components/ckeditor/plugins/bidi/plugin.js new file mode 100644 index 0000000..f6a1e38 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/bidi/plugin.js @@ -0,0 +1,13 @@ +/* + 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 q(a,f,d,b){if(!a.isReadOnly()&&!a.equals(d.editable())){CKEDITOR.dom.element.setMarker(b,a,"bidi_processed",1);b=a;for(var c=d.editable();(b=b.getParent())&&!b.equals(c);)if(b.getCustomData("bidi_processed")){a.removeStyle("direction");a.removeAttribute("dir");return}b="useComputedState"in d.config?d.config.useComputedState:1;(b?a.getComputedStyle("direction"):a.getStyle("direction")||a.hasAttribute("dir"))!=f&&(a.removeStyle("direction"),b?(a.removeAttribute("dir"),f!=a.getComputedStyle("direction")&& +a.setAttribute("dir",f)):a.setAttribute("dir",f),d.forceNextSelectionCheck())}}function v(a,f,d){var b=a.getCommonAncestor(!1,!0);a=a.clone();a.enlarge(d==CKEDITOR.ENTER_BR?CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:CKEDITOR.ENLARGE_BLOCK_CONTENTS);if(a.checkBoundaryOfElement(b,CKEDITOR.START)&&a.checkBoundaryOfElement(b,CKEDITOR.END)){for(var c;b&&b.type==CKEDITOR.NODE_ELEMENT&&(c=b.getParent())&&1==c.getChildCount()&&!(b.getName()in f);)b=c;return b.type==CKEDITOR.NODE_ELEMENT&&b.getName()in f&&b}}function p(a){return{context:"p", +allowedContent:{"h1 h2 h3 h4 h5 h6 table ul ol blockquote div tr p div li td":{propertiesOnly:!0,attributes:"dir"}},requiredContent:"p[dir]",refresh:function(a,d){var b=a.config.useComputedState,c,b=void 0===b||b;if(!b){c=d.lastElement;for(var h=a.editable();c&&!(c.getName()in u||c.equals(h));){var e=c.getParent();if(!e)break;c=e}}c=c||d.block||d.blockLimit;c.equals(a.editable())&&(h=a.getSelection().getRanges()[0].getEnclosedNode())&&h.type==CKEDITOR.NODE_ELEMENT&&(c=h);c&&(b=b?c.getComputedStyle("direction"): +c.getStyle("direction")||c.getAttribute("dir"),a.getCommand("bidirtl").setState("rtl"==b?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF),a.getCommand("bidiltr").setState("ltr"==b?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF));b=(d.block||d.blockLimit||a.editable()).getDirection(1);b!=(a._.selDir||a.lang.dir)&&(a._.selDir=b,a.fire("contentDirChanged",b))},exec:function(f){var d=f.getSelection(),b=f.config.enterMode,c=d.getRanges();if(c&&c.length){for(var h={},e=d.createBookmarks(),c=c.createIterator(),g, +l=0;g=c.getNextRange(1);){var k=g.getEnclosedNode();k&&(!k||k.type==CKEDITOR.NODE_ELEMENT&&k.getName()in r)||(k=v(g,t,b));k&&q(k,a,f,h);var m=new CKEDITOR.dom.walker(g),n=e[l].startNode,p=e[l++].endNode;m.evaluator=function(a){var c=b==CKEDITOR.ENTER_P?"p":"div",d;if(d=(a?a.type==CKEDITOR.NODE_ELEMENT:!1)&&a.getName()in t){if(c=a.is(c))c=(c=a.getParent())?c.type==CKEDITOR.NODE_ELEMENT:!1;d=!(c&&a.getParent().is("blockquote"))}return!!(d&&a.getPosition(n)&CKEDITOR.POSITION_FOLLOWING&&(a.getPosition(p)& +CKEDITOR.POSITION_PRECEDING+CKEDITOR.POSITION_CONTAINS)==CKEDITOR.POSITION_PRECEDING)};for(;k=m.next();)q(k,a,f,h);g=g.createIterator();for(g.enlargeBr=b!=CKEDITOR.ENTER_BR;k=g.getNextParagraph(b==CKEDITOR.ENTER_P?"p":"div");)q(k,a,f,h)}CKEDITOR.dom.element.clearAllMarkers(h);f.forceNextSelectionCheck();d.selectBookmarks(e);f.focus()}}}}function w(a){var f=a==l.setAttribute,d=a==l.removeAttribute,b=/\bdirection\s*:\s*(.*?)\s*(:?$|;)/;return function(c,h){if(!this.isReadOnly()){var e;if(e=c==(f||d? +"dir":"direction")||"style"==c&&(d||b.test(h))){a:{e=this;for(var g=e.getDocument().getBody().getParent();e;){if(e.equals(g)){e=!1;break a}e=e.getParent()}e=!0}e=!e}if(e&&(e=this.getDirection(1),g=a.apply(this,arguments),e!=this.getDirection(1)))return this.getDocument().fire("dirChanged",this),g}return a.apply(this,arguments)}}var t={table:1,ul:1,ol:1,blockquote:1,div:1},r={},u={};CKEDITOR.tools.extend(r,t,{tr:1,p:1,div:1,li:1});CKEDITOR.tools.extend(u,r,{td:1});CKEDITOR.plugins.add("bidi",{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:"bidiltr,bidirtl",hidpi:!0,init:function(a){function f(b,c,d,e,f){a.addCommand(d,new CKEDITOR.command(a,e));a.ui.addButton&&a.ui.addButton(b,{label:c,command:d,toolbar:"bidi,"+f})}if(!a.blockless){var d=a.lang.bidi;f("BidiLtr",d.ltr,"bidiltr",p("ltr"),10);f("BidiRtl",d.rtl,"bidirtl",p("rtl"),20);a.on("contentDom",function(){a.document.on("dirChanged",function(b){a.fire("dirChanged",{node:b.data,dir:b.data.getDirection(1)})})});a.on("contentDirChanged",function(b){b=(a.lang.dir!=b.data?"add": +"remove")+"Class";var c=a.ui.space(a.config.toolbarLocation);if(c)c[b]("cke_mixed_dir_content")})}}});for(var l=CKEDITOR.dom.element.prototype,n=["setStyle","removeStyle","setAttribute","removeAttribute"],m=0;m<n.length;m++)l[n[m]]=CKEDITOR.tools.override(l[n[m]],w)})();
\ No newline at end of file |