]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/lang/cy.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / cy.js
index 916206e538fe71e1a2ca2e26bc115c09cb55eec9..3f075aa0c64ab632b9c1e5a0facbf4850da7c9bd 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[ 'cy' ] = {
                alignMiddle: 'Canol',
                alignBottom: 'Gwaelod',
                alignNone: 'None', // MISSING
-               invalidValue    : 'Gwerth annilys.',
+               invalidValue: 'Gwerth annilys.',
                invalidHeight: 'Mae\'n rhaid i\'r uchder fod yn rhif.',
                invalidWidth: 'Mae\'n rhaid i\'r lled fod yn rhif.',
                invalidCssLength: 'Mae\'n rhaid i\'r gwerth ar gyfer maes "%1" fod yn rhif positif gyda neu heb uned fesuriad CSS dilys (px, %, in, cm, mm, em, ex, pt, neu pc).',
@@ -95,6 +95,23 @@ CKEDITOR.lang[ 'cy' ] = {
                cssLengthTooltip: 'Rhowch rif am werth mewn picsel neu rhif gydag uned CSS dilys (px, %, in, cm, mm, em, pt neu pc).',
 
                // Put the voice-only part of the label in the span.
-               unavailable: '%1<span class="cke_accessibility">, ddim ar gael</span>'
+               unavailable: '%1<span class="cke_accessibility">, ddim ar gael</span>',
+
+               // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
+               keyboard: {
+                       8: 'Backspace', // MISSING
+                       13: 'Enter', // MISSING
+                       16: 'Shift', // MISSING
+                       17: 'Ctrl', // MISSING
+                       18: 'Alt', // MISSING
+                       32: 'Space', // MISSING
+                       35: 'End', // MISSING
+                       36: 'Home', // MISSING
+                       46: 'Delete', // MISSING
+                       224: 'Command' // MISSING
+               },
+
+               // Prepended to ARIA labels with shortcuts.
+               keyboardShortcut: 'Keyboard shortcut' // MISSING
        }
 };