diff options
Diffstat (limited to 'plugins/liststyle/lang/cs.js')
| -rw-r--r-- | plugins/liststyle/lang/cs.js | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/liststyle/lang/cs.js b/plugins/liststyle/lang/cs.js deleted file mode 100644 index 42a04b4..0000000 --- a/plugins/liststyle/lang/cs.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', '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.'
-});
|
