[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2020-04-29 02:16:55 +00:00
parent 192cf12440
commit 297276baba
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
6 changed files with 62 additions and 0 deletions

View File

@ -250,6 +250,8 @@ OC.L10N.register(
"Name your device" : "Nom de votre appareil",
"Add" : "Ajouter",
"Adding your device …" : "Ajout de votre appareil…",
"Server error while trying to add WebAuthn device" : "Erreur du serveur lors de l'ajout de l'appareil WebAuthn ",
"Server error while trying to complete WebAuthn device registration" : "Erreur du serveur lors de l'enregistrement de l'appareil WebAuthn",
"Unnamed device" : "Appareil sans nom",
"Passwordless Authentication" : "Authentification sans mot de passe",
"Set up your account for passwordless authentication following the FIDO2 standard." : "Configurer votre compte pour une authentification sans mot de passe suivant le standard FIDO2.",

View File

@ -248,6 +248,8 @@
"Name your device" : "Nom de votre appareil",
"Add" : "Ajouter",
"Adding your device …" : "Ajout de votre appareil…",
"Server error while trying to add WebAuthn device" : "Erreur du serveur lors de l'ajout de l'appareil WebAuthn ",
"Server error while trying to complete WebAuthn device registration" : "Erreur du serveur lors de l'enregistrement de l'appareil WebAuthn",
"Unnamed device" : "Appareil sans nom",
"Passwordless Authentication" : "Authentification sans mot de passe",
"Set up your account for passwordless authentication following the FIDO2 standard." : "Configurer votre compte pour une authentification sans mot de passe suivant le standard FIDO2.",

View File

@ -62,10 +62,12 @@ OC.L10N.register(
"LDAP / AD integration" : "Spolupráca s LDAP/AD",
"_%s group found_::_%s groups found_" : ["%s nájdená skupina","%s nájdené skupiny","%s nájdených skupín","%s nájdených skupín"],
"_%s user found_::_%s users found_" : ["%s nájdený používateľ","%s nájdení používatelia","%s nájdených používateľov","%s nájdených používateľov"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Nepodarilo sa zistiť atribút pre zobrazenie mena používateľa. Zadajte ho sami v rozšírených nastaveniach LDAP.",
"Could not find the desired feature" : "Nemožno nájsť požadovanú funkciu",
"Invalid Host" : "Neplatný hostiteľ",
"LDAP user and group backend" : "Podporná vrstva pre LDAP používateľa a skupinu",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Aplikácia umožňuje administrátorom pripojenie Nextcloud k užívateľskému adresáru LDAP.",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Táto aplikácia umožňuje administrátorom prepojiť Nextcloud s priečinkami používateľov založených na LDAP pre overovanie a sprevádzkovanie používateľov, skupín a atribútov používateľov. Správcovia môžu nastaviť túto aplikáciu na pripojenie k jednému alebo viacerým priečinkom LDAP alebo Active Directory prostredníctvom LDAP. Atribúty, ako sú užívateľská kvóta, e-mail, fotografie, členstvo v skupinách a ďalšie, sa dajú do Nextcloud vytiahnuť z priečinka príslušnými požiadavkami a filtrami.\n\nUžívateľ sa prihlási do systému Nextcloud svojimi prihlasovacími údajmi LDAP alebo AD a prístup mu bude udelený na základe žiadosti o overenie totožnosti vybavenej serverom LDAP alebo AD. Nextcloud neuchováva heslá LDAP ani AD, ale tieto poverenia sa používajú na overenie totožnosti používateľa a potom Nextcloud použije reláciu pre ID používateľa. Viac informácií je k dispozícii v dokumentácii k podpornej vrstve LDAP používateľ a skupina.",
"Test Configuration" : "Test nastavenia",
"Help" : "Pomoc",
"Groups meeting these criteria are available in %s:" : "Skupiny spĺňajúce tieto kritériá sú k dispozícii v %s:",
@ -77,10 +79,14 @@ OC.L10N.register(
"Edit LDAP Query" : "Upraviť LDAP požiadavku",
"LDAP Filter:" : "LDAP filter:",
"The filter specifies which LDAP groups shall have access to the %s instance." : "Tento filter LDAP určuje, ktoré skupiny budú mať prístup k %s inštancii.",
"Verify settings and count the groups" : "Overte nastavenia a spočítajte skupiny",
"When logging in, %s will find the user based on the following attributes:" : "Pri prihlasovaní, %s bude vyhľadávať používateľov na základe týchto atribútov:",
"LDAP / AD Username:" : "Používateľské meno LDAP / AD:",
"Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Umožňuje prihlásenie pomocou užívateľského mena LDAP/AD, ktoré je buď „uid“ alebo „sAMAccountName“ a bude zistené.",
"LDAP / AD Email Address:" : "LDAP / AD emailová adresa:",
"Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Umožňuje prihlásenie pomocou atribútu e-mail. Povolené sú „mail“ a „mailPrimaryAddress“.",
"Other Attributes:" : "Iné atribúty:",
"Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Definuje filter, ktorý sa použije pri pokuse o prihlásenie. „%%uid“ je nahradené používateľským menom v prihlasovacej akcii. Príklad: „uid %%uid„“",
"Test Loginname" : "Testovacie prihlasovacie meno",
"Verify settings" : "Overiť nastavenia",
"%s. Server:" : "%s. Server:",
@ -88,28 +94,33 @@ OC.L10N.register(
"Copy current configuration into new directory binding" : "Skopírovať súčasnú konfiguráciu do nového adresárového pripojenia",
"Delete the current configuration" : "Vymazať súčasnú konfiguráciu",
"Host" : "Hostiteľ",
"You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Protokol môžete vynechať, Ak nevyžadujete SSL. Ak áno, začnite s ldaps: //",
"Port" : "Port",
"Detect Port" : "Detekovať port",
"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.",
"Save Credentials" : "Uložiť prihlasovacie údaje",
"One Base DN per line" : "Jedno základné DN na riadok",
"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",
"Detect Base DN" : "Detekovať základnú DN",
"Test Base DN" : "Otestovať základnú DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Bráni automatickým LDAP požiadavkám. Výhodné pre objemné nastavenia ale vyžaduje si dobrú znalosť o LDAP.",
"Manually enter LDAP filters (recommended for large directories)" : "Ručné vloženie LDAP filtrov (odporúčané pre rozsiahle adresáre)",
"Listing and searching for users is constrained by these criteria:" : "Zoznam a vyhľadávanie používateľov je obmedzené týmito kritériami:",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Najčastejšie triedy objektov pre používateľov sú organizationalPerson, user a inetOrgPerson. Ak si nie ste istí, ktoré triedy máte zvoliť, obráťte sa na správcu LDAP.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Tento filter LDAP určuje, ktorí používatelia majú prístup k %s inštancii.",
"Verify settings and count users" : "Overiť nastavenia a spočítať používateľov",
"Saving" : "Ukladá sa",
"Back" : "Späť",
"Continue" : "Pokračovať",
"Please renew your password." : "Obnovte svoje heslo.",
"An internal error occurred." : "Nastala interná chyba.",
"Please try again or contact your administrator." : "Skúste to znovu, alebo sa obráťte na vášho administrátora.",
"Current password" : "Aktuálne heslo",
"New password" : "Nové heslo",
"Renew password" : "Obnoviť heslo",
"Wrong password." : "Nesprávne heslo.",
"Cancel" : "Zrušiť",
"Server" : "Server",
@ -134,6 +145,8 @@ OC.L10N.register(
"Directory Settings" : "Nastavenia priečinka",
"User Display Name Field" : "Pole pre zobrazované meno používateľa",
"The LDAP attribute to use to generate the user's display name." : "Atribút LDAP použitý na vygenerovanie zobrazovaného mena používateľa. ",
"2nd User Display Name Field" : "Druhá kolónka zobrazovaného mena používateľa",
"Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Voliteľné. Pridanie LDAP atribútu v zátvorkách k zobrazovanému menu. Príklad výsledku:. „Jano Mrkvička (jano.mrkvicka@priklad.org)“.",
"Base User Tree" : "Základný používateľský strom",
"One User Base DN per line" : "Jedna používateľská základná DN na riadok",
"User Search Attributes" : "Atribúty vyhľadávania používateľov",
@ -144,22 +157,37 @@ OC.L10N.register(
"One Group Base DN per line" : "Jedna skupinová základná DN na riadok",
"Group Search Attributes" : "Atribúty vyhľadávania skupín",
"Group-Member association" : "Priradenie člena skupiny",
"Dynamic Group Member URL" : "URL člena dynamickej skupiny",
"The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "Atribút LDAP, ktorý v objektoch skupiny obsahuje webovú adresu vyhľadávania LDAP, ktorá určuje, ktoré objekty patria do skupiny. (Prázdne nastavenie zakáže funkčnosť členstva v dynamickej skupine.)",
"Nested Groups" : "Vnorené skupiny",
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Ak je zapnuté, tak je možné používať skupiny, ktoré obsahujú iné skupiny. (Funguje, len ak atribút člena skupiny obsahuje DN.)",
"Paging chunksize" : "Veľkosť bloku stránkovania",
"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Veľkosť bloku sa používa pri vyhľadávaní v LDAP v prípadoch veľkých výsledkov hľadania ako napr. zoznamy všetkých používateľov alebo skupín. (Nastavením na 0 vypnete stránkované vyhľadávanie v LDAP v týchto situáciách.)",
"Enable LDAP password changes per user" : "Povoliť zmeny hesla LDAP pre jednotlivých používateľov",
"Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Povoliť používateľom LDAP zmeniť svoje heslo a umožniť super správcom a správcom skupín zmeniť heslo svojich užívateľov LDAP. Funguje iba vtedy, keď sú na serveri LDAP zodpovedajúcim spôsobom nastavené zásady riadenia prístupu. Pretože heslá sa posielajú na server LDAP ako text, musí sa na transport použiť šifrovanie a na serveri LDAP by malo byť nastavené hashovanie hesiel.",
"(New password is sent as plain text to LDAP)" : "(Nové heslo sa odosiela ako obyčajný text do LDAP)",
"Default password policy DN" : "Predvolená zásady hesiel DN",
"The DN of a default password policy that will be used for password expiry handling. Works only when LDAP password changes per user are enabled and is only supported by OpenLDAP. Leave empty to disable password expiry handling." : "DN predvolených zásad hesiel, ktorá sa použije na spracovanie konca platnosti hesla. Funguje iba vtedy, keď sú zmeny hesla LDAP používateľom povolené a podporujú ho iba OpenLDAP. Ak chcete zakázať spracovanie platnosti hesla, nechajte ho prázdne.",
"Special Attributes" : "Špeciálne atribúty",
"Quota Field" : "Pole kvóty",
"Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Pre predvolenú kvótu používateľa nevyplňujte. Inak uveďte príslušný atribút LDAP/AD.",
"Quota Default" : "Predvolená kvóta",
"Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Prepísať predvolenú kvótu pre používateľov LDAP, ktorí nemajú nastavenú kvótu v poli Kvóta.",
"Email Field" : "Pole emailu",
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Nastavte e-mail používateľa z jeho atribútu LDAP. Nechajte prázdne pre predvolené správanie.",
"User Home Folder Naming Rule" : "Pravidlo pre nastavenie názvu používateľského priečinka dát",
"Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "Ak chcete použiť užívateľské meno (predvolené), nechajte prázdne. V opačnom prípade zadajte atribút LDAP/AD.",
"\"$home\" Placeholder Field" : "Výplňová kolónka „$home“",
"$home in an external storage configuration will be replaced with the value of the specified attribute" : "$ home bude v nastavení externého úložiska nahradená hodnotou zadaného atribútu ",
"Internal Username" : "Interné používateľské meno",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "V predvolenom nastavení sa interné používateľské meno vytvorí z atribútu UUID. Zabezpečuje jedinečnosť používateľského mena a nie je potrebné meniť znaky. Interné používateľské meno má obmedzenia, ktoré povoľujú iba tieto znaky: [a-zA-Z0-9 _. @ -]. Ostatné znaky sa nahradia zodpovedajúcimi znakmi ASCII alebo sa jednoducho vynechajú. Pri konfliktoch bude pridané/zvýšené číslo. Interné používateľské meno sa používa na internú identifikáciu používateľa. Je to tiež predvolený názov domovského priečinka používateľa. Je tiež súčasťou URL, napríklad pre všetky služby * DAV. Týmto nastavením môže byť predvolené správanie zmenené. Nechajte prázdne ak chcete nechať predvolené nastavenie. Zmeny majú vplyv iba na novo namapovaných (pridaných) užívateľov LDAP.",
"Internal Username Attribute:" : "Atribút interného používateľského mena:",
"Override UUID detection" : "Prepísať UUID detekciu",
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "V predvolenom nastavení sa atribút UUID deteguje automaticky. Atribút UUID sa používa na jednoznačnú identifikáciu používateľov a skupín z LDAPu. Naviac sa na základe UUID vytvára aj interné používateľské meno, ak nie je nastavené inak. Môžete predvolené nastavenie prepísať a použiť atribút ktorý si sami zvolíte. Musíte sa ale ubezpečiť, že atribút, ktorý vyberiete, bude uvedený pri používateľoch aj pri skupinách a bude jedinečný. Ak voľbu ponecháte prázdnu, použije sa predvolené správanie. Zmena bude mať vplyv len na novo namapovaných (pridaných) používateľov a skupiny z LDAPu.",
"UUID Attribute for Users:" : "UUID atribút pre používateľov:",
"UUID Attribute for Groups:" : "UUID atribút pre skupiny:",
"Username-LDAP User Mapping" : "Mapovanie názvov LDAP používateľských mien",
"Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Používateľské mená sa používajú na ukladanie a prideľovanie meta údajov. Pre presnú identifikáciu a rozpoznávanie má každý používateľ LDAP interné používateľské meno. To si vyžaduje mapovanie používateľského mena na užívateľa LDAP. Vytvorené meno používateľa je mapované na UUID používateľa LDAP. Okrem toho sa DN ukladá aj do vyrovnávacej pamäte, aby sa znížila interakcia LDAP, ale nepoužíva sa na identifikáciu. Ak sa DN zmení, zmeny sa nájdu. Interné používateľské meno sa používa všade. Vymazanie mápovania bude mať pozostatky všade. Vymazanie mapovania nie je citlivé na nastavenie, ovplyvňuje všetky nastavenia LDAP! Nikdy nemažte mapovanie vo produkčnom prostredí, ale iba v testovacej alebo experimentálnej fáze.",
"Clear Username-LDAP User Mapping" : "Zrušiť mapovanie LDAP používateľských mien",
"Clear Groupname-LDAP Group Mapping" : "Zrušiť mapovanie názvov LDAP skupín",
"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 z LDAP/AD."

View File

@ -60,10 +60,12 @@
"LDAP / AD integration" : "Spolupráca s LDAP/AD",
"_%s group found_::_%s groups found_" : ["%s nájdená skupina","%s nájdené skupiny","%s nájdených skupín","%s nájdených skupín"],
"_%s user found_::_%s users found_" : ["%s nájdený používateľ","%s nájdení používatelia","%s nájdených používateľov","%s nájdených používateľov"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Nepodarilo sa zistiť atribút pre zobrazenie mena používateľa. Zadajte ho sami v rozšírených nastaveniach LDAP.",
"Could not find the desired feature" : "Nemožno nájsť požadovanú funkciu",
"Invalid Host" : "Neplatný hostiteľ",
"LDAP user and group backend" : "Podporná vrstva pre LDAP používateľa a skupinu",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Aplikácia umožňuje administrátorom pripojenie Nextcloud k užívateľskému adresáru LDAP.",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Táto aplikácia umožňuje administrátorom prepojiť Nextcloud s priečinkami používateľov založených na LDAP pre overovanie a sprevádzkovanie používateľov, skupín a atribútov používateľov. Správcovia môžu nastaviť túto aplikáciu na pripojenie k jednému alebo viacerým priečinkom LDAP alebo Active Directory prostredníctvom LDAP. Atribúty, ako sú užívateľská kvóta, e-mail, fotografie, členstvo v skupinách a ďalšie, sa dajú do Nextcloud vytiahnuť z priečinka príslušnými požiadavkami a filtrami.\n\nUžívateľ sa prihlási do systému Nextcloud svojimi prihlasovacími údajmi LDAP alebo AD a prístup mu bude udelený na základe žiadosti o overenie totožnosti vybavenej serverom LDAP alebo AD. Nextcloud neuchováva heslá LDAP ani AD, ale tieto poverenia sa používajú na overenie totožnosti používateľa a potom Nextcloud použije reláciu pre ID používateľa. Viac informácií je k dispozícii v dokumentácii k podpornej vrstve LDAP používateľ a skupina.",
"Test Configuration" : "Test nastavenia",
"Help" : "Pomoc",
"Groups meeting these criteria are available in %s:" : "Skupiny spĺňajúce tieto kritériá sú k dispozícii v %s:",
@ -75,10 +77,14 @@
"Edit LDAP Query" : "Upraviť LDAP požiadavku",
"LDAP Filter:" : "LDAP filter:",
"The filter specifies which LDAP groups shall have access to the %s instance." : "Tento filter LDAP určuje, ktoré skupiny budú mať prístup k %s inštancii.",
"Verify settings and count the groups" : "Overte nastavenia a spočítajte skupiny",
"When logging in, %s will find the user based on the following attributes:" : "Pri prihlasovaní, %s bude vyhľadávať používateľov na základe týchto atribútov:",
"LDAP / AD Username:" : "Používateľské meno LDAP / AD:",
"Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Umožňuje prihlásenie pomocou užívateľského mena LDAP/AD, ktoré je buď „uid“ alebo „sAMAccountName“ a bude zistené.",
"LDAP / AD Email Address:" : "LDAP / AD emailová adresa:",
"Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Umožňuje prihlásenie pomocou atribútu e-mail. Povolené sú „mail“ a „mailPrimaryAddress“.",
"Other Attributes:" : "Iné atribúty:",
"Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Definuje filter, ktorý sa použije pri pokuse o prihlásenie. „%%uid“ je nahradené používateľským menom v prihlasovacej akcii. Príklad: „uid %%uid„“",
"Test Loginname" : "Testovacie prihlasovacie meno",
"Verify settings" : "Overiť nastavenia",
"%s. Server:" : "%s. Server:",
@ -86,28 +92,33 @@
"Copy current configuration into new directory binding" : "Skopírovať súčasnú konfiguráciu do nového adresárového pripojenia",
"Delete the current configuration" : "Vymazať súčasnú konfiguráciu",
"Host" : "Hostiteľ",
"You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Protokol môžete vynechať, Ak nevyžadujete SSL. Ak áno, začnite s ldaps: //",
"Port" : "Port",
"Detect Port" : "Detekovať port",
"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.",
"Save Credentials" : "Uložiť prihlasovacie údaje",
"One Base DN per line" : "Jedno základné DN na riadok",
"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",
"Detect Base DN" : "Detekovať základnú DN",
"Test Base DN" : "Otestovať základnú DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Bráni automatickým LDAP požiadavkám. Výhodné pre objemné nastavenia ale vyžaduje si dobrú znalosť o LDAP.",
"Manually enter LDAP filters (recommended for large directories)" : "Ručné vloženie LDAP filtrov (odporúčané pre rozsiahle adresáre)",
"Listing and searching for users is constrained by these criteria:" : "Zoznam a vyhľadávanie používateľov je obmedzené týmito kritériami:",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Najčastejšie triedy objektov pre používateľov sú organizationalPerson, user a inetOrgPerson. Ak si nie ste istí, ktoré triedy máte zvoliť, obráťte sa na správcu LDAP.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Tento filter LDAP určuje, ktorí používatelia majú prístup k %s inštancii.",
"Verify settings and count users" : "Overiť nastavenia a spočítať používateľov",
"Saving" : "Ukladá sa",
"Back" : "Späť",
"Continue" : "Pokračovať",
"Please renew your password." : "Obnovte svoje heslo.",
"An internal error occurred." : "Nastala interná chyba.",
"Please try again or contact your administrator." : "Skúste to znovu, alebo sa obráťte na vášho administrátora.",
"Current password" : "Aktuálne heslo",
"New password" : "Nové heslo",
"Renew password" : "Obnoviť heslo",
"Wrong password." : "Nesprávne heslo.",
"Cancel" : "Zrušiť",
"Server" : "Server",
@ -132,6 +143,8 @@
"Directory Settings" : "Nastavenia priečinka",
"User Display Name Field" : "Pole pre zobrazované meno používateľa",
"The LDAP attribute to use to generate the user's display name." : "Atribút LDAP použitý na vygenerovanie zobrazovaného mena používateľa. ",
"2nd User Display Name Field" : "Druhá kolónka zobrazovaného mena používateľa",
"Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Voliteľné. Pridanie LDAP atribútu v zátvorkách k zobrazovanému menu. Príklad výsledku:. „Jano Mrkvička (jano.mrkvicka@priklad.org)“.",
"Base User Tree" : "Základný používateľský strom",
"One User Base DN per line" : "Jedna používateľská základná DN na riadok",
"User Search Attributes" : "Atribúty vyhľadávania používateľov",
@ -142,22 +155,37 @@
"One Group Base DN per line" : "Jedna skupinová základná DN na riadok",
"Group Search Attributes" : "Atribúty vyhľadávania skupín",
"Group-Member association" : "Priradenie člena skupiny",
"Dynamic Group Member URL" : "URL člena dynamickej skupiny",
"The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "Atribút LDAP, ktorý v objektoch skupiny obsahuje webovú adresu vyhľadávania LDAP, ktorá určuje, ktoré objekty patria do skupiny. (Prázdne nastavenie zakáže funkčnosť členstva v dynamickej skupine.)",
"Nested Groups" : "Vnorené skupiny",
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Ak je zapnuté, tak je možné používať skupiny, ktoré obsahujú iné skupiny. (Funguje, len ak atribút člena skupiny obsahuje DN.)",
"Paging chunksize" : "Veľkosť bloku stránkovania",
"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Veľkosť bloku sa používa pri vyhľadávaní v LDAP v prípadoch veľkých výsledkov hľadania ako napr. zoznamy všetkých používateľov alebo skupín. (Nastavením na 0 vypnete stránkované vyhľadávanie v LDAP v týchto situáciách.)",
"Enable LDAP password changes per user" : "Povoliť zmeny hesla LDAP pre jednotlivých používateľov",
"Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Povoliť používateľom LDAP zmeniť svoje heslo a umožniť super správcom a správcom skupín zmeniť heslo svojich užívateľov LDAP. Funguje iba vtedy, keď sú na serveri LDAP zodpovedajúcim spôsobom nastavené zásady riadenia prístupu. Pretože heslá sa posielajú na server LDAP ako text, musí sa na transport použiť šifrovanie a na serveri LDAP by malo byť nastavené hashovanie hesiel.",
"(New password is sent as plain text to LDAP)" : "(Nové heslo sa odosiela ako obyčajný text do LDAP)",
"Default password policy DN" : "Predvolená zásady hesiel DN",
"The DN of a default password policy that will be used for password expiry handling. Works only when LDAP password changes per user are enabled and is only supported by OpenLDAP. Leave empty to disable password expiry handling." : "DN predvolených zásad hesiel, ktorá sa použije na spracovanie konca platnosti hesla. Funguje iba vtedy, keď sú zmeny hesla LDAP používateľom povolené a podporujú ho iba OpenLDAP. Ak chcete zakázať spracovanie platnosti hesla, nechajte ho prázdne.",
"Special Attributes" : "Špeciálne atribúty",
"Quota Field" : "Pole kvóty",
"Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Pre predvolenú kvótu používateľa nevyplňujte. Inak uveďte príslušný atribút LDAP/AD.",
"Quota Default" : "Predvolená kvóta",
"Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Prepísať predvolenú kvótu pre používateľov LDAP, ktorí nemajú nastavenú kvótu v poli Kvóta.",
"Email Field" : "Pole emailu",
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Nastavte e-mail používateľa z jeho atribútu LDAP. Nechajte prázdne pre predvolené správanie.",
"User Home Folder Naming Rule" : "Pravidlo pre nastavenie názvu používateľského priečinka dát",
"Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "Ak chcete použiť užívateľské meno (predvolené), nechajte prázdne. V opačnom prípade zadajte atribút LDAP/AD.",
"\"$home\" Placeholder Field" : "Výplňová kolónka „$home“",
"$home in an external storage configuration will be replaced with the value of the specified attribute" : "$ home bude v nastavení externého úložiska nahradená hodnotou zadaného atribútu ",
"Internal Username" : "Interné používateľské meno",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "V predvolenom nastavení sa interné používateľské meno vytvorí z atribútu UUID. Zabezpečuje jedinečnosť používateľského mena a nie je potrebné meniť znaky. Interné používateľské meno má obmedzenia, ktoré povoľujú iba tieto znaky: [a-zA-Z0-9 _. @ -]. Ostatné znaky sa nahradia zodpovedajúcimi znakmi ASCII alebo sa jednoducho vynechajú. Pri konfliktoch bude pridané/zvýšené číslo. Interné používateľské meno sa používa na internú identifikáciu používateľa. Je to tiež predvolený názov domovského priečinka používateľa. Je tiež súčasťou URL, napríklad pre všetky služby * DAV. Týmto nastavením môže byť predvolené správanie zmenené. Nechajte prázdne ak chcete nechať predvolené nastavenie. Zmeny majú vplyv iba na novo namapovaných (pridaných) užívateľov LDAP.",
"Internal Username Attribute:" : "Atribút interného používateľského mena:",
"Override UUID detection" : "Prepísať UUID detekciu",
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "V predvolenom nastavení sa atribút UUID deteguje automaticky. Atribút UUID sa používa na jednoznačnú identifikáciu používateľov a skupín z LDAPu. Naviac sa na základe UUID vytvára aj interné používateľské meno, ak nie je nastavené inak. Môžete predvolené nastavenie prepísať a použiť atribút ktorý si sami zvolíte. Musíte sa ale ubezpečiť, že atribút, ktorý vyberiete, bude uvedený pri používateľoch aj pri skupinách a bude jedinečný. Ak voľbu ponecháte prázdnu, použije sa predvolené správanie. Zmena bude mať vplyv len na novo namapovaných (pridaných) používateľov a skupiny z LDAPu.",
"UUID Attribute for Users:" : "UUID atribút pre používateľov:",
"UUID Attribute for Groups:" : "UUID atribút pre skupiny:",
"Username-LDAP User Mapping" : "Mapovanie názvov LDAP používateľských mien",
"Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Používateľské mená sa používajú na ukladanie a prideľovanie meta údajov. Pre presnú identifikáciu a rozpoznávanie má každý používateľ LDAP interné používateľské meno. To si vyžaduje mapovanie používateľského mena na užívateľa LDAP. Vytvorené meno používateľa je mapované na UUID používateľa LDAP. Okrem toho sa DN ukladá aj do vyrovnávacej pamäte, aby sa znížila interakcia LDAP, ale nepoužíva sa na identifikáciu. Ak sa DN zmení, zmeny sa nájdu. Interné používateľské meno sa používa všade. Vymazanie mápovania bude mať pozostatky všade. Vymazanie mapovania nie je citlivé na nastavenie, ovplyvňuje všetky nastavenia LDAP! Nikdy nemažte mapovanie vo produkčnom prostredí, ale iba v testovacej alebo experimentálnej fáze.",
"Clear Username-LDAP User Mapping" : "Zrušiť mapovanie LDAP používateľských mien",
"Clear Groupname-LDAP Group Mapping" : "Zrušiť mapovanie názvov LDAP skupín",
"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 z LDAP/AD."

View File

@ -97,6 +97,7 @@ OC.L10N.register(
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Certains répertoires d'applications appartiennent à un utilisateur différent de celui du serveur web. Cela peut être le cas si les applications ont été installées manuellement. Vérifiez les permissions des répertoires d'applications suivants :",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL est utilisée comme base de données mais ne supporte pas les caractères codés sur 4 octets. Pour pouvoir manipuler les caractères sur 4 octets (comme les émoticônes) sans problème dans les noms de fichiers ou les commentaires par exemple, il est recommandé d'activer le support 4 octets dans MySQL. Pour plus de détails, lisez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">page de documentation à ce sujet</a>",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Cette instance utilise un stockage primaire basé sur un objet de stockage issu de S3. \nLes fichiers téléversés sont temporairement stockés sur le serveur et il est donc recommandé de disposer d'un espace libre de 50 GB dans le répertoire temporaire de PHP. Vérifiez les journaux pour plus de détails sur les chemins concernés et l'espace disponible. Pour améliorer la situation, vous pouvez augmenter l'espace disponible dans le dossier temporaire actuel ou changer l'emplacement du dossier temporaire en indiquant un nouveau chemin dans php.ini.",
"You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Vous accédez à votre instance via une connexion sécurisée, pourtant celle-ci génère des URLs non sécurisées. Cela signifie probablement que vous êtes derrière un reverse-proxy et que les variables de réécriture ne sont pas paramétrées correctement. Merci de lire <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la page de documentation à ce propos</a>. ",
"Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Ceci constitue un risque potentiel relatif à la sécurité et à la vie privée étant donné qu'il est recommandé d'ajuster ce paramètre.",

View File

@ -95,6 +95,7 @@
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Certains répertoires d'applications appartiennent à un utilisateur différent de celui du serveur web. Cela peut être le cas si les applications ont été installées manuellement. Vérifiez les permissions des répertoires d'applications suivants :",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL est utilisée comme base de données mais ne supporte pas les caractères codés sur 4 octets. Pour pouvoir manipuler les caractères sur 4 octets (comme les émoticônes) sans problème dans les noms de fichiers ou les commentaires par exemple, il est recommandé d'activer le support 4 octets dans MySQL. Pour plus de détails, lisez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">page de documentation à ce sujet</a>",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Cette instance utilise un stockage primaire basé sur un objet de stockage issu de S3. \nLes fichiers téléversés sont temporairement stockés sur le serveur et il est donc recommandé de disposer d'un espace libre de 50 GB dans le répertoire temporaire de PHP. Vérifiez les journaux pour plus de détails sur les chemins concernés et l'espace disponible. Pour améliorer la situation, vous pouvez augmenter l'espace disponible dans le dossier temporaire actuel ou changer l'emplacement du dossier temporaire en indiquant un nouveau chemin dans php.ini.",
"You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Vous accédez à votre instance via une connexion sécurisée, pourtant celle-ci génère des URLs non sécurisées. Cela signifie probablement que vous êtes derrière un reverse-proxy et que les variables de réécriture ne sont pas paramétrées correctement. Merci de lire <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la page de documentation à ce propos</a>. ",
"Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Ceci constitue un risque potentiel relatif à la sécurité et à la vie privée étant donné qu'il est recommandé d'ajuster ce paramètre.",