aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/gu.js
blob: 9f0a344c6d097a625aedf9c439e78d2ba0980b2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'gu', {
	find: 'શોધવું',
	findOptions: 'વીકલ્પ શોધો',
	findWhat: 'આ શોધો',
	matchCase: 'કેસ સરખા રાખો',
	matchCyclic: 'સરખાવવા બધા',
	matchWord: 'બઘા શબ્દ સરખા રાખો',
	notFoundMsg: 'તમે શોધેલી ટેક્સ્ટ નથી મળી',
	replace: 'રિપ્લેસ/બદલવું',
	replaceAll: 'બઘા બદલી ',
	replaceSuccessMsg: '%1 ફેરફારો બાદલાયા છે.',
	replaceWith: 'આનાથી બદલો',
	title: 'શોધવું અને બદલવું'
} );