38 lines
3.4 KiB
PHP
38 lines
3.4 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Host" => "Hostiteľ",
|
|
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Môžete vynechať protokol, s výnimkou požadovania SSL. Vtedy začnite s ldaps://",
|
|
"Base DN" => "Základné DN",
|
|
"You can specify Base DN for users and groups in the Advanced tab" => "V rozšírenom nastavení môžete zadať základné DN pre používateľov a skupiny",
|
|
"User DN" => "Používateľské DN",
|
|
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "DN klientského používateľa, ku ktorému tvoríte väzbu, napr. uid=agent,dc=example,dc=com. Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.",
|
|
"Password" => "Heslo",
|
|
"For anonymous access, leave DN and Password empty." => "Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.",
|
|
"User Login Filter" => "Filter prihlásenia používateľov",
|
|
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Určuje použitý filter, pri pokuse o prihlásenie. %%uid nahradzuje používateľské meno v činnosti prihlásenia.",
|
|
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "použite zástupný vzor %%uid, napr. \\\"uid=%%uid\\\"",
|
|
"User List Filter" => "Filter zoznamov používateľov",
|
|
"Defines the filter to apply, when retrieving users." => "Definuje použitý filter, pre získanie používateľov.",
|
|
"without any placeholder, e.g. \"objectClass=person\"." => "bez zástupných znakov, napr. \"objectClass=person\"",
|
|
"Group Filter" => "Filter skupiny",
|
|
"Defines the filter to apply, when retrieving groups." => "Definuje použitý filter, pre získanie skupín.",
|
|
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "bez zástupných znakov, napr. \"objectClass=posixGroup\"",
|
|
"Port" => "Port",
|
|
"Base User Tree" => "Základný používateľský strom",
|
|
"Base Group Tree" => "Základný skupinový strom",
|
|
"Group-Member association" => "Asociácia člena skupiny",
|
|
"Use TLS" => "Použi TLS",
|
|
"Do not use it for SSL connections, it will fail." => "Nepoužívajte pre pripojenie SSL, pripojenie zlyhá.",
|
|
"Case insensitve LDAP server (Windows)" => "LDAP server nerozlišuje veľkosť znakov (Windows)",
|
|
"Turn off SSL certificate validation." => "Vypnúť overovanie SSL certifikátu.",
|
|
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Ak pripojenie pracuje len s touto možnosťou, tak importujte SSL certifikát LDAP serveru do vášho servera ownCloud.",
|
|
"Not recommended, use for testing only." => "Nie je doporučované, len pre testovacie účely.",
|
|
"User Display Name Field" => "Pole pre zobrazenia mena používateľa",
|
|
"The LDAP attribute to use to generate the user`s ownCloud name." => "Atribút LDAP použitý na vygenerovanie mena používateľa ownCloud ",
|
|
"Group Display Name Field" => "Pole pre zobrazenie mena skupiny",
|
|
"The LDAP attribute to use to generate the groups`s ownCloud name." => "Atribút LDAP použitý na vygenerovanie mena skupiny ownCloud ",
|
|
"in bytes" => "v bajtoch",
|
|
"in seconds. A change empties the cache." => "v sekundách. Zmena vyprázdni vyrovnávaciu pamäť.",
|
|
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Nechajte prázdne pre používateľské meno (predvolené). Inak uveďte atribút LDAP/AD.",
|
|
"Help" => "Pomoc"
|
|
);
|