Revision 1313
Added by Luisehahne over 15 years ago
| FR.php | ||
|---|---|---|
| 429 | 429 |
$TEXT['NOT_INSTALLED'] = "non installé"; |
| 430 | 430 |
$TEXT['ADDON'] = "Extension"; |
| 431 | 431 |
$TEXT['EXTENSION'] = "Extension"; |
| 432 |
$TEXT['UNZIP_FILE'] = "Uploader et d?compresser l'archive zip";
|
|
| 433 |
$TEXT['DELETE_ZIP'] = "Effacer l'archive zip apr?s d?compression";
|
|
| 432 |
$TEXT['UNZIP_FILE'] = "Uploader et d�compresser l'archive zip";
|
|
| 433 |
$TEXT['DELETE_ZIP'] = "Effacer l'archive zip apr�s d�compression";
|
|
| 434 | 434 |
|
| 435 | 435 |
// Success/error messages |
| 436 | 436 |
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Désolé, vous n'avez pas les droits pour visualiser cette page'; |
| ... | ... | |
| 503 | 503 |
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'Adresse email sauvegardée avec succès'; |
| 504 | 504 |
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = 'Le mot de passe entré est incorrect'; |
| 505 | 505 |
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = 'Mot de passe modifié avec succès'; |
| 506 |
$MESSAGE['PREFERENCES']['INVALID_CHARS'] = 'Invalid password chars used'; |
|
| 506 | 507 |
|
| 507 | 508 |
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE'] = 'Pour modifier le thème du site, vous devez vous rendre dans la rubrique Réglages'; |
| 508 | 509 |
|
| ... | ... | |
| 568 | 569 |
$MESSAGE['GENERIC']['INVALID'] = 'Le fichier chargé est invalide'; |
| 569 | 570 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Désinstallation impossible : fichier en cours d'utilisation'; |
| 570 | 571 |
|
| 571 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> ne peut pas être d?installé car il est actuellement en cours d'utilisation dans les pages {{pages}}.<br /><br />";
|
|
| 572 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> ne peut pas être d�installé car il est actuellement en cours d'utilisation dans les pages {{pages}}.<br /><br />";
|
|
| 572 | 573 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "cette page;ces pages"; |
| 573 | 574 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Impossible de désinstaller le modèle <b>{{name}}</b> parce que c'est le modèle par défaut !";
|
| 574 | 575 |
|
Also available in: Unified diff
show_menu2 remove unneeded code for WB < 2.7
class.wb.php, recoding backend preference
add a language variable $MESSAGE['PREFERENCES']['INVALID_CHARS']
update theme.css & preference.htt in argos_theme & wb_theme
remove classic_theme