summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/bn_IN.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/bn_IN.php')
-rw-r--r--apps/files_versions/l10n/bn_IN.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/bn_IN.php b/apps/files_versions/l10n/bn_IN.php
new file mode 100644
index 00000000000..5bbfaad470b
--- /dev/null
+++ b/apps/files_versions/l10n/bn_IN.php
@@ -0,0 +1,10 @@
+<?php
+$TRANSLATIONS = array(
+"Could not revert: %s" => "প্রত্যাবর্তন করা যায়নি: %s",
+"Versions" => "সংস্করণ",
+"Failed to revert {file} to revision {timestamp}." => "{ফাইল} প্রত্যাবর্তন থেকে পুনর্বিবেচনা {টাইমস্ট্যাম্প} করতে ব্যর্থ।",
+"More versions..." => "আরো সংস্করণ...",
+"No other versions available" => "আর কোন সংস্করণ পাওয়া যাচ্ছে না",
+"Restore" => "পুনরুদ্ধার"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";