diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-09-11 02:27:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-09-11 02:27:42 +0000 |
commit | 5e989fa75bac70a6bbe46d841a16dd3655c4ec34 (patch) | |
tree | 82e53421e6a15ad61d644a8e6834976125a19e2d /core/l10n/cs.js | |
parent | 99a146803353ee93a6935606b411954b9ad845f5 (diff) | |
download | nextcloud-server-5e989fa75bac70a6bbe46d841a16dd3655c4ec34.tar.gz nextcloud-server-5e989fa75bac70a6bbe46d841a16dd3655c4ec34.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/cs.js')
-rw-r--r-- | core/l10n/cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/cs.js b/core/l10n/cs.js index b19e8f06610..594efdc7e92 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -27,8 +27,6 @@ OC.L10N.register( "Could not complete login" : "Přihlášení se nedaří dokončit", "Your login token is invalid or has expired" : "Váš přihlašovací token není platný nebo jeho platnost skončila", "Password reset is disabled" : "Resetování hesla je vypnuté", - "Couldn't reset password because the token is invalid" : "Heslo není možné resetovat, protože token není platný", - "Couldn't reset password because the token is expired" : "Heslo není možné resetovat, protože platnost tokenu skončila", "%s password reset" : "reset hesla %s", "Password reset" : "Reset hesla", "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Pokud chcete resetovat své heslo, klikněte na tlačítko níže. Pokud jste o resetování hesla nežádali, tento e-mail ignorujte.", @@ -374,6 +372,8 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "Tato instance %s se právě nachází v režimu údržby a ta může chvíli trvat.", "This page will refresh itself when the instance is available again." : "Tato stránka se automaticky znovu načte, jakmile bude tato instance opět dostupná.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Pokud se tato zpráva objevuje trvale nebo nečekaně, obraťte se správce systému.", + "Couldn't reset password because the token is invalid" : "Heslo není možné resetovat, protože token není platný", + "Couldn't reset password because the token is expired" : "Heslo není možné resetovat, protože platnost tokenu skončila", "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Zjišťuje se, zda je možné schéma databáze zaktualizovat (v závislosti na velikosti databáze to může trvat delší dobu)", "Checked database schema update" : "Ověřeno, že schéma databáze bylo zaktualizováno", "Checking updates of apps" : "Kontrola aktualizace aplikací", |