nextcloud/apps/user_ldap/l10n/da.php

104 lines
6.3 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-09-09 09:55:47 +04:00
"Failed to clear the mappings." => "Mislykkedes med at rydde afbildningerne.",
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!",
2014-09-09 09:55:47 +04:00
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurationen er gyldig, men Bind'en mislykkedes. Tjek venligst serverindstillingerne og akkreditiverne.",
"The configuration is invalid. Please have a look at the logs for further details." => "Konfigurationen er ugyldig. Se venligst i loggen for yderligere detaljer.",
"No action specified" => "Der er ikke angivet en handling",
"No configuration specified" => "Der er ikke angivet en konfiguration",
"No data specified" => "Der er ikke angivet data",
" Could not set configuration %s" => "Kunne ikke indstille konfigurationen %s",
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?",
2014-09-09 09:55:47 +04:00
"{nthServer}. Server" => "{nthServer}. server",
2013-07-31 10:01:45 +04:00
"Cannot add server configuration" => "Kan ikke tilføje serverkonfiguration",
2014-09-09 09:55:47 +04:00
"mappings cleared" => "afbildninger blev ryddet",
2013-05-18 04:03:28 +04:00
"Success" => "Succes",
"Error" => "Fejl",
2014-09-09 09:55:47 +04:00
"Please specify a Base DN" => "Angiv venligst en Base DN",
"Could not determine Base DN" => "Kunne ikke fastslå Base DN",
"Please specify the port" => "Angiv venligst porten",
"Configuration OK" => "Konfigurationen er OK",
"Configuration incorrect" => "Konfigurationen er ikke korrekt",
"Configuration incomplete" => "Konfigurationen er ikke komplet",
2013-10-27 10:32:11 +04:00
"Select groups" => "Vælg grupper",
2014-09-09 09:55:47 +04:00
"Select object classes" => "Vælg objektklasser",
"Select attributes" => "Vælg attributter",
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",
2014-09-09 09:55:47 +04:00
"_%s group found_::_%s groups found_" => array("Der blev fundet %s gruppe","Der blev fundet %s grupper"),
"_%s user found_::_%s users found_" => array("Der blev fundet %s bruger","Der blev fundet %s brugere"),
"Could not find the desired feature" => "Fandt ikke den ønskede funktion",
"Invalid Host" => "Ugyldig vært",
"Server" => "Server",
"User Filter" => "Brugerfilter",
"Login Filter" => "Login-filter",
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",
2014-09-09 09:55:47 +04:00
"Groups meeting these criteria are available in %s:" => "Grupper som modsvarer disse kriterier er tilgængelige i %s:",
"only those object classes:" => "kun disse objektklasser:",
"only from those groups:" => "kun fra disse grupper:",
"Edit raw filter instead" => "Redigér det rå filter i stedet",
"Raw LDAP filter" => "Råt LDAP-filter",
2014-09-15 09:54:26 +04:00
"The filter specifies which LDAP groups shall have access to the %s instance." => "Filteret angiver hvilke LDAP-grupper, der skal have adgang til instansen %s.",
2014-09-09 09:55:47 +04:00
"groups found" => "grupper blev fundet",
"Users login with this attribute:" => "Brugeres login med dette attribut:",
"LDAP Username:" => "LDAP-brugernavn:",
"LDAP Email Address:" => "LDAP-emailadresse:",
"Other Attributes:" => "Andre attributter:",
2014-09-15 09:54:26 +04:00
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Definerer dét filter der anvendes, når der er forsøg på at logge ind. %%uuid erstattter brugernavnet i login-handlingen. Eksempel: \"uid=%%uuid\"",
2014-09-09 09:55:47 +04:00
"1. Server" => "1. server",
"%s. Server:" => "%s. server:",
2013-07-31 10:01:45 +04:00
"Add Server Configuration" => "Tilføj Server Konfiguration",
2014-09-09 09:55:47 +04:00
"Delete Configuration" => "Slet 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.",
2014-09-09 09:55:47 +04:00
"One Base DN per line" => "Ét Base DN per linje",
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",
2014-09-15 09:54:26 +04:00
"users found" => "brugere blev fundet",
2013-10-27 10:32:11 +04:00
"Back" => "Tilbage",
"Continue" => "Videre",
2014-09-09 09:55:47 +04:00
"Expert" => "Ekspert",
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",
2014-09-09 09:55:47 +04:00
"When unchecked, this configuration will be skipped." => "Hvis der ikke er markeret, så springes denne konfiguration over.",
2013-07-31 10:01:45 +04:00
"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",
2014-09-09 09:55:47 +04:00
"in seconds. A change empties the cache." => "i sekunder. En ændring vil tømme cachen.",
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æ",
2014-09-09 09:55:47 +04:00
"One User Base DN per line" => "Én bruger-Base DN per linje",
"Optional; one attribute per line" => "Valgfrit; én attribut per linje",
2013-02-03 03:06:15 +04:00
"Base Group Tree" => "Base Group Tree",
2014-09-09 09:55:47 +04:00
"One Group Base DN per line" => "Ét gruppe-Base DN per linje",
"Group Search Attributes" => "Attributter for gruppesøgning",
2013-02-03 03:06:15 +04:00
"Group-Member association" => "Group-Member association",
2014-09-09 09:55:47 +04:00
"Nested Groups" => "Indlejrede grupper",
"Special Attributes" => "Specielle attributter",
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",
2014-09-09 09:55:47 +04:00
"Internal Username" => "Internt Brugernavn",
"Internal Username Attribute:" => "Internt attribut for brugernavn:",
"Override UUID detection" => "Tilsidesæt UUID-detektering",
"UUID Attribute for Users:" => "UUID-attribut for brugere:",
"UUID Attribute for Groups:" => "UUID-attribut for grupper:"
2012-08-21 04:09:12 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";