Readied error pages for variable themes.
Fixed error in parsing pseudocode.
This commit is contained in:
@ -126,4 +126,5 @@ $translations['deletedFile'] = 'Datei wurde gelöscht';
|
||||
$translations['uploadedFile'] = 'Datei wurde heraufgeladen';
|
||||
$translations['fileUploadError'] = 'Ein Fehler ist aufgetreten';
|
||||
$translations['filetypeNotWhitelisted'] = 'Dateityp ist nicht erlaubt';
|
||||
$translations['fileTooLarge'] = 'Die Datei ist zu groß';
|
||||
?>
|
@ -126,4 +126,5 @@ $translations['deletedFile'] = 'Deleted file';
|
||||
$translations['uploadedFile'] = 'Uploaded file';
|
||||
$translations['fileUploadError'] = 'Error uploading file';
|
||||
$translations['filetypeNotWhitelisted'] = 'Filetype is not in whitelist';
|
||||
$translations['fileTooLarge'] = 'The file is too large.';
|
||||
?>
|
Reference in New Issue
Block a user