aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/liststyle/lang/is.js
blob: b6ad69f9abb41b6229a42fbf5f4e2ccb460aaed7 (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', 'is', {
	armenian: 'Armenian numbering',
	bulletedTitle: 'Bulleted List Properties',
	circle: 'Circle',
	decimal: 'Decimal (1, 2, 3, etc.)',
	decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)',
	disc: 'Disc',
	georgian: 'Georgian numbering (an, ban, gan, etc.)',
	lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)',
	lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)',
	lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)',
	none: 'None',
	notset: '<not set>',
	numberedTitle: 'Numbered List Properties',
	square: 'Square',
	start: 'Start',
	type: 'Type',
	upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)',
	upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)',
	validateStartNumber: 'List start number must be a whole number.'
} );