47 lines
No EOL
1.9 KiB
PHP
47 lines
No EOL
1.9 KiB
PHP
<?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',
|
|
);
|
|
?>
|