hi.js 826 B

123456789101112131415161718
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.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. } );