12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?php
- $TRANSLATIONS = array(
- "Failed to delete the server configuration" => "Kunne ikke slette server konfigurationen",
- "The configuration is valid and the connection could be established!" => "Konfigurationen er korrekt og forbindelsen kunne etableres!",
- "The configuration is invalid. Please look in the ownCloud log for further details." => "Konfigurationen er ugyldig. Se venligst ownCloud loggen for yderligere detaljer.",
- "Deletion failed" => "Fejl ved sletning",
- "Take over settings from recent server configuration?" => "Overtag indstillinger fra nylig server konfiguration? ",
- "Keep settings?" => "Behold indstillinger?",
- "Cannot add server configuration" => "Kan ikke tilføje serverkonfiguration",
- "Success" => "Succes",
- "Error" => "Fejl",
- "Select groups" => "Vælg grupper",
- "Connection test succeeded" => "Forbindelsestest lykkedes",
- "Connection test failed" => "Forbindelsestest mislykkedes",
- "Do you really want to delete the current Server Configuration?" => "Ønsker du virkelig at slette den nuværende Server Konfiguration?",
- "Confirm Deletion" => "Bekræft Sletning",
- "_%s group found_::_%s groups found_" => array("",""),
- "_%s user found_::_%s users found_" => array("",""),
- "Test Configuration" => "Test Konfiguration",
- "Help" => "Hjælp",
- "Add Server Configuration" => "Tilføj Server Konfiguration",
- "Host" => "Host",
- "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://",
- "Port" => "Port",
- "User DN" => "Bruger DN",
- "Password" => "Kodeord",
- "For anonymous access, leave DN and Password empty." => "For anonym adgang, skal du lade DN og Adgangskode tomme.",
- "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",
- "Back" => "Tilbage",
- "Continue" => "Videre",
- "Connection Settings" => "Forbindelsesindstillinger ",
- "Configuration Active" => "Konfiguration Aktiv",
- "User Login Filter" => "Bruger Login Filter",
- "Backup (Replica) Host" => "Backup (Replika) Vært",
- "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.",
- "Backup (Replica) Port" => "Backup (Replika) Port",
- "Disable Main Server" => "Deaktiver Hovedserver",
- "Only connect to the replica server." => "Forbind kun til replika serveren.",
- "Case insensitve LDAP server (Windows)" => "Ikke versalfølsom LDAP server (Windows)",
- "Turn off SSL certificate validation." => "Deaktiver SSL certifikat validering",
- "Cache Time-To-Live" => "Cache Time-To-Live",
- "User Display Name Field" => "User Display Name Field",
- "Base User Tree" => "Base Bruger Træ",
- "Base Group Tree" => "Base Group Tree",
- "Group-Member association" => "Group-Member association",
- "Quota Field" => "Kvote Felt",
- "in bytes" => "i bytes",
- "Email Field" => "Email Felt",
- "Internal Username" => "Internt Brugernavn"
- );
- $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|