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

bn_IN.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b17cf1980dab55f6ca7ff9e008a4a2db61cf5dcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "%s এ স্বাগতম",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "আপনার ব্যক্তিগত ওয়েব সেবা।আপনার সব ফাইল,কন্টাক্ট,ক্যালেন্ডার এবং আরো,এক জায়গায়।",
"Get the apps to sync your files" => "আপনার ফাইল সিঙ্ক করার অ্যাপ পান",
"Connect your desktop apps to %s" => "আপনার ডেক্সটপ অ্যাপ সংযুক্ত করুন %s এর সাথে",
"Connect your Calendar" => "আপনার ক্যালেন্ডার সংযুক্ত করুন",
"Connect your Contacts" => "আপনার কন্টাক্ট সংযুক্ত করুন",
"Documentation" => "নথিপত্র",
"Access files via WebDAV" => "WebDAV এর মাধ্যমে ফাইল অ্যাক্সেস করুন",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "আরো তথ্য আছে <a target=\"_blank\" href=\"%s\">ডকুমেন্টেশনে</a>এবং আমাদের  <a target=\"_blank\" href=\"http://owncloud.org\"> ওয়েবসাইটে</a>।",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "আপনি যদি ownCloud ভালবাসেন,\n⇥<a href=\"mailto:?subject=ownCloud\n⇥⇥&body=ownCloud is a great open software to sync and share your files. \n⇥⇥You can freely get it from http://owncloud.org\">\n⇥⇥এটা আপনার বন্ধুদের সুপারিশ করুন</a>\n⇥এবং <a href=\"http://owncloud.org/promote\"\n⇥⇥target=\"_blank\">কথাটি ছড়িয়ে দিন</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";