about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/bn.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/bn.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/bn.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/bn.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/bn.js new file mode 100644 index 0000000..cc057b6 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/lang/bn.js
@@ -0,0 +1,21 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'image2', 'bn', {
6 alt: 'বিকল্প টেক্সট',
7 btnUpload: 'ইহাকে সার্ভারে প্রেরন কর',
8 captioned: 'Captioned image', // MISSING
9 captionPlaceholder: 'Caption', // MISSING
10 infoTab: 'ছবির তথ্য',
11 lockRatio: 'অনুপাত লক কর',
12 menu: 'ছবির প্রোপার্টি',
13 pathName: 'image', // MISSING
14 pathNameCaption: 'caption', // MISSING
15 resetSize: 'সাইজ পূর্বাবস্থায় ফিরিয়ে দাও',
16 resizer: 'Click and drag to resize', // MISSING
17 title: 'ছবির প্রোপার্টি',
18 uploadTab: 'আপলোড',
19 urlMissing: 'Image source URL is missing.', // MISSING
20 altMissing: 'Alternative text is missing.' // MISSING
21} );