server/apps/files_trashbin/l10n/bn_BD.php

15 lines
717 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-08-30 05:57:04 +00:00
"Couldn't delete %s permanently" => "%s স্থায়ীভাবে মুছে ফেলা গেলনা",
"Couldn't restore %s" => "%s ফেরত আনা গেলনা",
"Deleted files" => "মুছে ফেলা ফাইলসমূহ",
2014-08-28 05:56:36 +00:00
"Restore" => "ফিরিয়ে দাও",
2013-04-09 00:14:02 +00:00
"Error" => "সমস্যা",
2014-08-30 05:57:04 +00:00
"restored" => "পূণঃসংরক্ষিত",
"Nothing in here. Your trash bin is empty!" => "এখানে কিছু নেই। আপনার ট্র্যাসবিন শুন্য",
"Name" => "নাম",
"Deleted" => "মুছে ফেলা",
2013-02-21 23:08:47 +00:00
"Delete" => "মুছে"
2013-01-31 23:19:28 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";