Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/hi.js @ 3515:12d1df65c7d3

Revision 3515:12d1df65c7d3, 20.8 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Update CKEditor from 4.6.1 to 4.6.2

Line 
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.lang['hi'] = {
6    undo : 
7    {
8     redo : 'रीडू',
9     undo : 'अन्डू'
10    },
11    toolbar : 
12    {
13     toolbarCollapse : 'Collapse Toolbar',
14     toolbarExpand : 'Expand Toolbar',
15     toolbarGroups : 
16     {
17          document : 'Document',
18          clipboard : 'Clipboard/Undo',
19          editing : 'Editing',
20          forms : 'Forms',
21          basicstyles : 'Basic Styles',
22          paragraph : 'Paragraph',
23          links : 'Links',
24          insert : 'Insert',
25          styles : 'Styles',
26          colors : 'Colors',
27          tools : 'Tools'
28     },
29     toolbars : 'एडिटर टूलबार'
30    },
31    templates : 
32    {
33     button : 'टॅम्प्लेट',
34     emptyListMsg : '(कोई टॅम्प्लेट डिफ़ाइन नहीं किया गया है)',
35     insertOption : 'मूल शब्दों को बदलें',
36     options : 'Template Options',
37     selectPromptMsg : 'ऍडिटर में ओपन करने हेतु टॅम्प्लेट चुनें(वर्तमान कन्टॅन्ट सेव नहीं होंगे):',
38     title : 'कन्टेन्ट टॅम्प्लेट'
39    },
40    table : 
41    {
42     border : 'बॉर्डर साइज़',
43     caption : 'शीर्षक',
44     cell : 
45     {
46          menu : 'खाना',
47          insertBefore : 'पहले सैल डालें',
48          insertAfter : 'बाद में सैल डालें',
49          deleteCell : 'सैल डिलीट करें',
50          merge : 'सैल मिलायें',
51          mergeRight : 'बाँया विलय',
52          mergeDown : 'नीचे विलय करें',
53          splitHorizontal : 'सैल को क्षैतिज स्थिति में विभाजित करें',
54          splitVertical : 'सैल को लम्बाकार में विभाजित करें',
55          title : 'Cell Properties',
56          cellType : 'Cell Type',
57          rowSpan : 'Rows Span',
58          colSpan : 'Columns Span',
59          wordWrap : 'Word Wrap',
60          hAlign : 'Horizontal Alignment',
61          vAlign : 'Vertical Alignment',
62          alignBaseline : 'Baseline',
63          bgColor : 'Background Color',
64          borderColor : 'Border Color',
65          data : 'Data',
66          header : 'Header',
67          yes : 'Yes',
68          no : 'No',
69          invalidWidth : 'Cell width must be a number.',
70          invalidHeight : 'Cell height must be a number.',
71          invalidRowSpan : 'Rows span must be a whole number.',
72          invalidColSpan : 'Columns span must be a whole number.',
73          chooseColor : 'Choose'
74     },
75     cellPad : 'सैल पैडिंग',
76     cellSpace : 'सैल अंतर',
77     column : 
78     {
79          menu : 'कालम',
80          insertBefore : 'पहले कालम डालें',
81          insertAfter : 'बाद में कालम डालें',
82          deleteColumn : 'कालम डिलीट करें'
83     },
84     columns : 'कालम',
85     deleteTable : 'टेबल डिलीट करें',
86     headers : 'Headers',
87     headersBoth : 'Both',
88     headersColumn : 'First column',
89     headersNone : 'None',
90     headersRow : 'First Row',
91     invalidBorder : 'Border size must be a number.',
92     invalidCellPadding : 'Cell padding must be a positive number.',
93     invalidCellSpacing : 'Cell spacing must be a positive number.',
94     invalidCols : 'Number of columns must be a number greater than 0.',
95     invalidHeight : 'Table height must be a number.',
96     invalidRows : 'Number of rows must be a number greater than 0.',
97     invalidWidth : 'Table width must be a number.',
98     menu : 'टेबल प्रॉपर्टीज़',
99     row : 
100     {
101          menu : 'पंक्ति',
102          insertBefore : 'पहले पंक्ति डालें',
103          insertAfter : 'बाद में पंक्ति डालें',
104          deleteRow : 'पंक्तियाँ डिलीट करें'
105     },
106     rows : 'पंक्तियाँ',
107     summary : 'सारांश',
108     title : 'टेबल प्रॉपर्टीज़',
109     toolbar : 'टेबल',
110     widthPc : 'प्रतिशत',
111     widthPx : 'पिक्सैल',
112     widthUnit : 'width unit'
113    },
114    stylescombo : 
115    {
116     label : 'स्टाइल',
117     panelTitle : 'Formatting Styles',
118     panelTitle1 : 'Block Styles',
119     panelTitle2 : 'Inline Styles',
120     panelTitle3 : 'Object Styles'
121    },
122    specialchar : 
123    {
124     options : 'विशेष चरित्र विकल्प',
125     title : 'विशेष करॅक्टर चुनें',
126     toolbar : 'विशेष करॅक्टर इन्सर्ट करें'
127    },
128    sourcearea : 
129    {
130     toolbar : 'सोर्स'
131    },
132    removeformat : 
133    {
134     toolbar : 'फ़ॉर्मैट हटायें'
135    },
136    print : 
137    {
138     toolbar : 'प्रिन्ट'
139    },
140    pastetext : 
141    {
142     button : 'पेस्ट (सादा टॅक्स्ट)',
143     title : 'पेस्ट (सादा टॅक्स्ट)'
144    },
145    pastefromword : 
146    {
147     confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',
148     error : 'It was not possible to clean up the pasted data due to an internal error',
149     title : 'पेस्ट (वर्ड से)',
150     toolbar : 'पेस्ट (वर्ड से)'
151    },
152    maximize : 
153    {
154     maximize : 'मेक्सिमाईज़',
155     minimize : 'मिनिमाईज़'
156    },
157    magicline : 
158    {
159     title : 'Insert paragraph here'
160    },
161    liststyle : 
162    {
163     armenian : 'Armenian numbering',
164     bulletedTitle : 'Bulleted List Properties',
165     circle : 'Circle',
166     decimal : 'Decimal (1, 2, 3, etc.)',
167     decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)',
168     disc : 'Disc',
169     georgian : 'Georgian numbering (an, ban, gan, etc.)',
170     lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)',
171     lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)',
172     lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)',
173     none : 'None',
174     notset : '<not set>',
175     numberedTitle : 'Numbered List Properties',
176     square : 'Square',
177     start : 'Start',
178     type : 'Type',
179     upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)',
180     upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)',
181     validateStartNumber : 'List start number must be a whole number.'
182    },
183    list : 
184    {
185     bulletedlist : 'बुलॅट सूची',
186     numberedlist : 'अंकीय सूची'
187    },
188    link : 
189    {
190     acccessKey : 'ऍक्सॅस की',
191     advanced : 'ऍड्वान्स्ड',
192     advisoryContentType : 'परामर्श कन्टॅन्ट प्रकार',
193     advisoryTitle : 'परामर्श शीर्शक',
194     anchor : 
195     {
196          toolbar : 'ऐंकर इन्सर्ट/संपादन',
197          menu : 'ऐंकर प्रॉपर्टीज़',
198          title : 'ऐंकर प्रॉपर्टीज़',
199          name : 'ऐंकर का नाम',
200          errorName : 'ऐंकर का नाम टाइप करें',
201          remove : 'Remove Anchor'
202     },
203     anchorId : 'ऍलीमॅन्ट Id से',
204     anchorName : 'ऐंकर नाम से',
205     charset : 'लिंक रिसोर्स करॅक्टर सॅट',
206     cssClasses : 'स्टाइल-शीट क्लास',
207     download : 'Force Download',
208     displayText : 'Display Text',
209     emailAddress : 'ई-मेल पता',
210     emailBody : 'संदेश',
211     emailSubject : 'संदेश विषय',
212     id : 'Id',
213     info : 'लिंक  ',
214     langCode : 'भाषा लिखने की दिशा',
215     langDir : 'भाषा लिखने की दिशा',
216     langDirLTR : 'बायें से दायें (LTR)',
217     langDirRTL : 'दायें से बायें (RTL)',
218     menu : 'लिंक संपादन',
219     name : 'नाम',
220     noAnchors : '(डॉक्यूमॅन्ट में ऐंकर्स की संख्या)',
221     noEmail : 'ई-मेल पता टाइप करें',
222     noUrl : 'लिंक URL टाइप करें',
223     other : '<अन्य>',
224     popupDependent : 'डिपेन्डॅन्ट (Netscape)',
225     popupFeatures : 'पॉप-अप विन्डो फ़ीचर्स',
226     popupFullScreen : 'फ़ुल स्क्रीन (IE)',
227     popupLeft : 'बायीं तरफ',
228     popupLocationBar : 'लोकेशन बार',
229     popupMenuBar : 'मॅन्यू बार',
230     popupResizable : 'आकार बदलने लायक',
231     popupScrollBars : 'स्क्रॉल बार',
232     popupStatusBar : 'स्टेटस बार',
233     popupToolbar : 'टूल बार',
234     popupTop : 'दायीं तरफ',
235     rel : 'संबंध',
236     selectAnchor : 'ऐंकर चुनें',
237     styles : 'स्टाइल',
238     tabIndex : 'टैब इन्डॅक्स',
239     target : 'टार्गेट',
240     targetFrame : '<फ़्रेम>',
241     targetFrameName : 'टार्गेट फ़्रेम का नाम',
242     targetPopup : '<पॉप-अप विन्डो>',
243     targetPopupName : 'पॉप-अप विन्डो का नाम',
244     title : 'लिंक',
245     toAnchor : 'इस पेज का ऐंकर',
246     toEmail : 'ई-मेल',
247     toUrl : 'URL',
248     toolbar : 'लिंक इन्सर्ट/संपादन',
249     type : 'लिंक प्रकार',
250     unlink : 'लिंक हटायें',
251     upload : 'अपलोड'
252    },
253    justify : 
254    {
255     block : 'ब्लॉक जस्टीफ़ाई',
256     center : 'बीच में',
257     left : 'बायीं तरफ',
258     right : 'दायीं तरफ'
259    },
260    indent : 
261    {
262     indent : 'इन्डॅन्ट बढ़ायें',
263     outdent : 'इन्डॅन्ट कम करें'
264    },
265    image : 
266    {
267     alt : 'वैकल्पिक टेक्स्ट',
268     border : 'बॉर्डर',
269     btnUpload : 'इसे सर्वर को भेजें',
270     button2Img : 'Do you want to transform the selected image button on a simple image?',
271     hSpace : 'हॉरिज़ॉन्टल स्पेस',
272     img2Button : 'Do you want to transform the selected image on a image button?',
273     infoTab : 'तस्वीर की जानकारी',
274     linkTab : 'लिंक',
275     lockRatio : 'लॉक अनुपात',
276     menu : 'तस्वीर प्रॉपर्टीज़',
277     resetSize : 'रीसॅट साइज़',
278     title : 'तस्वीर प्रॉपर्टीज़',
279     titleButton : 'तस्वीर बटन प्रॉपर्टीज़',
280     upload : 'अपलोड',
281     urlMissing : 'Image source URL is missing.',
282     vSpace : 'वर्टिकल स्पेस',
283     validateBorder : 'Border must be a whole number.',
284     validateHSpace : 'HSpace must be a whole number.',
285     validateVSpace : 'VSpace must be a whole number.'
286    },
287    horizontalrule : 
288    {
289     toolbar : 'हॉरिज़ॉन्टल रेखा इन्सर्ट करें'
290    },
291    format : 
292    {
293     label : 'फ़ॉर्मैट',
294     panelTitle : 'फ़ॉर्मैट',
295     tag_address : 'पता',
296     tag_div : 'शीर्षक (DIV)',
297     tag_h1 : 'शीर्षक 1',
298     tag_h2 : 'शीर्षक 2',
299     tag_h3 : 'शीर्षक 3',
300     tag_h4 : 'शीर्षक 4',
301     tag_h5 : 'शीर्षक 5',
302     tag_h6 : 'शीर्षक 6',
303     tag_p : 'साधारण',
304     tag_pre : 'फ़ॉर्मैटॅड'
305    },
306    fakeobjects : 
307    {
308     anchor : 'ऐंकर इन्सर्ट/संपादन',
309     flash : 'Flash Animation',
310     hiddenfield : 'गुप्त फ़ील्ड',
311     iframe : 'IFrame',
312     unknown : 'Unknown Object'
313    },
314    elementspath : 
315    {
316     eleLabel : 'Elements path',
317     eleTitle : '%1 element'
318    },
319    div : 
320    {
321     IdInputLabel : 'Id',
322     advisoryTitleInputLabel : 'परामर्श शीर्शक',
323     cssClassInputLabel : 'स्टाइल-शीट क्लास',
324     edit : 'Edit Div',
325     inlineStyleInputLabel : 'Inline Style',
326     langDirLTRLabel : 'बायें से दायें (LTR)',
327     langDirLabel : 'भाषा लिखने की दिशा',
328     langDirRTLLabel : 'दायें से बायें (RTL)',
329     languageCodeInputLabel : ' Language Code',
330     remove : 'Remove Div',
331     styleSelectLabel : 'स्टाइल',
332     title : 'Create Div Container',
333     toolbar : 'Create Div Container'
334    },
335    contextmenu : 
336    {
337     options : 'Context Menu Options'
338    },
339    colorbutton : 
340    {
341     auto : 'स्वचालित',
342     bgColorTitle : 'बैक्ग्राउन्ड रंग',
343     colors : 
344     {
345          '000' : 'Black',
346          '800000' : 'Maroon',
347          '8B4513' : 'Saddle Brown',
348          '2F4F4F' : 'Dark Slate Gray',
349          '008080' : 'Teal',
350          '000080' : 'Navy',
351          '4B0082' : 'Indigo',
352          '696969' : 'Dark Gray',
353          B22222 : 'Fire Brick',
354          A52A2A : 'Brown',
355          DAA520 : 'Golden Rod',
356          '006400' : 'Dark Green',
357          '40E0D0' : 'Turquoise',
358          '0000CD' : 'Medium Blue',
359          '800080' : 'Purple',
360          '808080' : 'Gray',
361          F00 : 'Red',
362          FF8C00 : 'Dark Orange',
363          FFD700 : 'Gold',
364          '008000' : 'Green',
365          '0FF' : 'Cyan',
366          '00F' : 'Blue',
367          EE82EE : 'Violet',
368          A9A9A9 : 'Dim Gray',
369          FFA07A : 'Light Salmon',
370          FFA500 : 'Orange',
371          FFFF00 : 'Yellow',
372          '00FF00' : 'Lime',
373          AFEEEE : 'Pale Turquoise',
374          ADD8E6 : 'Light Blue',
375          DDA0DD : 'Plum',
376          D3D3D3 : 'Light Grey',
377          FFF0F5 : 'Lavender Blush',
378          FAEBD7 : 'Antique White',
379          FFFFE0 : 'Light Yellow',
380          F0FFF0 : 'Honeydew',
381          F0FFFF : 'Azure',
382          F0F8FF : 'Alice Blue',
383          E6E6FA : 'Lavender',
384          FFF : 'White',
385          '1ABC9C' : 'Strong Cyan',
386          '2ECC71' : 'Emerald',
387          '3498DB' : 'Bright Blue',
388          '9B59B6' : 'Amethyst',
389          '4E5F70' : 'Grayish Blue',
390          F1C40F : 'Vivid Yellow',
391          '16A085' : 'Dark Cyan',
392          '27AE60' : 'Dark Emerald',
393          '2980B9' : 'Strong Blue',
394          '8E44AD' : 'Dark Violet',
395          '2C3E50' : 'Desaturated Blue',
396          F39C12 : 'Orange',
397          E67E22 : 'Carrot',
398          E74C3C : 'Pale Red',
399          ECF0F1 : 'Bright Silver',
400          '95A5A6' : 'Light Grayish Cyan',
401          DDD : 'Light Gray',
402          D35400 : 'Pumpkin',
403          C0392B : 'Strong Red',
404          BDC3C7 : 'Silver',
405          '7F8C8D' : 'Grayish Cyan',
406          '999' : 'Dark Gray'
407     },
408     more : 'और रंग...',
409     panelTitle : 'Colors',
410     textColorTitle : 'टेक्स्ट रंग'
411    },
412    clipboard : 
413    {
414     copy : 'कॉपी',
415     copyError : 'आपके ब्राआउज़र की सुरक्षा सॅटिन्ग्स ने कॉपी करने की अनुमति नहीं प्रदान की है। (Ctrl/Cmd+C) का प्रयोग करें।',
416     cut : 'कट',
417     cutError : 'आपके ब्राउज़र की सुरक्षा सॅटिन्ग्स ने कट करने की अनुमति नहीं प्रदान की है। (Ctrl/Cmd+X) का प्रयोग करें।',
418     paste : 'पेस्ट',
419     pasteArea : 'Paste Area',
420     pasteMsg : 'Ctrl/Cmd+V का प्रयोग करके पेस्ट करें और ठीक है करें.',
421     securityMsg : 'आपके ब्राउज़र की सुरक्षा आपके ब्राउज़र की सुरKश सैटिंग के कारण, एडिटर आपके क्लिपबोर्ड डेटा को नहीं पा सकता है. आपको उसे इस विन्डो में दोबारा पेस्ट करना होगा.',
422     title : 'पेस्ट'
423    },
424    button : 
425    {
426     selectedLabel : '%1 (Selected)'
427    },
428    blockquote : 
429    {
430     toolbar : 'ब्लॉक-कोट'
431    },
432    basicstyles : 
433    {
434     bold : 'बोल्ड',
435     italic : 'इटैलिक',
436     strike : 'स्ट्राइक थ्रू',
437     subscript : 'अधोलेख',
438     superscript : 'अभिलेख',
439     underline : 'रेखांकण'
440    },
441    about : 
442    {
443     copy : 'Copyright &copy; $1. All rights reserved.',
444     dlgTitle : 'About CKEditor',
445     help : 'Check $1 for help.',
446     moreInfo : 'For licensing information please visit our web site:',
447     title : 'About CKEditor',
448     userGuide : 'CKEditor User\'s Guide'
449    },
450    editor : 'रिच टेक्स्ट एडिटर',
451    editorPanel : 'Rich Text Editor panel',
452    common : 
453    {
454     editorHelp : 'मदद के लिये ALT 0 दबाए',
455     browseServer : 'सर्वर ब्राउज़ करें',
456     url : 'URL',
457     protocol : 'प्रोटोकॉल',
458     upload : 'अपलोड',
459     uploadSubmit : 'इसे सर्वर को भेजें',
460     image : 'तस्वीर',
461     flash : 'फ़्लैश',
462     form : 'फ़ॉर्म',
463     checkbox : 'चॅक बॉक्स',
464     radio : 'रेडिओ बटन',
465     textField : 'टेक्स्ट फ़ील्ड',
466     textarea : 'टेक्स्ट एरिया',
467     hiddenField : 'गुप्त फ़ील्ड',
468     button : 'बटन',
469     select : 'चुनाव फ़ील्ड',
470     imageButton : 'तस्वीर बटन',
471     notSet : '<सॅट नहीं>',
472     id : 'Id',
473     name : 'नाम',
474     langDir : 'भाषा लिखने की दिशा',
475     langDirLtr : 'बायें से दायें (LTR)',
476     langDirRtl : 'दायें से बायें (RTL)',
477     langCode : 'भाषा कोड',
478     longDescr : 'अधिक विवरण के लिए URL',
479     cssClass : 'स्टाइल-शीट क्लास',
480     advisoryTitle : 'परामर्श शीर्शक',
481     cssStyle : 'स्टाइल',
482     ok : 'ठीक है',
483     cancel : 'रद्द करें',
484     close : 'Close',
485     preview : 'प्रीव्यू',
486     resize : 'Resize',
487     generalTab : 'सामान्य',
488     advancedTab : 'ऍड्वान्स्ड',
489     validateNumberFailed : 'This value is not a number.',
490     confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
491     confirmCancel : 'You have changed some options. Are you sure you want to close the dialog window?',
492     options : 'Options',
493     target : 'टार्गेट',
494     targetNew : 'New Window (_blank)',
495     targetTop : 'Topmost Window (_top)',
496     targetSelf : 'Same Window (_self)',
497     targetParent : 'Parent Window (_parent)',
498     langDirLTR : 'बायें से दायें (LTR)',
499     langDirRTL : 'दायें से बायें (RTL)',
500     styles : 'स्टाइल',
501     cssClasses : 'स्टाइल-शीट क्लास',
502     width : 'चौड़ाई',
503     height : 'ऊँचाई',
504     align : 'ऍलाइन',
505     alignLeft : 'दायें',
506     alignRight : 'दायें',
507     alignCenter : 'बीच में',
508     alignJustify : 'ब्लॉक जस्टीफ़ाई',
509     alignTop : 'ऊपर',
510     alignMiddle : 'मध्य',
511     alignBottom : 'नीचे',
512     alignNone : 'None',
513     invalidValue : 'Invalid value.',
514     invalidHeight : 'Height must be a number.',
515     invalidWidth : 'Width must be a number.',
516     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).',
517     invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
518     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
519     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).',
520     unavailable : '%1<span class="cke_accessibility">, unavailable</span>',
521     keyboard : 
522     {
523          '8' : 'Backspace',
524          '13' : 'Enter',
525          '16' : 'Shift',
526          '17' : 'Ctrl',
527          '18' : 'Alt',
528          '32' : 'Space',
529          '35' : 'End',
530          '36' : 'Home',
531          '46' : 'Delete',
532          '224' : 'Command'
533     },
534     keyboardShortcut : 'Keyboard shortcut'
535    } }; 
Note: See TracBrowser for help on using the repository browser.

Sites map