summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/bn_BD.php
blob: c3741dbd1dba4bf49cc903babc1217403cde6c30 (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Error" => "সমস্যা",
"Name" => "রাম",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"Delete" => "মুছে"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";