- check Froxlor-requirements before main-install-process, fixes #78

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-21 09:32:57 +00:00
parent 6eba5f5318
commit d3599dc8c0
3 changed files with 138 additions and 81 deletions

View File

@@ -84,4 +84,11 @@ $lng['install']['webserver'] = 'Webserver';
$lng['install']['phpversion'] = 'Checking for PHP version >= 5.2';
$lng['install']['phpposix'] = 'Testing if PHP posix-extension is installed...';
/*
* Added in Froxlor 0.9.4
*/
$lng['install']['click_here_to_refresh'] = 'Re-check';
$lng['install']['click_here_to_continue'] = 'Continue installation';
$lng['install']['froxlor_succ_checks'] = 'All requirements are satisfied';
?>

View File

@@ -84,4 +84,11 @@ $lng['install']['webserver'] = 'Webserver';
$lng['install']['phpversion'] = 'Prüfe PHP Version >= 5.2';
$lng['install']['phpposix'] = 'Teste, ob die PHP Posix-Erweiterung installiert ist...';
/*
* Added in Froxlor 0.9.4
*/
$lng['install']['click_here_to_refresh'] = 'Erneut prüfen';
$lng['install']['click_here_to_continue'] = 'Installation fortführen';
$lng['install']['froxlor_succ_checks'] = 'Alle Vorraussetzungen sind erfüllt';
?>