]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/div/lang/pl.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / div / lang / pl.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'div', 'pl', {
6 IdInputLabel: 'Id',
7 advisoryTitleInputLabel: 'Opis obiektu docelowego',
8 cssClassInputLabel: 'Klasy arkusza stylów',
9 edit: 'Edytuj pojemnik Div',
10 inlineStyleInputLabel: 'Style liniowe',
11 langDirLTRLabel: 'Od lewej do prawej (LTR)',
12 langDirLabel: 'Kierunek tekstu',
13 langDirRTLLabel: 'Od prawej do lewej (RTL)',
14 languageCodeInputLabel: 'Kod języka',
15 remove: 'Usuń pojemnik Div',
16 styleSelectLabel: 'Styl',
17 title: 'Utwórz pojemnik Div',
18 toolbar: 'Utwórz pojemnik Div'
19 } );