nextcloud/apps/files_trashbin/l10n/bn_BD.php

10 lines
249 B
PHP

<?php
$TRANSLATIONS = array(
"Error" => "সমস্যা",
"Name" => "রাম",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"Delete" => "মুছে"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";