12 lines
444 B
PHP
12 lines
444 B
PHP
<?php $TRANSLATIONS = array(
|
|
"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://",
|
|
"Base DN" => "Base DN",
|
|
"User DN" => "Bruger 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"
|
|
);
|