summaryrefslogtreecommitdiff
path: root/plugins/find/lang/gu.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/gu.js')
-rw-r--r--plugins/find/lang/gu.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/gu.js b/plugins/find/lang/gu.js
new file mode 100644
index 0000000..3900353
--- /dev/null
+++ b/plugins/find/lang/gu.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'gu', {
+ find: 'શોધવું',
+ findOptions: 'વીકલ્પ શોધો',
+ findWhat: 'આ શોધો',
+ matchCase: 'કેસ સરખા રાખો',
+ matchCyclic: 'સરખાવવા બધા',
+ matchWord: 'બઘા શબ્દ સરખા રાખો',
+ notFoundMsg: 'તમે શોધેલી ટેક્સ્ટ નથી મળી',
+ replace: 'રિપ્લેસ/બદલવું',
+ replaceAll: 'બઘા બદલી ',
+ replaceSuccessMsg: '%1 ફેરફારો બાદલાયા છે.',
+ replaceWith: 'આનાથી બદલો',
+ title: 'શોધવું અને બદલવું'
+});