nextcloud/apps/user_ldap/l10n/sl.php

15 lines
693 B
PHP
Raw Normal View History

2012-08-16 04:09:15 +04:00
<?php $TRANSLATIONS = array(
"Host" => "Gostitelj",
"Base DN" => "Osnovni DN",
"You can specify Base DN for users and groups in the Advanced tab" => "Osnovni DN za uporabnike in skupine lahko določite v zavihku Napredno",
"User DN" => "Uporabnik DN",
"Password" => "Geslo",
"For anonymous access, leave DN and Password empty." => "Za anonimni dostop pustite polji za DN in geslo prazni.",
"Port" => "Vrata",
"Use TLS" => "Uporabi TLS",
"Do not use it for SSL connections, it will fail." => "Ne uporabljajte ga za SSL povezave, saj ne bo delovalo.",
"Turn off SSL certificate validation." => "Onemogoči potrditev veljavnosti SSL certifikata.",
"in bytes" => "v bajtih",
"Help" => "Pomoč"
);