]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/plugins/basicstyles/lang/hr.js
6ddfb31e84a4d5929a64aa9770a12ddd69a24ed4
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / basicstyles / lang / hr.js
1 /*
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'basicstyles', 'hr', {
6 bold: 'Podebljaj',
7 italic: 'Ukosi',
8 strike: 'Precrtano',
9 subscript: 'Subscript',
10 superscript: 'Superscript',
11 underline: 'Potcrtano'
12 } );