nextcloud/apps/user_ldap/l10n/da.php

52 lines
2.8 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-07-31 10:01:45 +04:00
"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!",
2013-02-02 03:08:15 +04:00
"Deletion failed" => "Fejl ved sletning",
2013-08-24 04:17:08 +04:00
"Take over settings from recent server configuration?" => "Overtag indstillinger fra nylig server konfiguration? ",
2013-07-31 10:01:45 +04:00
"Keep settings?" => "Behold indstillinger?",
"Cannot add server configuration" => "Kan ikke tilføje serverkonfiguration",
2013-05-18 04:03:28 +04:00
"Success" => "Succes",
"Error" => "Fejl",
2013-10-27 10:32:11 +04:00
"Select groups" => "Vælg grupper",
2013-07-31 10:01:45 +04:00
"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",
2013-10-27 10:32:11 +04:00
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
2014-05-27 09:54:54 +04:00
"Group Filter" => "Gruppe Filter",
2013-11-11 14:47:59 +04:00
"Save" => "Gem",
2013-10-27 10:32:11 +04:00
"Test Configuration" => "Test Konfiguration",
"Help" => "Hjælp",
2013-07-31 10:01:45 +04:00
"Add Server Configuration" => "Tilføj Server Konfiguration",
2012-08-21 04:09:12 +04:00
"Host" => "Host",
2012-09-26 04:06:37 +04:00
"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://",
2013-10-27 10:32:11 +04:00
"Port" => "Port",
2012-10-24 04:08:34 +04:00
"User DN" => "Bruger DN",
2012-08-21 04:09:12 +04:00
"Password" => "Kodeord",
2012-12-26 03:12:10 +04:00
"For anonymous access, leave DN and Password empty." => "For anonym adgang, skal du lade DN og Adgangskode tomme.",
2013-10-27 10:32:11 +04:00
"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",
2014-05-27 09:54:54 +04:00
"Advanced" => "Avanceret",
2013-07-31 10:01:45 +04:00
"Connection Settings" => "Forbindelsesindstillinger ",
"Configuration Active" => "Konfiguration Aktiv",
"Backup (Replica) Host" => "Backup (Replika) Vært",
2013-08-24 04:17:08 +04:00
"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.",
2013-07-31 10:01:45 +04:00
"Backup (Replica) Port" => "Backup (Replika) Port",
"Disable Main Server" => "Deaktiver Hovedserver",
"Only connect to the replica server." => "Forbind kun til replika serveren.",
2012-12-26 03:12:10 +04:00
"Turn off SSL certificate validation." => "Deaktiver SSL certifikat validering",
2013-08-24 04:17:08 +04:00
"Cache Time-To-Live" => "Cache Time-To-Live",
2012-12-26 03:12:10 +04:00
"User Display Name Field" => "User Display Name Field",
2013-02-03 03:06:15 +04:00
"Base User Tree" => "Base Bruger Træ",
"Base Group Tree" => "Base Group Tree",
"Group-Member association" => "Group-Member association",
2013-08-24 04:17:08 +04:00
"Quota Field" => "Kvote Felt",
2012-12-26 03:12:10 +04:00
"in bytes" => "i bytes",
2013-07-31 10:01:45 +04:00
"Email Field" => "Email Felt",
2013-10-27 10:32:11 +04:00
"Internal Username" => "Internt Brugernavn"
2012-08-21 04:09:12 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";