aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/gu.js
blob: 76ab3735ea90d596a560ae84bd0a3b4c4a6d7179 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'gu', {
	button: {
		title: 'બટનના ગુણ',
		text: 'ટેક્સ્ટ (વૅલ્યૂ)',
		type: 'પ્રકાર',
		typeBtn: 'બટન',
		typeSbm: 'સબ્મિટ',
		typeRst: 'રિસેટ'
	},
	checkboxAndRadio: {
		checkboxTitle: 'ચેક બોક્સ ગુણ',
		radioTitle: 'રેડિઓ બટનના ગુણ',
		value: 'વૅલ્યૂ',
		selected: 'સિલેક્ટેડ',
		required: 'Required' // MISSING
	},
	form: {
		title: 'ફૉર્મ/પત્રકના ગુણ',
		menu: 'ફૉર્મ/પત્રકના ગુણ',
		action: 'ક્રિયા',
		method: 'પદ્ધતિ',
		encoding: 'અન્કોડીન્ગ'
	},
	hidden: {
		title: 'ગુપ્ત ક્ષેત્રના ગુણ',
		name: 'નામ',
		value: 'વૅલ્યૂ'
	},
	select: {
		title: 'પસંદગી ક્ષેત્રના ગુણ',
		selectInfo: 'સૂચના',
		opAvail: 'ઉપલબ્ધ વિકલ્પ',
		value: 'વૅલ્યૂ',
		size: 'સાઇઝ',
		lines: 'લીટીઓ',
		chkMulti: 'એકથી વધારે પસંદ કરી શકો',
		required: 'Required', // MISSING
		opText: 'ટેક્સ્ટ',
		opValue: 'વૅલ્યૂ',
		btnAdd: 'ઉમેરવું',
		btnModify: 'બદલવું',
		btnUp: 'ઉપર',
		btnDown: 'નીચે',
		btnSetValue: 'પસંદ કરલી વૅલ્યૂ સેટ કરો',
		btnDelete: 'રદ કરવું'
	},
	textarea: {
		title: 'ટેક્સ્ટ એઅરિઆ, શબ્દ વિસ્તારના ગુણ',
		cols: 'કૉલમ/ઊભી કટાર',
		rows: 'પંક્તિઓ'
	},
	textfield: {
		title: 'ટેક્સ્ટ ફીલ્ડ, શબ્દ ક્ષેત્રના ગુણ',
		name: 'નામ',
		value: 'વૅલ્યૂ',
		charWidth: 'કેરેક્ટરની પહોળાઈ',
		maxChars: 'અધિકતમ કેરેક્ટર',
		required: 'Required', // MISSING
		type: 'ટાઇપ',
		typeText: 'ટેક્સ્ટ',
		typePass: 'પાસવર્ડ',
		typeEmail: 'Email', // MISSING
		typeSearch: 'Search', // MISSING
		typeTel: 'Telephone Number', // MISSING
		typeUrl: 'URL'
	}
} );