AEOS Calvarium v0.4

This commit is contained in:
OverSu 2026-08-26 17:23:29 +02:00
commit 57b531cb62
189 changed files with 3810 additions and 1417 deletions

47
install/lang/en/index.php Executable file
View file

@ -0,0 +1,47 @@
<?php
// Language file, in english
$lang = array(
'L_lang' => 'English',
// Instalation
'L_Inst_intro' => 'Interface in',
'L_Inst_bienvenue' => 'Welcome to the AEOS Installation Wizard !',
'L_Inst_instruction' => 'Please follow the steps and confirm by pressing "next" to progress.',
'L_Inst_prerequis' => 'Prerequisites: ', //space
'L_Inst_versionphp' => 'PHP version: ', //space
'L_Inst_repdata' => '"Data" directory writable: ', //space
'L_Inst_confgen' => 'General configuration',
'L_Inst_sitenom' => 'Website title',
'L_Inst_descnom' => 'Website description',
'L_Inst_confadmin' => 'Administrator account configuration',
'L_Inst_licence' => 'GNU public general license',
'L_Inst_accepte' => 'Yes I have read and accept the terms and conditions of use',
'L_Inst_succes' => 'succesfully installed !',
'L_Inst_effacerinstall' => 'Don\'t forget to delete the INSTALL folder from your server !',
'L_Inst_admineffacer' => '(You can delete it later from the administration)',
'L_Inst_accessite' => 'Website access',
// Instalation -> Error mesages
'L_Inst_Msg_versionphp' => 'You don\'t have version 5 of PHP.',
'L_Inst_Msg_erreur' => 'ERROR',
'L_Inst_Msg_repdata' => 'DATA folder doesn\'t have the appropriate rights.', //space
'L_Inst_Msg_motdepasse' => 'Passwords do not match!',
'L_Inst_Msg_mauvaisemail' => 'Your email address is invalid.',
'L_Inst_Msg_condition' => 'Please accept the conditions!',
// Word
'L_Mot_etape' => 'Step',
'L_Mot_preface' => 'Preface',
'L_Mot_finalisation' => 'Finalisation',
'L_Mot_remerciements' => 'Thanks',
'L_Mot_identifiant' => 'Login',
'L_Mot_motdepasse' => 'Password',
'L_Mot_confmotdepasse' => 'Confirm password',
'L_Mot_mail' => 'Email',
'L_Mot_suivant' => 'Next',
'L_Mot_precedent' => 'Back',
);
?>

5
install/lang/en/lang.xml Executable file
View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<lang>
<title>English</title>
<abbr>en</abbr>
</lang>