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/apps/files/l10n/bn_BD.php

47 lines
4.3 KiB

<?php
$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "%s কতর কর সমভব হল - এই নর ফইল বিযমন",
"Could not move %s" => "%s কতর কর সমভব হল",
"File name cannot be empty." => "ফইলর নমটি।",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "নমটি সঠিক নয়, '\\', '/', '<', '>', ':', '\"', '|', '?' এব '*' অনিত নয়।",
"No file was uploaded. Unknown error" => "কন ফইল আপলড কর হয় নি। সমসর করণটি অজত।",
"There is no error, the file uploaded with success" => "কন সমস হয় নি, ফইল আপলড সসমপনন হয়।",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "আপলড করইলটি php.ini ত বরিত upload_max_filesize নিিত আয়তন অতিরম করছ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "আপলড করইলটি HTML ফর উলিিত MAX_FILE_SIZE নিিত ফইলর সরচ আকর অতিরম করত চল ",
"The uploaded file was only partially uploaded" => "আপলড করইলটিিক আপলড কর হয়",
"No file was uploaded" => "কন ফইল আপলড কর হয় নি",
"Missing a temporary folder" => "অসরটিি",
"Failed to write to disk" => "ডিিখতযরথ",
"Invalid directory." => "ভল ডিটরি",
"Files" => "ফইল",
"Upload cancelled." => "আপলড বিল কর হয়।",
"File upload is in progress. Leaving the page now will cancel the upload." => "ফইল আপলড চলমন। এই প পরিগ করল আপলড বিল কর হব।",
"{new_name} already exists" => "{new_name} টিিযমন",
"Share" => "ভি কর",
"Delete" => "ম",
"Rename" => "পমকরণ",
"Pending" => "মলতি",
"Error" => "সমস",
"Name" => "রম",
"Size" => "আকর",
"Modified" => "পরিবরিত",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"File handling" => "ফইল হডলি",
"Maximum upload size" => "আপলর সরচ আকর",
"max. possible: " => "অনিত সরচ আকর",
"Save" => "সরকষণ",
"WebDAV" => "WebDAV",
"New" => "নতন",
"Text file" => "টসট ফইল",
"Folder" => "ফর",
"From link" => " লিক থ",
"Nothing in here. Upload something!" => "এখিই নই। কি আপলড করন !",
"Download" => "ডউনলড",
"Upload too large" => "আপলর আকরটি অনক বড়",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "আপনি এই স আপলড করর জনয অনিত ফইলর সরচ আকর চহদর ফইল আপলড করর চ করছন ",
"Files are being scanned, please wait." => "ফইলগন কর হচ, দয় কর অপ করন।"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";