aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/eu.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/lang/eu.js')
-rw-r--r--sources/lang/eu.js23
1 files changed, 20 insertions, 3 deletions
diff --git a/sources/lang/eu.js b/sources/lang/eu.js
index c0c0476..98b92ef 100644
--- a/sources/lang/eu.js
+++ b/sources/lang/eu.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
@@ -86,7 +86,7 @@ CKEDITOR.lang[ 'eu' ] = {
86 alignMiddle: 'Erdian', 86 alignMiddle: 'Erdian',
87 alignBottom: 'Behean', 87 alignBottom: 'Behean',
88 alignNone: 'Bat ere ez', 88 alignNone: 'Bat ere ez',
89 invalidValue : 'Balio desegokia.', 89 invalidValue: 'Balio desegokia.',
90 invalidHeight: 'Altuera zenbaki bat izan behar da.', 90 invalidHeight: 'Altuera zenbaki bat izan behar da.',
91 invalidWidth: 'Zabalera zenbaki bat izan behar da.', 91 invalidWidth: 'Zabalera zenbaki bat izan behar da.',
92 invalidCssLength: '"%1" eremurako zehaztutako balioak zenbaki positibo bat izan behar du, CSS neurri unitate batekin edo gabe (px, %, in, cm, mm, em, ex, pt edo pc).', 92 invalidCssLength: '"%1" eremurako zehaztutako balioak zenbaki positibo bat izan behar du, CSS neurri unitate batekin edo gabe (px, %, in, cm, mm, em, ex, pt edo pc).',
@@ -95,6 +95,23 @@ CKEDITOR.lang[ 'eu' ] = {
95 cssLengthTooltip: 'Sartu zenbaki bat edo zenbaki bat baliozko CSS unitate batekin (px, %, in, cm, mm, em, ex, pt, edo pc).', 95 cssLengthTooltip: 'Sartu zenbaki bat edo zenbaki bat baliozko CSS unitate batekin (px, %, in, cm, mm, em, ex, pt, edo 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">, erabilezina</span>' 98 unavailable: '%1<span class="cke_accessibility">, erabilezina</span>',
99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: {
102 8: 'Backspace', // MISSING
103 13: 'Sartu',
104 16: 'Maius',
105 17: 'Ktrl',
106 18: 'Alt',
107 32: 'Space', // MISSING
108 35: 'Buka',
109 36: 'Etxea',
110 46: 'Ezabatu',
111 224: 'Command' // MISSING
112 },
113
114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Keyboard shortcut' // MISSING
99 } 116 }
100}; 117};