aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/liststyle/lang/de-ch.js
blob: 13bf8c9d6abc2a44b8fd82e5494bf9a39f1ebdd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'liststyle', 'de-ch', {
	armenian: 'Armenische Nummerierung',
	bulletedTitle: 'Aufzählungslisteneigenschaften',
	circle: 'Ring',
	decimal: 'Dezimal (1, 2, 3, etc.)',
	decimalLeadingZero: 'Dezimal mit führender Null (01, 02, 03, usw.)',
	disc: 'Kreis',
	georgian: 'Georgische Nummerierung (an, ban, gan, usw.)',
	lowerAlpha: 'Klein Alpha (a, b, c, d, e, usw.)',
	lowerGreek: 'Klein griechisch (alpha, beta, gamma, usw.)',
	lowerRoman: 'Klein römisch (i, ii, iii, iv, v, usw.)',
	none: 'Keine',
	notset: '<nicht festgelegt>',
	numberedTitle: 'Nummerierte Listeneigenschaften',
	square: 'Quadrat',
	start: 'Start',
	type: 'Typ',
	upperAlpha: 'Gross alpha (A, B, C, D, E, etc.)',
	upperRoman: 'Gross römisch (I, II, III, IV, V, usw.)',
	validateStartNumber: 'Listenstartnummer muss eine ganze Zahl sein.'
} );