dropbox.inc.php 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?php
  2. /**
  3. * Dropbox module for Dokeos
  4. * language file in French.
  5. * To make a version in your own language, you have 2 options:
  6. * - if you want to make use of the multilanguage tool in Claroline (this way you
  7. * can make 2 seperate courses in 2 different languages and Claroline will take
  8. * care of the translations) this file must be placed in the .../claroline/lang/English/
  9. * directory and the copy of this file that contains the translations must be placed in
  10. * the .../claroline/lang/YourLang/ directory. Be sure to give the translated version the same
  11. * name as this one.
  12. * - if you're sure you will only need the dropbox module in 1 language, you can just leave this
  13. * file in the current directory (.../claroline/plugin/dropbox/) and translate each variable into
  14. * the correct language.
  15. *
  16. * @version 1.20
  17. * @copyright 2004
  18. * @author Jan Bols <jan@ivpv.UGent.be>
  19. * with contributions by René Haentjens <rene.haentjens@UGent.be> (see RH)
  20. */
  21. /**
  22. * +----------------------------------------------------------------------+
  23. * | This program is free software; you can redistribute it and/or |
  24. * | modify it under the terms of the GNU General Public License |
  25. * | as published by the Free Software Foundation; either version 2 |
  26. * | of the License, or (at your option) any later version. |
  27. * | |
  28. * | This program is distributed in the hope that it will be useful, |
  29. * | but WITHOUT ANY WARRANTY; without even the implied warranty of |
  30. * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
  31. * | GNU General Public License for more details. |
  32. * | |
  33. * | You should have received a copy of the GNU General Public License |
  34. * | along with this program; if not, write to the Free Software |
  35. * | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
  36. * | 02111-1307, USA. The GNU GPL license is also available through |
  37. * | the world-wide-web at http://www.gnu.org/copyleft/gpl.html |
  38. * +----------------------------------------------------------------------+
  39. * | Authors: Jan Bols <jan@ivpv.UGent.be> |
  40. * +----------------------------------------------------------------------+
  41. */
  42. /*
  43. * General variables
  44. */
  45. $dropbox_lang["dropbox"] = "Partage de fichiers";
  46. $dropbox_lang["help"] = "Aide";
  47. //$dropbox_cnf["version"] = "1.2"; //This variable is used to find out if this language file is outdated or not
  48. //When outdated, it will not be used.
  49. //The number must be the same as the version number in the dorpbox_init1.inc.php file
  50. /**
  51. * error variables
  52. */
  53. $dropbox_lang["aliensNotAllowed"] = "Seuls les membres de cet espace peuvent utiliser l'outil de partage. Vous n'êtes pas membre de cet espace.";
  54. $dropbox_lang["queryError"] = "Erreur de base de données. Veuillez contacter l'administrateur.";
  55. $dropbox_lang["generalError"] = "Une erreur s'est produite. Veuillez contacter l'administrateur.";
  56. $dropbox_lang["badFormData"] = "La soumission a échoué : données du formulaire erronées. Veuillez contacter l'administrateur.";
  57. $dropbox_lang["noUserSelected"] = "Veuillez sélectionner le destinataire de ce fichier.";
  58. $dropbox_lang["noFileSpecified"] = "Vous n'avez sélectionné aucun fichier à transférer.";
  59. $dropbox_lang["tooBig"] = "Le fichier sélectionné est trop gros.";
  60. $dropbox_lang["uploadError"] = "Erreur lors du transfert. Veuillez contacter l'administrateur.";
  61. $dropbox_lang["errorCreatingDir"] = "Impossible de créer le répertoire. Veuillez contacter l'administrateur.";
  62. $dropbox_lang["installError"] = "Impossible d'installer les tables nécessaires au module. Veuillez contacter l'administrateur.";
  63. /**
  64. * upload file variables
  65. */
  66. $dropbox_lang["uploadFile"] = "Envoyer un document";
  67. // $dropbox_lang["titleWork"] = "Paper Title"; //this var isn't used anymore
  68. $dropbox_lang["authors"] = "Auteurs";
  69. $dropbox_lang["description"] = "Description";
  70. $dropbox_lang["sendTo"] = "Envoyer à";
  71. /**
  72. * Sent/Received list variables
  73. */
  74. $dropbox_lang["receivedTitle"] = "RECU";
  75. $dropbox_lang["sentTitle"] = "ENVOYE";
  76. $dropbox_lang["confirmDelete"] = "Ceci supprimera le fichier de votre liste, et non de celle des autres membres.";
  77. $dropbox_lang["all"] = "tous les fichiers";
  78. $dropbox_lang["workDelete"] = "Supprimer";
  79. $dropbox_lang["sentBy"] = "Envoyé par";
  80. $dropbox_lang["sentTo"] = "Envoyé à";
  81. $dropbox_lang["sentOn"] = "le";
  82. $dropbox_lang["anonymous"] = "anonyme";
  83. $dropbox_lang["ok"] = "Valider";
  84. $dropbox_lang["lastUpdated"] = "Dernière mise à jour";
  85. $dropbox_lang["lastResent"] = "Dernier ré-envoi";
  86. $dropbox_lang['tableEmpty'] = "La liste est vide.";
  87. $dropbox_lang["overwriteFile"] = "Ecraser la version précédente du même fichier ?";
  88. $dropbox_lang['orderBy'] = "Classer par : ";
  89. $dropbox_lang['lastDate'] = "date du dernier envoi";
  90. $dropbox_lang['firstDate'] = "date du premier envoi";
  91. $dropbox_lang['title'] = "titre";
  92. $dropbox_lang['size'] = "taille";
  93. $dropbox_lang['author'] = "auteur";
  94. $dropbox_lang['sender'] = "expéditeur";
  95. $dropbox_lang['recipient'] = "destinataire";
  96. /**
  97. * Feedback variables
  98. */
  99. $dropbox_lang["docAdd"] = "Le fichier a été ajouté";
  100. $dropbox_lang["fileDeleted"] = "Le fichier sélectionné a été supprimé de votre espace d'échange.";
  101. $dropbox_lang["backList"] = "Retourner à votre espace d'échange";
  102. /**
  103. * RH: Mailing variables
  104. */
  105. $dropbox_lang["mailingAsUsername"] = "Envoi par mail ";
  106. $dropbox_lang["mailingInSelect"] = "--- Mailing ---";
  107. $dropbox_lang["mailingSelectNoOther"] = "La fonction Mailing ne peut être combinée avec l'envoi à d'autres destinataires. Celle-ci envoie le fichier à tout le monde.";
  108. $dropbox_lang["mailingNonMailingError"] = "Mailing ne peut être écrasé par des envois non-mailing et vice-versa";
  109. $dropbox_lang["mailingExamine"] = "Examiner le fichier ZIP";
  110. $dropbox_lang["mailingNotYetSent"] = "Les fichiers contenus dans le mailing n'ont pas été envoyés ...";
  111. $dropbox_lang["mailingSend"] = "Envoyer le contenu";
  112. $dropbox_lang["mailingConfirmSend"] = "Envoyer le contenu vers des personnes individuellement ?";
  113. $dropbox_lang["mailingBackToDropbox"] = "(retour à la page d'accueil de Partage de fichiers)";
  114. $dropbox_lang["mailingWrongZipfile"] = "Le fichier du Mailing doit être un ZIP avec MEMBERID ou LOGINNAME";
  115. $dropbox_lang["mailingZipEmptyOrCorrupt"] = "Le fichier ZIP du Mailing est vide ou n'est pas un fichier ZIP valide";
  116. $dropbox_lang["mailingZipPhp"] = "Le fichier de Mailing ne peut contenir de fichiers PHP. Il ne sera pas envoyé";
  117. $dropbox_lang["mailingZipDups"] = "Le fichier ZIP ne peut pas contenir de fichiers dupliqués. Il ne sera pas envoyé";
  118. $dropbox_lang["mailingFileFunny"] = "aucun nom, ou l'extension ne contient pas 1 à 4 caractères";
  119. $dropbox_lang["mailingFileNoPrefix"] = "le nom ne commence pas par ";
  120. $dropbox_lang["mailingFileNoPostfix"] = "le nom ne se termine pas par ";
  121. $dropbox_lang["mailingFileNoRecip"] = "le nom ne contient pas l'ID d'un destinataire";
  122. $dropbox_lang["mailingFileRecipNotFound"] = "aucun membre avec ";
  123. $dropbox_lang["mailingFileRecipDup"] = "plusieurs membres ont ";
  124. $dropbox_lang["mailingFileIsFor"] = "est pour ";
  125. $dropbox_lang["mailingFileSentTo"] = "envoyé à ";
  126. $dropbox_lang["mailingFileNotRegistered"] = " (pas membre de cet espace)";
  127. $dropbox_lang["mailingNothingFor"] = "Rien pour";
  128. /**
  129. * RH: Just Upload
  130. */
  131. $dropbox_lang["justUploadInSelect"] = "--- Transféré ---";
  132. $dropbox_lang["justUploadInList"] = "Envoi par";
  133. $dropbox_lang["mailingJustUploadNoOther"] = "Ce transfert ne peut être combiné avec d'autres destinataires";
  134. ?>