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

bn_BD.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 232c9d99c1c4b87ffaa91f23f5aa87c5fef9f64a (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\">documentation</a> এবং আমাদের <a target=\"_blank\" href=\"http://owncloud.org\">website</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\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                \tআপনার বন্ধুদের কাছে সুপারিশ করুন</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";