51 lines
3.1 KiB
PHP
51 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",
|
|
"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",
|
|
"Defines the filter to apply, when retrieving users." => "Definere filteret der bruges ved indlæsning af brugere.",
|
|
"without any placeholder, e.g. \"objectClass=person\"." => "Uden stedfortræder, f.eks. \"objectClass=person\".",
|
|
"Group Filter" => "Gruppe Filter",
|
|
"Defines the filter to apply, when retrieving groups." => "Definere filteret der bruges når der indlæses grupper.",
|
|
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "Uden stedfortræder, f.eks. \"objectClass=posixGroup\".",
|
|
"Connection Settings" => "Forbindelsesindstillinger ",
|
|
"Configuration Active" => "Konfiguration Aktiv",
|
|
"Port" => "Port",
|
|
"Backup (Replica) Host" => "Backup (Replika) Vært",
|
|
"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. ",
|
|
"Turn off SSL certificate validation." => "Deaktiver SSL certifikat validering",
|
|
"Not recommended, use for testing only." => "Anbefales ikke, brug kun for at teste.",
|
|
"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",
|
|
"in bytes" => "i bytes",
|
|
"Email Field" => "Email Felt",
|
|
"Internal Username" => "Internt Brugernavn",
|
|
"Test Configuration" => "Test Konfiguration",
|
|
"Help" => "Hjælp"
|
|
);
|