mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
65 lines
4 KiB
PHP
65 lines
4 KiB
PHP
|
<?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'] = 'বিষয়ক';
|
||
|
|
||
|
?>
|