diff options
Diffstat (limited to 'apps/user_ldap/l10n/sl.php')
-rw-r--r-- | apps/user_ldap/l10n/sl.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/sl.php b/apps/user_ldap/l10n/sl.php new file mode 100644 index 00000000000..cbfe6304e7e --- /dev/null +++ b/apps/user_ldap/l10n/sl.php @@ -0,0 +1,14 @@ +<?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č" +); |