]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/basicstyles/lang/hi.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / basicstyles / lang / hi.js
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( 'basicstyles', 'hi', {
6 bold: 'बोल्ड',
7 italic: 'इटैलिक',
8 strike: 'स्ट्राइक थ्रू',
9 subscript: 'अधोलेख',
10 superscript: 'अभिलेख',
11 underline: 'रेखांकण'
12 } );