bn_BD.php 5.2 KB

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