Saved install from being lost started reworking codebase

This commit is contained in:
genuineparts 2025-06-22 14:16:52 +02:00
parent ebb4d5b72f
commit 76cafe30b3
60 changed files with 2752 additions and 36 deletions

24
install/languages/en.lang.php Executable file
View file

@ -0,0 +1,24 @@
<?php
$lf['LANG_CODE']='en_GB';
$lf['Sprache']='English';
$lf['Start']='Start';
$lf['Lizenz']='License';
$lf['Pruefung']='Check';
$lf['Datenbank']='Database';
$lf['Benutzer']='User';
$lf['Abschluss']='Finish';
$lf['Weiter']='Next ->';
$lf['Testen']='Test';
$lf['Erneut']='Refresh';
$lf['Zurueck']='<- Back';
$lf['Wilkommen']='Welcome';
$lf['WilkommenText1']='This Installer will guide you through the Installation of astat.';
$lf['Waehledeinesprache']='Please choose your language and click "Next ->" to continue.';
$lf['LizenzText']='You must accept the Terms of the GPL in order to use this Software.';
$lf['Akzeptieren']='I confirm that I read, understand and accepted the Terms of the GPL.';
$lf['FehlerAkzeptieren']='Error: You have to accept the Terms of the GPL!';
$lf['PruefungText']='The Installer now checks if your Server fulfills the requirements to run astat.';
$lf['beschreibbar']='writeable';
$lf['nichtbeschreibbar']='not writeable';
$lf['na']='N/A';
?>