]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/lang/bn.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / lang / bn.js
1 /**
2 * @license Copyright (c) 2003-2015, 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 * Bengali/Bangla 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[ 'bn' ] = {
21 // ARIA description.
22 editor: 'Rich Text Editor', // MISSING
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: 'Press ALT 0 for help', // MISSING
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: 'আইডি',
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: 'General', // MISSING
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 };