X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/e7f8fb547940c134de50db80ffaf54be1135ca7b:/skins/ckeditor/plugins/codemirror/lang/pl.js..fbd145a2acd338b7bb7d152fa24692d8ff3e6b4c:/Products/ckeditor/skins/ckeditor/plugins/codemirror/lang/static/git-favicon.png diff --git a/skins/ckeditor/plugins/codemirror/lang/pl.js b/skins/ckeditor/plugins/codemirror/lang/pl.js deleted file mode 100755 index a3ac0df..0000000 --- a/skins/ckeditor/plugins/codemirror/lang/pl.js +++ /dev/null @@ -1,12 +0,0 @@ -/* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ -CKEDITOR.plugins.setLang( 'codemirror', 'pl', { - toolbar: 'Źródło dokumentu', - autoFormat: 'Sformatuj zaznaczenie', - commentSelectedRange: 'Zakomentuj zaznaczenie', - uncommentSelectedRange: 'Odkomentuj zaznaczenie', - searchCode: 'Wyszukaj w źródle', - autoCompleteToggle: 'Włącza/Wyłącza automatyczne uzupełniania tagów HTML' -});