aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/sl.js
blob: 6705699a00237f28a46ff86ad6845874e82edb83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'div', 'sl', {
	IdInputLabel: 'Id',
	advisoryTitleInputLabel: 'Predlagani naslov',
	cssClassInputLabel: 'Razredi slogovne predloge',
	edit: 'Uredi div',
	inlineStyleInputLabel: 'Slog v vrstici',
	langDirLTRLabel: 'Od leve proti desni (LTR)',
	langDirLabel: 'Smer jezika',
	langDirRTLLabel: 'Od desne proti levi (RTL)',
	languageCodeInputLabel: 'Koda jezika',
	remove: 'Odstrani div',
	styleSelectLabel: 'Slog',
	title: 'Ustvari vsebnik div',
	toolbar: 'Ustvari vsebnik div'
} );