Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-17 08:48:26 +0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-17 08:48:26 +0400
commit787c4b38add380aac898adaaa768d6cfa2ecb6ed (patch)
treecf80809c5e1a4dfd9c591bd833a7c01a88fe8fee /admin_migrate
parent5bba8900ba8ddb3ff50f6a8eb5e713dc53dda85b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/bn_IN.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/admin_migrate/l10n/bn_IN.php b/admin_migrate/l10n/bn_IN.php
new file mode 100644
index 000000000..d86171ee2
--- /dev/null
+++ b/admin_migrate/l10n/bn_IN.php
@@ -0,0 +1,9 @@
+<?php
+$TRANSLATIONS = array(
+"Export data" => "এক্সপোর্ট ডাটা",
+"All system files and user data" => "সব সিস্টেম ফাইল এবং ব্যবহারকারীর তথ্য",
+"Only system files" => "শুধু সিস্টেম ফাইল ",
+"Only user data" => "শুধু ব্যবহারকারীর তথ্য",
+"Export" => "এক্সপোর্ট"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";