]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/lang/ku.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / ku.js
index 0ed14a410032872f0c86d2c3f87da7c4cd7bb889..171059b995f16c4f5fd3c61425452020033562f2 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[ 'ku' ] = {
                alignMiddle: 'ناوەند',
                alignBottom: 'ژێرەوە',
                alignNone: 'هیچ',
-               invalidValue    : 'نرخێکی نادرووست.',
+               invalidValue: 'نرخێکی نادرووست.',
                invalidHeight: 'درێژی دەبێت ژمارە بێت.',
                invalidWidth: 'پانی دەبێت ژمارە بێت.',
                invalidCssLength: 'ئەم نرخەی دراوە بۆ خانەی "%1" دەبێت ژمارەکی درووست بێت یان بێ ناونیشانی ئامرازی (px, %, in, cm, mm, em, ex, pt, یان pc).',
@@ -94,6 +94,23 @@ CKEDITOR.lang[ 'ku' ] = {
                cssLengthTooltip: 'ژمارەیەك بنووسه‌ بۆ نرخی piksel یان ئامرازێکی درووستی 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',
+                       35: 'End',
+                       36: 'Home',
+                       46: 'Delete',
+                       224: 'فەرمان'
+               },
+
+               // Prepended to ARIA labels with shortcuts.
+               keyboardShortcut: 'کورتبڕی تەختەکلیل'
        }
 };