53 lines
3.1 KiB
PHP
53 lines
3.1 KiB
PHP
<?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",
|
|
"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",
|
|
"Server configuration" => "Server konfiguration",
|
|
"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://",
|
|
"Base DN" => "Base DN",
|
|
"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",
|
|
"User DN" => "Bruger DN",
|
|
"Password" => "Kodeord",
|
|
"For anonymous access, leave DN and Password empty." => "For anonym adgang, skal du lade DN og Adgangskode tomme.",
|
|
"User Login Filter" => "Bruger Login Filter",
|
|
"User List Filter" => "Brugerliste Filter",
|
|
"Group Filter" => "Gruppe Filter",
|
|
"Connection Settings" => "Forbindelsesindstillinger ",
|
|
"Configuration Active" => "Konfiguration Aktiv",
|
|
"Port" => "Port",
|
|
"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.",
|
|
"Use TLS" => "Brug TLS",
|
|
"Do not use it additionally for LDAPS connections, it will fail." => "Benyt ikke flere LDAPS forbindelser, det vil mislykkeds. ",
|
|
"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",
|
|
"Test Configuration" => "Test Konfiguration",
|
|
"Help" => "Hjælp"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|