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>

53
install/lang/fr/index.php Executable file
View file

@ -0,0 +1,53 @@
<?php
// Fichier langue, en français.
$lang = array(
'L_lang' => "Français",
// Installation
'L_Inst_Etape' => "Prérequis",
'L_Inst_Etape1' => "Configuration",
'L_Inst_Etape2' => "Administration",
'L_Inst_Etape3' => "Licence",
'L_Inst_Etape4' => "Terminée !",
'L_Inst_intro' => "Préface d'installation",
'L_Inst_bienvenue' => "Bienvenue sur l'assistant d'installation d'AEOS !",
'L_Inst_instruction' => "Veuillez suivre les étapes et valider avec le bouton 'suivant'.",
'L_Inst_prerequis' => "Prérequis: ", //espace
'L_Inst_versionphp' => "Version de PHP: ", //espace
'L_Inst_repdata' => "Répertoire 'data' accessible en écriture: ", //espace
'L_Inst_confgen' => "Configuration générale",
'L_Inst_sitenom' => "Titre",
'L_Inst_descnom' => "Description",
'L_Inst_confadmin' => "Configuration du compte Administrateur",
'L_Inst_licence' => "Licence publique générale GNU",
'L_Inst_accepte' => "Oui j'ai lu et j'accepte les termes et conditions d'utilisation",
'L_Inst_succes' => "installé avec succés !",
'L_Inst_effacerinstall' => "N'oubliez pas d'effacer le dossier INSTALL de votre serveur !",
'L_Inst_admineffacer' => "(Possibilité de l'effacer via l'administration du site)",
'L_Inst_accessite' => "Accés au site",
// Installation -> Message d'erreur
'L_Inst_Msg_versionphp' => "Vous ne disposez pas de la version 5 de PHP.",
'L_Inst_Msg_erreur' => "ERREUR",
'L_Inst_Msg_repdata' => "Le dossier DATA n'a pas les droits appropriés. Il est en ", //espace
'L_Inst_Msg_motdepasse' => "Les deux mots de passe ne sont pas identiques !",
'L_Inst_Msg_mauvaisemail' => "Votre adresse email n'est pas conforme.",
'L_Inst_Msg_condition' => "Veuillez accepter les conditions !",
// Mot
'L_Mot_etape' => "Etape",
'L_Mot_preface' => "Préface",
'L_Mot_finalisation' => "Finalisation",
'L_Mot_remerciements' => "Remerciements",
'L_Mot_identifiant' => "Identifiant",
'L_Mot_motdepasse' => "Mot de passe",
'L_Mot_confmotdepasse' => "Confirmer mot de passe",
'L_Mot_mail' => "Mail",
'L_Mot_suivant' => "Suivant",
'L_Mot_precedent' => "Précédent",
);
?>

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

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<lang>
<title>Français</title>
<abbr>fr</abbr>
</lang>