Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/bn.js @ 3175:afe5925b419c

Revision 3175:afe5925b419c, 19.2 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Update CKEditor from 4.5.1 to 4.5.8

Line 
1/*
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.lang['bn'] = {
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 : 'Editor toolbars'
30    },
31    templates : 
32    {
33     button : 'টেমপ্লেট',
34     emptyListMsg : '(কোন টেমপ্লেট ডিফাইন করা নেই)',
35     insertOption : 'Replace actual contents',
36     options : 'Template Options',
37     selectPromptMsg : 'অনুগ্রহ করে এডিটরে ওপেন করার জন্য টেমপ্লেট বাছাই করুন<br>(আসল কনটেন্ট হারিয়ে যাবে):',
38     title : 'কনটেন্ট টেমপ্লেট'
39    },
40    table : 
41    {
42     border : 'বর্ডার সাইজ',
43     caption : 'শীর্ষক',
44     cell : 
45     {
46          menu : 'সেল',
47          insertBefore : 'Insert Cell Before',
48          insertAfter : 'Insert Cell After',
49          deleteCell : 'সেল মুছে দাও',
50          merge : 'সেল জোড়া দাও',
51          mergeRight : 'Merge Right',
52          mergeDown : 'Merge Down',
53          splitHorizontal : 'Split Cell Horizontally',
54          splitVertical : 'Split Cell Vertically',
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 : 'Insert Column Before',
81          insertAfter : 'Insert Column After',
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 : 'Insert Row Before',
103          insertAfter : 'Insert Row After',
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    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 : 'Maximize',
155     minimize : '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 : 'নোঙরের আইডি দিয়ে',
204     anchorName : 'নোঙরের নাম দিয়ে',
205     charset : 'লিংক রিসোর্স ক্যারেক্টর সেট',
206     cssClasses : 'স্টাইল-শীট ক্লাস',
207     emailAddress : 'ইমেইল ঠিকানা',
208     emailBody : 'মেসেজের দেহ',
209     emailSubject : 'মেসেজের বিষয়',
210     id : 'আইডি',
211     info : 'লিংক তথ্য',
212     langCode : 'ভাষা লেখার দিক',
213     langDir : 'ভাষা লেখার দিক',
214     langDirLTR : 'বাম থেকে ডান (LTR)',
215     langDirRTL : 'ডান থেকে বাম (RTL)',
216     menu : 'লিংক সম্পাদন',
217     name : 'নাম',
218     noAnchors : '(No anchors available in the document)',
219     noEmail : 'অনুগ্রহ করে ইমেইল এড্রেস টাইপ করুন',
220     noUrl : 'অনুগ্রহ করে URL লিংক টাইপ করুন',
221     other : '<other>',
222     popupDependent : 'ডিপেন্ডেন্ট (Netscape)',
223     popupFeatures : 'পপআপ উইন্ডো ফীচার সমূহ',
224     popupFullScreen : 'পূর্ণ পর্দা জুড়ে (IE)',
225     popupLeft : 'বামের পজিশন',
226     popupLocationBar : 'লোকেশন বার',
227     popupMenuBar : 'মেন্যু বার',
228     popupResizable : 'Resizable',
229     popupScrollBars : 'স্ক্রল বার',
230     popupStatusBar : 'স্ট্যাটাস বার',
231     popupToolbar : 'টুল বার',
232     popupTop : 'ডানের পজিশন',
233     rel : 'Relationship',
234     selectAnchor : 'নোঙর বাছাই',
235     styles : 'স্টাইল',
236     tabIndex : 'ট্যাব ইন্ডেক্স',
237     target : 'টার্গেট',
238     targetFrame : '<ফ্রেম>',
239     targetFrameName : 'টার্গেট ফ্রেমের নাম',
240     targetPopup : '<পপআপ উইন্ডো>',
241     targetPopupName : 'পপআপ উইন্ডোর নাম',
242     title : 'লিংক',
243     toAnchor : 'এই পেজে নোঙর কর',
244     toEmail : 'ইমেইল',
245     toUrl : 'URL',
246     toolbar : 'লিংক যুক্ত কর',
247     type : 'লিংক প্রকার',
248     unlink : 'লিংক সরাও',
249     upload : 'আপলোড'
250    },
251    justify : 
252    {
253     block : 'ব্লক জাস্টিফাই',
254     center : 'মাঝ বরাবর ঘেষা',
255     left : 'বা দিকে ঘেঁষা',
256     right : 'ডান দিকে ঘেঁষা'
257    },
258    indent : 
259    {
260     indent : 'ইনডেন্ট বাড়াও',
261     outdent : 'ইনডেন্ট কমাও'
262    },
263    image : 
264    {
265     alt : 'বিকল্প টেক্সট',
266     border : 'বর্ডার',
267     btnUpload : 'ইহাকে সার্ভারে প্রেরন কর',
268     button2Img : 'Do you want to transform the selected image button on a simple image?',
269     hSpace : 'হরাইজন্টাল স্পেস',
270     img2Button : 'Do you want to transform the selected image on a image button?',
271     infoTab : 'ছবির তথ্য',
272     linkTab : 'লিংক',
273     lockRatio : 'অনুপাত লক কর',
274     menu : 'ছবির প্রোপার্টি',
275     resetSize : 'সাইজ পূর্বাবস্থায় ফিরিয়ে দাও',
276     title : 'ছবির প্রোপার্টি',
277     titleButton : 'ছবি বাটন প্রোপার্টি',
278     upload : 'আপলোড',
279     urlMissing : 'Image source URL is missing.',
280     vSpace : 'ভার্টিকেল স্পেস',
281     validateBorder : 'Border must be a whole number.',
282     validateHSpace : 'HSpace must be a whole number.',
283     validateVSpace : 'VSpace must be a whole number.'
284    },
285    horizontalrule : 
286    {
287     toolbar : 'রেখা যুক্ত কর'
288    },
289    format : 
290    {
291     label : 'ফন্ট ফরমেট',
292     panelTitle : 'ফন্ট ফরমেট',
293     tag_address : 'ঠিকানা',
294     tag_div : 'শীর্ষক (DIV)',
295     tag_h1 : 'শীর্ষক ১',
296     tag_h2 : 'শীর্ষক ২',
297     tag_h3 : 'শীর্ষক ৩',
298     tag_h4 : 'শীর্ষক ৪',
299     tag_h5 : 'শীর্ষক ৫',
300     tag_h6 : 'শীর্ষক ৬',
301     tag_p : 'সাধারণ',
302     tag_pre : 'ফর্মেটেড'
303    },
304    fakeobjects : 
305    {
306     anchor : 'Anchor',
307     flash : 'Flash Animation',
308     hiddenfield : 'Hidden Field',
309     iframe : 'IFrame',
310     unknown : 'Unknown Object'
311    },
312    elementspath : 
313    {
314     eleLabel : 'Elements path',
315     eleTitle : '%1 element'
316    },
317    div : 
318    {
319     IdInputLabel : 'Id',
320     advisoryTitleInputLabel : 'Advisory Title',
321     cssClassInputLabel : 'Stylesheet Classes',
322     edit : 'Edit Div',
323     inlineStyleInputLabel : 'Inline Style',
324     langDirLTRLabel : 'Left to Right (LTR)',
325     langDirLabel : 'Language Direction',
326     langDirRTLLabel : 'Right to Left (RTL)',
327     languageCodeInputLabel : ' Language Code',
328     remove : 'Remove Div',
329     styleSelectLabel : 'Style',
330     title : 'Create Div Container',
331     toolbar : 'Create Div Container'
332    },
333    contextmenu : 
334    {
335     options : 'Context Menu Options'
336    },
337    colorbutton : 
338    {
339     auto : 'অটোমেটিক',
340     bgColorTitle : 'বেকগ্রাউন্ড রং',
341     colors : 
342     {
343          '000' : 'Black',
344          '800000' : 'Maroon',
345          '8B4513' : 'Saddle Brown',
346          '2F4F4F' : 'Dark Slate Gray',
347          '008080' : 'Teal',
348          '000080' : 'Navy',
349          '4B0082' : 'Indigo',
350          '696969' : 'Dark Gray',
351          B22222 : 'Fire Brick',
352          A52A2A : 'Brown',
353          DAA520 : 'Golden Rod',
354          '006400' : 'Dark Green',
355          '40E0D0' : 'Turquoise',
356          '0000CD' : 'Medium Blue',
357          '800080' : 'Purple',
358          '808080' : 'Gray',
359          F00 : 'Red',
360          FF8C00 : 'Dark Orange',
361          FFD700 : 'Gold',
362          '008000' : 'Green',
363          '0FF' : 'Cyan',
364          '00F' : 'Blue',
365          EE82EE : 'Violet',
366          A9A9A9 : 'Dim Gray',
367          FFA07A : 'Light Salmon',
368          FFA500 : 'Orange',
369          FFFF00 : 'Yellow',
370          '00FF00' : 'Lime',
371          AFEEEE : 'Pale Turquoise',
372          ADD8E6 : 'Light Blue',
373          DDA0DD : 'Plum',
374          D3D3D3 : 'Light Grey',
375          FFF0F5 : 'Lavender Blush',
376          FAEBD7 : 'Antique White',
377          FFFFE0 : 'Light Yellow',
378          F0FFF0 : 'Honeydew',
379          F0FFFF : 'Azure',
380          F0F8FF : 'Alice Blue',
381          E6E6FA : 'Lavender',
382          FFF : 'White'
383     },
384     more : 'আরও রং...',
385     panelTitle : 'Colors',
386     textColorTitle : 'টেক্স্ট রং'
387    },
388    clipboard : 
389    {
390     copy : 'কপি',
391     copyError : 'আপনার ব্রাউজারের সুরক্ষা সেটিংস এডিটরকে অটোমেটিক কপি করার অনুমতি দেয়নি। দয়া করে এই কাজের জন্য কিবোর্ড ব্যবহার করুন (Ctrl/Cmd+C)।',
392     cut : 'কাট',
393     cutError : 'আপনার ব্রাউজারের সুরক্ষা সেটিংস এডিটরকে অটোমেটিক কাট করার অনুমতি দেয়নি। দয়া করে এই কাজের জন্য কিবোর্ড ব্যবহার করুন (Ctrl/Cmd+X)।',
394     paste : 'পেস্ট',
395     pasteArea : 'Paste Area',
396     pasteMsg : 'অনুগ্রহ করে নীচের বাক্সে কিবোর্ড ব্যবহার করে (<STRONG>Ctrl/Cmd+V</STRONG>) পেস্ট করুন এবং <STRONG>OK</STRONG> চাপ দিন',
397     securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.',
398     title : 'পেস্ট'
399    },
400    button : 
401    {
402     selectedLabel : '%1 (Selected)'
403    },
404    blockquote : 
405    {
406     toolbar : 'Block Quote'
407    },
408    basicstyles : 
409    {
410     bold : 'বোল্ড',
411     italic : 'ইটালিক',
412     strike : 'স্ট্রাইক থ্রু',
413     subscript : 'অধোলেখ',
414     superscript : 'অভিলেখ',
415     underline : 'আন্ডারলাইন'
416    },
417    about : 
418    {
419     copy : 'Copyright &copy; $1. All rights reserved.',
420     dlgTitle : 'About CKEditor',
421     help : 'Check $1 for help.',
422     moreInfo : 'For licensing information please visit our web site:',
423     title : 'About CKEditor',
424     userGuide : 'CKEditor User\'s Guide'
425    },
426    editor : 'Rich Text Editor',
427    editorPanel : 'Rich Text Editor panel',
428    common : 
429    {
430     editorHelp : 'Press ALT 0 for help',
431     browseServer : 'ব্রাউজ সার্ভার',
432     url : 'URL',
433     protocol : 'প্রোটোকল',
434     upload : 'আপলোড',
435     uploadSubmit : 'ইহাকে সার্ভারে প্রেরন কর',
436     image : 'ছবির লেবেল যুক্ত কর',
437     flash : 'ফ্লাশ লেবেল যুক্ত কর',
438     form : 'ফর্ম',
439     checkbox : 'চেক বাক্স',
440     radio : 'রেডিও বাটন',
441     textField : 'টেক্সট ফীল্ড',
442     textarea : 'টেক্সট এরিয়া',
443     hiddenField : 'গুপ্ত ফীল্ড',
444     button : 'বাটন',
445     select : 'বাছাই ফীল্ড',
446     imageButton : 'ছবির বাটন',
447     notSet : '<সেট নেই>',
448     id : 'আইডি',
449     name : 'নাম',
450     langDir : 'ভাষা লেখার দিক',
451     langDirLtr : 'বাম থেকে ডান (LTR)',
452     langDirRtl : 'ডান থেকে বাম (RTL)',
453     langCode : 'ভাষা কোড',
454     longDescr : 'URL এর লম্বা বর্ণনা',
455     cssClass : 'স্টাইল-শীট ক্লাস',
456     advisoryTitle : 'পরামর্শ শীর্ষক',
457     cssStyle : 'স্টাইল',
458     ok : 'ওকে',
459     cancel : 'বাতিল',
460     close : 'Close',
461     preview : 'প্রিভিউ',
462     resize : 'Resize',
463     generalTab : 'General',
464     advancedTab : 'এডভান্সড',
465     validateNumberFailed : 'This value is not a number.',
466     confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
467     confirmCancel : 'You have changed some options. Are you sure you want to close the dialog window?',
468     options : 'Options',
469     target : 'টার্গেট',
470     targetNew : 'New Window (_blank)',
471     targetTop : 'Topmost Window (_top)',
472     targetSelf : 'Same Window (_self)',
473     targetParent : 'Parent Window (_parent)',
474     langDirLTR : 'বাম থেকে ডান (LTR)',
475     langDirRTL : 'ডান থেকে বাম (RTL)',
476     styles : 'স্টাইল',
477     cssClasses : 'স্টাইল-শীট ক্লাস',
478     width : 'প্রস্থ',
479     height : 'দৈর্ঘ্য',
480     align : 'এলাইন',
481     alignLeft : 'বামে',
482     alignRight : 'ডানে',
483     alignCenter : 'মাঝখানে',
484     alignJustify : 'ব্লক জাস্টিফাই',
485     alignTop : 'উপর',
486     alignMiddle : 'মধ্য',
487     alignBottom : 'নীচে',
488     alignNone : 'None',
489     invalidValue : 'Invalid value.',
490     invalidHeight : 'Height must be a number.',
491     invalidWidth : 'Width must be a number.',
492     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).',
493     invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
494     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
495     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).',
496     unavailable : '%1<span class="cke_accessibility">, unavailable</span>'
497    } }; 
Note: See TracBrowser for help on using the repository browser.

Sites map