Blame view
sources/apps/user_ldap/l10n/da.php
2.75 KB
|
31b7f2792
|
1 2 3 4 |
<?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!", |
|
03e52840d
|
5 |
"Deletion failed" => "Fejl ved sletning", |
|
31b7f2792
|
6 7 8 9 10 11 12 13 14 15 16 17 |
"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("",""),
|
|
6d9380f96
|
18 |
"Group Filter" => "Gruppe Filter", |
|
31b7f2792
|
19 20 21 22 |
"Save" => "Gem", "Test Configuration" => "Test Konfiguration", "Help" => "Hjælp", "Add Server Configuration" => "Tilføj Server Konfiguration", |
|
03e52840d
|
23 24 |
"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://", |
|
31b7f2792
|
25 |
"Port" => "Port", |
|
03e52840d
|
26 27 28 |
"User DN" => "Bruger DN", "Password" => "Kodeord", "For anonymous access, leave DN and Password empty." => "For anonym adgang, skal du lade DN og Adgangskode tomme.", |
|
31b7f2792
|
29 30 31 |
"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", |
|
6d9380f96
|
32 |
"Advanced" => "Avanceret", |
|
31b7f2792
|
33 34 35 36 37 38 39 |
"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.", |
|
03e52840d
|
40 |
"Turn off SSL certificate validation." => "Deaktiver SSL certifikat validering", |
|
31b7f2792
|
41 |
"Cache Time-To-Live" => "Cache Time-To-Live", |
|
03e52840d
|
42 43 44 45 |
"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", |
|
31b7f2792
|
46 |
"Quota Field" => "Kvote Felt", |
|
03e52840d
|
47 |
"in bytes" => "i bytes", |
|
31b7f2792
|
48 49 |
"Email Field" => "Email Felt", "Internal Username" => "Internt Brugernavn" |
|
03e52840d
|
50 |
); |
|
31b7f2792
|
51 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |