aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/bn.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/div/lang/bn.js')
-rw-r--r--sources/plugins/div/lang/bn.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/plugins/div/lang/bn.js b/sources/plugins/div/lang/bn.js
new file mode 100644
index 0000000..340e63e
--- /dev/null
+++ b/sources/plugins/div/lang/bn.js
@@ -0,0 +1,19 @@
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( 'div', 'bn', {
6 IdInputLabel: 'Id', // MISSING
7 advisoryTitleInputLabel: 'Advisory Title', // MISSING
8 cssClassInputLabel: 'Stylesheet Classes', // MISSING
9 edit: 'Edit Div', // MISSING
10 inlineStyleInputLabel: 'Inline Style', // MISSING
11 langDirLTRLabel: 'Left to Right (LTR)', // MISSING
12 langDirLabel: 'Language Direction', // MISSING
13 langDirRTLLabel: 'Right to Left (RTL)', // MISSING
14 languageCodeInputLabel: ' Language Code', // MISSING
15 remove: 'Remove Div', // MISSING
16 styleSelectLabel: 'Style', // MISSING
17 title: 'Create Div Container', // MISSING
18 toolbar: 'Create Div Container' // MISSING
19} );