document.inc.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?php
  2. /*
  3. +----------------------------------------------------------------------+
  4. | CLAROLINE version 1.3.0 $Revision: 3510 $ |
  5. +----------------------------------------------------------------------+
  6. | Copyright (c) 2001, 2002 Universite catholique de Louvain (UCL) |
  7. +----------------------------------------------------------------------+
  8. | $Id: document.inc.php 3510 2005-02-24 16:00:07Z 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. // DOCUMENT
  39. $langMetadata="Métadonnées"; // RH: metadata
  40. $langAddMetadata="Visualiser/modifier métadonnées"; // RH: metadata
  41. $langGoMetadata="Go"; // RH: metadata
  42. $fileModified="Le fichier a été modifié";
  43. $langDoc="Documents";
  44. $langDownloadFile= "T&eacute;l&eacute;charger sur le serveur le fichier";
  45. $langDownload="T&eacute;l&eacute;charger";
  46. $langCreateDir="Cr&eacute;er un r&eacute;pertoire";
  47. $langName="Nom";
  48. $langNameDir="Nom du nouveau r&eacute;pertoire";
  49. $langSize="Taille";
  50. $langDate="Date";
  51. $langRename="Renommer";
  52. $langComment="Commentaire";
  53. $langVisible="Visible/invisible";
  54. $langCopy="Copier";
  55. $langTo="vers";
  56. $langNoSpace="Le t&eacute;l&eacute;chargement a &eacute;chou&eacute;. Il n'y a plus assez de place dans votre r&eacute;pertoire";
  57. $langDownloadEnd="Le t&eacute;l&eacute;chargement est termin&eacute;";
  58. $langFileExists="Impossible d'effectuer cette op&eacute;ration.
  59. <br>Un fichier portant ce nom existe déj&agrave;.";
  60. $langIn="en";
  61. $langNewDir="nom du nouveau répertoire";
  62. $langImpossible="Impossible d'effectuer cette opération";
  63. $langAddComment="ajouter/modifier un commentaire à";
  64. $langUp="remonter";
  65. $langDocCopied="document copi&eacute;";
  66. $langDocDeleted="élément supprim&eacute;";
  67. $langElRen="&eacute;l&eacute;ment renom&eacute;";
  68. $langDirCr="r&eacute;pertoire cr&eacute;&eacute;";
  69. $langDirMv="&eacute;l&eacute;ment deplac&eacute;";
  70. $langComMod="commentaire modifi&eacute;";
  71. $langElRen="El&eacute;ment renomm&eacute;";
  72. $langViMod="Visibilit&eacute; modifi&eacute;e";
  73. $langFileError="Le fichier à télécharger n'est pas valide.";
  74. $langMaxFileSize="La taille maximum est de";
  75. // Special for group documents
  76. $langGroupManagement="Gestion des groupes";
  77. $langGroupSpace="Espace de groupe";
  78. $langGroupSpaceLink="Espace du groupe";
  79. $langGroupForumLink="Forum du groupe";
  80. $langZipNoPhp="Le fichier ZIP ne peut pas contenir de fichiers en .php";
  81. $langUncompress="Décompresser fichier zipé (.zip)";
  82. $langDownloadAndZipEnd=" Le fichier .zip a été envoyé et décompressé";
  83. $langAreYouSureToDelete = "Êtes vous sûr de vouloir supprimer";
  84. $langPublish = "Publier";
  85. $langMissingImagesDetected = "Images manquantes détectées";
  86. $lang_cut_paste_link= "Cut and paste this URL to use this document in the online page editor";
  87. ?>