home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / surveys / language / lang-french.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.7 KB  |  71 lines

  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, please go to the site 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. define("_YOURNAME","Votre Nom");
  21. define("_OK","Ok !");
  22. define("_COMMENT","commentaire");
  23. define("_CONFIGURE","Préférences");
  24. define("_LOGINCREATE","Connexion/Créer un compte");
  25. define("_THRESHOLD","Disposition");
  26. define("_NOCOMMENTS","Pas de commentaires");
  27. define("_NESTED","Emboités");
  28. define("_FLAT","A plat");
  29. define("_THREAD","Par discussions");
  30. define("_OLDEST","Le plus vieux en premier");
  31. define("_NEWEST","Le plus récent en premier");
  32. define("_HIGHEST","Le plus haut score en premier");
  33. define("_COMMENTSWARNING","Les commentaires sont la propriété de leurs auteurs. Nous ne sommes pas responsables de leurs contenus !");
  34. define("_SCORE","Score:");
  35. define("_USERINFO","Profil Utilisateur");
  36. define("_READREST","Lire le reste du commentaire...");
  37. define("_REPLY","Répondre à ce message");
  38. define("_REPLYMAIN","Poster un commentaire");
  39. define("_NOSUBJECT","Pas de Sujet");
  40. define("_NOANONCOMMENTS","Les commentaires anonymes ne sont pas autorisés, veuillez vous <a href=\"modules.php?name=Your_Account\">enregistrer</a>");
  41. define("_PARENT","Parent");
  42. define("_ROOT","Racine");
  43. define("_UCOMMENT","Commentaire");
  44. define("_ALLOWEDHTML","HTML autorisé:");
  45. define("_POSTANON","Publication anonyme");
  46. define("_EXTRANS","Extrans (html tags en texte)");
  47. define("_HTMLFORMATED","Format HTML");
  48. define("_PLAINTEXT","Texte seulement");
  49. define("_ONN","le...");
  50. define("_SUBJECT","Sujet");
  51. define("_SURVEYCOM","Poster un commentaire sur le sondage");
  52. define("_SURVEYCOMPRE","Prévisualisation du commentaire");
  53. define("_NOTRIGHT","Quelque chose s'est mal déroulé en passant une variable à cette fonction. Ceci est un message d'avertissement pour prévenir d'un probable disfonctionnement.");
  54. define("_DIRECTCOM","Commentaire direct...");
  55. define("_SENDAMSG","Envoyer un message");
  56. define("_PASTSURVEYS","Derniers Sondages");
  57. define("_LVOTES","votes");
  58. define("_TOTALVOTES","Total des votes:");
  59. define("_VOTING","Isoloir");
  60. define("_OTHERPOLLS","Autres Sondages");
  61. define("_CURRENTSURVEY","Sondage en cours");
  62. define("_CURRENTPOLLRESULTS","Résultats du sondage en cours");
  63. define("_PREVIEW","PrΘvisualisation");
  64. define("_REFRESH","Rafraîchir");
  65. define("_SURVEYS","Sondages");
  66. define("_ATTACHEDTOARTICLE","- AttachΘ α l' article:");
  67. define("_SURVEYSATTACHED","Sondage attachΘ α l'article");
  68. define("_LAST5POLLS", "Last 5 Surveys at");
  69. define("_MOREPOLLS", "...more polls");
  70.  
  71. ?>