summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-19 01:55:44 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-19 01:55:44 -0400
commit786312d0e88b530319ffaf13d0b86a9efaff488a (patch)
treeeef35956b70a593b1d5783bf4568554cc63070e3 /apps/user_ldap/l10n
parent112e57098981726cd20da0cc6f6088a334e54a04 (diff)
downloadnextcloud-server-786312d0e88b530319ffaf13d0b86a9efaff488a.tar.gz
nextcloud-server-786312d0e88b530319ffaf13d0b86a9efaff488a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r--apps/user_ldap/l10n/da.php20
1 files changed, 19 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/da.php b/apps/user_ldap/l10n/da.php
index e07b91af1c2..769b86003fa 100644
--- a/apps/user_ldap/l10n/da.php
+++ b/apps/user_ldap/l10n/da.php
@@ -65,6 +65,8 @@ $TRANSLATIONS = array(
"For anonymous access, leave DN and Password empty." => "For anonym adgang, skal du lade DN og Adgangskode tomme.",
"One Base DN per line" => "Ét Base DN per linje",
"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",
+"Limit %s access to users meeting these criteria:" => "Begræns %s-adgangen til brugere som imødekommer disse kriterier:",
+"The filter specifies which LDAP users shall have access to the %s instance." => "Filteret angiver hvilke LDAP-brugere, der skal have adgang til %s-instansen.",
"users found" => "brugere blev fundet",
"Back" => "Tilbage",
"Continue" => "Videre",
@@ -78,26 +80,42 @@ $TRANSLATIONS = array(
"Backup (Replica) Port" => "Backup (Replika) Port",
"Disable Main Server" => "Deaktiver Hovedserver",
"Only connect to the replica server." => "Forbind kun til replika serveren.",
+"Case insensitive LDAP server (Windows)" => "LDAP-server som ikke er versalfølsom (Windows)",
"Turn off SSL certificate validation." => "Deaktiver SSL certifikat validering",
+"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Anbefales ikke - bruges kun til testformål! Hvis forbindelse udelukkende fungerer med dette tilvalg, så importér LDAP-serverens SSL-certifikat i din %s-server.",
"Cache Time-To-Live" => "Cache Time-To-Live",
"in seconds. A change empties the cache." => "i sekunder. En ændring vil tømme cachen.",
+"Directory Settings" => "Mappeindstillinger",
"User Display Name Field" => "User Display Name Field",
+"The LDAP attribute to use to generate the user's display name." => "LDAP-attributten som skal bruges til at oprette brugerens viste navn.",
"Base User Tree" => "Base Bruger Træ",
"One User Base DN per line" => "Én bruger-Base DN per linje",
+"User Search Attributes" => "Attributter for brugersøgning",
"Optional; one attribute per line" => "Valgfrit; én attribut per linje",
+"Group Display Name Field" => "Navnefelt for gruppevisning",
+"The LDAP attribute to use to generate the groups's display name." => "LDAP-attributten som skal bruges til at oprette gruppens viste navn.",
"Base Group Tree" => "Base Group Tree",
"One Group Base DN per line" => "Ét gruppe-Base DN per linje",
"Group Search Attributes" => "Attributter for gruppesøgning",
"Group-Member association" => "Group-Member association",
"Nested Groups" => "Indlejrede grupper",
+"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Når slået til, så vil grupper som rummer grupper blive understøttet. (Dette fungerer kun, hvis attributten for gruppemedlem indeholder DN'er.)",
+"Paging chunksize" => "Fragmentstørrelse for sideinddeling",
+"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Fragmentstørrelse som bruges til sideinddelte LDAP-søgninger, der kan returnere omfattende resultater såsom bruger eller gruppe-optælling. (Angivelse til 0 vil slå sideinddelte LDAP-søgninger fra for disse situationer.)",
"Special Attributes" => "Specielle attributter",
"Quota Field" => "Kvote Felt",
+"Quota Default" => "Standard for kvota",
"in bytes" => "i bytes",
"Email Field" => "Email Felt",
+"User Home Folder Naming Rule" => "Navneregel for brugerens hjemmemappe",
+"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lad stå tom for brugernavn (standard). Alternativt, angiv en LDAP/AD-attribut.",
"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:"
+"UUID Attribute for Groups:" => "UUID-attribut for grupper:",
+"Username-LDAP User Mapping" => "Kortlægning mellem brugernavn og LDAP-bruger",
+"Clear Username-LDAP User Mapping" => "Ryd kortlægning mellem brugernavn og LDAP-bruger",
+"Clear Groupname-LDAP Group Mapping" => "Ryd kortlægning mellem gruppenavn og LDAP-gruppe"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";