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/placeholder | |
parent | dfd839f27146df0ad0494e11734fc7d310c70ebf (diff) |
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/ckeditor/plugins/placeholder')
60 files changed, 292 insertions, 0 deletions
diff --git a/public/bower_components/ckeditor/plugins/placeholder/dialogs/placeholder.js b/public/bower_components/ckeditor/plugins/placeholder/dialogs/placeholder.js new file mode 100644 index 0000000..57a736c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/dialogs/placeholder.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.dialog.add("placeholder",function(a){var b=a.lang.placeholder;a=a.lang.common.generalTab;return{title:b.title,minWidth:300,minHeight:80,contents:[{id:"info",label:a,title:a,elements:[{id:"name",type:"text",style:"width: 100%;",label:b.name,"default":"",required:!0,validate:CKEDITOR.dialog.validate.regex(/^[^\[\]<>]+$/,b.invalidName),setup:function(a){this.setValue(a.data.name)},commit:function(a){a.setData("name",this.getValue())}}]}]}});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png b/public/bower_components/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png Binary files differnew file mode 100644 index 0000000..25d2361 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png diff --git a/public/bower_components/ckeditor/plugins/placeholder/icons/placeholder.png b/public/bower_components/ckeditor/plugins/placeholder/icons/placeholder.png Binary files differnew file mode 100644 index 0000000..8d5b819 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/icons/placeholder.png diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/af.js b/public/bower_components/ckeditor/plugins/placeholder/lang/af.js new file mode 100644 index 0000000..0599187 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/af.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","af",{title:"Plekhouer eienskappe",toolbar:"Plekhouer",name:"Plekhouer naam",invalidName:"Die plekhouer mag nie leeg wees nie, en kan geen van die volgende karakters bevat nie. [, ], \x3c, \x3e",pathName:"plekhouer"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/ar.js b/public/bower_components/ckeditor/plugins/placeholder/lang/ar.js new file mode 100644 index 0000000..b9593da --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/ar.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","ar",{title:"خصائص الربط الموضعي",toolbar:"الربط الموضعي",name:"اسم الربط الموضعي",invalidName:"لا يمكن ترك الربط الموضعي فارغا و لا أن يحتوي على الرموز التالية [, ], \x3c, \x3e",pathName:"الربط الموضعي"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/az.js b/public/bower_components/ckeditor/plugins/placeholder/lang/az.js new file mode 100644 index 0000000..84f0854 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/az.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","az",{title:"Yertutanın xüsusiyyətləri",toolbar:"Yertutan",name:"Yertutanın adı",invalidName:"Yertutan boş ola bilməz, həm də [, ], \x3c, \x3e işarələrdən ehtiva edə bilməz",pathName:"yertutan"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/bg.js b/public/bower_components/ckeditor/plugins/placeholder/lang/bg.js new file mode 100644 index 0000000..5dd81a2 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/bg.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","bg",{title:"Настройки на контейнера",toolbar:"Нов контейнер",name:"Име за заместител",invalidName:"Заместителят не може да бъде празен и не може да съдържа нито един от следните символи: [, ], \x3c, \x3e",pathName:"заместител"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/ca.js b/public/bower_components/ckeditor/plugins/placeholder/lang/ca.js new file mode 100644 index 0000000..96d4636 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","ca",{title:"Propietats del marcador de posició",toolbar:"Marcador de posició",name:"Nom del marcador de posició",invalidName:"El marcador de posició no pot estar en blanc ni pot contenir cap dels caràcters següents: [,],\x3c,\x3e",pathName:"marcador de posició"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/cs.js b/public/bower_components/ckeditor/plugins/placeholder/lang/cs.js new file mode 100644 index 0000000..e856302 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/cs.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","cs",{title:"Vlastnosti vyhrazeného prostoru",toolbar:"Vytvořit vyhrazený prostor",name:"Název vyhrazeného prostoru",invalidName:"Vyhrazený prostor nesmí být prázdný či obsahovat následující znaky: [, ], \x3c, \x3e",pathName:"Vyhrazený prostor"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/cy.js b/public/bower_components/ckeditor/plugins/placeholder/lang/cy.js new file mode 100644 index 0000000..83cfd18 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/cy.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","cy",{title:"Priodweddau'r Daliwr Geiriau",toolbar:"Daliwr Geiriau",name:"Enw'r Daliwr Geiriau",invalidName:"Dyw'r daliwr geiriau methu â bod yn wag ac na all gynnyws y nodau [, ], \x3c, \x3e ",pathName:"daliwr geiriau"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/da.js b/public/bower_components/ckeditor/plugins/placeholder/lang/da.js new file mode 100644 index 0000000..161dc31 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/da.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","da",{title:"Egenskaber for pladsholder",toolbar:"Opret pladsholder",name:"Navn på pladsholder",invalidName:"Pladsholderen kan ikke være tom og må ikke indeholde nogen af følgende tegn: [, ], \x3c, \x3e",pathName:"pladsholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/de-ch.js b/public/bower_components/ckeditor/plugins/placeholder/lang/de-ch.js new file mode 100644 index 0000000..4a185af --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/de-ch.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","de-ch",{title:"Platzhaltereinstellungen",toolbar:"Platzhalter",name:"Platzhaltername",invalidName:"Der Platzhalter darf nicht leer sein und folgende Zeichen nicht enthalten: [, ], \x3c, \x3e",pathName:"Platzhalter"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/de.js b/public/bower_components/ckeditor/plugins/placeholder/lang/de.js new file mode 100644 index 0000000..e412c9e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/de.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","de",{title:"Platzhaltereinstellungen",toolbar:"Platzhalter",name:"Platzhaltername",invalidName:"Der Platzhalter darf nicht leer sein und folgende Zeichen nicht enthalten: [, ], \x3c, \x3e",pathName:"Platzhalter"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/el.js b/public/bower_components/ckeditor/plugins/placeholder/lang/el.js new file mode 100644 index 0000000..7e44f3b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/el.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","el",{title:"Ιδιότητες Υποκαθιστόμενου Κειμένου",toolbar:"Δημιουργία Υποκαθιστόμενου Κειμένου",name:"Όνομα Υποκαθιστόμενου Κειμένου",invalidName:"Το υποκαθιστόμενου κειμένο πρέπει να μην είναι κενό και να μην έχει κανέναν από τους ακόλουθους χαρακτήρες: [, ], \x3c, \x3e",pathName:"υποκαθιστόμενο κείμενο"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/en-au.js b/public/bower_components/ckeditor/plugins/placeholder/lang/en-au.js new file mode 100644 index 0000000..34b8a50 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/en-au.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","en-au",{title:"Placeholder Properties",toolbar:"Placeholder",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/en-gb.js b/public/bower_components/ckeditor/plugins/placeholder/lang/en-gb.js new file mode 100644 index 0000000..97a16b9 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/en-gb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","en-gb",{title:"Placeholder Properties",toolbar:"Placeholder",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of the following characters: [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/en.js b/public/bower_components/ckeditor/plugins/placeholder/lang/en.js new file mode 100644 index 0000000..3c06e4e --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/en.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","en",{title:"Placeholder Properties",toolbar:"Placeholder",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/eo.js b/public/bower_components/ckeditor/plugins/placeholder/lang/eo.js new file mode 100644 index 0000000..28b9266 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/eo.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","eo",{title:"Atributoj de la rezervita spaco",toolbar:"Rezervita Spaco",name:"Nomo de la rezervita spaco",invalidName:"La rezervita spaco ne povas esti malplena kaj ne povas enteni la sekvajn signojn : [, ], \x3c, \x3e",pathName:"rezervita spaco"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/es-mx.js b/public/bower_components/ckeditor/plugins/placeholder/lang/es-mx.js new file mode 100644 index 0000000..02f005b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/es-mx.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","es-mx",{title:"Propiedades del marcador de posición",toolbar:"Marcador de posición",name:"Nombre del marcador de posición",invalidName:"El marcador de posición no puede estar vacío y no puede contener alguno de los siguientes caracteres: [, ], \x3c, \x3e",pathName:"marcador de posición"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/es.js b/public/bower_components/ckeditor/plugins/placeholder/lang/es.js new file mode 100644 index 0000000..502b9a8 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/es.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","es",{title:"Propiedades del Marcador de Posición",toolbar:"Crear Marcador de Posición",name:"Nombre del Marcador de Posición",invalidName:"El marcador de posición no puede estar vacío y no puede contener ninguno de los siguientes caracteres: [, ], \x3c, \x3e",pathName:"marcador de posición"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/et.js b/public/bower_components/ckeditor/plugins/placeholder/lang/et.js new file mode 100644 index 0000000..81f73aa --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/et.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","et",{title:"Kohahoidja omadused",toolbar:"Kohahoidja loomine",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/eu.js b/public/bower_components/ckeditor/plugins/placeholder/lang/eu.js new file mode 100644 index 0000000..20f2c91 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/eu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","eu",{title:"Leku-marka propietateak",toolbar:"Leku-marka",name:"Leku-markaren izena",invalidName:"Leku-markak ezin du hutsik egon eta ezin ditu karaktere hauek eduki: [, ], \x3c, \x3e",pathName:"leku-marka"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/fa.js b/public/bower_components/ckeditor/plugins/placeholder/lang/fa.js new file mode 100644 index 0000000..271898f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/fa.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","fa",{title:"ویژگیهای محل نگهداری",toolbar:"ایجاد یک محل نگهداری",name:"نام مکان نگهداری",invalidName:"مکان نگهداری نمیتواند خالی باشد و همچنین نمیتواند محتوی نویسههای مقابل باشد: [, ], \x3c, \x3e",pathName:"مکان نگهداری"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/fi.js b/public/bower_components/ckeditor/plugins/placeholder/lang/fi.js new file mode 100644 index 0000000..7ea34d3 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/fi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","fi",{title:"Paikkamerkin ominaisuudet",toolbar:"Luo paikkamerkki",name:"Paikkamerkin nimi",invalidName:"Paikkamerkki ei voi olla tyhjä eikä sisältää seuraavia merkkejä: [, ], \x3c, \x3e",pathName:"paikkamerkki"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/fr-ca.js b/public/bower_components/ckeditor/plugins/placeholder/lang/fr-ca.js new file mode 100644 index 0000000..d1c15c6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/fr-ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","fr-ca",{title:"Propriétés de l'espace réservé",toolbar:"Créer un espace réservé",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/fr.js b/public/bower_components/ckeditor/plugins/placeholder/lang/fr.js new file mode 100644 index 0000000..40b9806 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/fr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","fr",{title:"Propriétés de l'espace réservé",toolbar:"Espace réservé",name:"Nom de l'espace réservé",invalidName:"L'espace réservé ne peut pas être vide ni contenir l'un de ces caractères : [, ], \x3c, \x3e",pathName:"espace réservé"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/gl.js b/public/bower_components/ckeditor/plugins/placeholder/lang/gl.js new file mode 100644 index 0000000..4af5265 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/gl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","gl",{title:"Propiedades do marcador de posición",toolbar:"Crear un marcador de posición",name:"Nome do marcador de posición",invalidName:"O marcador de posición non pode estar baleiro e non pode conter ningún dos caracteres seguintes: [, ], \x3c, \x3e",pathName:"marcador de posición"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/he.js b/public/bower_components/ckeditor/plugins/placeholder/lang/he.js new file mode 100644 index 0000000..6732cbc --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/he.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","he",{title:"מאפייני שומר מקום",toolbar:"צור שומר מקום",name:"שם שומר מקום",invalidName:"שומר מקום לא יכול להיות ריק ולא יכול להכיל את הסימנים: [, ], \x3c, \x3e",pathName:"שומר מקום"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/hr.js b/public/bower_components/ckeditor/plugins/placeholder/lang/hr.js new file mode 100644 index 0000000..1e9a37f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/hr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","hr",{title:"Svojstva rezerviranog mjesta",toolbar:"Napravi rezervirano mjesto",name:"Ime rezerviranog mjesta",invalidName:"Rezervirano mjesto ne može biti prazno niti može sadržavati ijedan od sljedećih znakova: [, ], \x3c, \x3e",pathName:"rezervirano mjesto"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/hu.js b/public/bower_components/ckeditor/plugins/placeholder/lang/hu.js new file mode 100644 index 0000000..0f1faaf --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/hu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","hu",{title:"Helytartó beállítások",toolbar:"Helytartó készítése",name:"Helytartó neve",invalidName:"A helytartó nem lehet üres, és nem tartalmazhatja a következő karaktereket:[, ], \x3c, \x3e ",pathName:"helytartó"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/id.js b/public/bower_components/ckeditor/plugins/placeholder/lang/id.js new file mode 100644 index 0000000..5bfff8c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/id.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","id",{title:"Properti isian sementara",toolbar:"Buat isian sementara",name:"Nama Isian Sementara",invalidName:"Isian sementara tidak boleh kosong dan tidak boleh mengandung karakter berikut: [, ], \x3c, \x3e",pathName:"isian sementara"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/it.js b/public/bower_components/ckeditor/plugins/placeholder/lang/it.js new file mode 100644 index 0000000..6224a44 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/it.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","it",{title:"Proprietà segnaposto",toolbar:"Crea segnaposto",name:"Nome segnaposto",invalidName:"Il segnaposto non può essere vuoto e non può contenere nessuno dei seguenti caratteri: [, ], \x3c, \x3e",pathName:"segnaposto"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/ja.js b/public/bower_components/ckeditor/plugins/placeholder/lang/ja.js new file mode 100644 index 0000000..a75a2b4 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/ja.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","ja",{title:"プレースホルダのプロパティ",toolbar:"プレースホルダを作成",name:"プレースホルダ名",invalidName:"プレースホルダは空欄にできません。また、[, ], \x3c, \x3e の文字は使用できません。",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/km.js b/public/bower_components/ckeditor/plugins/placeholder/lang/km.js new file mode 100644 index 0000000..e8dff64 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/km.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","km",{title:"លក្ខណៈ Placeholder",toolbar:"បង្កើត Placeholder",name:"ឈ្មោះ Placeholder",invalidName:"Placeholder មិនអាចទទេរ ហើយក៏មិនអាចមានតួអក្សរទាំងនេះទេ៖ [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/ko.js b/public/bower_components/ckeditor/plugins/placeholder/lang/ko.js new file mode 100644 index 0000000..b08ecfa --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/ko.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","ko",{title:"플레이스홀더 속성",toolbar:"플레이스홀더",name:"플레이스홀더 이름",invalidName:"플레이스홀더는 빈칸이거나 다음 문자열을 포함할 수 없습니다: [, ], \x3c, \x3e",pathName:"플레이스홀더"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/ku.js b/public/bower_components/ckeditor/plugins/placeholder/lang/ku.js new file mode 100644 index 0000000..bf7a99c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/ku.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","ku",{title:"خاسیەتی شوێن هەڵگر",toolbar:"درووستکردنی شوێن هەڵگر",name:"ناوی شوێنگر",invalidName:"شوێنگر نابێت بەتاڵ بێت یان هەریەکێک لەم نووسانەی خوارەوەی تێدابێت: [, ], \x3c, \x3e",pathName:"شوێنگر"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/lv.js b/public/bower_components/ckeditor/plugins/placeholder/lang/lv.js new file mode 100644 index 0000000..69df6c0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/lv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","lv",{title:"Viettura uzstādījumi",toolbar:"Izveidot vietturi",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/nb.js b/public/bower_components/ckeditor/plugins/placeholder/lang/nb.js new file mode 100644 index 0000000..86ea8c7 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/nb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","nb",{title:"Egenskaper for plassholder",toolbar:"Opprett plassholder",name:"Navn på plassholder",invalidName:"Plassholderen kan ikke være tom, og kan ikke inneholde følgende tegn: [, ], \x3c, \x3e",pathName:"plassholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/nl.js b/public/bower_components/ckeditor/plugins/placeholder/lang/nl.js new file mode 100644 index 0000000..3dbb2c1 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/nl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","nl",{title:"Eigenschappen placeholder",toolbar:"Placeholder aanmaken",name:"Naam placeholder",invalidName:"De placeholder mag niet leeg zijn, en mag niet een van de volgende tekens bevatten: [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/no.js b/public/bower_components/ckeditor/plugins/placeholder/lang/no.js new file mode 100644 index 0000000..8b3231a --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/no.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","no",{title:"Egenskaper for plassholder",toolbar:"Opprett plassholder",name:"Navn på plassholder",invalidName:"Plassholderen kan ikke være tom, og kan ikke inneholde følgende tegn: [, ], \x3c, \x3e",pathName:"plassholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/oc.js b/public/bower_components/ckeditor/plugins/placeholder/lang/oc.js new file mode 100644 index 0000000..ba39dc2 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/oc.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","oc",{title:"Proprietats de l'espaci reservat",toolbar:"Espaci reservat",name:"Nom de l'espaci reservat",invalidName:"L'espaci reservat pòt pas èsser void ni conténer un d'aquestes caractèrs : [, ], \x3c, \x3e",pathName:"espaci reservat"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/pl.js b/public/bower_components/ckeditor/plugins/placeholder/lang/pl.js new file mode 100644 index 0000000..562113b --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/pl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","pl",{title:"Właściwości wypełniacza",toolbar:"Utwórz wypełniacz",name:"Nazwa wypełniacza",invalidName:"Wypełniacz nie może być pusty ani nie może zawierać żadnego z następujących znaków: [, ], \x3c oraz \x3e",pathName:"wypełniacz"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/pt-br.js b/public/bower_components/ckeditor/plugins/placeholder/lang/pt-br.js new file mode 100644 index 0000000..1fdcfcc --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/pt-br.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","pt-br",{title:"Propriedades do Espaço Reservado",toolbar:"Criar Espaço Reservado",name:"Nome do Espaço Reservado",invalidName:"O espaço reservado não pode estar vazio e não pode conter nenhum dos seguintes caracteres: [, ], \x3c, \x3e",pathName:"Espaço Reservado"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/pt.js b/public/bower_components/ckeditor/plugins/placeholder/lang/pt.js new file mode 100644 index 0000000..08b5c7f --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/pt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","pt",{title:"Propriedades dos marcadores",toolbar:"Marcador",name:"Nome do marcador",invalidName:"O marcador não pode estar em branco e não pode conter qualquer dos seguintes carateres: [, ], \x3c, \x3e",pathName:"marcador"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/ro.js b/public/bower_components/ckeditor/plugins/placeholder/lang/ro.js new file mode 100644 index 0000000..ffb3ed8 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/ro.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","ro",{title:"Înlocuitor",toolbar:"Înlocuitor",name:"Înlocuitor",invalidName:"Nume invalid",pathName:"Cale elemente"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/ru.js b/public/bower_components/ckeditor/plugins/placeholder/lang/ru.js new file mode 100644 index 0000000..4153ea3 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/ru.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","ru",{title:"Свойства плейсхолдера",toolbar:"Создать плейсхолдер",name:"Имя плейсхолдера",invalidName:'Плейсхолдер не может быть пустым и содержать один из следующих символов: "[, ], \x3c, \x3e"',pathName:"плейсхолдер"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/si.js b/public/bower_components/ckeditor/plugins/placeholder/lang/si.js new file mode 100644 index 0000000..50dd382 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/si.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","si",{title:"ස්ථාන හීම්කරුගේ ",toolbar:"ස්ථාන හීම්කරු නිර්මාණය කිරීම",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/sk.js b/public/bower_components/ckeditor/plugins/placeholder/lang/sk.js new file mode 100644 index 0000000..b5dc6b6 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/sk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","sk",{title:"Vlastnosti placeholdera",toolbar:"Vytvoriť placeholder",name:"Názov placeholdera",invalidName:"Placeholder nemôže byť prázdny a nemôže obsahovať žiadny z nasledujúcich znakov: [,],\x3c,\x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/sl.js b/public/bower_components/ckeditor/plugins/placeholder/lang/sl.js new file mode 100644 index 0000000..3cca878 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/sl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","sl",{title:"Lastnosti ograde",toolbar:"Ograda",name:"Ime ograde",invalidName:"Ograda ne more biti prazna in ne sme vsebovati katerega od naslednjih znakov: [, ], \x3c, \x3e",pathName:"ograda"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/sq.js b/public/bower_components/ckeditor/plugins/placeholder/lang/sq.js new file mode 100644 index 0000000..53f1ee9 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/sq.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","sq",{title:"Karakteristikat e Mbajtësit të Vendit",toolbar:"Krijo Mabjtës Vendi",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/sv.js b/public/bower_components/ckeditor/plugins/placeholder/lang/sv.js new file mode 100644 index 0000000..c8eb1af --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/sv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","sv",{title:"Innehållsrutans egenskaper",toolbar:"Skapa innehållsruta",name:"Innehållsrutans namn",invalidName:"Innehållsrutan får inte vara tom och får inte innehålla någon av följande tecken: [, ], \x3c, \x3e",pathName:"innehållsruta"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/th.js b/public/bower_components/ckeditor/plugins/placeholder/lang/th.js new file mode 100644 index 0000000..98938d2 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/th.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","th",{title:"คุณสมบัติเกี่ยวกับตัวยึด",toolbar:"สร้างตัวยึด",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/tr.js b/public/bower_components/ckeditor/plugins/placeholder/lang/tr.js new file mode 100644 index 0000000..deca181 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/tr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","tr",{title:"Yer tutucu özellikleri",toolbar:"Yer tutucu oluşturun",name:"Yer Tutucu Adı",invalidName:"Yer tutucu adı boş bırakılamaz ve şu karakterleri içeremez: [, ], \x3c, \x3e",pathName:"yertutucu"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/tt.js b/public/bower_components/ckeditor/plugins/placeholder/lang/tt.js new file mode 100644 index 0000000..5f49168 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/tt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","tt",{title:"Тутырма үзлекләре",toolbar:"Тутырма",name:"Тутырма исеме",invalidName:"Тутырма буш булмаска тиеш һәм эчендә алдагы символлар булмаска тиеш: [, ], \x3c, \x3e",pathName:"тутырма"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/ug.js b/public/bower_components/ckeditor/plugins/placeholder/lang/ug.js new file mode 100644 index 0000000..0371fd2 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/ug.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","ug",{title:"ئورۇن بەلگە خاسلىقى",toolbar:"ئورۇن بەلگە قۇر",name:"ئورۇن بەلگە ئىسمى",invalidName:"The placeholder can not be empty and can not contain any of following characters: [, ], \x3c, \x3e",pathName:"placeholder"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/uk.js b/public/bower_components/ckeditor/plugins/placeholder/lang/uk.js new file mode 100644 index 0000000..86c40d0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/uk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","uk",{title:"Налаштування Заповнювача",toolbar:"Створити Заповнювач",name:"Назва заповнювача",invalidName:"Заповнювач не може бути порожнім і не може містити наступні символи: [, ], \x3c, \x3e",pathName:"заповнювач"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/vi.js b/public/bower_components/ckeditor/plugins/placeholder/lang/vi.js new file mode 100644 index 0000000..0fc333c --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/vi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","vi",{title:"Thuộc tính đặt chỗ",toolbar:"Tạo đặt chỗ",name:"Tên giữ chỗ",invalidName:"Giữ chỗ không thể để trống và không thể chứa bất kỳ ký tự sau: [,], \x3c, \x3e",pathName:"giữ chỗ"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/zh-cn.js b/public/bower_components/ckeditor/plugins/placeholder/lang/zh-cn.js new file mode 100644 index 0000000..c283fc5 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/zh-cn.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","zh-cn",{title:"占位符属性",toolbar:"占位符",name:"占位符名称",invalidName:"占位符名称不能为空,并且不能包含以下字符:[、]、\x3c、\x3e",pathName:"占位符"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/lang/zh.js b/public/bower_components/ckeditor/plugins/placeholder/lang/zh.js new file mode 100644 index 0000000..e82abc2 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/lang/zh.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("placeholder","zh",{title:"預留位置屬性",toolbar:"建立預留位置",name:"Placeholder 名稱",invalidName:"「預留位置」不可為空白且不可包含以下字元:[, ], \x3c, \x3e",pathName:"預留位置"});
\ No newline at end of file diff --git a/public/bower_components/ckeditor/plugins/placeholder/plugin.js b/public/bower_components/ckeditor/plugins/placeholder/plugin.js new file mode 100644 index 0000000..5ad9df0 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/placeholder/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +(function(){CKEDITOR.plugins.add("placeholder",{requires:"widget,dialog",lang:"af,ar,az,bg,ca,cs,cy,da,de,de-ch,el,en,en-au,en-gb,eo,es,es-mx,et,eu,fa,fi,fr,fr-ca,gl,he,hr,hu,id,it,ja,km,ko,ku,lv,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"placeholder",hidpi:!0,onLoad:function(){CKEDITOR.addCss(".cke_placeholder{background-color:#ff0}")},init:function(a){var b=a.lang.placeholder;CKEDITOR.dialog.add("placeholder",this.path+"dialogs/placeholder.js");a.widgets.add("placeholder", +{dialog:"placeholder",pathName:b.pathName,template:'\x3cspan class\x3d"cke_placeholder"\x3e[[]]\x3c/span\x3e',downcast:function(){return new CKEDITOR.htmlParser.text("[["+this.data.name+"]]")},init:function(){this.setData("name",this.element.getText().slice(2,-2))},data:function(){this.element.setText("[["+this.data.name+"]]")},getLabel:function(){return this.editor.lang.widget.label.replace(/%1/,this.data.name+" "+this.pathName)}});a.ui.addButton&&a.ui.addButton("CreatePlaceholder",{label:b.toolbar, +command:"placeholder",toolbar:"insert,5",icon:"placeholder"})},afterInit:function(a){var b=/\[\[([^\[\]])+\]\]/g;a.dataProcessor.dataFilter.addRules({text:function(f,d){var e=d.parent&&CKEDITOR.dtd[d.parent.name];if(!e||e.span)return f.replace(b,function(b){var c=null,c=new CKEDITOR.htmlParser.element("span",{"class":"cke_placeholder"});c.add(new CKEDITOR.htmlParser.text(b));c=a.widgets.wrapElement(c,"placeholder");return c.getOuterHtml()})}})}})})();
\ No newline at end of file |