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

bn_IN.js « l10n « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0960c52de478f2eef0d978ae2eaf55b21fa7d1a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "external",
    {
    "Please enter valid urls - they have to start with either http://, https:// or /" : "বৈধ URL গুলি লিখুন-তারা শুরু হয় http://,https:// অথবা / দিয়ে",
    "External sites saved." : "বাহ্যিক সাইট সংরক্ষিত করা হবে।",
    "External Sites" : "বাহ্যিক সাইট",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "কোন কোন ব্রাউজারে আপনি HTTPS চালাচ্ছেন বলে HTTP-র মাধ্যমে সাইটের প্রদর্শন অবরুদ্ধ করা হবে।",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "উপরন্তু অনেক সাইট আজকাল নিরাপত্তার কারণে  iframing নামঞ্জুর করে দিয়েছে।",
    "We highly recommend to test the configured sites below properly." : "আমরা সুপারিশ করছি সঠিকভাবে নীচের কনফিগার করা সাইটগুলি পরীক্ষা করে দেখতে।",
    "Name" : "নাম",
    "URL" : "URL",
    "Select an icon" : "একটি আইকন বেছে নিন ",
    "Remove site" : "সাইট সরান",
    "Add" : "যোগ করা"
},
"nplurals=2; plural=(n != 1);");