aboutsummaryrefslogtreecommitdiffstats
path: root/language/bn_IN/common.lang.php
blob: 04f23196e8671cdd02ac9ed52abcae3907d6f12a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery                                    |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify  |
// | it under the terms of the GNU General Public License as published by  |
// | the Free Software Foundation                                          |
// |                                                                       |
// | This program is distributed in the hope that it will be useful, but   |
// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
// | General Public License for more details.                              |
// |                                                                       |
// | You should have received a copy of the GNU General Public License     |
// | along with this program; if not, write to the Free Software           |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA.                                                                  |
// +-----------------------------------------------------------------------+
/*
Language Name: বাংলা[IN]
Version: 2.5.0
Language URI: http://piwigo.org/ext/extension_view.php?eid=657
Author: Piwigo team
Author URI: http://piwigo.org
*/

$lang_info['language_name'] = 'বাংলা';
$lang_info['country'] = 'ভারত';
$lang_info['direction'] = 'ltr';
$lang_info['code'] = 'bn';
$lang_info['zero_plural'] = true;


$lang['%d album updated'] = '%d অ্যালবাম আপডেট হয়েছে';
$lang['%d albums updated'] = '%d অ্যালবামগুলি আপডেট হয়েছে';
$lang['%d comment to validate'] = '%d সক্রিয় করতে মন্তব্য';
$lang['%d comment'] = '%d মন্তব্য';
$lang['%d comments to validate'] = '%d সক্রিয় করতে মন্তব্যগুলি';
$lang['%d comments'] = '%d মন্তব্যগুলি';
$lang['%d hit'] = '%d hit';
$lang['%d hits'] = '%d hits';
$lang['%d Kb'] = '%d Kb';
$lang['%d new comment'] = '%d নূতন মন্তব্য';
$lang['%d new comments'] = '%d নূতন মন্তব্যসমূহ';
$lang['%d new photo'] = '%d নূতন ছবি';
$lang['%d new photos'] = '%d নূতন ছবিসমূহ';
$lang['%d new user'] = '%d নূতন গ্রাহক';
$lang['%d new users'] = '%d নূতন গ্রাহকগণ';
$lang['%d photo is also linked to current tags'] = '%d বর্তমান ট্যাগের সাথে ছবি সংযোজিত আছে';
$lang['%d photo'] = '%d ছবি';
$lang['%d photos are also linked to current tags'] = '%d বর্তমান ট্যাগের সাথে ছবি সংযোজিত আছে';
$lang['%d photos'] = '%d ছবিসমূহ';
$lang['%d rates'] = '%d rates';
$lang['(!) This comment requires validation'] = '(!) মন্তব্য বৈধ করতে হবে';
$lang['... or browse your empty gallery'] = '... অথবা আপনার খালি গ্যালারী দেখুন';
$lang['... or please deactivate this message, I will find my way by myself'] = '... অথবা মন্তব্যটি নিষ্ক্রিয় করুন, আমি আমার করণীয় নিজেই করতে পারব';
$lang['A comment on your site'] = 'আপনার সাইটে একটি মন্তব্য';
$lang['About Piwigo'] = 'পিউইগো বিষয়ক';
$lang['About'] = 'বিষয়ক';
$lang['Date']      = 'তারিখ';
$lang['day'][0]    = 'রবিবার';
$lang['day'][1]    = 'সোমবার';
$lang['day'][2]    = 'মঙ্গলবার';
$lang['day'][3]    = 'বুধবার';
$lang['day'][4]    = 'বৃহস্পতিবার';
$lang['day'][5]    = 'শুক্রবার';
$lang['day'][6]    = 'শনিবার';
$lang['month'][10] = 'অক্টোবর';
$lang['month'][11] = 'নভেম্বর';
$lang['month'][12] = 'ডিসেম্বর';
$lang['month'][1]  = 'জানুয়ারী';
$lang['month'][2]  = 'ফেব্রুয়ারি';
$lang['month'][3]  = 'মার্চ';
$lang['month'][4]  = 'এপ্রিল';
$lang['month'][5]  = 'মে';
$lang['month'][6]  = 'জুন';
$lang['month'][7]  = 'জুলাই';
$lang['month'][8]  = 'অগাস্ট';
$lang['month'][9]  = 'সেপ্টেম্বর';
?>