]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/div/lang/cs.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / div / lang / cs.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'div', 'cs', {
6 IdInputLabel: 'Id',
7 advisoryTitleInputLabel: 'Nápovědní titulek',
8 cssClassInputLabel: 'Třídy stylů',
9 edit: 'Změnit Div',
10 inlineStyleInputLabel: 'Vnitřní styly',
11 langDirLTRLabel: 'Zleva doprava (LTR)',
12 langDirLabel: 'Směr jazyka',
13 langDirRTLLabel: 'Zprava doleva (RTL)',
14 languageCodeInputLabel: ' Kód jazyka',
15 remove: 'Odstranit Div',
16 styleSelectLabel: 'Styly',
17 title: 'Vytvořit Div kontejner',
18 toolbar: 'Vytvořit Div kontejner'
19 } );