bn_BD.php 3.0 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Error" => "সমস্যা",
  4. "_%s group found_::_%s groups found_" => array("",""),
  5. "_%s user found_::_%s users found_" => array("",""),
  6. "Help" => "সহায়িকা",
  7. "Host" => "হোস্ট",
  8. "You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL আবশ্যক না হলে আপনি এই প্রটোকলটি মুছে ফেলতে পারেন । এরপর শুরু করুন এটা দিয়ে ldaps://",
  9. "Port" => "পোর্ট",
  10. "User DN" => "ব্যবহারকারি DN",
  11. "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. পরিচয় গোপন রেখে অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।",
  12. "Password" => "কূটশব্দ",
  13. "For anonymous access, leave DN and Password empty." => "অজ্ঞাতকুলশীল অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।",
  14. "You can specify Base DN for users and groups in the Advanced tab" => "সুচারু ট্যঅবে গিয়ে আপনি ব্যবহারকারি এবং গোষ্ঠীসমূহের জন্য ভিত্তি DN নির্ধারণ করতে পারেন।",
  15. "User Login Filter" => "ব্যবহারকারির প্রবেশ ছাঁকনী",
  16. "Case insensitve LDAP server (Windows)" => "বর্ণ অসংবেদী LDAP সার্ভার (উইন্ডোজ)",
  17. "Turn off SSL certificate validation." => "SSL সনদপত্র যাচাইকরণ বন্ধ রাক।",
  18. "in seconds. A change empties the cache." => "সেকেন্ডে। কোন পরিবর্তন ক্যাসে খালি করবে।",
  19. "User Display Name Field" => "ব্যবহারকারীর প্রদর্শিতব্য নামের ক্ষেত্র",
  20. "Base User Tree" => "ভিত্তি ব্যবহারকারি বৃক্ষাকারে",
  21. "Group Display Name Field" => "গোষ্ঠীর প্রদর্শিতব্য নামের ক্ষেত্র",
  22. "Base Group Tree" => "ভিত্তি গোষ্ঠী বৃক্ষাকারে",
  23. "Group-Member association" => "গোষ্ঠী-সদস্য সংস্থাপন",
  24. "in bytes" => "বাইটে",
  25. "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "ব্যবহারকারী নামের জন্য ফাঁকা রাখুন (পূর্বনির্ধারিত)। অন্যথায়, LDAP/AD বৈশিষ্ট্য নির্ধারণ করুন।"
  26. );
  27. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";