aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/hr.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/lang/hr.js')
-rw-r--r--sources/lang/hr.js24
1 files changed, 12 insertions, 12 deletions
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' ] = {
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.',
@@ -99,19 +99,19 @@ CKEDITOR.lang[ 'hr' ] = {
99 99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. 100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: { 101 keyboard: {
102 8: 'Backspace', // MISSING 102 8: 'Backspace',
103 13: 'Enter', // MISSING 103 13: 'Enter',
104 16: 'Shift', // MISSING 104 16: 'Shift',
105 17: 'Ctrl', // MISSING 105 17: 'Ctrl',
106 18: 'Alt', // MISSING 106 18: 'Alt',
107 32: 'Space', // MISSING 107 32: 'Space',
108 35: 'End', // MISSING 108 35: 'End',
109 36: 'Home', // MISSING 109 36: 'Home',
110 46: 'Delete', // MISSING 110 46: 'Delete',
111 224: 'Command' // MISSING 111 224: 'Command'
112 }, 112 },
113 113
114 // Prepended to ARIA labels with shortcuts. 114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Keyboard shortcut' // MISSING 115 keyboardShortcut: 'Prečica na tipkovnici'
116 } 116 }
117}; 117};