aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/hi.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/hi.js')
-rw-r--r--sources/plugins/find/lang/hi.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/hi.js b/sources/plugins/find/lang/hi.js
new file mode 100644
index 00000000..73ebdafb
--- /dev/null
+++ b/sources/plugins/find/lang/hi.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'find', 'hi', {
6 find: 'खोजें',
7 findOptions: 'Find Options',
8 findWhat: 'यह खोजें:',
9 matchCase: 'केस मिलायें',
10 matchCyclic: 'Match cyclic',
11 matchWord: 'पूरा शब्द मिलायें',
12 notFoundMsg: 'आपके द्वारा दिया गया टेक्स्ट नहीं मिला',
13 replace: 'रीप्लेस',
14 replaceAll: 'सभी रिप्लेस करें',
15 replaceSuccessMsg: '%1 occurrence(s) replaced.',
16 replaceWith: 'इससे रिप्लेस करें:',
17 title: 'खोजें और बदलें'
18} );