aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/gu.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/lang/gu.js')
-rw-r--r--sources/lang/gu.js23
1 files changed, 20 insertions, 3 deletions
diff --git a/sources/lang/gu.js b/sources/lang/gu.js
index 5e17553..17862d0 100644
--- a/sources/lang/gu.js
+++ b/sources/lang/gu.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -86,7 +86,7 @@ CKEDITOR.lang[ 'gu' ] = {
86 alignMiddle: 'વચ્ચે', 86 alignMiddle: 'વચ્ચે',
87 alignBottom: 'નીચે', 87 alignBottom: 'નીચે',
88 alignNone: 'None', // MISSING 88 alignNone: 'None', // MISSING
89 invalidValue : 'Invalid value.', // MISSING 89 invalidValue: 'Invalid value.', // MISSING
90 invalidHeight: 'ઉંચાઈ એક આંકડો હોવો જોઈએ.', 90 invalidHeight: 'ઉંચાઈ એક આંકડો હોવો જોઈએ.',
91 invalidWidth: 'પોહળ ઈ એક આંકડો હોવો જોઈએ.', 91 invalidWidth: 'પોહળ ઈ એક આંકડો હોવો જોઈએ.',
92 invalidCssLength: '"%1" ની વેલ્યુ એક પોસીટીવ આંકડો હોવો જોઈએ અથવા CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc) વગર.', 92 invalidCssLength: '"%1" ની વેલ્યુ એક પોસીટીવ આંકડો હોવો જોઈએ અથવા CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc) વગર.',
@@ -95,6 +95,23 @@ CKEDITOR.lang[ 'gu' ] = {
95 cssLengthTooltip: 'પિક્ષ્લ્ નો આંકડો CSS unit (px, %, in, cm, mm, em, ex, pt, or pc) માં નાખો.', 95 cssLengthTooltip: 'પિક્ષ્લ્ નો આંકડો CSS unit (px, %, in, cm, mm, em, ex, pt, or pc) માં નાખો.',
96 96
97 // Put the voice-only part of the label in the span. 97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, નથી મળતું</span>' 98 unavailable: '%1<span class="cke_accessibility">, નથી મળતું</span>',
99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: {
102 8: 'Backspace', // MISSING
103 13: 'Enter', // MISSING
104 16: 'Shift', // MISSING
105 17: 'Ctrl', // MISSING
106 18: 'Alt', // MISSING
107 32: 'Space', // MISSING
108 35: 'End', // MISSING
109 36: 'Home', // MISSING
110 46: 'Delete', // MISSING
111 224: 'Command' // MISSING
112 },
113
114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Keyboard shortcut' // MISSING
99 } 116 }
100}; 117};