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 /impress
parent5bba8900ba8ddb3ff50f6a8eb5e713dc53dda85b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'impress')
-rw-r--r--impress/l10n/bn_IN.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/impress/l10n/bn_IN.php b/impress/l10n/bn_IN.php
new file mode 100644
index 000000000..3da8a000a
--- /dev/null
+++ b/impress/l10n/bn_IN.php
@@ -0,0 +1,9 @@
+<?php
+$TRANSLATIONS = array(
+"Documentation" => "নথিপত্র",
+"No Impress files are found in your ownCloud. Please upload a .impress file." => "কোন ইমপ্রেস ফাইল আপনার ownCloud এ পাওয়া যায়নি।একটি .impress ফাইল আপলোড করুন।",
+"Name" => "নাম",
+"Size" => "আকার",
+"Date" => "তারিখ"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";