X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fformat%2Flang%2Fhr.js;fp=sources%2Fplugins%2Fformat%2Flang%2Fhr.js;h=fbafb0e6172a829373e5c6f5bd926d9746cc7f04;hp=2d6ec21c0650e2b7dcf57ba9352e468bcd794e85;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 diff --git a/sources/plugins/format/lang/hr.js b/sources/plugins/format/lang/hr.js index 2d6ec21..fbafb0e 100644 --- a/sources/plugins/format/lang/hr.js +++ b/sources/plugins/format/lang/hr.js @@ -4,15 +4,15 @@ For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'format', 'hr', { label: 'Format', - panelTitle: 'Format', - tag_address: 'Address', - tag_div: 'Normal (DIV)', - tag_h1: 'Heading 1', - tag_h2: 'Heading 2', - tag_h3: 'Heading 3', - tag_h4: 'Heading 4', - tag_h5: 'Heading 5', - tag_h6: 'Heading 6', - tag_p: 'Normal', + panelTitle: 'Format paragrafa', + tag_address: 'Adresa', + tag_div: 'Normalno (DIV)', + tag_h1: 'Naslov 1', + tag_h2: 'Naslov 2', + tag_h3: 'Naslov 3', + tag_h4: 'Naslov 4', + tag_h5: 'Naslov 5', + tag_h6: 'Naslov 6', + tag_p: 'Normalno', tag_pre: 'Formatirano' } );