diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js
index 72c37b9ce7..3f2e2615d2 100644
--- a/apps/files/l10n/hu.js
+++ b/apps/files/l10n/hu.js
@@ -102,7 +102,9 @@ OC.L10N.register(
"A file has been added to or removed from your favorites" : "Egy fájl eltávolítva vagy hozzáadva a kedvenceidhez",
"A file or folder has been changed or renamed" : "A fájl vagy mappa megváltozott vagy át lett nevezve",
"A new file or folder has been created" : "Új fájl vagy mappa létrehozva",
+ "A file or folder has been deleted" : "Fájl vagy mappa törölve",
"Limit notifications about creation and changes to your favorite files (Stream only)" : "Szűkítse le az értesítéseket a létrehozásról és a változásokról a kedvenc fájlok (Stream only) -ra",
+ "A file or folder has been restored" : "Egy új fájl vagy mappa visszaállítva",
"Unlimited" : "Korlátlan",
"Upload (max. %s)" : "Feltöltés (max.: %s)",
"File handling" : "Fájlkezelés",
diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json
index 9a32555d39..f45c99493f 100644
--- a/apps/files/l10n/hu.json
+++ b/apps/files/l10n/hu.json
@@ -100,7 +100,9 @@
"A file has been added to or removed from your favorites" : "Egy fájl eltávolítva vagy hozzáadva a kedvenceidhez",
"A file or folder has been changed or renamed" : "A fájl vagy mappa megváltozott vagy át lett nevezve",
"A new file or folder has been created" : "Új fájl vagy mappa létrehozva",
+ "A file or folder has been deleted" : "Fájl vagy mappa törölve",
"Limit notifications about creation and changes to your favorite files (Stream only)" : "Szűkítse le az értesítéseket a létrehozásról és a változásokról a kedvenc fájlok (Stream only) -ra",
+ "A file or folder has been restored" : "Egy új fájl vagy mappa visszaállítva",
"Unlimited" : "Korlátlan",
"Upload (max. %s)" : "Feltöltés (max.: %s)",
"File handling" : "Fájlkezelés",
diff --git a/core/l10n/cs.js b/core/l10n/cs.js
index edf1c7b70a..e8c2468d48 100644
--- a/core/l10n/cs.js
+++ b/core/l10n/cs.js
@@ -271,6 +271,8 @@ OC.L10N.register(
"Log in" : "Přihlásit",
"Stay logged in" : "Neodhlašovat",
"Alternative Logins" : "Alternativní přihlášení",
+ "Account access" : "Přístup k účtu",
+ "You are about to grant %s access to your %s account." : "Chystáte se povolit %s přístup k vašemu %s účtu.",
"App token" : "Token aplikace",
"Alternative login using app token" : "Alternativní přihlášení pomocí tokenu aplikace",
"Redirecting …" : "Přesměrovávání …",
diff --git a/core/l10n/cs.json b/core/l10n/cs.json
index ce46f3e2b8..3b36d96bc1 100644
--- a/core/l10n/cs.json
+++ b/core/l10n/cs.json
@@ -269,6 +269,8 @@
"Log in" : "Přihlásit",
"Stay logged in" : "Neodhlašovat",
"Alternative Logins" : "Alternativní přihlášení",
+ "Account access" : "Přístup k účtu",
+ "You are about to grant %s access to your %s account." : "Chystáte se povolit %s přístup k vašemu %s účtu.",
"App token" : "Token aplikace",
"Alternative login using app token" : "Alternativní přihlášení pomocí tokenu aplikace",
"Redirecting …" : "Přesměrovávání …",
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index 0c5ee7672f..868e63a48e 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -119,6 +119,9 @@ OC.L10N.register(
"Expiration date is in the past" : "Datum vypršení je v minulosti",
"Can’t set expiration date more than %s days in the future" : "Nelze nastavit datum vypršení platnosti více než %s dní v budoucnu",
"%s shared »%s« with you" : "%s s vámi sdílí »%s«",
+ "%s shared »%s« with you." : "%s s vámi sdílel(a) »%s»",
+ "Click the button below to open it." : "Pro otevření kliknětena tlačítko níže.",
+ "Open »%s«" : "Otevřít »%s«",
"%s via %s" : "%s pomocí %s",
"The requested share does not exist anymore" : "Požadované sdílení již neexistuje",
"Could not find category \"%s\"" : "Nelze nalézt kategorii \"%s\"",
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index aaa9ff8742..f8ad0a137f 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -117,6 +117,9 @@
"Expiration date is in the past" : "Datum vypršení je v minulosti",
"Can’t set expiration date more than %s days in the future" : "Nelze nastavit datum vypršení platnosti více než %s dní v budoucnu",
"%s shared »%s« with you" : "%s s vámi sdílí »%s«",
+ "%s shared »%s« with you." : "%s s vámi sdílel(a) »%s»",
+ "Click the button below to open it." : "Pro otevření kliknětena tlačítko níže.",
+ "Open »%s«" : "Otevřít »%s«",
"%s via %s" : "%s pomocí %s",
"The requested share does not exist anymore" : "Požadované sdílení již neexistuje",
"Could not find category \"%s\"" : "Nelze nalézt kategorii \"%s\"",