]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blob - sources/lang/gu.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / gu.js
1 /**
2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 /**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * Gujarati language.
9 */
10
11 /**#@+
12 @type String
13 @example
14 */
15
16 /**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20 CKEDITOR.lang[ 'gu' ] = {
21 // ARIA description.
22 editor: 'રીચ ટેક્ષ્ત્ એડીટર',
23 editorPanel: 'Rich Text Editor panel', // MISSING
24
25 // Common messages and labels.
26 common: {
27 // Screenreader titles. Please note that screenreaders are not always capable
28 // of reading non-English words. So be careful while translating it.
29 editorHelp: 'પ્રેસ ALT 0 મદદ માટ',
30
31 browseServer: 'સર્વર બ્રાઉઝ કરો',
32 url: 'URL',
33 protocol: 'પ્રોટોકૉલ',
34 upload: 'અપલોડ',
35 uploadSubmit: 'આ સર્વરને મોકલવું',
36 image: 'ચિત્ર',
37 flash: 'ફ્લૅશ',
38 form: 'ફૉર્મ/પત્રક',
39 checkbox: 'ચેક બોક્સ',
40 radio: 'રેડિઓ બટન',
41 textField: 'ટેક્સ્ટ ફીલ્ડ, શબ્દ ક્ષેત્ર',
42 textarea: 'ટેક્સ્ટ એરિઆ, શબ્દ વિસ્તાર',
43 hiddenField: 'ગુપ્ત ક્ષેત્ર',
44 button: 'બટન',
45 select: 'પસંદગી ક્ષેત્ર',
46 imageButton: 'ચિત્ર બટન',
47 notSet: '<સેટ નથી>',
48 id: 'Id',
49 name: 'નામ',
50 langDir: 'ભાષા લેખવાની પદ્ધતિ',
51 langDirLtr: 'ડાબે થી જમણે (LTR)',
52 langDirRtl: 'જમણે થી ડાબે (RTL)',
53 langCode: 'ભાષા કોડ',
54 longDescr: 'વધારે માહિતી માટે URL',
55 cssClass: 'સ્ટાઇલ-શીટ ક્લાસ',
56 advisoryTitle: 'મુખ્ય મથાળું',
57 cssStyle: 'સ્ટાઇલ',
58 ok: 'ઠીક છે',
59 cancel: 'રદ કરવું',
60 close: 'બંધ કરવું',
61 preview: 'જોવું',
62 resize: 'ખેંચી ને યોગ્ય કરવું',
63 generalTab: 'જનરલ',
64 advancedTab: 'અડ્વાન્સડ',
65 validateNumberFailed: 'આ રકમ આકડો નથી.',
66 confirmNewPage: 'સવે કાર્ય વગરનું ફકરો ખોવાઈ જશે. તમને ખાતરી છે કે તમને નવું પાનું ખોલવું છે?',
67 confirmCancel: 'ઘણા વિકલ્પો બદલાયા છે. તમારે આ બોક્ષ્ બંધ કરવું છે?',
68 options: 'વિકલ્પો',
69 target: 'લક્ષ્ય',
70 targetNew: 'નવી વિન્ડો (_blank)',
71 targetTop: 'ઉપરની વિન્ડો (_top)',
72 targetSelf: 'એજ વિન્ડો (_self)',
73 targetParent: 'પેરનટ વિન્ડો (_parent)',
74 langDirLTR: 'ડાબે થી જમણે (LTR)',
75 langDirRTL: 'જમણે થી ડાબે (RTL)',
76 styles: 'શૈલી',
77 cssClasses: 'શૈલી કલાસીસ',
78 width: 'પહોળાઈ',
79 height: 'ઊંચાઈ',
80 align: 'લાઇનદોરીમાં ગોઠવવું',
81 alignLeft: 'ડાબી બાજુ ગોઠવવું',
82 alignRight: 'જમણી',
83 alignCenter: 'મધ્ય સેન્ટર',
84 alignJustify: 'બ્લૉક, અંતરાય જસ્ટિફાઇ',
85 alignTop: 'ઉપર',
86 alignMiddle: 'વચ્ચે',
87 alignBottom: 'નીચે',
88 alignNone: 'None', // MISSING
89 invalidValue: 'Invalid value.', // MISSING
90 invalidHeight: 'ઉંચાઈ એક આંકડો હોવો જોઈએ.',
91 invalidWidth: 'પોહળ ઈ એક આંકડો હોવો જોઈએ.',
92 invalidCssLength: '"%1" ની વેલ્યુ એક પોસીટીવ આંકડો હોવો જોઈએ અથવા CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc) વગર.',
93 invalidHtmlLength: '"%1" ની વેલ્યુ એક પોસીટીવ આંકડો હોવો જોઈએ અથવા HTML measurement unit (px or %) વગર.',
94 invalidInlineStyle: 'ઈનલાઈન સ્ટાઈલ ની વેલ્યુ "name : value" ના ફોર્મેટ માં હોવી જોઈએ, વચ્ચે સેમી-કોલોન જોઈએ.',
95 cssLengthTooltip: 'પિક્ષ્લ્ નો આંકડો CSS unit (px, %, in, cm, mm, em, ex, pt, or pc) માં નાખો.',
96
97 // Put the voice-only part of the label in the 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
116 }
117 };