summaryrefslogtreecommitdiff
path: root/plugins/pastefromword/lang/bn.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pastefromword/lang/bn.js')
-rw-r--r--plugins/pastefromword/lang/bn.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/pastefromword/lang/bn.js b/plugins/pastefromword/lang/bn.js
new file mode 100644
index 0000000..882490b
--- /dev/null
+++ b/plugins/pastefromword/lang/bn.js
@@ -0,0 +1,10 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'pastefromword', 'bn', {
+ confirmCleanup: 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
+ error: 'It was not possible to clean up the pasted data due to an internal error', // MISSING
+ title: 'পেস্ট (শব্দ)',
+ toolbar: 'পেস্ট (শব্দ)'
+});