]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/lang/eu.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / eu.js
index c0c0476b195ea197b06cb2f8dd38030f10949fab..98b92ef012d850e662a6d57e3a462b84dec904d0 100644 (file)
@@ -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
  */
 
@@ -86,7 +86,7 @@ CKEDITOR.lang[ 'eu' ] = {
                alignMiddle: 'Erdian',
                alignBottom: 'Behean',
                alignNone: 'Bat ere ez',
-               invalidValue    : 'Balio desegokia.',
+               invalidValue: 'Balio desegokia.',
                invalidHeight: 'Altuera zenbaki bat izan behar da.',
                invalidWidth: 'Zabalera zenbaki bat izan behar da.',
                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' ] = {
                cssLengthTooltip: 'Sartu zenbaki bat edo zenbaki bat baliozko CSS unitate batekin (px, %, in, cm, mm, em, ex, pt, edo pc).',
 
                // Put the voice-only part of the label in the span.
-               unavailable: '%1<span class="cke_accessibility">, erabilezina</span>'
+               unavailable: '%1<span class="cke_accessibility">, erabilezina</span>',
+
+               // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
+               keyboard: {
+                       8: 'Backspace', // MISSING
+                       13: 'Sartu',
+                       16: 'Maius',
+                       17: 'Ktrl',
+                       18: 'Alt',
+                       32: 'Space', // MISSING
+                       35: 'Buka',
+                       36: 'Etxea',
+                       46: 'Ezabatu',
+                       224: 'Command' // MISSING
+               },
+
+               // Prepended to ARIA labels with shortcuts.
+               keyboardShortcut: 'Keyboard shortcut' // MISSING
        }
 };