Blame view
sources/apps/files/l10n/bn_BD.php
4.27 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"Could not move %s - File with this name already exists" => "%s কে স্থানান্তর করা সম্ভব হলো না - এই নামের ফাইল বিদ্যমান", "Could not move %s" => "%s কে স্থানান্তর করা সম্ভব হলো না", |
|
31b7f2792
|
5 |
"File name cannot be empty." => "ফাইলের নামটি ফাঁকা রাখা যাবে না।", |
|
6d9380f96
|
6 |
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "নামটি সঠিক নয়, '\\', '/', '<', '>', ':', '\"', '|', '?' এবং '*' অনুমোদিত নয়।", |
|
31b7f2792
|
7 8 |
"No file was uploaded. Unknown error" => "কোন ফাইল আপলোড করা হয় নি। সমস্যার কারণটি অজ্ঞাত।", "There is no error, the file uploaded with success" => "কোন সমস্যা হয় নি, ফাইল আপলোড সুসম্পন্ন হয়েছে।", |
|
03e52840d
|
9 |
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "আপলোড করা ফাইলটি php.ini তে বর্ণিত upload_max_filesize নির্দেশিত আয়তন অতিক্রম করছেঃ", |
|
31b7f2792
|
10 |
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে ", |
|
03e52840d
|
11 12 |
"The uploaded file was only partially uploaded" => "আপলোড করা ফাইলটি আংশিক আপলোড করা হয়েছে", "No file was uploaded" => "কোন ফাইল আপলোড করা হয় নি", |
|
31b7f2792
|
13 |
"Missing a temporary folder" => "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে", |
|
03e52840d
|
14 15 16 |
"Failed to write to disk" => "ডিস্কে লিখতে ব্যর্থ", "Invalid directory." => "ভুল ডিরেক্টরি", "Files" => "ফাইল", |
|
31b7f2792
|
17 18 19 |
"Upload cancelled." => "আপলোড বাতিল করা হয়েছে।",
"File upload is in progress. Leaving the page now will cancel the upload." => "ফাইল আপলোড চলমান। এই পৃষ্ঠা পরিত্যাগ করলে আপলোড বাতিল করা হবে।",
"{new_name} already exists" => "{new_name} টি বিদ্যমান",
|
|
03e52840d
|
20 |
"Share" => "ভাগাভাগি কর", |
|
6d9380f96
|
21 |
"Delete" => "মুছে", |
|
03e52840d
|
22 23 |
"Rename" => "পূনঃনামকরণ", "Pending" => "মুলতুবি", |
|
31b7f2792
|
24 25 |
"Error" => "সমস্যা", "Name" => "রাম", |
|
03e52840d
|
26 27 |
"Size" => "আকার", "Modified" => "পরিবর্তিত", |
|
6d9380f96
|
28 29 30 |
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
|
|
03e52840d
|
31 32 33 |
"File handling" => "ফাইল হ্যার্ডলিং", "Maximum upload size" => "আপলোডের সর্বোচ্চ আকার", "max. possible: " => "অনুমোদিত সর্বোচ্চ আকার", |
|
31b7f2792
|
34 |
"Save" => "সংরক্ষণ", |
|
6d9380f96
|
35 |
"WebDAV" => "WebDAV", |
|
03e52840d
|
36 37 38 39 |
"New" => "নতুন", "Text file" => "টেক্সট ফাইল", "Folder" => "ফোল্ডার", "From link" => " লিংক থেকে", |
|
03e52840d
|
40 41 |
"Nothing in here. Upload something!" => "এখানে কিছুই নেই। কিছু আপলোড করুন !", "Download" => "ডাউনলোড", |
|
03e52840d
|
42 43 |
"Upload too large" => "আপলোডের আকারটি অনেক বড়", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "আপনি এই সার্ভারে আপলোড করার জন্য অনুমোদিত ফাইলের সর্বোচ্চ আকারের চেয়ে বৃহদাকার ফাইল আপলোড করার চেষ্টা করছেন ", |
|
6d9380f96
|
44 |
"Files are being scanned, please wait." => "ফাইলগুলো স্ক্যান করা হচ্ছে, দয়া করে অপেক্ষা করুন।" |
|
03e52840d
|
45 |
); |
|
31b7f2792
|
46 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |