aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/indent/lang/bn.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/indent/lang/bn.js')
-rw-r--r--sources/plugins/indent/lang/bn.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/plugins/indent/lang/bn.js b/sources/plugins/indent/lang/bn.js
index 11a428e..88a3393 100644
--- a/sources/plugins/indent/lang/bn.js
+++ b/sources/plugins/indent/lang/bn.js
@@ -1,8 +1,8 @@
1/* 1/*
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'indent', 'bn', { 5CKEDITOR.plugins.setLang( 'indent', 'bn', {
6 indent: 'ইনডেন্ট বাড়া', 6 indent: 'ইনডেন্ট বাড়া',
7 outdent: 'ইনডেন্ট কমাও' 7 outdent: 'ইনডেন্ট কমাও'
8} ); 8} );