summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-17 01:55:09 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-17 01:55:09 -0400
commitb736864e78508a049638a2621cc3104af0f6d1d5 (patch)
treef2153be7b0b981bb770a326b83c3fa19e9335fe3 /apps/files_trashbin
parentda160a5a3e6eed90a6175d287b4d76f6d2e41639 (diff)
downloadnextcloud-server-b736864e78508a049638a2621cc3104af0f6d1d5.tar.gz
nextcloud-server-b736864e78508a049638a2621cc3104af0f6d1d5.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/l10n/bn_IN.php14
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);";