BeCastWebEngine/install/languages/en.lang.php

24 lines
994 B
PHP
Raw Normal View History

<?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';
?>