diff options
Diffstat (limited to 'apps/files/l10n/bn_IN.php')
-rw-r--r-- | apps/files/l10n/bn_IN.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files/l10n/bn_IN.php b/apps/files/l10n/bn_IN.php index 0157af093e9..9fc02669d89 100644 --- a/apps/files/l10n/bn_IN.php +++ b/apps/files/l10n/bn_IN.php @@ -1,7 +1,14 @@ <?php $TRANSLATIONS = array( +"Files" => "ফাইলস", +"Share" => "শেয়ার", +"Delete" => "মুছে ফেলা", +"Error" => "ভুল", +"Name" => "নাম", +"Size" => "আকার", "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") +"_Uploading %n file_::_Uploading %n files_" => array("",""), +"Save" => "সেভ" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |