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