nextcloud/apps/files/l10n/bn_BD.php

48 lines
4.3 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-10 03:10:29 +04:00
"Could not move %s - File with this name already exists" => "%s কে স্থানান্তর করা সম্ভব হলো না - এই নামের ফাইল বিদ্যমান",
"Could not move %s" => "%s কে স্থানান্তর করা সম্ভব হলো না",
2013-10-27 15:27:22 +04:00
"File name cannot be empty." => "ফাইলের নামটি ফাঁকা রাখা যাবে না।",
2014-03-11 09:59:39 +04:00
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "নামটি সঠিক নয়, '\\', '/', '<', '>', ':', '\"', '|', '?' এবং '*' অনুমোদিত নয়।",
2013-04-27 04:24:29 +04:00
"No file was uploaded. Unknown error" => "কোন ফাইল আপলোড করা হয় নি। সমস্যার কারণটি অজ্ঞাত।",
"There is no error, the file uploaded with success" => "কোন সমস্যা হয় নি, ফাইল আপলোড সুসম্পন্ন হয়েছে।",
2013-01-11 03:06:14 +04:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "আপলোড করা ফাইলটি php.ini তে বর্ণিত upload_max_filesize নির্দেশিত আয়তন অতিক্রম করছেঃ",
2013-04-27 04:24:29 +04:00
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে ",
2013-01-11 03:06:14 +04:00
"The uploaded file was only partially uploaded" => "আপলোড করা ফাইলটি আংশিক আপলোড করা হয়েছে",
2013-01-03 03:05:19 +04:00
"No file was uploaded" => "কোন ফাইল আপলোড করা হয় নি",
2013-04-27 04:24:29 +04:00
"Missing a temporary folder" => "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
2013-01-11 03:06:14 +04:00
"Failed to write to disk" => "ডিস্কে লিখতে ব্যর্থ",
"Invalid directory." => "ভুল ডিরেক্টরি",
2013-01-03 03:05:19 +04:00
"Files" => "ফাইল",
2013-06-29 04:09:10 +04:00
"Upload cancelled." => "আপলোড বাতিল করা হয়েছে।",
"File upload is in progress. Leaving the page now will cancel the upload." => "ফাইল আপলোড চলমান। এই পৃষ্ঠা পরিত্যাগ করলে আপলোড বাতিল করা হবে।",
2013-10-27 10:32:11 +04:00
"{new_name} already exists" => "{new_name} টি বিদ্যমান",
2013-04-24 20:31:36 +04:00
"Share" => "ভাগাভাগি কর",
2014-06-01 09:55:19 +04:00
"Delete" => "মুছে",
2013-01-03 03:05:19 +04:00
"Rename" => "পূনঃনামকরণ",
2013-02-10 03:10:29 +04:00
"Pending" => "মুলতুবি",
2014-04-29 09:56:49 +04:00
"Error" => "সমস্যা",
2013-04-27 04:24:29 +04:00
"Name" => "রাম",
2013-01-03 03:05:19 +04:00
"Size" => "আকার",
"Modified" => "পরিবর্তিত",
2014-04-29 09:56:49 +04:00
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
2013-01-11 03:06:14 +04:00
"File handling" => "ফাইল হ্যার্ডলিং",
2013-01-03 03:05:19 +04:00
"Maximum upload size" => "আপলোডের সর্বোচ্চ আকার",
2013-01-11 03:06:14 +04:00
"max. possible: " => "অনুমোদিত সর্বোচ্চ আকার",
2013-04-27 04:24:29 +04:00
"Save" => "সংরক্ষণ",
2014-05-18 09:55:01 +04:00
"WebDAV" => "WebDAV",
2013-01-03 03:05:19 +04:00
"New" => "নতুন",
"Text file" => "টেক্সট ফাইল",
"Folder" => "ফোল্ডার",
2013-01-11 03:06:14 +04:00
"From link" => " লিংক থেকে",
2013-01-03 03:05:19 +04:00
"Cancel upload" => "আপলোড বাতিল কর",
2013-01-11 03:06:14 +04:00
"Nothing in here. Upload something!" => "এখানে কিছুই নেই। কিছু আপলোড করুন !",
2013-01-03 03:05:19 +04:00
"Download" => "ডাউনলোড",
2013-01-11 03:06:14 +04:00
"Upload too large" => "আপলোডের আকারটি অনেক বড়",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "আপনি এই সার্ভারে আপলোড করার জন্য অনুমোদিত ফাইলের সর্বোচ্চ আকারের চেয়ে বৃহদাকার ফাইল আপলোড করার চেষ্টা করছেন ",
2014-05-26 09:55:36 +04:00
"Files are being scanned, please wait." => "ফাইলগুলো স্ক্যান করা হচ্ছে, দয়া করে অপেক্ষা করুন।"
2013-01-03 03:05:19 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";