Revision 925
Added by doc almost 16 years ago
FR.php | ||
---|---|---|
33 | 33 |
// Set the language information |
34 | 34 |
$language_code = 'FR'; |
35 | 35 |
$language_name = 'Français'; |
36 |
$language_version = '2.7';
|
|
37 |
$language_platform = '2.7.x';
|
|
36 |
$language_version = '2.8';
|
|
37 |
$language_platform = '2.8.x';
|
|
38 | 38 |
$language_author = 'Marin Susac'; |
39 | 39 |
$language_license = 'GNU General Public License'; |
40 | 40 |
|
... | ... | |
120 | 120 |
$HEADING['ADD_GROUP'] = 'Ajouter un groupe'; |
121 | 121 |
$HEADING['MODIFY_GROUP'] = 'Modifier un groupe'; |
122 | 122 |
|
123 |
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met'; |
|
124 |
|
|
123 | 125 |
// Other text |
124 | 126 |
$TEXT['OPEN'] = 'Open'; |
125 | 127 |
$TEXT['ADD'] = 'Ajouter'; |
... | ... | |
426 | 428 |
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: '; |
427 | 429 |
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.'; |
428 | 430 |
$TEXT['CODE_SNIPPET'] = "Code-snippet"; |
431 |
$TEXT['REQUIREMENT'] = "Requirement"; |
|
432 |
$TEXT['INSTALLED'] = "installed"; |
|
433 |
$TEXT['NOT_INSTALLED'] = "not installed"; |
|
434 |
$TEXT['ADDON'] = "Add-On"; |
|
435 |
$TEXT['EXTENSION'] = "Extension"; |
|
429 | 436 |
|
430 | 437 |
// Success/error messages |
431 | 438 |
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Désolé, vous n\'avez pas les droits pour visualiser cette page'; |
... | ... | |
571 | 578 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Merci de revenir plus tard'; |
572 | 579 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Merci de patienter'; |
573 | 580 |
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Erreur lors de l\'ouverture du fichier'; |
581 |
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Invalid Website Baker installation file. Please check the *.zip format.'; |
|
582 |
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Invalid Website Baker language file. Please check the text file.'; |
|
574 | 583 |
|
575 | 584 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Vous devez renseigner les champs suivants'; |
576 | 585 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Désolé mais vous avez utilisé ce formulaire trop de fois durant cette heure. Merci de réessayer à l\'heure suivante'; |
... | ... | |
581 | 590 |
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Modèles réinstallés avec succès'; |
582 | 591 |
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Langages réinstallés avec succès'; |
583 | 592 |
|
593 |
$MESSAGE['ADDON_PRECHECK']['FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.'; |
|
594 |
|
|
584 | 595 |
?> |
Also available in: Unified diff
Added option to perform pre-installation checks to test requirements of Add-Ons