summaryrefslogtreecommitdiff
path: root/plugins/liststyle/lang/sk.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/liststyle/lang/sk.js')
-rw-r--r--plugins/liststyle/lang/sk.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/liststyle/lang/sk.js b/plugins/liststyle/lang/sk.js
deleted file mode 100644
index bf9ae63..0000000
--- a/plugins/liststyle/lang/sk.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html 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: 'Gregoriá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.'
-});