]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/lang/km.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / km.js
index 50066860117be6767ec3f69d2ba30cd4ed27d676..b9908d9861470fa11b66110f72718cf4faad9d6f 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[ 'km' ] = {
                alignMiddle: 'កណ្តាល',
                alignBottom: 'ខាងក្រោម',
                alignNone: 'គ្មាន',
-               invalidValue    : 'តម្លៃ​មិន​ត្រឹម​ត្រូវ។',
+               invalidValue: 'តម្លៃ​មិន​ត្រឹម​ត្រូវ។',
                invalidHeight: 'តម្លៃ​កំពស់​ត្រូវ​តែ​ជា​លេខ។',
                invalidWidth: 'តម្លៃ​ទទឹង​ត្រូវ​តែ​ជា​លេខ។',
                invalidCssLength: 'តម្លៃ​កំណត់​សម្រាប់​វាល "%1" ត្រូវ​តែ​ជា​លេខ​វិជ្ជមាន​ ដោយ​ភ្ជាប់ឬ​មិន​ភ្ជាប់​ជាមួយ​នឹង​ឯកតា​រង្វាស់​របស់ CSS (px, %, in, cm, mm, em, ex, pt ឬ pc) ។',
@@ -95,6 +95,23 @@ CKEDITOR.lang[ 'km' ] = {
                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: 'លុបថយក្រោយ',
+                       13: 'Enter', // MISSING
+                       16: 'Shift', // MISSING
+                       17: 'Ctrl', // MISSING
+                       18: 'Alt', // MISSING
+                       32: 'Space', // MISSING
+                       35: 'ចុង',
+                       36: 'ផ្ទះ',
+                       46: 'លុប',
+                       224: 'Command' // MISSING
+               },
+
+               // Prepended to ARIA labels with shortcuts.
+               keyboardShortcut: 'Keyboard shortcut' // MISSING
        }
 };