12345678910111213141516171819 |
- /*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.md or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang( 'div', 'sk', {
- IdInputLabel: 'Id',
- advisoryTitleInputLabel: 'Pomocný titulok',
- cssClassInputLabel: 'Triedy štýlu',
- edit: 'Upraviť Div',
- inlineStyleInputLabel: 'Inline štýl',
- langDirLTRLabel: 'Zľava doprava (LTR)',
- langDirLabel: 'Smer jazyka',
- langDirRTLLabel: 'Zprava doľava (RTL)',
- languageCodeInputLabel: 'Kód jazyka',
- remove: 'Odstrániť Div',
- styleSelectLabel: 'Štýl',
- title: 'Vytvoriť Div kontajner',
- toolbar: 'Vytvoriť Div kontajner'
- } );
|