da.php 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "The configuration is invalid. Please look in the ownCloud log for further details." => "Konfigurationen er ugyldig. Se venligst ownCloud loggen for yderligere detaljer.",
  6. "Deletion failed" => "Fejl ved sletning",
  7. "Take over settings from recent server configuration?" => "Overtag indstillinger fra nylig server konfiguration? ",
  8. "Keep settings?" => "Behold indstillinger?",
  9. "Cannot add server configuration" => "Kan ikke tilføje serverkonfiguration",
  10. "Success" => "Succes",
  11. "Error" => "Fejl",
  12. "Select groups" => "Vælg grupper",
  13. "Connection test succeeded" => "Forbindelsestest lykkedes",
  14. "Connection test failed" => "Forbindelsestest mislykkedes",
  15. "Do you really want to delete the current Server Configuration?" => "Ønsker du virkelig at slette den nuværende Server Konfiguration?",
  16. "Confirm Deletion" => "Bekræft Sletning",
  17. "_%s group found_::_%s groups found_" => array("",""),
  18. "_%s user found_::_%s users found_" => array("",""),
  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. "User Login Filter" => "Bruger Login Filter",
  34. "Backup (Replica) Host" => "Backup (Replika) Vært",
  35. "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.",
  36. "Backup (Replica) Port" => "Backup (Replika) Port",
  37. "Disable Main Server" => "Deaktiver Hovedserver",
  38. "Only connect to the replica server." => "Forbind kun til replika serveren.",
  39. "Case insensitve LDAP server (Windows)" => "Ikke versalfølsom LDAP server (Windows)",
  40. "Turn off SSL certificate validation." => "Deaktiver SSL certifikat validering",
  41. "Cache Time-To-Live" => "Cache Time-To-Live",
  42. "User Display Name Field" => "User Display Name Field",
  43. "Base User Tree" => "Base Bruger Træ",
  44. "Base Group Tree" => "Base Group Tree",
  45. "Group-Member association" => "Group-Member association",
  46. "Quota Field" => "Kvote Felt",
  47. "in bytes" => "i bytes",
  48. "Email Field" => "Email Felt",
  49. "Internal Username" => "Internt Brugernavn"
  50. );
  51. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";