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