summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-07 01:54:42 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-07 01:54:42 -0400
commit9fc45016f9b3359d146c1c7cad72650a24488cb8 (patch)
tree0be853091dac63fb04b40435b8833bf0d1be5cfc /apps/user_webdavauth
parent6ca2ba6fde0314a7eebe059dfa9121d14caf4fa3 (diff)
downloadnextcloud-server-9fc45016f9b3359d146c1c7cad72650a24488cb8.tar.gz
nextcloud-server-9fc45016f9b3359d146c1c7cad72650a24488cb8.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/bn_BD.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/bn_BD.php b/apps/user_webdavauth/l10n/bn_BD.php
index 30ca2cdfa06..e182e26e9f5 100644
--- a/apps/user_webdavauth/l10n/bn_BD.php
+++ b/apps/user_webdavauth/l10n/bn_BD.php
@@ -1,6 +1,8 @@
<?php
$TRANSLATIONS = array(
+"WebDAV Authentication" => "WebDAV অনুমোদন",
"Address:" => "ঠিকানা",
-"Save" => "সংরক্ষণ"
+"Save" => "সংরক্ষণ",
+"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ব্যবহারকারীর তথ্যাদি এই ঠিকানায় পাঠানো হবে। এই প্লাগইন প্রত্যুত্তর পরীক্ষা করে দেখবে এবং HTTP statuscodes 401 and 403 কে অবৈধ তথ্যাদিরূপে অনুবাদ করে অন্য সকল প্রত্যুত্তরকে বৈধতা দেবে। "
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";