set minimum php version to 7.4 and fix templates

This commit is contained in:
envoyr
2022-02-18 18:50:45 +01:00
parent e1b09e49fd
commit 36dbb3bdcc
24 changed files with 91 additions and 90 deletions

View File

@@ -1866,7 +1866,7 @@ $lng['error']['autoupdate_6'] = 'Uf, nebyla nalezena (platná) verze ke stažen
$lng['error']['autoupdate_7'] = 'Stažený archiv nebyl nalezen :(';
$lng['error']['autoupdate_8'] = 'Archiv nemohl být extrahován :(';
$lng['error']['autoupdate_9'] = 'Stažený soubor neprošel testem integrity. Zkus aktualizaci znovu.';
$lng['error']['autoupdate_10'] = 'Minimální podporovaná verze PHP je 7.0';
$lng['error']['autoupdate_10'] = 'Minimální podporovaná verze PHP je 7.4.0';
$lng['admin']['server_php'] = 'PHP';
$lng['domains']['termination_date'] = 'Datum zrušení';

View File

@@ -1872,7 +1872,7 @@ $lng['error']['autoupdate_6'] = 'Whoops, there was no (valid) version given to d
$lng['error']['autoupdate_7'] = 'The downloaded archive could not be found :(';
$lng['error']['autoupdate_8'] = 'The archive could not be extracted :(';
$lng['error']['autoupdate_9'] = 'The downloaded file did not pass the integrity check. Please try to update again.';
$lng['error']['autoupdate_10'] = 'Minimum supported version of PHP is 7.0';
$lng['error']['autoupdate_10'] = 'Minimum supported version of PHP is 7.4.0';
$lng['admin']['server_php'] = 'PHP';
$lng['domains']['termination_date'] = 'Date of termination';

View File

@@ -1523,7 +1523,7 @@ $lng['error']['autoupdate_6'] = 'Woops, keine (gültige) Version angegeben für
$lng['error']['autoupdate_7'] = 'Das heruntergeladene Archiv konnte nicht gefunden werden :(';
$lng['error']['autoupdate_8'] = 'Das Archiv konnte nicht entpackt werden :(';
$lng['error']['autoupdate_9'] = 'Die heruntergeladene Datei konnte nicht verifiziert werden. Bitte erneut versuchen zu aktualisieren.';
$lng['error']['autoupdate_10'] = 'Minimum unterstützte Version von PHP ist 7.0';
$lng['error']['autoupdate_10'] = 'Minimum unterstützte Version von PHP ist 7.4.0';
$lng['domains']['termination_date'] = 'Kündigungsdatum';
$lng['domains']['termination_date_overview'] = 'gekündigt zum ';