| [ Index ] |
|
Code source de PHP NUKE 7.9 |
1 <?php 2 3 /**************************************************************************/ 4 /* PHP-NUKE: Advanced Content Management System */ 5 /* ============================================ */ 6 /* */ 7 /* This is the language module with all the system messages */ 8 /* */ 9 /* If you made a translation go to the my website and send to me */ 10 /* the translated file. Please keep the original text order by modules, */ 11 /* and just one message per line, also double check your translation! */ 12 /* */ 13 /* You need to change the second quoted phrase, not the capital one! */ 14 /* */ 15 /* If you need to use double quotes (") remember to add a backslash (\), */ 16 /* so your entry will look like: This is \"double quoted\" text. */ 17 /* And, if you use HTML code, please double check it. */ 18 /**************************************************************************/ 19 20 21 define("_YES","Oui"); 22 define("_NO","Non"); 23 define("_CATEGORY","Catégorie"); 24 define("_SAVECHANGES","Sauvez les modifications"); 25 define("_ARTICLES","Articles"); 26 define("_SELECTTOPIC","Sélectionnez un Sujet"); 27 define("_OPTION","Option"); 28 define("_ADMPOLLS","Sondages"); 29 define("_TITLE","Titre"); 30 define("_STORYTEXT","Texte de l'article"); 31 define("_EXTENDEDTEXT","Suite du Texte"); 32 define("_PUBLISHINHOME","Publier sur la page principale?"); 33 define("_ONLYIFCATSELECTED","Ne fonctionne que si la catégorie <i>Articles</i> n'est pas sélectionnée."); 34 define("_ADD","Ajouter"); 35 define("_POLLSADMIN","Administration des sondages"); 36 define("_CREATEPOLL","Créer un nouveau sondage"); 37 define("_DELETEPOLLS","Supprimer des sondages"); 38 define("_POLLTITLE","Titre du sondage"); 39 define("_POLLEACHFIELD","S.V.P. entrez une option disponible dans un seul champ"); 40 define("_CREATEPOLLBUT","Créer un sondage"); 41 define("_REMOVEEXISTING","Supprimer un sondage existant"); 42 define("_POLLDELWARNING","ATTENTION: Le sondage choisi vas être IMMEDIATEMENT supprimé de la base de donnée!"); 43 define("_CHOOSEPOLL","Choisissez un sondage dans la liste ci-dessous:"); 44 define("_EDITPOLL","Editer le sondage"); 45 define("_CHOOSEPOLLEDIT","Choisissez le sondage que vous voulez éditer"); 46 define("_ACTIVATECOMMENTS","Activer les commentaires pour cette Story?"); 47 define("_LANGUAGE","Langue"); 48 define("_ANNOUNCEPOLL","Annoncer ce nouveau sondage sur votre site"); 49 define("_LEAVEBLANK","(Laisser vide pour créer un nouveau sondage sans l'annoncer)"); 50 define("_POLLEDIT","Editer le sondage:"); 51 52 53 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce à PHPXref 0.7 |