blob: a4fa44053e0993d7604685babd7e59c8f92a0866 (
plain) (
tree)
|
|
/*
Copyright (c) 2003-2016, 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: 'શોધવું અને બદલવું'
} );
|