nextcloud/apps/user_ldap/l10n/da.php

12 lines
444 B
PHP
Raw Normal View History

2012-08-21 04:09:12 +04:00
<?php $TRANSLATIONS = array(
"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-10-24 04:08:34 +04:00
"User DN" => "Bruger DN",
2012-08-21 04:09:12 +04:00
"Password" => "Kodeord",
"Port" => "Port",
"Use TLS" => "Brug TLS",
"Not recommended, use for testing only." => "Anbefales ikke, brug kun for at teste.",
"Help" => "Hjælp"
);