aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/sk.js
blob: 0e1f2c5a6fa0b2706d39ad72aa78d53bcb8953bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
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'
} );