hi.js 759 B

123456789101112
  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( 'templates', 'hi', {
  6. button: 'टॅम्प्लेट',
  7. emptyListMsg: '(कोई टॅम्प्लेट डिफ़ाइन नहीं किया गया है)',
  8. insertOption: 'मूल शब्दों को बदलें',
  9. options: 'Template Options', // MISSING
  10. selectPromptMsg: 'ऍडिटर में ओपन करने हेतु टॅम्प्लेट चुनें(वर्तमान कन्टॅन्ट सेव नहीं होंगे):',
  11. title: 'कन्टेन्ट टॅम्प्लेट'
  12. } );