You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/l10n/bn_BD.php

39 lines
4.0 KiB

<?php
$TRANSLATIONS = array(
"Cannot write into \"config\" directory!" => "\"config\"িটরিয়ন!",
"This can usually be fixed by giving the webserver write access to the config directory" => "রণত ওয়বসরক কনফিগ ডিটরির অধির দি এই সমস সমন কর",
"See %s" => "%s দ",
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "রণত ওয়বসরক কনফিগ ডিটরি%sতর অধির দি%s এই সমস সমন কর",
"Sample configuration detected" => "নম কনফিশন পওয়",
"Help" => "সহি",
"Personal" => "যকিগত",
"Settings" => "িমকসম",
"Users" => "যবহরক",
"Admin" => "রশসন",
"No app name specified" => "ন অপ নম সিিট নয়",
"Unknown filetype" => "অজরকির ফইল",
"Invalid image" => "অবধ চি",
"web services under your control" => "ওয়ব সিস আপনর হর ম",
"App directory already exists" => "এই অপ ডিটরিিব থই বিযম",
"Can't create app folder. Please fix permissions. %s" => "প ফর বলন। অনমতিিরণ করন। %s",
"No source specified when installing app" => "প ইনসটল করতন উৎস নিিট কর হয়নি",
"App does not provide an info.xml file" => "র সঙ একটি info.xml ফইল ন",
"App can't be installed because of not allowed code in the App" => "র স অননিত কড থয় অপটি ইনসটল কর",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" => "প ইনসটল কররণ এত ননশিপড অপ এর জনয অননিত <shipped>true</shipped> টগ বিযম",
"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => " info.xml/version এর উলিত সকরণ এবপ সর হতরদন করকরণ একরকম ন হওয়পটি ইনসটল কর",
"Application is not enabled" => "িসনটি সকিয় নয়",
"Authentication error" => "অনদন ঘটিত সমস",
"Token expired. Please reload page." => "ন মণ। দয় করিনরয় লড করন।",
"Unknown user" => "অপরিিত বযবহরক",
"seconds ago" => "ড প",
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),
"today" => "আজ",
"yesterday" => "গতক",
"_%n day go_::_%n days ago_" => array("",""),
"last month" => "গত ম",
"_%n month ago_::_%n months ago_" => array("",""),
"last year" => "গত বছর",
"years ago" => "বছর প"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";