33 lines
2.4 KiB
PHP
33 lines
2.4 KiB
PHP
<?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);";
|