aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/hr.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 17:54:04 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 17:54:04 +0100
commit317f8f8f0651488f226b5280a8f036c7c135c639 (patch)
tree97bd4889ab2822a00d4b0f0d5cde38b59f9f41de /sources/lang/hr.js
parent1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c (diff)
downloadpiedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.tar.gz
piedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.tar.zst
piedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.zip
Add oembed4.7.3
Diffstat (limited to 'sources/lang/hr.js')
-rw-r--r--sources/lang/hr.js25
1 files changed, 21 insertions, 4 deletions
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 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -85,8 +85,8 @@ CKEDITOR.lang[ 'hr' ] = {
85 alignTop: 'Vrh', 85 alignTop: 'Vrh',
86 alignMiddle: 'Sredina', 86 alignMiddle: 'Sredina',
87 alignBottom: 'Dolje', 87 alignBottom: 'Dolje',
88 alignNone: 'None', // MISSING 88 alignNone: 'Bez poravnanja',
89 invalidValue : 'Neispravna vrijednost.', 89 invalidValue: 'Neispravna vrijednost.',
90 invalidHeight: 'Visina mora biti broj.', 90 invalidHeight: 'Visina mora biti broj.',
91 invalidWidth: 'Širina mora biti broj.', 91 invalidWidth: 'Širina mora biti broj.',
92 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).', 92 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' ] = {
95 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).', 95 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).',
96 96
97 // Put the voice-only part of the label in the span. 97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, nedostupno</span>' 98 unavailable: '%1<span class="cke_accessibility">, nedostupno</span>',
99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: {
102 8: 'Backspace',
103 13: 'Enter',
104 16: 'Shift',
105 17: 'Ctrl',
106 18: 'Alt',
107 32: 'Space',
108 35: 'End',
109 36: 'Home',
110 46: 'Delete',
111 224: 'Command'
112 },
113
114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Prečica na tipkovnici'
99 } 116 }
100}; 117};