]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/lang/ug.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / ug.js
index f7d328378f1d63e8e291e57b7a5dbb70668154af..13a256d1d60112f7729ae5edead2b581ad51c8c5 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
  */
 
@@ -85,7 +85,7 @@ CKEDITOR.lang[ 'ug' ] = {
                alignMiddle: 'ئوتتۇرا',
                alignBottom: 'ئاستى',
                alignNone: 'يوق',
-               invalidValue    : 'ئىناۋەتسىز قىممەت.',
+               invalidValue: 'ئىناۋەتسىز قىممەت.',
                invalidHeight: 'ئېگىزلىك چوقۇم رەقەم پىچىمىدا بولۇشى زۆرۈر',
                invalidWidth: 'كەڭلىك چوقۇم رەقەم پىچىمىدا بولۇشى زۆرۈر',
                invalidCssLength: 'بۇ سۆز بۆلىكى چوقۇم مۇۋاپىق بولغان CSS ئۇزۇنلۇق قىممىتى بولۇشى زۆرۈر، بىرلىكى (px, %, in, cm, mm, em, ex, pt ياكى pc)',
@@ -94,6 +94,23 @@ CKEDITOR.lang[ 'ug' ] = {
                cssLengthTooltip: 'بۇ سۆز بۆلىكى بىرىكمە CSS ئۇزۇنلۇق قىممىتى بولۇشى كېرەك. ئۆز ئىچىگە ئالىدىغان بىرلىك (px, %, in, cm, mm, em, ex, pt ياكى pc)',
 
                // Put the voice-only part of the label in the span.
-               unavailable: '%1<span class=\\\\"cke_accessibility\\\\">، ئىشلەتكىلى بولمايدۇ</span>'
+               unavailable: '%1<span class=\\\\"cke_accessibility\\\\">، ئىشلەتكىلى بولمايدۇ</span>',
+
+               // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
+               keyboard: {
+                       8: 'Backspace',
+                       13: 'Enter',
+                       16: 'Shift',
+                       17: 'Ctrl',
+                       18: 'Alt',
+                       32: 'Space', // MISSING
+                       35: 'End',
+                       36: 'Home',
+                       46: 'ئۆچۈر',
+                       224: 'Command' // MISSING
+               },
+
+               // Prepended to ARIA labels with shortcuts.
+               keyboardShortcut: 'Keyboard shortcut' // MISSING
        }
 };