X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fhr.js;fp=sources%2Flang%2Fhr.js;h=7bf089e29559d50a7bc51ac538e92b87f47764a5;hp=52db97047854330d4d67b163dbc734ab8b23a060;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/hr.js b/sources/lang/hr.js index 52db970..7bf089e 100644 --- a/sources/lang/hr.js +++ b/sources/lang/hr.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -85,8 +85,8 @@ CKEDITOR.lang[ 'hr' ] = { alignTop: 'Vrh', alignMiddle: 'Sredina', alignBottom: 'Dolje', - alignNone: 'None', // MISSING - invalidValue : 'Neispravna vrijednost.', + alignNone: 'Bez poravnanja', + invalidValue: 'Neispravna vrijednost.', invalidHeight: 'Visina mora biti broj.', invalidWidth: 'Širina mora biti broj.', invalidCssLength: 'Vrijednost određena za "%1" polje mora biti pozitivni broj sa ili bez važećih CSS mjernih jedinica (px, %, in, cm, mm, em, ex, pt ili pc).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'hr' ] = { cssLengthTooltip: 'Unesite broj za vrijednost u pikselima ili broj s važećim CSS mjernim jedinicama (px, %, in, cm, mm, em, ex, pt ili pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, nedostupno' + unavailable: '%1, nedostupno', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 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: 'Prečica na tipkovnici' } };