diff options
Diffstat (limited to 'plugins/liststyle/lang/sk.js')
| -rw-r--r-- | plugins/liststyle/lang/sk.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/liststyle/lang/sk.js b/plugins/liststyle/lang/sk.js new file mode 100644 index 0000000..bf9ae63 --- /dev/null +++ b/plugins/liststyle/lang/sk.js @@ -0,0 +1,25 @@ +/*
+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.'
+});
|
