X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fhr.js;fp=sources%2Flang%2Fhr.js;h=7bf089e29559d50a7bc51ac538e92b87f47764a5;hp=d12a338f10aea8f8100578031ef444fc37f70639;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 diff --git a/sources/lang/hr.js b/sources/lang/hr.js index d12a338..7bf089e 100644 --- a/sources/lang/hr.js +++ b/sources/lang/hr.js @@ -85,7 +85,7 @@ CKEDITOR.lang[ 'hr' ] = { alignTop: 'Vrh', alignMiddle: 'Sredina', alignBottom: 'Dolje', - alignNone: 'None', // MISSING + alignNone: 'Bez poravnanja', invalidValue: 'Neispravna vrijednost.', invalidHeight: 'Visina mora biti broj.', invalidWidth: 'Širina mora biti broj.', @@ -99,19 +99,19 @@ CKEDITOR.lang[ 'hr' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING - 13: 'Enter', // MISSING - 16: 'Shift', // MISSING - 17: 'Ctrl', // MISSING - 18: 'Alt', // MISSING - 32: 'Space', // MISSING - 35: 'End', // MISSING - 36: 'Home', // MISSING - 46: 'Delete', // MISSING - 224: 'Command' // MISSING + 8: 'Backspace', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Space', + 35: 'End', + 36: 'Home', + 46: 'Delete', + 224: 'Command' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Prečica na tipkovnici' } };