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

bn_BD.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8df349c3c77405b9a0bb1a4c3af4cf5ac534a1c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
OC.L10N.register(
    "files_sharing",
    {
    "Server to server sharing is not enabled on this server" : "এই সার্ভারে সার্ভার হতে সার্ভারে ভাগাভাগি কার্যকর নয়",
    "Invalid or untrusted SSL certificate" : "অবৈধ বা অবিশ্বস্ত SSL সার্টিফিকেট",
    "Couldn't add remote share" : "দুরবর্তী ভাগাভাগি যোগ করা গেলনা",
    "Shared with you" : "আপনার সাথে ভাগাভাগি করেছেন",
    "Shared by link" : "লিঙ্কের মাধ্যমে ভাগাভাগিকৃত",
    "Remote share" : "দুরবর্তী ভাগাভাগি",
    "Cancel" : "বাতিল",
    "No ownCloud installation found at {remote}" : "{remote}এ কোন ওউনক্লাউড ইনস্টলেসন পাওয়া গেলনা",
    "Invalid ownCloud url" : "অবৈধ ওউনক্লাউড url",
    "Shared by" : "যাদের মাঝে ভাগাভাগি করা হয়েছে",
    "This share is password-protected" : "এই শেয়ারটি কূটশব্দদ্বারা সুরক্ষিত",
    "The password is wrong. Try again." : "কুটশব্দটি ভুল। আবার চেষ্টা করুন।",
    "Password" : "কূটশব্দ",
    "Name" : "নাম",
    "Share time" : "ভাগাভাগির সময়",
    "Sorry, this link doesn’t seem to work anymore." : "দুঃখিত, এই লিঙ্কটি আর কার্যকর নয়।",
    "Reasons might be:" : "কারণসমূহ হতে পারে:",
    "the item was removed" : "আইটেমটি অপসারণ করা হয়েছিল",
    "the link expired" : "মেয়াদোত্তীর্ন লিঙ্ক",
    "sharing is disabled" : "ভাগাভাগি অকার্যকর",
    "For more info, please ask the person who sent this link." : "বিস্তারিত তথ্যের জন্য এই লিঙ্কের প্রেরককে জিজ্ঞাসা করুন।",
    "Download" : "ডাউনলোড",
    "Download %s" : "ডাউনলোড  %s",
    "Direct link" : "সরাসরি লিঙ্ক",
    "Remote Shares" : "দুরবর্তী ভাগাভাগি"
},
"nplurals=2; plural=(n != 1);");