diff options
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/bn_IN.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/bn_IN.php b/apps/files_trashbin/l10n/bn_IN.php new file mode 100644 index 00000000000..687945782de --- /dev/null +++ b/apps/files_trashbin/l10n/bn_IN.php @@ -0,0 +1,14 @@ +<?php +$TRANSLATIONS = array( +"Couldn't delete %s permanently" => "স্থায়ীভাবে %s গুলি মুছে ফেলা যায়নি", +"Couldn't restore %s" => "%s পুনরুদ্ধার করা যায়নি", +"Deleted files" => "ফাইলস মুছে ফেলা হয়েছে", +"Restore" => "পুনরুদ্ধার", +"Error" => "ভুল", +"restored" => "পুনরুদ্ধার করা হয়েছে", +"Nothing in here. Your trash bin is empty!" => "কিছুই নেই এখানে।আপনার ট্র্যাশ বিন খালি!", +"Name" => "নাম", +"Deleted" => "মুছে ফেলা হয়েছে", +"Delete" => "মুছে ফেলা" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |