[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: authors.php, v1.0 2003/12/04 12:00:00 ra Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Auteurs'); 14 15 define('TABLE_HEADING_AUTHORS', 'Auteurs'); 16 define('TABLE_HEADING_ACTION', 'Action'); 17 18 define('TEXT_HEADING_NEW_AUTHOR', 'Nouvel Auteur'); 19 define('TEXT_HEADING_EDIT_AUTHOR', 'Modifier Auteur'); 20 define('TEXT_HEADING_DELETE_AUTHOR', 'Supprimer Auteur'); 21 22 define('TEXT_ARTICLE_BY', 'Article par '); 23 define('TEXT_MORE_INFORMATION', 'Pour plus d\'information, visitez la <a href="http://%s" >page de l\'auteur</a>.'); 24 25 define('TEXT_AUTHORS', 'Auteurs:'); 26 define('TEXT_DATE_ADDED', 'Date d\'ajout:'); 27 define('TEXT_LAST_MODIFIED', 'Dernières modifications:'); 28 define('TEXT_ARTICLES', 'Articles:'); 29 30 define('TEXT_NEW_INTRO', 'Veuillez remplir les informations suivante à propos de cet auteur'); 31 define('TEXT_EDIT_INTRO', 'Veuillez effectuer les corrections nécessaires.'); 32 33 define('TEXT_AUTHORS_NAME', 'Nom auteur:'); 34 define('TEXT_AUTHORS_DESCRIPTION', 'Description Auteur:'); 35 define('TEXT_AUTHORS_URL', 'Adresse web auteur:'); 36 37 define('TEXT_DELETE_INTRO', 'Confirmez la suppression de cet auteur'); 38 define('TEXT_DELETE_ARTICLES', 'Effacer les articles de cet auteur ? (y compris commentaires et articles)'); 39 define('TEXT_DELETE_WARNING_ARTICLES', '<b>ATTENTION:</b> Il y a %s articles liés à cet auteur!'); 40 41 define('ERROR_DIRECTORY_NOT_WRITEABLE', 'Erreur: Repertoire verrouillé en écriture. Veuillez donner les bonnes permissions(CHMOD-777) sur: %s'); 42 define('ERROR_DIRECTORY_DOES_NOT_EXIST', 'Erreur: Répertoire inexistant: %s'); 43 44 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |