nextcloud/apps/files/l10n/bn_IN.php

15 lines
423 B
PHP
Raw Normal View History

2014-05-20 09:54:53 +04:00
<?php
$TRANSLATIONS = array(
2014-07-17 09:55:09 +04:00
"Files" => "ফাইলস",
"Share" => "শেয়ার",
"Delete" => "মুছে ফেলা",
"Error" => "ভুল",
"Name" => "নাম",
"Size" => "আকার",
2014-05-20 09:54:53 +04:00
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
2014-07-17 09:55:09 +04:00
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"Save" => "সেভ"
2014-05-20 09:54:53 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";