eo.js 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. OC.L10N.register(
  2. "user_ldap",
  3. {
  4. "Failed to delete the server configuration" : "Malsukcesis forigo de la agordo de servilo",
  5. "Action does not exist" : "Ago ne ekzistas",
  6. "Configuration incorrect" : "La agordaro malĝustas",
  7. "Configuration incomplete" : "La agordaro neplenas",
  8. "Configuration OK" : "La agordaro ĝustas",
  9. "Select groups" : "Elekti grupojn",
  10. "Select object classes" : "Elekti objektoklasojn",
  11. "{nthServer}. Server" : "{nthServer}. Servilo",
  12. "Confirm Deletion" : "Konfirmi forigon",
  13. "Select attributes" : "Elekti atribuojn",
  14. "_%s group found_::_%s groups found_" : ["%s grupo troviĝis","%s grupoj troviĝis"],
  15. "_%s user found_::_%s users found_" : ["%s uzanto troviĝis","%s uzanto troviĝis"],
  16. "Invalid Host" : "Nevalida gastigo",
  17. "Server" : "Servilo",
  18. "Users" : "Uzantoj",
  19. "Groups" : "Grupoj",
  20. "Test Configuration" : "Provi agordon",
  21. "Help" : "Helpo",
  22. "Other Attributes:" : "Aliaj atribuoj:",
  23. "1. Server" : "1. Servilo",
  24. "%s. Server:" : "%s. Servilo:",
  25. "Host" : "Gastigo",
  26. "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Vi povas neglekti la protokolon, escepte se vi bezonas SSL-on. Tiuokaze, komencu per ldaps://",
  27. "Port" : "Pordo",
  28. "User DN" : "Uzanto-DN",
  29. "Password" : "Pasvorto",
  30. "For anonymous access, leave DN and Password empty." : "Por sennoman aliron, lasu DN-on kaj Pasvorton malplenaj.",
  31. "Saving" : "Konservante",
  32. "Back" : "Antaŭen",
  33. "Continue" : "Daŭri",
  34. "LDAP" : "LDAP",
  35. "Expert" : "Sperta",
  36. "Advanced" : "Progresinta",
  37. "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Averto</b>: la PHP-modulo LDAP ne instalatas; la motoro ne funkcios. Bonvolu peti vian sistemadministranton instali ĝin.",
  38. "Connection Settings" : "Agordo de konekto",
  39. "Disable Main Server" : "Malkapabligi la ĉefan servilon",
  40. "Turn off SSL certificate validation." : "Malkapabligi validkontrolon de SSL-atestiloj.",
  41. "Cache Time-To-Live" : "Vivotempo de la kaŝmemoro",
  42. "in seconds. A change empties the cache." : "sekunde. Ajna ŝanĝo malplenigas la kaŝmemoron.",
  43. "Directory Settings" : "Agordo de dosierujo",
  44. "User Display Name Field" : "Kampo de vidignomo de uzanto",
  45. "Base User Tree" : "Baza uzantarbo",
  46. "User Search Attributes" : "Atributoj de serĉo de uzanto",
  47. "Optional; one attribute per line" : "Malnepra; po unu atribuo por linio",
  48. "Group Display Name Field" : "Kampo de vidignomo de grupo",
  49. "Base Group Tree" : "Baza gruparbo",
  50. "Group Search Attributes" : "Atribuoj de gruposerĉo",
  51. "Group-Member association" : "Asocio de grupo kaj membro",
  52. "Nested Groups" : "Ingitaj grupoj",
  53. "Special Attributes" : "Specialaj atribuoj",
  54. "Quota Field" : "Kampo de kvoto",
  55. "in bytes" : "duumoke",
  56. "Email Field" : "Kampo de retpoŝto",
  57. "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lasu malplena por uzantonomo (defaŭlto). Alie, specifu LDAP/AD-atributon.",
  58. "Internal Username" : "Ena uzantonomo",
  59. "Internal Username Attribute:" : "Atribuo de ena uzantonomo:",
  60. "UUID Attribute for Users:" : "UUID-atribuo por uzantoj:",
  61. "UUID Attribute for Groups:" : "UUID-atribuo por grupoj:"
  62. },
  63. "nplurals=2; plural=(n != 1);");