Release
Release
This commit is contained in:
25
ckeditor/plugins/liststyle/lang/sk.js
Normal file
25
ckeditor/plugins/liststyle/lang/sk.js
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'liststyle', 'sk', {
|
||||
armenian: 'Arménske číslovanie',
|
||||
bulletedTitle: 'Vlastnosti odrážkového zoznamu',
|
||||
circle: 'Kruh',
|
||||
decimal: 'Číselné (1, 2, 3, atď.)',
|
||||
decimalLeadingZero: 'Číselné s nulou (01, 02, 03, atď.)',
|
||||
disc: 'Disk',
|
||||
georgian: 'Gruzínske číslovanie (an, ban, gan, atď.)',
|
||||
lowerAlpha: 'Malé latinské (a, b, c, d, e, atď.)',
|
||||
lowerGreek: 'Malé grécke (alfa, beta, gama, atď.)',
|
||||
lowerRoman: 'Malé rímske (i, ii, iii, iv, v, atď.)',
|
||||
none: 'Nič',
|
||||
notset: '<nenastavené>',
|
||||
numberedTitle: 'Vlastnosti číselného zoznamu',
|
||||
square: 'Štvorec',
|
||||
start: 'Začiatok',
|
||||
type: 'Typ',
|
||||
upperAlpha: 'Veľké latinské (A, B, C, D, E, atď.)',
|
||||
upperRoman: 'Veľké rímske (I, II, III, IV, V, atď.)',
|
||||
validateStartNumber: 'Začiatočné číslo číselného zoznamu musí byť celé číslo.'
|
||||
} );
|
||||
Reference in New Issue
Block a user