repo
stringlengths
5
106
file_url
stringlengths
78
301
file_path
stringlengths
4
211
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:56:49
2026-01-05 02:23:25
truncated
bool
2 classes
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/forms/dialogs/radio.js
public/admin/plugins/ckeditor/plugins/forms/dialogs/radio.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add("radio",function(b){return{title:b.lang.forms.checkboxAndRadio.radioTitle,minWidth:350,minHeight:140,onShow:function(){delete this.radioButton;var a=this.g...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/forms/dialogs/form.js
public/admin/plugins/ckeditor/plugins/forms/dialogs/form.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add("form",function(a){var d={action:1,id:1,method:1,enctype:1,target:1};return{title:a.lang.forms.form.title,minWidth:350,minHeight:200,onShow:function(){dele...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/forms/dialogs/select.js
public/admin/plugins/ckeditor/plugins/forms/dialogs/select.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add("select",function(c){function h(a,b,e,d,c){a=f(a);d=d?d.createElement("OPTION"):document.createElement("OPTION");if(a&&d&&"option"==d.getName())CKEDITOR.en...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/forms/dialogs/hiddenfield.js
public/admin/plugins/ckeditor/plugins/forms/dialogs/hiddenfield.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add("hiddenfield",function(d){return{title:d.lang.forms.hidden.title,hiddenField:null,minWidth:350,minHeight:110,onShow:function(){delete this.hiddenField;var ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/forms/dialogs/textfield.js
public/admin/plugins/ckeditor/plugins/forms/dialogs/textfield.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add("textfield",function(b){function e(a){a=a.element;var b=this.getValue();b?a.setAttribute(this.id,b):a.removeAttribute(this.id)}function f(a){a=a.hasAttribu...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/forms/dialogs/checkbox.js
public/admin/plugins/ckeditor/plugins/forms/dialogs/checkbox.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add("checkbox",function(d){return{title:d.lang.forms.checkboxAndRadio.checkboxTitle,minWidth:350,minHeight:140,onShow:function(){delete this.checkbox;var a=thi...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/forms/dialogs/textarea.js
public/admin/plugins/ckeditor/plugins/forms/dialogs/textarea.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add("textarea",function(b){return{title:b.lang.forms.textarea.title,minWidth:350,minHeight:220,onShow:function(){delete this.textarea;var a=this.getParentEdito...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/clipboard/dialogs/paste.js
public/admin/plugins/ckeditor/plugins/clipboard/dialogs/paste.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add("paste",function(c){function k(a){var b=new CKEDITOR.dom.document(a.document),g=b.getBody(),d=b.getById("cke_actscrpt");d&&d.remove();g.setAttribute("conte...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/scayt/dialogs/options.js
public/admin/plugins/ckeditor/plugins/scayt/dialogs/options.js
CKEDITOR.dialog.add("scaytDialog",function(c){var f=c.scayt,q='\x3cp\x3e\x3cimg src\x3d"'+f.getLogo()+'" /\x3e\x3c/p\x3e\x3cp\x3e'+f.getLocal("version")+f.getVersion()+"\x3c/p\x3e\x3cp\x3e"+f.getLocal("text_copyrights")+"\x3c/p\x3e",r=CKEDITOR.document,n={isChanged:function(){return null===this.newLang||this.currentLan...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/divarea/plugin.js
public/admin/plugins/ckeditor/plugins/divarea/plugin.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.add("divarea",{afterInit:function(a){a.addMode("wysiwyg",function(c){var b=CKEDITOR.dom.element.createFromHtml('\x3cdiv class\x3d"cke_wysiwyg_div cke_reset ck...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/plugin.js
public/admin/plugins/ckeditor/plugins/filetools/plugin.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ (function(){function g(a){this.editor=a;this.loaders=[]}function h(a,c,b){var d=a.config.fileTools_defaultFileName;this.editor=a;this.lang=a.lang;"string"===typeof c?(this.dat...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/ko.js
public/admin/plugins/ckeditor/plugins/filetools/lang/ko.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","ko",{loadError:"파일을 읽는 중 오류가 발생했습니다.",networkError:"파일 업로드 중 네트워크 오류가 발생했습니다.",httpError404:"파일 업로드중 HTTP 오류가 발생했습니다 (404: 파일 찾을수 없음).",h...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/ug.js
public/admin/plugins/ckeditor/plugins/filetools/lang/ug.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","ug",{loadError:"ھۆججەت ئوقۇشتا خاتالىق كۆرۈلدى",networkError:"ھۆججەت يۈكلەشتە تور خاتالىقى كۆرۈلدى.",httpError404:"ھۆججەت يۈكلىگەندە HTTP...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/nb.js
public/admin/plugins/ckeditor/plugins/filetools/lang/nb.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","nb",{loadError:"Feil oppsto under filinnlesing.",networkError:"Nettverksfeil oppsto under filopplasting.",httpError404:"HTTP-feil oppsto ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/eo.js
public/admin/plugins/ckeditor/plugins/filetools/lang/eo.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","eo",{loadError:"Eraro okazis dum la dosiera legado.",networkError:"Reta eraro okazis dum la dosiera alŝuto.",httpError404:"HTTP eraro oka...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/eu.js
public/admin/plugins/ckeditor/plugins/filetools/lang/eu.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","eu",{loadError:"Errorea gertatu da fitxategia irakurtzean.",networkError:"Sareko errorea gertatu da fitxategia kargatzean.",httpError404:...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/nl.js
public/admin/plugins/ckeditor/plugins/filetools/lang/nl.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","nl",{loadError:"Fout tijdens lezen van bestand.",networkError:"Netwerkfout tijdens uploaden van bestand.",httpError404:"HTTP fout tijdens...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/da.js
public/admin/plugins/ckeditor/plugins/filetools/lang/da.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","da",{loadError:"Der skete en fejl ved indlæsningen af filen.",networkError:"Der skete en netværks fejl under uploadingen.",httpError404:"...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/pt-br.js
public/admin/plugins/ckeditor/plugins/filetools/lang/pt-br.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","pt-br",{loadError:"Um erro ocorreu durante a leitura do arquivo.",networkError:"Um erro de rede ocorreu durante o envio do arquivo.",http...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/de-ch.js
public/admin/plugins/ckeditor/plugins/filetools/lang/de-ch.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","de-ch",{loadError:"Während dem Lesen der Datei ist ein Fehler aufgetreten.",networkError:"Während dem Hochladen der Datei ist ein Netzwer...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/de.js
public/admin/plugins/ckeditor/plugins/filetools/lang/de.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","de",{loadError:"Während dem Lesen der Datei ist ein Fehler aufgetreten.",networkError:"Während dem Hochladen der Datei ist ein Netzwerkfe...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/en.js
public/admin/plugins/ckeditor/plugins/filetools/lang/en.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","en",{loadError:"Error occurred during file read.",networkError:"Network error occurred during file upload.",httpError404:"HTTP error occu...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/id.js
public/admin/plugins/ckeditor/plugins/filetools/lang/id.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","id",{loadError:"Error terjadi ketika berkas dibaca",networkError:"Jaringan error terjadi ketika mengunggah berkas",httpError404:"HTTP err...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/zh-cn.js
public/admin/plugins/ckeditor/plugins/filetools/lang/zh-cn.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","zh-cn",{loadError:"读取文件时发生错误。",networkError:"上传文件时发生网络错误。",httpError404:"上传文件时发生 HTTP 错误(404:无法找到文件)。",httpError403:"上传文件时发生 HTTP 错误(403:...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/tr.js
public/admin/plugins/ckeditor/plugins/filetools/lang/tr.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","tr",{loadError:"Dosya okunurken hata oluştu.",networkError:"Dosya gönderilirken ağ hatası oluştu.",httpError404:"Dosya gönderilirken HTTP...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/fr.js
public/admin/plugins/ckeditor/plugins/filetools/lang/fr.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","fr",{loadError:"Une erreur est survenue lors de la lecture du fichier.",networkError:"Une erreur réseau est survenue lors du téléversemen...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/km.js
public/admin/plugins/ckeditor/plugins/filetools/lang/km.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","km",{loadError:"មាន​បញ្ហា​កើតឡើង​ក្នុង​ពេល​អាន​ឯកសារ។",networkError:"មាន​បញ្ហា​បណ្ដាញ​កើត​ឡើង​ក្នុង​ពេល​ផ្ទុកឡើង​ឯកសារ។",httpError404:"មា...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/pl.js
public/admin/plugins/ckeditor/plugins/filetools/lang/pl.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","pl",{loadError:"Błąd podczas odczytu pliku.",networkError:"W trakcie wysyłania pliku pojawił się błąd sieciowy.",httpError404:"Błąd HTTP ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/cs.js
public/admin/plugins/ckeditor/plugins/filetools/lang/cs.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","cs",{loadError:"Při čtení souboru došlo k chybě.",networkError:"Při nahrávání souboru došlo k chybě v síti.",httpError404:"Při nahrávání ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/ru.js
public/admin/plugins/ckeditor/plugins/filetools/lang/ru.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","ru",{loadError:"Ошибка при чтении файла",networkError:"Сетевая ошибка при загрузке файла",httpError404:"HTTP ошибка при загрузке файла (4...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/zh.js
public/admin/plugins/ckeditor/plugins/filetools/lang/zh.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","zh",{loadError:"在讀取檔案時發生錯誤。",networkError:"在上傳檔案時發生網路錯誤。",httpError404:"在上傳檔案時發生 HTTP 錯誤(404:檔案找不到)。",httpError403:"在上傳檔案時發生 HTTP 錯誤(403:...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/it.js
public/admin/plugins/ckeditor/plugins/filetools/lang/it.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","it",{loadError:"Si è verificato un errore durante la lettura del file.",networkError:"Si è verificato un errore di rete durante il carica...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/sv.js
public/admin/plugins/ckeditor/plugins/filetools/lang/sv.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","sv",{loadError:"Fel uppstod vid filläsning",networkError:"Nätverksfel uppstod vid filuppladdning.",httpError404:"HTTP-fel uppstod vid fil...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/uk.js
public/admin/plugins/ckeditor/plugins/filetools/lang/uk.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","uk",{loadError:"Виникла помилка під час читання файлу",networkError:"Під час завантаження файлу виникла помилка мережі.",httpError404:"Пі...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/gl.js
public/admin/plugins/ckeditor/plugins/filetools/lang/gl.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","gl",{loadError:"Produciuse un erro durante a lectura do ficheiro.",networkError:"Produciuse un erro na rede durante o envío do ficheiro."...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/filetools/lang/ku.js
public/admin/plugins/ckeditor/plugins/filetools/lang/ku.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","ku",{loadError:"هەڵەیەک ڕوویدا لە ماوەی خوێندنەوەی پەڕگەکە.",networkError:"هەڵەیەکی ڕایەڵە ڕوویدا لە ماوەی بارکردنی پەڕگەکە.",httpError40...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/plugin.js
public/admin/plugins/ckeditor/plugins/placeholder/plugin.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ (function(){CKEDITOR.plugins.add("placeholder",{requires:"widget,dialog",lang:"af,ar,bg,ca,cs,cy,da,de,de-ch,el,en,en-gb,eo,es,et,eu,fa,fi,fr,fr-ca,gl,he,hr,hu,id,it,ja,km,ko,...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/ko.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/ko.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","ko",{title:"플레이스홀더 속성",toolbar:"플레이스홀더",name:"플레이스홀더 이름",invalidName:"플레이스홀더는 빈칸이거나 다음 문자열을 포함할 수 없습니다: [, ], \x3c, \x3e",pathName:"플레이...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/sl.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/sl.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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 o...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/tt.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/tt.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","tt",{title:"Тутырма үзлекләре",toolbar:"Тутырма",name:"Тутырма исеме",invalidName:"Тутырма буш булмаска тиеш һәм эчендә алдагы символла...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/ug.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/ug.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","ug",{title:"ئورۇن بەلگە خاسلىقى",toolbar:"ئورۇن بەلگە قۇر",name:"ئورۇن بەلگە ئىسمى",invalidName:"The placeholder can not be empty and c...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/nb.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/nb.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","nb",{title:"Egenskaper for plassholder",toolbar:"Opprett plassholder",name:"Navn på plassholder",invalidName:"Plassholderen kan ikke væ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/fa.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/fa.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","fa",{title:"ویژگی‌های محل نگهداری",toolbar:"ایجاد یک محل نگهداری",name:"نام مکان نگهداری",invalidName:"مکان نگهداری نمی‌تواند خالی باشد...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/en-gb.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/en-gb.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","en-gb",{title:"Placeholder Properties",toolbar:"Placeholder",name:"Placeholder Name",invalidName:"The placeholder can not be empty and ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/ar.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/ar.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","ar",{title:"خصائص الربط الموضعي",toolbar:"الربط الموضعي",name:"اسم الربط الموضعي",invalidName:"لا يمكن ترك الربط الموضعي فارغا و لا أن ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/fr-ca.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/fr-ca.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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 c...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/si.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/si.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","si",{title:"ස්ථාන හීම්කරුගේ ",toolbar:"ස්ථාන හීම්කරු නිර්මාණය කිරීම",name:"Placeholder Name",invalidName:"The placeholder can not be em...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/eo.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/eo.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","eo",{title:"Atributoj de la rezervita spaco",toolbar:"Rezervita Spaco",name:"Nomo de la rezervita spaco",invalidName:"La rezervita spac...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/bg.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/bg.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","bg",{title:"Настройки на контейнера",toolbar:"Нов контейнер",name:"Placeholder Name",invalidName:"The placeholder can not be empty and ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/eu.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/eu.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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 e...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/nl.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/nl.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","nl",{title:"Eigenschappen placeholder",toolbar:"Placeholder aanmaken",name:"Naam placeholder",invalidName:"De placeholder mag niet leeg...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/th.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/th.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","th",{title:"คุณสมบัติเกี่ยวกับตัวยึด",toolbar:"สร้างตัวยึด",name:"Placeholder Name",invalidName:"The placeholder can not be empty and c...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/da.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/da.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","da",{title:"Egenskaber for pladsholder",toolbar:"Opret pladsholder",name:"Navn på pladsholder",invalidName:"Pladsholderen kan ikke være...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/pt-br.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/pt-br.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/el.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/el.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","el",{title:"Ιδιότητες Υποκαθιστόμενου Κειμένου",toolbar:"Δημιουργία Υποκαθιστόμενου Κειμένου",name:"Όνομα Υποκαθιστόμενου Κειμένου",inv...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/de-ch.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/de-ch.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","de-ch",{title:"Platzhaltereinstellungen",toolbar:"Platzhalter",name:"Platzhaltername",invalidName:"Der Platzhalter darf nicht leer sein...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/hr.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/hr.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","hr",{title:"Svojstva rezerviranog mjesta",toolbar:"Napravi rezervirano mjesto",name:"Ime rezerviranog mjesta",invalidName:"Rezervirano ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/pt.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/pt.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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 ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/es.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/es.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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",invalidNa...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/no.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/no.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","no",{title:"Egenskaper for plassholder",toolbar:"Opprett plassholder",name:"Navn på plassholder",invalidName:"Plassholderen kan ikke væ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/cy.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/cy.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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 ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/de.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/de.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","de",{title:"Platzhaltereinstellungen",toolbar:"Platzhalter",name:"Platzhaltername",invalidName:"Der Platzhalter darf nicht leer sein un...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/sq.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/sq.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","sq",{title:"Karakteristikat e Mbajtësit të Vendit",toolbar:"Krijo Mabjtës Vendi",name:"Placeholder Name",invalidName:"The placeholder c...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/en.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/en.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","en",{title:"Placeholder Properties",toolbar:"Placeholder",name:"Placeholder Name",invalidName:"The placeholder can not be empty and can...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/lv.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/lv.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/hu.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/hu.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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 ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/id.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/id.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","id",{title:"Properti isian sementara",toolbar:"Buat isian sementara",name:"Nama Isian Sementara",invalidName:"Isian sementara tidak bol...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/zh-cn.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/zh-cn.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","zh-cn",{title:"占位符属性",toolbar:"占位符",name:"占位符名称",invalidName:"占位符名称不能为空,并且不能包含以下字符:[、]、\x3c、\x3e",pathName:"占位符"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/tr.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/tr.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/fr.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/fr.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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 pe...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/km.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/km.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","km",{title:"លក្ខណៈ Placeholder",toolbar:"បង្កើត Placeholder",name:"ឈ្មោះ Placeholder",invalidName:"Placeholder មិន​អាច​ទទេរ ហើយក៏​មិន​អ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/he.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/he.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","he",{title:"מאפייני שומר מקום",toolbar:"צור שומר מקום",name:"שם שומר מקום",invalidName:"שומר מקום לא יכול להיות ריק ולא יכול להכיל את ה...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/pl.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/pl.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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 an...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/cs.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/cs.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","cs",{title:"Vlastnosti vyhrazeného prostoru",toolbar:"Vytvořit vyhrazený prostor",name:"Název vyhrazeného prostoru",invalidName:"Vyhraz...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/ru.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/ru.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","ru",{title:"Свойства плейсхолдера",toolbar:"Создать плейсхолдер",name:"Имя плейсхолдера",invalidName:'Плейсхолдер не может быть пустым ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/fi.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/fi.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","fi",{title:"Paikkamerkin ominaisuudet",toolbar:"Luo paikkamerkki",name:"Paikkamerkin nimi",invalidName:"Paikkamerkki ei voi olla tyhjä ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/et.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/et.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","et",{title:"Kohahoidja omadused",toolbar:"Kohahoidja loomine",name:"Placeholder Name",invalidName:"The placeholder can not be empty and...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/sk.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/sk.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","sk",{title:"Vlastnosti placeholdera",toolbar:"Vytvoriť placeholder",name:"Názov placeholdera",invalidName:"Placeholder nemôže byť prázd...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/af.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/af.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","af",{title:"Plekhouer eienskappe",toolbar:"Plekhouer",name:"Plekhouer naam",invalidName:"Die plekhouer mag nie leeg wees nie, en kan ge...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/zh.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/zh.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","zh",{title:"預留位置屬性",toolbar:"建立預留位置",name:"Placeholder 名稱",invalidName:"「預留位置」不可為空白且不可包含以下字元:[, ], \x3c, \x3e",pathName:"預留位置"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/vi.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/vi.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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 ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/it.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/it.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","it",{title:"Proprietà segnaposto",toolbar:"Crea segnaposto",name:"Nome segnaposto",invalidName:"Il segnaposto non può essere vuoto e no...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/sv.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/sv.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","sv",{title:"Innehållsrutans egenskaper",toolbar:"Skapa innehållsruta",name:"Innehållsrutans namn",invalidName:"Innehållsrutan får inte ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/ca.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/ca.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","ca",{title:"Propietats del marcador de posició",toolbar:"Marcador de posició",name:"Nom del marcador de posició",invalidName:"El marcad...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/uk.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/uk.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","uk",{title:"Налаштування Заповнювача",toolbar:"Створити Заповнювач",name:"Назва заповнювача",invalidName:"Заповнювач не може бути порож...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/gl.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/gl.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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",invalidNam...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/ja.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/ja.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","ja",{title:"プレースホルダのプロパティ",toolbar:"プレースホルダを作成",name:"プレースホルダ名",invalidName:"プレースホルダは空欄にできません。また、[, ], \x3c, \x3e の文字は使用できません。",pathNam...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/lang/ku.js
public/admin/plugins/ckeditor/plugins/placeholder/lang/ku.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","ku",{title:"خاسیەتی شوێن هەڵگر",toolbar:"درووستکردنی شوێن هەڵگر",name:"ناوی شوێنگر",invalidName:"شوێنگر نابێت بەتاڵ بێت یان هەریەکێک لە...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/placeholder/dialogs/placeholder.js
public/admin/plugins/ckeditor/plugins/placeholder/dialogs/placeholder.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/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,t...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/colordialog/plugin.js
public/admin/plugins/ckeditor/plugins/colordialog/plugin.js
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.colordialog={requires:"dialog",lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,k...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/colordialog/lang/ko.js
public/admin/plugins/ckeditor/plugins/colordialog/lang/ko.js
CKEDITOR.plugins.setLang("colordialog","ko",{clear:"비우기",highlight:"강조",options:"색상 옵션",selected:"선택된 색상",title:"색상 선택"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/colordialog/lang/sl.js
public/admin/plugins/ckeditor/plugins/colordialog/lang/sl.js
CKEDITOR.plugins.setLang("colordialog","sl",{clear:"Počisti",highlight:"Poudarjeno",options:"Možnosti barve",selected:"Izbrana barva",title:"Izberi barvo"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/colordialog/lang/tt.js
public/admin/plugins/ckeditor/plugins/colordialog/lang/tt.js
CKEDITOR.plugins.setLang("colordialog","tt",{clear:"Бушату",highlight:"Билгеләү",options:"Төс көйләүләре",selected:"Сайланган төсләр",title:"Төс сайлау"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/colordialog/lang/ug.js
public/admin/plugins/ckeditor/plugins/colordialog/lang/ug.js
CKEDITOR.plugins.setLang("colordialog","ug",{clear:"تازىلا",highlight:"يورۇت",options:"رەڭ تاللانمىسى",selected:"رەڭ تاللاڭ",title:"رەڭ تاللاڭ"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/colordialog/lang/nb.js
public/admin/plugins/ckeditor/plugins/colordialog/lang/nb.js
CKEDITOR.plugins.setLang("colordialog","nb",{clear:"Tøm",highlight:"Merk",options:"Alternativer for farge",selected:"Valgt farge",title:"Velg farge"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/colordialog/lang/fa.js
public/admin/plugins/ckeditor/plugins/colordialog/lang/fa.js
CKEDITOR.plugins.setLang("colordialog","fa",{clear:"پاک کردن",highlight:"متمایز",options:"گزینه​های رنگ",selected:"رنگ انتخاب شده",title:"انتخاب رنگ"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/colordialog/lang/en-gb.js
public/admin/plugins/ckeditor/plugins/colordialog/lang/en-gb.js
CKEDITOR.plugins.setLang("colordialog","en-gb",{clear:"Clear",highlight:"Highlight",options:"Colour Options",selected:"Selected Colour",title:"Select colour"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/colordialog/lang/ar.js
public/admin/plugins/ckeditor/plugins/colordialog/lang/ar.js
CKEDITOR.plugins.setLang("colordialog","ar",{clear:"مسح",highlight:"تحديد",options:"اختيارات الألوان",selected:"اللون المختار",title:"اختر اللون"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/colordialog/lang/fr-ca.js
public/admin/plugins/ckeditor/plugins/colordialog/lang/fr-ca.js
CKEDITOR.plugins.setLang("colordialog","fr-ca",{clear:"Effacer",highlight:"Surligner",options:"Options de couleur",selected:"Couleur sélectionnée",title:"Choisir une couleur"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/admin/plugins/ckeditor/plugins/colordialog/lang/si.js
public/admin/plugins/ckeditor/plugins/colordialog/lang/si.js
CKEDITOR.plugins.setLang("colordialog","si",{clear:"පැහැදිලි",highlight:"මතුකර පෙන්වන්න",options:"වර්ණ විකල්ප",selected:"තෙරු වර්ණ",title:"වර්ණ තෝරන්න"});
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false