source: trunk/language/bn_IN/common.lang.php @ 30994

Last change on this file since 30994 was 30994, checked in by ddtddt, 9 years ago

[Trunk] - Language - add line Bengali - বাংলা (ভারত) (bn-IN) - Thanks to ojnc

File size: 4.9 KB
RevLine 
[19358]1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
[26461]5// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
[19358]6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23/*
24Language Name: বাংলা[IN]
[20876]25Version: 2.5.0
[19358]26Language URI: http://piwigo.org/ext/extension_view.php?eid=657
27Author: Piwigo team
28Author URI: http://piwigo.org
29*/
30
31$lang_info['language_name'] = 'বাংলা';
32$lang_info['country'] = 'ভারত';
33$lang_info['direction'] = 'ltr';
34$lang_info['code'] = 'bn';
35$lang_info['zero_plural'] = true;
36
37
38$lang['%d album updated'] = '%d অ্যালবাম আপডেট হয়েছে';
39$lang['%d albums updated'] = '%d অ্যালবামগুলি আপডেট হয়েছে';
40$lang['%d comment to validate'] = '%d সক্রিয় করতে মন্তব্য';
41$lang['%d comment'] = '%d মন্তব্য';
42$lang['%d comments to validate'] = '%d সক্রিয় করতে মন্তব্যগুলি';
43$lang['%d comments'] = '%d মন্তব্যগুলি';
44$lang['%d hit'] = '%d hit';
45$lang['%d hits'] = '%d hits';
46$lang['%d Kb'] = '%d Kb';
47$lang['%d new comment'] = '%d নূতন মন্তব্য';
48$lang['%d new comments'] = '%d নূতন মন্তব্যসমূহ';
49$lang['%d new photo'] = '%d নূতন ছবি';
50$lang['%d new photos'] = '%d নূতন ছবিসমূহ';
51$lang['%d new user'] = '%d নূতন গ্রাহক';
52$lang['%d new users'] = '%d নূতন গ্রাহকগণ';
53$lang['%d photo is also linked to current tags'] = '%d বর্তমান ট্যাগের সাথে ছবি সংযোজিত আছে';
54$lang['%d photo'] = '%d ছবি';
55$lang['%d photos are also linked to current tags'] = '%d বর্তমান ট্যাগের সাথে ছবি সংযোজিত আছে';
56$lang['%d photos'] = '%d ছবিসমূহ';
57$lang['%d rates'] = '%d rates';
58$lang['(!) This comment requires validation'] = '(!) মন্তব্য বৈধ করতে হবে';
59$lang['... or browse your empty gallery'] = '... অথবা আপনার খালি গ্যালারী দেখুন';
60$lang['... or please deactivate this message, I will find my way by myself'] = '... অথবা মন্তব্যটি নিষ্ক্রিয় করুন, আমি আমার করণীয় নিজেই করতে পারব';
61$lang['A comment on your site'] = 'আপনার সাইটে একটি মন্তব্য';
62$lang['About Piwigo'] = 'পিউইগো বিষয়ক';
63$lang['About'] = 'বিষয়ক';
[30994]64$lang['Date']      = 'তারিখ';
65$lang['day'][0]    = 'রবিবার';
66$lang['day'][1]    = 'সোমবার';
67$lang['day'][2]    = 'মঙ্গলবার';
68$lang['day'][3]    = 'বুধবার';
69$lang['day'][4]    = 'বৃহস্পতিবার';
70$lang['day'][5]    = 'শুক্রবার';
71$lang['day'][6]    = 'শনিবার';
72$lang['month'][10] = 'অক্টোবর';
73$lang['month'][11] = 'নভেম্বর';
74$lang['month'][12] = 'ডিসেম্বর';
75$lang['month'][1]  = 'জানুয়ারী';
76$lang['month'][2]  = 'ফেব্রুয়ারি';
77$lang['month'][3]  = 'মার্চ';
78$lang['month'][4]  = 'এপ্রিল';
79$lang['month'][5]  = 'মে';
80$lang['month'][6]  = 'জুন';
81$lang['month'][7]  = 'জুলাই';
82$lang['month'][8]  = 'অগাস্ট';
83$lang['month'][9]  = 'সেপ্টেম্বর';
[19358]84?>
Note: See TracBrowser for help on using the repository browser.