da.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Failed to delete the server configuration" => "Kunne ikke slette server konfigurationen",
  4. "The configuration is valid and the connection could be established!" => "Konfigurationen er korrekt og forbindelsen kunne etableres!",
  5. "Deletion failed" => "Fejl ved sletning",
  6. "Take over settings from recent server configuration?" => "Overtag indstillinger fra nylig server konfiguration? ",
  7. "Keep settings?" => "Behold indstillinger?",
  8. "Cannot add server configuration" => "Kan ikke tilføje serverkonfiguration",
  9. "Success" => "Succes",
  10. "Error" => "Fejl",
  11. "Select groups" => "Vælg grupper",
  12. "Connection test succeeded" => "Forbindelsestest lykkedes",
  13. "Connection test failed" => "Forbindelsestest mislykkedes",
  14. "Do you really want to delete the current Server Configuration?" => "Ønsker du virkelig at slette den nuværende Server Konfiguration?",
  15. "Confirm Deletion" => "Bekræft Sletning",
  16. "_%s group found_::_%s groups found_" => array("",""),
  17. "_%s user found_::_%s users found_" => array("",""),
  18. "Save" => "Gem",
  19. "Test Configuration" => "Test Konfiguration",
  20. "Help" => "Hjælp",
  21. "Add Server Configuration" => "Tilføj Server Konfiguration",
  22. "Host" => "Host",
  23. "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Du kan udelade protokollen, medmindre du skal bruge SSL. Start i så fald med ldaps://",
  24. "Port" => "Port",
  25. "User DN" => "Bruger DN",
  26. "Password" => "Kodeord",
  27. "For anonymous access, leave DN and Password empty." => "For anonym adgang, skal du lade DN og Adgangskode tomme.",
  28. "You can specify Base DN for users and groups in the Advanced tab" => "You can specify Base DN for users and groups in the Advanced tab",
  29. "Back" => "Tilbage",
  30. "Continue" => "Videre",
  31. "Connection Settings" => "Forbindelsesindstillinger ",
  32. "Configuration Active" => "Konfiguration Aktiv",
  33. "Backup (Replica) Host" => "Backup (Replika) Vært",
  34. "Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Opgiv en ikke obligatorisk backup server. Denne skal være en replikation af hoved-LDAP/AD serveren.",
  35. "Backup (Replica) Port" => "Backup (Replika) Port",
  36. "Disable Main Server" => "Deaktiver Hovedserver",
  37. "Only connect to the replica server." => "Forbind kun til replika serveren.",
  38. "Turn off SSL certificate validation." => "Deaktiver SSL certifikat validering",
  39. "Cache Time-To-Live" => "Cache Time-To-Live",
  40. "User Display Name Field" => "User Display Name Field",
  41. "Base User Tree" => "Base Bruger Træ",
  42. "Base Group Tree" => "Base Group Tree",
  43. "Group-Member association" => "Group-Member association",
  44. "Quota Field" => "Kvote Felt",
  45. "in bytes" => "i bytes",
  46. "Email Field" => "Email Felt",
  47. "Internal Username" => "Internt Brugernavn"
  48. );
  49. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";