sq.php 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Failed to clear the mappings." => "dështoi së pastruari planifikimet",
  4. "Failed to delete the server configuration" => "dështoi fshirjen e konfigurimit të serverit",
  5. "The configuration is valid and the connection could be established!" => "Konfigurimi është i vlefshem dhe lidhja mund të kryhet",
  6. "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurimi është i saktë por lidhja dështoi. Kontrolloni konfigurimete serverit dhe kredencialet.",
  7. "Deletion failed" => "Fshirja dështoi",
  8. "Take over settings from recent server configuration?" => "Doni të rivini konfigurmet më të fundit të serverit?",
  9. "Keep settings?" => "Doni të mbani konfigurimet?",
  10. "Cannot add server configuration" => "E pamundur të shtohen konfigurimet në server",
  11. "mappings cleared" => "planifikimi u fshi",
  12. "Success" => "Sukses",
  13. "Error" => "Gabim",
  14. "Connection test succeeded" => "Prova e lidhjes përfundoi me sukses",
  15. "Connection test failed" => "Prova e lidhjes dështoi",
  16. "Do you really want to delete the current Server Configuration?" => "Jeni vërtetë të sigurt të fshini konfigurimet aktuale të serverit?",
  17. "Confirm Deletion" => "Konfirmoni Fshirjen",
  18. "_%s group found_::_%s groups found_" => array("",""),
  19. "_%s user found_::_%s users found_" => array("",""),
  20. "Save" => "Ruaj",
  21. "Test Configuration" => "Provoni konfigurimet",
  22. "Help" => "Ndihmë",
  23. "Add Server Configuration" => "Shtoni konfigurimet e serverit",
  24. "Host" => "Pritësi",
  25. "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Ju mund të mos vendosni protokollin ,vetëm nëse ju nevojitet SSL. atherë filloni me ldaps://",
  26. "Port" => "Porta",
  27. "User DN" => "Përdoruesi DN",
  28. "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." => "DN -ja e klientit për përdoruesin që kërkon të lidhet duhet të jetë si psh,uid=agent,dc=example,dc=com. Për lidhjet anonime lini boshe hapsirat e DN dhe fjalëkalim ",
  29. "Password" => "fjalëkalim",
  30. "For anonymous access, leave DN and Password empty." => "Për tu lidhur në mënyre anonime, lini bosh hapsirat e DN dhe fjalëkalim",
  31. "One Base DN per line" => "Një baze DN për rrjesht",
  32. "You can specify Base DN for users and groups in the Advanced tab" => "Ju mund të specifikoni Bazen DN për përdorues dhe grupe në butonin 'Të Përparuara'",
  33. "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Njoftim:</b> moduli PHP LDAP nuk është instaluar, motori nuk do të funksionojë.Kontaktoni me administratorin e sistemit.",
  34. "Connection Settings" => "Të dhënat e lidhjes",
  35. "Configuration Active" => "Konfigurimi Aktiv",
  36. "When unchecked, this configuration will be skipped." => "Nëse nuk është i zgjedhur, ky konfigurim do të anashkalohet.",
  37. "Backup (Replica) Host" => "Pritësi rezervë (Replika)",
  38. "Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Jepni një pritës rezervë. Duhet të jetë replikimi i serverit AD/LDAP kryesor.",
  39. "Backup (Replica) Port" => "Porta rezervë (Replika)",
  40. "Disable Main Server" => "Ç'aktivizoni serverin kryesor",
  41. "Turn off SSL certificate validation." => "Ç'aktivizoni kontrollin e certifikatës SSL.",
  42. "Cache Time-To-Live" => "Cache Time-To-Live",
  43. "in seconds. A change empties the cache." => "në sekonda Ndryshimi boshatis 'cache'-n.",
  44. "Directory Settings" => "Konfigurimet e Dosjeve",
  45. "User Display Name Field" => "Hapsira e Emrit të Përdoruesit",
  46. "Base User Tree" => "Struktura bazë e përdoruesit",
  47. "One User Base DN per line" => "Një përdorues baze DN për rrjesht",
  48. "User Search Attributes" => "Atributet e kërkimit të përdoruesëve",
  49. "Optional; one attribute per line" => "Opsionale; një atribut për rrjesht",
  50. "Group Display Name Field" => "Hapsira e Emrit të Grupit",
  51. "Base Group Tree" => "Struktura bazë e grupit",
  52. "One Group Base DN per line" => "Një grup baze DN për rrjesht",
  53. "Group Search Attributes" => "Atributet e kërkimit të grupit",
  54. "Group-Member association" => "Pjestar Grup-Përdorues ",
  55. "Special Attributes" => "Atribute të veçanta",
  56. "Quota Field" => "Hapsira e Kuotës",
  57. "Quota Default" => "Kuota e paracaktuar",
  58. "in bytes" => "në byte",
  59. "Email Field" => "Hapsira e Postës Elektronike",
  60. "User Home Folder Naming Rule" => "Rregulli i emërimit të dosjes së përdoruesit",
  61. "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lëreni bosh për emrin e përdoruesit (I Paracaktuar). Ose, përcaktoni një atribut LDAP/AD.",
  62. "Internal Username" => "Emër i brëndshëm i përdoruesit",
  63. "Internal Username Attribute:" => "Atributet e emrit të përdoruesit të brëndshëm",
  64. "Override UUID detection" => "Mbivendosni gjetjen e UUID",
  65. "Username-LDAP User Mapping" => "Emri përdoruesit-LAPD përcaktues përdoruesi",
  66. "Clear Username-LDAP User Mapping" => "Fshini Emër përdoruesi-LAPD Përcaktues përdoruesi",
  67. "Clear Groupname-LDAP Group Mapping" => "Fshini Emër Grupi-LADP Përcaktues grupi"
  68. );
  69. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";