52 lines
2.8 KiB
PHP
52 lines
2.8 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!",
|
|
"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("",""),
|
|
"Group Filter" => "Gruppe Filter",
|
|
"Save" => "Gem",
|
|
"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",
|
|
"Advanced" => "Avanceret",
|
|
"Connection Settings" => "Forbindelsesindstillinger ",
|
|
"Configuration Active" => "Konfiguration Aktiv",
|
|
"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.",
|
|
"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);";
|