diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-21 00:12:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-21 00:12:08 +0000 |
commit | 0211e17e3fe7dd36ba9360de4cc70aaddfafa4c2 (patch) | |
tree | b1ba96ee807626b994512ba15beec0c5c0fce9dc /apps/user_ldap/l10n/cs.js | |
parent | 58e281857f421b69479f9fa2a01d5d52410cde6a (diff) | |
download | nextcloud-server-0211e17e3fe7dd36ba9360de4cc70aaddfafa4c2.tar.gz nextcloud-server-0211e17e3fe7dd36ba9360de4cc70aaddfafa4c2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/cs.js')
-rw-r--r-- | apps/user_ldap/l10n/cs.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/cs.js b/apps/user_ldap/l10n/cs.js index f8e296cdd99..bf9b1d99c7d 100644 --- a/apps/user_ldap/l10n/cs.js +++ b/apps/user_ldap/l10n/cs.js @@ -1,9 +1,9 @@ OC.L10N.register( "user_ldap", { - "Failed to clear the mappings." : "Selhalo zrušení mapování.", + "Failed to clear the mappings." : "Mapování se nepodařilo zrušit.", "Failed to delete the server configuration" : "Nepodařilo se smazat nastavení serveru", - "Invalid configuration: Anonymous binding is not allowed." : "Neplatná konfigurace: Anonymní navázání není povoleno.", + "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." : "Konfigurace je v pořádku, ale spojení selhalo. Zkontrolujte prosím nastavení serveru a přihlašovací údaje.", "Invalid configuration. Please have a look at the logs for further details." : "Konfigurace je neplatná. Pro bližší informace se podívejte do logu.", @@ -33,6 +33,7 @@ OC.L10N.register( "{nthServer}. Server" : "{nthServer}. Server", "No object found in the given Base DN. Please revise." : "V zadané Base DN nebyl objekt nalezen. Ověřte.", "More than 1,000 directory entries available." : "Je dostupných více než 1000 adresářů.", + "_{objectsFound} entry available within the provided Base DN_::_{objectsFound} entries available within the provided Base DN_" : ["{objectsFound} položka k dispozici v rámci poskytnuté Base DN","{objectsFound} položky k dispozici v rámci poskytnuté Base DN","{objectsFound} položek k dispozici v rámci poskytnuté Base DN","{objectsFound} položky k dispozici v rámci poskytnuté Base DN"], "An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Došlo k chybě. Ověře prosím Base DN společně s nastavením připojení a přihlašovacími údaji.", "Do you really want to delete the current Server Configuration?" : "Opravdu si přejete smazat současné nastavení serveru?", "Confirm Deletion" : "Potvrdit smazání", |