]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/lang/eo.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / eo.js
index 4a2586217d181be1d055571cb182178c0bd6f6b1..4ea1b8491a8d1ffdd8170f59494b7df9b3628ea4 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[ 'eo' ] = {
                alignMiddle: 'Centre',
                alignBottom: 'Malsupre',
                alignNone: 'Neniu',
-               invalidValue    : 'Nevalida Valoro',
+               invalidValue: 'Nevalida Valoro',
                invalidHeight: 'Alto devas esti nombro.',
                invalidWidth: 'Larĝo devas esti nombro.',
                invalidCssLength: 'La valoro indikita por la "%1" kampo devas esti pozitiva nombro kun aŭ sen valida CSSmezurunuo (px, %, in, cm, mm, em, ex, pt, or pc).',
@@ -95,6 +95,23 @@ CKEDITOR.lang[ 'eo' ] = {
                cssLengthTooltip: 'Entajpu nombron por rastrumera valoro aŭ nombron kun valida CSSunuo (px, %, in, cm, mm, em, ex, pt, or pc).',
 
                // Put the voice-only part of the label in the span.
-               unavailable: '%1<span class="cke_accessibility">, nehavebla</span>'
+               unavailable: '%1<span class="cke_accessibility">, nehavebla</span>',
+
+               // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
+               keyboard: {
+                       8: 'Retropaŝo',
+                       13: 'Enigi',
+                       16: 'Registrumo',
+                       17: 'Stirklavo',
+                       18: 'Alt-klavo',
+                       32: 'Spaco',
+                       35: 'Fino',
+                       36: 'Hejmo',
+                       46: 'Forigi',
+                       224: 'Komando'
+               },
+
+               // Prepended to ARIA labels with shortcuts.
+               keyboardShortcut: 'Fulmoklavo'
        }
 };