about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/gu.js
blob: 25a0cf3db335ef4e99151fe290acc634db329fa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'image2', 'gu', {
	alt: 'ઑલ્ટર્નટ ટેક્સ્ટ',
	btnUpload: 'આ સર્વરને મોકલવું',
	captioned: 'Captioned image', // MISSING
	captionPlaceholder: 'Caption', // MISSING
	infoTab: 'ચિત્ર ની જાણકારી',
	lockRatio: 'લૉક ગુણોત્તર',
	menu: 'ચિત્રના ગુણ',
	pathName: 'image', // MISSING
	pathNameCaption: 'caption', // MISSING
	resetSize: 'રીસેટ સાઇઝ',
	resizer: 'Click and drag to resize', // MISSING
	title: 'ચિત્રના ગુણ',
	uploadTab: 'અપલોડ',
	urlMissing: 'ઈમેજની મૂળ URL છે નહી.',
	altMissing: 'Alternative text is missing.' // MISSING
} );