Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/hi.js @ 2741:014e6f1fedce

Revision 2741:014e6f1fedce, 25.8 KB checked in by Nicolas <nikrou77@…>, 11 years ago (diff)

Use non minified javascript files for ckeditor
Use release 4.3.0.
Todo: upgrade to last release available

Line 
1/*
2Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html 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 : 'Special Character Options',
125     title : 'विशेष करॅक्टर चुनें',
126     toolbar : 'विशेष करॅक्टर इन्सर्ट करें'
127    },
128    sourcearea : 
129    {
130     toolbar : 'सोर्स'
131    },
132    smiley : 
133    {
134     options : 'Smiley Options',
135     title : 'स्माइली इन्सर्ट करें',
136     toolbar : 'स्माइली'
137    },
138    showblocks : 
139    {
140     toolbar : 'ब्लॉक दिखायें'
141    },
142    selectall : 
143    {
144     toolbar : 'सब सॅलॅक्ट करें'
145    },
146    save : 
147    {
148     toolbar : 'सेव'
149    },
150    removeformat : 
151    {
152     toolbar : 'फ़ॉर्मैट हटायें'
153    },
154    print : 
155    {
156     toolbar : 'प्रिन्ट'
157    },
158    preview : 
159    {
160     preview : 'प्रीव्यू'
161    },
162    pastetext : 
163    {
164     button : 'पेस्ट (सादा टॅक्स्ट)',
165     title : 'पेस्ट (सादा टॅक्स्ट)'
166    },
167    pastefromword : 
168    {
169     confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',
170     error : 'It was not possible to clean up the pasted data due to an internal error',
171     title : 'पेस्ट (वर्ड से)',
172     toolbar : 'पेस्ट (वर्ड से)'
173    },
174    pagebreak : 
175    {
176     alt : 'पेज ब्रेक',
177     toolbar : 'पेज ब्रेक इन्सर्ट् करें'
178    },
179    newpage : 
180    {
181     toolbar : 'नया पेज'
182    },
183    maximize : 
184    {
185     maximize : 'मेक्सिमाईज़',
186     minimize : 'मिनिमाईज़'
187    },
188    magicline : 
189    {
190     title : 'Insert paragraph here'
191    },
192    liststyle : 
193    {
194     armenian : 'Armenian numbering',
195     bulletedTitle : 'Bulleted List Properties',
196     circle : 'Circle',
197     decimal : 'Decimal (1, 2, 3, etc.)',
198     decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)',
199     disc : 'Disc',
200     georgian : 'Georgian numbering (an, ban, gan, etc.)',
201     lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)',
202     lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)',
203     lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)',
204     none : 'None',
205     notset : '<not set>',
206     numberedTitle : 'Numbered List Properties',
207     square : 'Square',
208     start : 'Start',
209     type : 'Type',
210     upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)',
211     upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)',
212     validateStartNumber : 'List start number must be a whole number.'
213    },
214    list : 
215    {
216     bulletedlist : 'बुलॅट सूची',
217     numberedlist : 'अंकीय सूची'
218    },
219    link : 
220    {
221     acccessKey : 'ऍक्सॅस की',
222     advanced : 'ऍड्वान्स्ड',
223     advisoryContentType : 'परामर्श कन्टॅन्ट प्रकार',
224     advisoryTitle : 'परामर्श शीर्शक',
225     anchor : 
226     {
227          toolbar : 'ऐंकर इन्सर्ट/संपादन',
228          menu : 'ऐंकर प्रॉपर्टीज़',
229          title : 'ऐंकर प्रॉपर्टीज़',
230          name : 'ऐंकर का नाम',
231          errorName : 'ऐंकर का नाम टाइप करें',
232          remove : 'Remove Anchor'
233     },
234     anchorId : 'ऍलीमॅन्ट Id से',
235     anchorName : 'ऐंकर नाम से',
236     charset : 'लिंक रिसोर्स करॅक्टर सॅट',
237     cssClasses : 'स्टाइल-शीट क्लास',
238     emailAddress : 'ई-मेल पता',
239     emailBody : 'संदेश',
240     emailSubject : 'संदेश विषय',
241     id : 'Id',
242     info : 'लिंक  ',
243     langCode : 'भाषा लिखने की दिशा',
244     langDir : 'भाषा लिखने की दिशा',
245     langDirLTR : 'बायें से दायें (LTR)',
246     langDirRTL : 'दायें से बायें (RTL)',
247     menu : 'लिंक संपादन',
248     name : 'नाम',
249     noAnchors : '(डॉक्यूमॅन्ट में ऐंकर्स की संख्या)',
250     noEmail : 'ई-मेल पता टाइप करें',
251     noUrl : 'लिंक URL टाइप करें',
252     other : '<अन्य>',
253     popupDependent : 'डिपेन्डॅन्ट (Netscape)',
254     popupFeatures : 'पॉप-अप विन्डो फ़ीचर्स',
255     popupFullScreen : 'फ़ुल स्क्रीन (IE)',
256     popupLeft : 'बायीं तरफ',
257     popupLocationBar : 'लोकेशन बार',
258     popupMenuBar : 'मॅन्यू बार',
259     popupResizable : 'Resizable',
260     popupScrollBars : 'स्क्रॉल बार',
261     popupStatusBar : 'स्टेटस बार',
262     popupToolbar : 'टूल बार',
263     popupTop : 'दायीं तरफ',
264     rel : 'Relationship',
265     selectAnchor : 'ऐंकर चुनें',
266     styles : 'स्टाइल',
267     tabIndex : 'टैब इन्डॅक्स',
268     target : 'टार्गेट',
269     targetFrame : '<फ़्रेम>',
270     targetFrameName : 'टार्गेट फ़्रेम का नाम',
271     targetPopup : '<पॉप-अप विन्डो>',
272     targetPopupName : 'पॉप-अप विन्डो का नाम',
273     title : 'लिंक',
274     toAnchor : 'इस पेज का ऐंकर',
275     toEmail : 'ई-मेल',
276     toUrl : 'URL',
277     toolbar : 'लिंक इन्सर्ट/संपादन',
278     type : 'लिंक प्रकार',
279     unlink : 'लिंक हटायें',
280     upload : 'अपलोड'
281    },
282    justify : 
283    {
284     block : 'ब्लॉक जस्टीफ़ाई',
285     center : 'बीच में',
286     left : 'बायीं तरफ',
287     right : 'दायीं तरफ'
288    },
289    indent : 
290    {
291     indent : 'इन्डॅन्ट बढ़ायें',
292     outdent : 'इन्डॅन्ट कम करें'
293    },
294    image : 
295    {
296     alertUrl : 'तस्वीर का URL टाइप करें ',
297     alt : 'वैकल्पिक टेक्स्ट',
298     border : 'बॉर्डर',
299     btnUpload : 'इसे सर्वर को भेजें',
300     button2Img : 'Do you want to transform the selected image button on a simple image?',
301     hSpace : 'हॉरिज़ॉन्टल स्पेस',
302     img2Button : 'Do you want to transform the selected image on a image button?',
303     infoTab : 'तस्वीर की जानकारी',
304     linkTab : 'लिंक',
305     lockRatio : 'लॉक अनुपात',
306     menu : 'तस्वीर प्रॉपर्टीज़',
307     resetSize : 'रीसॅट साइज़',
308     title : 'तस्वीर प्रॉपर्टीज़',
309     titleButton : 'तस्वीर बटन प्रॉपर्टीज़',
310     upload : 'अपलोड',
311     urlMissing : 'Image source URL is missing.',
312     vSpace : 'वर्टिकल स्पेस',
313     validateBorder : 'Border must be a whole number.',
314     validateHSpace : 'HSpace must be a whole number.',
315     validateVSpace : 'VSpace must be a whole number.'
316    },
317    iframe : 
318    {
319     border : 'Show frame border',
320     noUrl : 'Please type the iframe URL',
321     scrolling : 'Enable scrollbars',
322     title : 'IFrame Properties',
323     toolbar : 'IFrame'
324    },
325    horizontalrule : 
326    {
327     toolbar : 'हॉरिज़ॉन्टल रेखा इन्सर्ट करें'
328    },
329    forms : 
330    {
331     button : 
332     {
333          title : 'बटन प्रॉपर्टीज़',
334          text : 'टेक्स्ट (वैल्यू)',
335          type : 'प्रकार',
336          typeBtn : 'बटन',
337          typeSbm : 'सब्मिट',
338          typeRst : 'रिसेट'
339     },
340     checkboxAndRadio : 
341     {
342          checkboxTitle : 'चॅक बॉक्स प्रॉपर्टीज़',
343          radioTitle : 'रेडिओ बटन प्रॉपर्टीज़',
344          value : 'वैल्यू',
345          selected : 'सॅलॅक्टॅड'
346     },
347     form : 
348     {
349          title : 'फ़ॉर्म प्रॉपर्टीज़',
350          menu : 'फ़ॉर्म प्रॉपर्टीज़',
351          action : 'क्रिया',
352          method : 'तरीका',
353          encoding : 'Encoding'
354     },
355     hidden : 
356     {
357          title : 'गुप्त फ़ील्ड प्रॉपर्टीज़',
358          name : 'नाम',
359          value : 'वैल्यू'
360     },
361     select : 
362     {
363          title : 'चुनाव फ़ील्ड प्रॉपर्टीज़',
364          selectInfo : 'सूचना',
365          opAvail : 'उपलब्ध विकल्प',
366          value : 'वैल्यू',
367          size : 'साइज़',
368          lines : 'पंक्तियाँ',
369          chkMulti : 'एक से ज्यादा विकल्प चुनने दें',
370          opText : 'टेक्स्ट',
371          opValue : 'वैल्यू',
372          btnAdd : 'जोड़ें',
373          btnModify : 'बदलें',
374          btnUp : 'ऊपर',
375          btnDown : 'नीचे',
376          btnSetValue : 'चुनी गई वैल्यू सॅट करें',
377          btnDelete : 'डिलीट'
378     },
379     textarea : 
380     {
381          title : 'टेक्स्त एरिया प्रॉपर्टीज़',
382          cols : 'कालम',
383          rows : 'पंक्तियां'
384     },
385     textfield : 
386     {
387          title : 'टेक्स्ट फ़ील्ड प्रॉपर्टीज़',
388          name : 'नाम',
389          value : 'वैल्यू',
390          charWidth : 'करॅक्टर की चौढ़ाई',
391          maxChars : 'अधिकतम करॅक्टर',
392          type : 'टाइप',
393          typeText : 'टेक्स्ट',
394          typePass : 'पास्वर्ड',
395          typeEmail : 'Email',
396          typeSearch : 'Search',
397          typeTel : 'Telephone Number',
398          typeUrl : 'URL'
399     }
400    },
401    format : 
402    {
403     label : 'फ़ॉर्मैट',
404     panelTitle : 'फ़ॉर्मैट',
405     tag_address : 'पता',
406     tag_div : 'शीर्षक (DIV)',
407     tag_h1 : 'शीर्षक 1',
408     tag_h2 : 'शीर्षक 2',
409     tag_h3 : 'शीर्षक 3',
410     tag_h4 : 'शीर्षक 4',
411     tag_h5 : 'शीर्षक 5',
412     tag_h6 : 'शीर्षक 6',
413     tag_p : 'साधारण',
414     tag_pre : 'फ़ॉर्मैटॅड'
415    },
416    font : 
417    {
418     fontSize : 
419     {
420          label : 'साइज़',
421          voiceLabel : 'Font Size',
422          panelTitle : 'साइज़'
423     },
424     label : 'फ़ॉन्ट',
425     panelTitle : 'फ़ॉन्ट',
426     voiceLabel : 'फ़ॉन्ट'
427    },
428    flash : 
429    {
430     access : 'Script Access',
431     accessAlways : 'Always',
432     accessNever : 'Never',
433     accessSameDomain : 'Same domain',
434     alignAbsBottom : 'Abs नीचे',
435     alignAbsMiddle : 'Abs ऊपर',
436     alignBaseline : 'मूल रेखा',
437     alignTextTop : 'टेक्स्ट ऊपर',
438     bgcolor : 'बैक्ग्राउन्ड रंग',
439     chkFull : 'Allow Fullscreen',
440     chkLoop : 'लूप',
441     chkMenu : 'फ़्लैश मॅन्यू का प्रयोग करें',
442     chkPlay : 'ऑटो प्ले',
443     flashvars : 'Variables for Flash',
444     hSpace : 'हॉरिज़ॉन्टल स्पेस',
445     properties : 'फ़्लैश प्रॉपर्टीज़',
446     propertiesTab : 'Properties',
447     quality : 'Quality',
448     qualityAutoHigh : 'Auto High',
449     qualityAutoLow : 'Auto Low',
450     qualityBest : 'Best',
451     qualityHigh : 'High',
452     qualityLow : 'Low',
453     qualityMedium : 'Medium',
454     scale : 'स्केल',
455     scaleAll : 'सभी दिखायें',
456     scaleFit : 'बिल्कुल फ़िट',
457     scaleNoBorder : 'कोई बॉर्डर नहीं',
458     title : 'फ़्लैश प्रॉपर्टीज़',
459     vSpace : 'वर्टिकल स्पेस',
460     validateHSpace : 'HSpace must be a number.',
461     validateSrc : 'लिंक URL टाइप करें',
462     validateVSpace : 'VSpace must be a number.',
463     windowMode : 'Window mode',
464     windowModeOpaque : 'Opaque',
465     windowModeTransparent : 'Transparent',
466     windowModeWindow : 'Window'
467    },
468    find : 
469    {
470     find : 'खोजें',
471     findOptions : 'Find Options',
472     findWhat : 'यह खोजें:',
473     matchCase : 'केस मिलायें',
474     matchCyclic : 'Match cyclic',
475     matchWord : 'पूरा शब्द मिलायें',
476     notFoundMsg : 'आपके द्वारा दिया गया टेक्स्ट नहीं मिला',
477     replace : 'रीप्लेस',
478     replaceAll : 'सभी रिप्लेस करें',
479     replaceSuccessMsg : '%1 occurrence(s) replaced.',
480     replaceWith : 'इससे रिप्लेस करें:',
481     title : 'खोजें और बदलें'
482    },
483    fakeobjects : 
484    {
485     anchor : 'ऐंकर इन्सर्ट/संपादन',
486     flash : 'Flash Animation',
487     hiddenfield : 'गुप्त फ़ील्ड',
488     iframe : 'IFrame',
489     unknown : 'Unknown Object'
490    },
491    elementspath : 
492    {
493     eleLabel : 'Elements path',
494     eleTitle : '%1 element'
495    },
496    div : 
497    {
498     IdInputLabel : 'Id',
499     advisoryTitleInputLabel : 'परामर्श शीर्शक',
500     cssClassInputLabel : 'स्टाइल-शीट क्लास',
501     edit : 'Edit Div',
502     inlineStyleInputLabel : 'Inline Style',
503     langDirLTRLabel : 'बायें से दायें (LTR)',
504     langDirLabel : 'भाषा लिखने की दिशा',
505     langDirRTLLabel : 'दायें से बायें (RTL)',
506     languageCodeInputLabel : ' Language Code',
507     remove : 'Remove Div',
508     styleSelectLabel : 'स्टाइल',
509     title : 'Create Div Container',
510     toolbar : 'Create Div Container'
511    },
512    contextmenu : 
513    {
514     options : 'Context Menu Options'
515    },
516    colordialog : 
517    {
518     clear : 'Clear',
519     highlight : 'Highlight',
520     options : 'Color Options',
521     selected : 'Selected Color',
522     title : 'Select color'
523    },
524    colorbutton : 
525    {
526     auto : 'स्वचालित',
527     bgColorTitle : 'बैक्ग्राउन्ड रंग',
528     colors : 
529     {
530          '000' : 'Black',
531          '800000' : 'Maroon',
532          '8B4513' : 'Saddle Brown',
533          '2F4F4F' : 'Dark Slate Gray',
534          '008080' : 'Teal',
535          '000080' : 'Navy',
536          '4B0082' : 'Indigo',
537          '696969' : 'Dark Gray',
538          B22222 : 'Fire Brick',
539          A52A2A : 'Brown',
540          DAA520 : 'Golden Rod',
541          '006400' : 'Dark Green',
542          '40E0D0' : 'Turquoise',
543          '0000CD' : 'Medium Blue',
544          '800080' : 'Purple',
545          '808080' : 'Gray',
546          F00 : 'Red',
547          FF8C00 : 'Dark Orange',
548          FFD700 : 'Gold',
549          '008000' : 'Green',
550          '0FF' : 'Cyan',
551          '00F' : 'Blue',
552          EE82EE : 'Violet',
553          A9A9A9 : 'Dim Gray',
554          FFA07A : 'Light Salmon',
555          FFA500 : 'Orange',
556          FFFF00 : 'Yellow',
557          '00FF00' : 'Lime',
558          AFEEEE : 'Pale Turquoise',
559          ADD8E6 : 'Light Blue',
560          DDA0DD : 'Plum',
561          D3D3D3 : 'Light Grey',
562          FFF0F5 : 'Lavender Blush',
563          FAEBD7 : 'Antique White',
564          FFFFE0 : 'Light Yellow',
565          F0FFF0 : 'Honeydew',
566          F0FFFF : 'Azure',
567          F0F8FF : 'Alice Blue',
568          E6E6FA : 'Lavender',
569          FFF : 'White'
570     },
571     more : 'और रंग...',
572     panelTitle : 'Colors',
573     textColorTitle : 'टेक्स्ट रंग'
574    },
575    clipboard : 
576    {
577     copy : 'कॉपी',
578     copyError : 'आपके ब्राआउज़र की सुरक्षा सॅटिन्ग्स ने कॉपी करने की अनुमति नहीं प्रदान की है। (Ctrl/Cmd+C) का प्रयोग करें।',
579     cut : 'कट',
580     cutError : 'आपके ब्राउज़र की सुरक्षा सॅटिन्ग्स ने कट करने की अनुमति नहीं प्रदान की है। (Ctrl/Cmd+X) का प्रयोग करें।',
581     paste : 'पेस्ट',
582     pasteArea : 'Paste Area',
583     pasteMsg : 'Ctrl/Cmd+V का प्रयोग करके पेस्ट करें और ठीक है करें.',
584     securityMsg : 'आपके ब्राउज़र की सुरक्षा आपके ब्राउज़र की सुरKश सैटिंग के कारण, एडिटर आपके क्लिपबोर्ड डेटा को नहीं पा सकता है. आपको उसे इस विन्डो में दोबारा पेस्ट करना होगा.',
585     title : 'पेस्ट'
586    },
587    blockquote : 
588    {
589     toolbar : 'ब्लॉक-कोट'
590    },
591    bidi : 
592    {
593     ltr : 'Text direction from left to right',
594     rtl : 'Text direction from right to left'
595    },
596    basicstyles : 
597    {
598     bold : 'बोल्ड',
599     italic : 'इटैलिक',
600     strike : 'स्ट्राइक थ्रू',
601     subscript : 'अधोलेख',
602     superscript : 'अभिलेख',
603     underline : 'रेखांकण'
604    },
605    about : 
606    {
607     copy : 'Copyright &copy; $1. All rights reserved.',
608     dlgTitle : 'About CKEditor',
609     help : 'Check $1 for help.',
610     moreInfo : 'For licensing information please visit our web site:',
611     title : 'About CKEditor',
612     userGuide : 'CKEditor User\'s Guide'
613    },
614    editor : 'रिच टेक्स्ट एडिटर',
615    editorPanel : 'Rich Text Editor panel',
616    common : 
617    {
618     editorHelp : 'मदद के लिये ALT 0 दबाए',
619     browseServer : 'सर्वर ब्राउज़ करें',
620     url : 'URL',
621     protocol : 'प्रोटोकॉल',
622     upload : 'अपलोड',
623     uploadSubmit : 'इसे सर्वर को भेजें',
624     image : 'तस्वीर',
625     flash : 'फ़्लैश',
626     form : 'फ़ॉर्म',
627     checkbox : 'चॅक बॉक्स',
628     radio : 'रेडिओ बटन',
629     textField : 'टेक्स्ट फ़ील्ड',
630     textarea : 'टेक्स्ट एरिया',
631     hiddenField : 'गुप्त फ़ील्ड',
632     button : 'बटन',
633     select : 'चुनाव फ़ील्ड',
634     imageButton : 'तस्वीर बटन',
635     notSet : '<सॅट नहीं>',
636     id : 'Id',
637     name : 'नाम',
638     langDir : 'भाषा लिखने की दिशा',
639     langDirLtr : 'बायें से दायें (LTR)',
640     langDirRtl : 'दायें से बायें (RTL)',
641     langCode : 'भाषा कोड',
642     longDescr : 'अधिक विवरण के लिए URL',
643     cssClass : 'स्टाइल-शीट क्लास',
644     advisoryTitle : 'परामर्श शीर्शक',
645     cssStyle : 'स्टाइल',
646     ok : 'ठीक है',
647     cancel : 'रद्द करें',
648     close : 'Close',
649     preview : 'प्रीव्यू',
650     resize : 'Resize',
651     generalTab : 'सामान्य',
652     advancedTab : 'ऍड्वान्स्ड',
653     validateNumberFailed : 'This value is not a number.',
654     confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
655     confirmCancel : 'You have changed some options. Are you sure you want to close the dialog window?',
656     options : 'Options',
657     target : 'टार्गेट',
658     targetNew : 'New Window (_blank)',
659     targetTop : 'Topmost Window (_top)',
660     targetSelf : 'Same Window (_self)',
661     targetParent : 'Parent Window (_parent)',
662     langDirLTR : 'बायें से दायें (LTR)',
663     langDirRTL : 'दायें से बायें (RTL)',
664     styles : 'स्टाइल',
665     cssClasses : 'स्टाइल-शीट क्लास',
666     width : 'चौड़ाई',
667     height : 'ऊँचाई',
668     align : 'ऍलाइन',
669     alignLeft : 'दायें',
670     alignRight : 'दायें',
671     alignCenter : 'बीच में',
672     alignTop : 'ऊपर',
673     alignMiddle : 'मध्य',
674     alignBottom : 'नीचे',
675     invalidValue : 'Invalid value.',
676     invalidHeight : 'Height must be a number.',
677     invalidWidth : 'Width must be a number.',
678     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).',
679     invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
680     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
681     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).',
682     unavailable : '%1<span class="cke_accessibility">, unavailable</span>'
683    } } 
Note: See TracBrowser for help on using the repository browser.

Sites map