diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-17 01:55:09 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-17 01:55:09 -0400 |
commit | b736864e78508a049638a2621cc3104af0f6d1d5 (patch) | |
tree | f2153be7b0b981bb770a326b83c3fa19e9335fe3 /apps/user_webdavauth | |
parent | da160a5a3e6eed90a6175d287b4d76f6d2e41639 (diff) | |
download | nextcloud-server-b736864e78508a049638a2621cc3104af0f6d1d5.tar.gz nextcloud-server-b736864e78508a049638a2621cc3104af0f6d1d5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/bn_IN.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/bn_IN.php b/apps/user_webdavauth/l10n/bn_IN.php new file mode 100644 index 00000000000..965b0aaa6e3 --- /dev/null +++ b/apps/user_webdavauth/l10n/bn_IN.php @@ -0,0 +1,8 @@ +<?php +$TRANSLATIONS = array( +"WebDAV Authentication" => "WebDAV প্রমাণীকরণ", +"Address:" => "ঠিকানা", +"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 এবং 403 কে অবৈধ প্রমাণপত্রাদি হিসাবে ব্যাখা করে,এবং সমস্ত অন্যান্য প্রত্যুত্তর বৈধ প্রমাণপত্রাদি হিসেবে ব্যাখ্যা করে।" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |