f7cloud_client/apps/firstrunwizard/l10n/bn_IN.php
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

15 lines
2.2 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 এর মাধ্যমে ফাইল অ্যাক্সেস করুন",
"Theres 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);";