nextcloud/apps/user_ldap/l10n/da.php

10 lines
247 B
PHP
Raw Normal View History

2012-08-21 04:09:12 +04:00
<?php $TRANSLATIONS = array(
"Host" => "Host",
"Base DN" => "Base DN",
"Password" => "Kodeord",
"Port" => "Port",
"Use TLS" => "Brug TLS",
"Not recommended, use for testing only." => "Anbefales ikke, brug kun for at teste.",
"Help" => "Hjælp"
);