mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 08:15:38 +00:00
19 lines
829 B
JavaScript
Executable File
19 lines
829 B
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, 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: 'શોધવું અને બદલવું'
|
|
});
|