diff options
Diffstat (limited to 'apps/user_ldap/l10n/cs.js')
-rw-r--r-- | apps/user_ldap/l10n/cs.js | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/apps/user_ldap/l10n/cs.js b/apps/user_ldap/l10n/cs.js index 999ddc2e950..57912e46adf 100644 --- a/apps/user_ldap/l10n/cs.js +++ b/apps/user_ldap/l10n/cs.js @@ -6,12 +6,12 @@ OC.L10N.register( "Invalid configuration: Anonymous binding is not allowed." : "Neplatné nastavení: Anonymní navázání není umožněno.", "Valid configuration, connection established!" : "Nastavení je v pořádku a spojení bylo navázáno.", "Valid configuration, but binding failed. Please check the server settings and credentials." : "Nastavení je v pořádku, ale spojení se nezdařilo. Zkontrolujte nastavení serveru a přihlašovací údaje.", - "Invalid configuration. Please have a look at the logs for further details." : "Neplatné nastavení. Podrobnosti naleznete v záznamu událostí.", + "Invalid configuration: %s" : "Neplatné nastavení: %s", "No action specified" : "Neurčena žádná akce", "No configuration specified" : "Neurčeno žádné nastavení", "No data specified" : "Neurčena žádná data", "Invalid data specified" : "Zadána neplatná data", - " Could not set configuration %s" : "Nelze nastavit konfiguraci %s", + "Could not set configuration %1$s to %2$s" : "Nepodařilo se nastavit konfiguraci %1$s na %2$s", "Action does not exist" : "Tato akce neexistuje", "Renewing …" : "Obnovování…", "Very weak password" : "Velmi snadno prolomitelné heslo", @@ -54,7 +54,14 @@ OC.L10N.register( "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Zástupný symbol „%uid“ chybí. Při dotatzu na LDAP/AD bude nahrazen přihlašovacím jménem.", "Please provide a login name to test against" : "Zadejte přihlašovací jméno, vůči kterému vyzkoušet", "The group box was disabled, because the LDAP/AD server does not support memberOf." : "Skupinová kolonka bylo vypnuta, protože LDAP/AD server nepodporuje memberOf.", - "Password change rejected. Hint: " : "Změna hesla zamítnuta. Nápověda: ", + "Password change rejected. Hint: %s" : "Změna hesla zamítnuta. Nápověda: %s", + "Mandatory field \"%s\" left empty" : "Nezbytná kolonka „%s“ nevyplněna", + "A password is given, but not an LDAP agent" : "Heslo je zadáno, ale nikoli LDAP agent", + "No password is given for the user agent" : "Pro uživatelského agenta nezadáno žádné heslo", + "No LDAP base DN was given" : "Nezadáno LDAP základ DN", + "User base DN is not a subnode of global base DN" : "Základ DN uživatele není dílčím uzlem globálního základu DN", + "Group base DN is not a subnode of global base DN" : "Základ DN skupiny není dílčím uzlem globálního základu DN", + "Login filter does not contain %s placeholder." : "Filtr přihlášení neobsahuje zástupné vyjádření %s.", "Please login with the new password" : "Přihlaste se pomocí nového hesla", "LDAP User backend" : "Podpůrná vrstva pro uživatele z LDAP", "Your password will expire tomorrow." : "Platnost hesla zítra skončí.", @@ -226,6 +233,7 @@ OC.L10N.register( "Username-LDAP User Mapping" : "Mapování uživatelských jmen z LDAP", "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." : "Uživatelská jména slouží k ukládání a přiřazování metadat. Pro přesnou identifikaci a rozpoznávání uživatelů, každý LDAP uživatel má vnitřní uživatelské jméno. Toto vyžaduje mapování uživatelského jména na LDAP uživatele. Krom toho je uložen do mezipaměti rozlišený název aby se omezila interakce s LDAP, ale není používáno pro identifikaci. Pokud se DN změní, změny budou nalezeny. Vnitřní uživatelské jméno bude použito nade všechno. Čištění mapování bude mít pozůstatky všude. Čištění mapování není citlivé na nastavení, postihuje všechny LDAP nastavení. Nikdy nečistěte mapování v produkčním prostředí, pouze v testovací nebo experimentální fázi.", "Clear Username-LDAP User Mapping" : "Zrušit mapování uživatelských jmen v LDAP", - "Clear Groupname-LDAP Group Mapping" : "Zrušit mapování názvů skupin na LDAP" + "Clear Groupname-LDAP Group Mapping" : "Zrušit mapování názvů skupin na LDAP", + "Invalid configuration. Please have a look at the logs for further details." : "Neplatné nastavení. Podrobnosti naleznete v záznamu událostí." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |