Better error message for not found / expired share

German translation from Birgit
This commit is contained in:
nathan 2023-08-16 10:05:23 -06:00
parent d29ac098b2
commit 9a770824bb
3 changed files with 3 additions and 1 deletions

View File

@ -1133,6 +1133,7 @@ repeat password common de Passwort wiederholen
replace common de Ersetzen
replace with common de Ersetzen durch
request could not be processed, please reload your window (press f5 or cmd r)! common de Anfrage konnte nicht verarbeitet werden, bitte laden Sie Ihr Fenster neu (F5 oder Cmd R drücken)!
requested resource '%1' does not exist or has expired common de Die angeforderte Ressource '%1' existiert nicht oder ist bereits abgelaufen.
requests and full responses to files directory common de Anfragen und komplette Antworten in den Dateiordner
requests and truncated responses to apache error-log groupdav de Anfragen und gekürzte Antworten ins Apache error-log
required common de Benötigt

View File

@ -1134,6 +1134,7 @@ repeat password common en Repeat password
replace common en Replace
replace with common en Replace with
request could not be processed, please reload your window (press f5 or cmd r)! common en Request could not be processed, please reload your window (press F5 or Cmd R)!
requested resource '%1' does not exist or has expired common en Requested resource '%1' does not exist or has expired
requests and full responses to files directory common en Requests and full responses to files directory
requests and truncated responses to apache error-log groupdav en Requests and truncated responses to Apache error-log
required common en Required

View File

@ -218,7 +218,7 @@ class Sharing
return static::share_fail(
'404 Not Found',
"Requested resource '/".htmlspecialchars($token)."' does NOT exist!\n"
lang("Requested resource '%1' does not exist or has expired", htmlspecialchars($token)) . "\n"
);
}
// check password, if required