chat.inc.php 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?php
  2. /*
  3. +----------------------------------------------------------------------+
  4. | CLAROLINE version 1.3.0 $Revision: 3652 $ |
  5. +----------------------------------------------------------------------+
  6. | Copyright (c) 2001, 2002 Universite catholique de Louvain (UCL) |
  7. +----------------------------------------------------------------------+
  8. | $Id: chat.inc.php 3652 2005-03-03 18:17:59Z olivierb78 $ |
  9. +----------------------------------------------------------------------+
  10. | This program is free software; you can redistribute it and/or |
  11. | modify it under the terms of the GNU General Public License |
  12. | as published by the Free Software Foundation; either version 2 |
  13. | of the License, or (at your option) any later version. |
  14. | |
  15. | This program is distributed in the hope that it will be useful, |
  16. | but WITHOUT ANY WARRANTY; without even the implied warranty of |
  17. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
  18. | GNU General Public License for more details. |
  19. | |
  20. | You should have received a copy of the GNU General Public License |
  21. | along with this program; if not, write to the Free Software |
  22. | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
  23. | 02111-1307, USA. The GNU GPL license is also available through |
  24. | the world-wide-web at http://www.gnu.org/copyleft/gpl.html |
  25. +----------------------------------------------------------------------+
  26. | Authors: Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
  27. | Hugues Peeters <peeters@ipm.ucl.ac.be> |
  28. | Christophe Gesché <gesche@ipm.ucl.ac.be> |
  29. +----------------------------------------------------------------------+
  30. */
  31. /***************************************************************
  32. * Language translation
  33. ****************************************************************
  34. GOAL
  35. ****
  36. Translate the interface in chosen language
  37. *****************************************************************/
  38. // chat.php
  39. $langChat = "Discuter";
  40. $langOnlineConference = "Conférence";
  41. $langWash = "Nettoyer";
  42. $langReset = "Effacer";
  43. $langSave = "Enregistrer";
  44. $langRefresh = "Actualiser";
  45. $langConfirmReset = "Etes-vous sûr de vouloir supprimer tous les messages ?";
  46. $langTypeMessage = "Veuillez introduire votre message !";
  47. $langHasResetChat = "a effacé les messages";
  48. $langIsNowInYourDocDir = "est maintenant dans votre outil document. <br><B>Attention il est visible pour tous</B>";
  49. $langCopyFailed = "La copie du fichier courrant n'a pas réussi...";
  50. $langChat_reset_by = "La discussion à été rafraichie par ";
  51. $langNoOnlineConference = "Il n'y pas de de conférence online pour le moment ...";
  52. $langMediaFile = "Fichier audio ou vidéo";
  53. $langContentFile = "Présentation";
  54. $langListOfParticipants = "Liste des participants";
  55. $langYourPicture = "Votre photo";
  56. $langOnlineDescription = "Description de la conférence";
  57. $langOnlyCheckForImportantQuestion='Veuillez cocher cette case uniquement pour poser une question importante !';
  58. $langQuestion='question';
  59. $langClearList='Effacer la liste';
  60. $langWhiteBoard='Editeur';
  61. $langHome='Accueil';
  62. $langTextEditorDefault='<h2>Editeur de texte</h2>Coupez et collez ici un texte provenant de MS Word&reg; et éditez-le. Les autres participants verront vos modifications en direct.';
  63. $langLinks='Liens';
  64. $langStreaming='Streaming';
  65. $langStreamURL='URL du stream';
  66. $langStreamType='Type du stream';
  67. $langLinkName='Nom du lien';
  68. $langLinkURL='URL du lien';
  69. $langWelcomeToOnlineConf='Bienvenue à la <b>Conférence en ligne</b>';
  70. $langNoLinkAvailable='Aucun lien disponible';
  71. $langOrFile="Ou fichier";
  72. ?>