aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/liststyle/lang/gu.js
blob: dc181409043673e4410d3b2dc358540bdffadf48 (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', 'gu', {
	armenian: 'અરમેનિયન આંકડા પદ્ધતિ',
	bulletedTitle: 'બુલેટેડ લીસ્ટના ગુણ',
	circle: 'વર્તુળ',
	decimal: 'આંકડા (1, 2, 3, etc.)',
	decimalLeadingZero: 'સુન્ય આગળ આંકડા (01, 02, 03, etc.)',
	disc: 'ડિસ્ક',
	georgian: 'ગેઓર્ગિયન આંકડા પદ્ધતિ (an, ban, gan, etc.)',
	lowerAlpha: 'આલ્ફા નાના (a, b, c, d, e, etc.)',
	lowerGreek: 'ગ્રીક નાના (alpha, beta, gamma, etc.)',
	lowerRoman: 'રોમન નાના (i, ii, iii, iv, v, etc.)',
	none: 'કસુ ',
	notset: '<સેટ નથી>',
	numberedTitle: 'આંકડાના લીસ્ટના ગુણ',
	square: 'ચોરસ',
	start: 'શરુ કરવું',
	type: 'પ્રકાર',
	upperAlpha: 'આલ્ફા મોટા (A, B, C, D, E, etc.)',
	upperRoman: 'રોમન મોટા (I, II, III, IV, V, etc.)',
	validateStartNumber: 'લીસ્ટના સરુઆતનો આંકડો પુરો હોવો જોઈએ.'
} );