summaryrefslogtreecommitdiff
path: root/plugins/liststyle/lang/cs.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/liststyle/lang/cs.js')
-rw-r--r--plugins/liststyle/lang/cs.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/liststyle/lang/cs.js b/plugins/liststyle/lang/cs.js
new file mode 100644
index 0000000..42a04b4
--- /dev/null
+++ b/plugins/liststyle/lang/cs.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', 'cs', {
+ armenian: 'Arménské',
+ bulletedTitle: 'Vlastnosti odrážek',
+ circle: 'Kroužky',
+ decimal: 'Arabská čísla (1, 2, 3, atd.)',
+ decimalLeadingZero: 'Arabská čísla uvozená nulou (01, 02, 03, atd.)',
+ disc: 'Kolečka',
+ georgian: 'Gruzínské (an, ban, gan, atd.)',
+ lowerAlpha: 'Malá latinka (a, b, c, d, e, atd.)',
+ lowerGreek: 'Malé řecké (alpha, beta, gamma, atd.)',
+ lowerRoman: 'Malé římské (i, ii, iii, iv, v, atd.)',
+ none: 'Nic',
+ notset: '<nenastaveno>',
+ numberedTitle: 'Vlastnosti číslování',
+ square: 'Čtverce',
+ start: 'Počátek',
+ type: 'Typ',
+ upperAlpha: 'Velká latinka (A, B, C, D, E, atd.)',
+ upperRoman: 'Velké římské (I, II, III, IV, V, atd.)',
+ validateStartNumber: 'Číslování musí začínat celým číslem.'
+});