aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/bn.js
blob: 0d21a0b91f7a6fece44add4f7d7ab27f13b356da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'bn', {
	find: 'খোজো',
	findOptions: 'Find Options',
	findWhat: 'যা খুঁজতে হবে:',
	matchCase: 'কেস মিলাও',
	matchCyclic: 'Match cyclic',
	matchWord: 'পুরা শব্দ মেলাও',
	notFoundMsg: 'আপনার উল্লেখিত টেকস্ট পাওয়া যায়নি',
	replace: 'রিপ্লেস',
	replaceAll: 'সব বদলে দাও',
	replaceSuccessMsg: '%1 occurrence(s) replaced.',
	replaceWith: 'যার সাথে বদলাতে হবে:',
	title: 'Find and Replace'
} );