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! " ,
" The configuration is invalid. Please look in the ownCloud log for further details. " => " Konfigurationen er ugyldig. Se venligst ownCloud loggen for yderligere detaljer. " ,
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-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 " ,
" Server configuration " => " Server konfiguration " ,
" 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:// " ,
2012-08-21 04:09:12 +04:00
" Base DN " => " Base DN " ,
2012-12-26 03:12:10 +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 " ,
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. " ,
" User Login Filter " => " Bruger Login Filter " ,
" User List Filter " => " Brugerliste Filter " ,
" Group Filter " => " Gruppe Filter " ,
2013-07-31 10:01:45 +04:00
" Connection Settings " => " Forbindelsesindstillinger " ,
" Configuration Active " => " Konfiguration Aktiv " ,
2012-08-21 04:09:12 +04:00
" Port " => " Port " ,
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-08-21 04:09:12 +04:00
" Use TLS " => " Brug TLS " ,
2013-07-31 10:01:45 +04:00
" Do not use it additionally for LDAPS connections, it will fail. " => " Benyt ikke flere LDAPS forbindelser, det vil mislykkeds. " ,
2013-08-24 04:17:08 +04:00
" Case insensitve LDAP server (Windows) " => " Ikke versalfølsom LDAP server (Windows) " ,
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 " ,
" Internal Username " => " Internt Brugernavn " ,
" Test Configuration " => " Test Konfiguration " ,
2012-08-21 04:09:12 +04:00
" Help " => " Hjælp "
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;