]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blob - sources/lang/hi.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / hi.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 * Hindi 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[ 'hi' ] = {
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: 'Close', // MISSING
61 preview: 'प्रीव्यू',
62 resize: 'Resize', // MISSING
63 generalTab: 'सामान्य',
64 advancedTab: 'ऍड्वान्स्ड',
65 validateNumberFailed: 'This value is not a number.', // MISSING
66 confirmNewPage: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
67 confirmCancel: 'You have changed some options. Are you sure you want to close the dialog window?', // MISSING
68 options: 'Options', // MISSING
69 target: 'टार्गेट',
70 targetNew: 'New Window (_blank)', // MISSING
71 targetTop: 'Topmost Window (_top)', // MISSING
72 targetSelf: 'Same Window (_self)', // MISSING
73 targetParent: 'Parent Window (_parent)', // MISSING
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: 'Height must be a number.', // MISSING
91 invalidWidth: 'Width must be a number.', // MISSING
92 invalidCssLength: 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
93 invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
94 invalidInlineStyle: 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
95 cssLengthTooltip: 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
96
97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, unavailable</span>', // MISSING
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 };