Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / libraries / templates / lang / bn.js
1 /*
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'templates', 'bn', {
6         button: 'টেমপ্লেট',
7         emptyListMsg: '(কোন টেমপ্লেট ডিফাইন করা নেই)',
8         insertOption: 'Replace actual contents', // MISSING
9         options: 'Template Options', // MISSING
10         selectPromptMsg: 'অনুগ্রহ করে এডিটরে ওপেন করার জন্য টেমপ্লেট বাছাই করুন<br>(আসল কনটেন্ট হারিয়ে যাবে):',
11         title: 'কনটেন্ট টেমপ্লেট'
12 } );