mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-17 16:46:12 +00:00
20 lines
643 B
JavaScript
Executable File
20 lines
643 B
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, 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'
|
|
});
|