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

bn_BD.php « l10n « user_webdavauth « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e182e26e9f5da121d019cfb4b168988f0a43dbdf (plain)
1
2
3
4
5
6
7
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 and 403 কে অবৈধ তথ্যাদিরূপে অনুবাদ করে অন্য সকল প্রত্যুত্তরকে বৈধতা দেবে। "
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";