work.inc.php 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php
  2. /*
  3. +----------------------------------------------------------------------+
  4. | CLAROLINE version 1.3.0 $Revision: 1997 $ |
  5. +----------------------------------------------------------------------+
  6. | Copyright (c) 2001, 2002 Universite catholique de Louvain (UCL) |
  7. +----------------------------------------------------------------------+
  8. | $Id: work.inc.php 1997 2004-07-07 14:55:42Z olivierb78 $ |
  9. | English Translation |
  10. +----------------------------------------------------------------------+
  11. | This program is free software; you can redistribute it and/or |
  12. | modify it under the terms of the GNU General Public License |
  13. | as published by the Free Software Foundation; either version 2 |
  14. | of the License, or (at your option) any later version. |
  15. | |
  16. | This program is distributed in the hope that it will be useful, |
  17. | but WITHOUT ANY WARRANTY; without even the implied warranty of |
  18. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
  19. | GNU General Public License for more details. |
  20. | |
  21. | You should have received a copy of the GNU General Public License |
  22. | along with this program; if not, write to the Free Software |
  23. | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
  24. | 02111-1307, USA. The GNU GPL license is also available through |
  25. | the world-wide-web at http://www.gnu.org/copyleft/gpl.html |
  26. +----------------------------------------------------------------------+
  27. | Authors: Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
  28. | Hugues Peeters <peeters@ipm.ucl.ac.be> |
  29. | Christophe Gesché <gesche@ipm.ucl.ac.be> |
  30. +----------------------------------------------------------------------+
  31. | Translator : |
  32. | Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
  33. | Andrew Lynn <Andrew.Lynn@strath.ac.uk> |
  34. +----------------------------------------------------------------------+
  35. */
  36. // WORKS
  37. $langDownloadFile="Upload file";
  38. $langTooBig="You didn't choose any file or the file is too big.";
  39. $langListDeleted="The whole list has been deleted.";
  40. $langDocModif="paper title modified";
  41. $langDocAdd="File added.";
  42. $langDocDel="File deleted";
  43. $langTitleWork="File Title";
  44. $langAuthors="Authors";
  45. $langDescription="File Description";
  46. $langDelList="Delete whole list";
  47. $langWorks="Assignments";
  48. $langDocument = "Document";
  49. $langWorkDelete="Delete";
  50. $langWorkModify="Modify";
  51. $langWorkConfirmDelete="Do you really want to delete this file";
  52. $langAllFiles="All files";
  53. //for feature: default setting of newly uploaded documents
  54. $lang_default_upload="Default setting for the visibility of newly posted files";
  55. $lang_new_visible="New documents are visible for all users";
  56. $lang_new_unvisible="New documents are only visible for the area manager(s)";
  57. $lang_doc_unvisible="Your file is only visible for the leader(s) and will therefore not be visible for you.";
  58. ?>