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_IN.php

32 lines
2.4 KiB

<?php
$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "%s সরি-এই ন আগই ফইল আছ",
"Could not move %s" => "%s সরি",
"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" => "িিখতযর",
"Not enough storage available" => "যথট সজ পওয",
"Invalid directory." => "অবধ ডিটরি",
"Files" => "ইলস",
"Share" => "",
"Delete" => "",
"Delete permanently" => "ি",
"Rename" => "মকরণ",
"Pending" => "লতি",
"Error" => "",
"Name" => "",
"Size" => "আক",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"Save" => "",
"New folder" => "নতন ফ",
"Folder" => "",
"Download" => "উনলড কর"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";