hi.js 398 B

12345678910
  1. /*
  2. Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
  3. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. CKEDITOR.plugins.setLang( 'fakeobjects', 'hi', {
  6. anchor: 'ऐंकर इन्सर्ट/संपादन',
  7. hiddenfield: 'गुप्त फ़ील्ड',
  8. iframe: 'IFrame', // MISSING
  9. unknown: 'Unknown Object' // MISSING
  10. } );