mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:19:06 +01:00
Better error message for not found / expired share
German translation from Birgit
This commit is contained in:
parent
d29ac098b2
commit
9a770824bb
@ -1133,6 +1133,7 @@ repeat password common de Passwort wiederholen
|
|||||||
replace common de Ersetzen
|
replace common de Ersetzen
|
||||||
replace with common de Ersetzen durch
|
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)!
|
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 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
|
requests and truncated responses to apache error-log groupdav de Anfragen und gekürzte Antworten ins Apache error-log
|
||||||
required common de Benötigt
|
required common de Benötigt
|
||||||
|
@ -1134,6 +1134,7 @@ repeat password common en Repeat password
|
|||||||
replace common en Replace
|
replace common en Replace
|
||||||
replace with common en Replace with
|
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)!
|
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 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
|
requests and truncated responses to apache error-log groupdav en Requests and truncated responses to Apache error-log
|
||||||
required common en Required
|
required common en Required
|
||||||
|
@ -218,7 +218,7 @@ class Sharing
|
|||||||
|
|
||||||
return static::share_fail(
|
return static::share_fail(
|
||||||
'404 Not Found',
|
'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
|
// check password, if required
|
||||||
|
Loading…
Reference in New Issue
Block a user