1 /* 2 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. 3 For licensing, see LICENSE.html or http://ckeditor.com/license 4 */ 5 6 CKEDITOR.plugins.setLang( 'placeholder', 'pl', 7 { 8 placeholder : 9 { 10 title : 'Właściwości wypełniacza', 11 toolbar : 'Utwórz wypełniacz', 12 text : 'Tekst wypełnienia', 13 edit : 'Edytuj wypełnienie', 14 textMissing : 'Wypełnienie musi posiadać jakiś tekst.' 15 } 16 }); 17