course_info.inc.php 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?php // $Id: course_info.inc.php 1997 2004-07-07 14:55:42Z olivierb78 $
  2. /*
  3. +----------------------------------------------------------------------+
  4. | CLAROLINE version 1.3.0 $Revision: 1997 $ |
  5. +----------------------------------------------------------------------+
  6. | Copyright (c) 2001, 2003 Universite catholique de Louvain (UCL) |
  7. +----------------------------------------------------------------------+
  8. | English Translation |
  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. | Authors: Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
  16. | Hugues Peeters <peeters@ipm.ucl.ac.be> |
  17. | Christophe Gesché <gesche@ipm.ucl.ac.be> |
  18. +----------------------------------------------------------------------+
  19. | Translator : |
  20. | Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
  21. | Andrew Lynn <Andrew.Lynn@strath.ac.uk> |
  22. +----------------------------------------------------------------------+
  23. */
  24. $langOtherCategory = "Other category";
  25. $langModifInfo="Area settings";
  26. $langModifDone="The information has been modified";
  27. $langHome="Back to HomePage";
  28. $langCode="Area code";
  29. $langDelCourse="Delete this area";
  30. $langProfessor="Leader";
  31. $langProfessors="Leaders";
  32. $langTitle="Title";
  33. $langFaculty="Category";
  34. $langDescription="Description";
  35. $langConfidentiality="Confidentiality";
  36. $langPublic="Public access from portal home page even without login";
  37. $langPrivOpen="Private access, registration open";
  38. $langPrivate="Private access (site accessible only to people on the <a href=../user/user.php>User list</a>)";
  39. $langForbidden="Not allowed";
  40. $langLanguage="Language";
  41. $langConfTip="By default your area is public. But you can define the level of confidentiality above.";
  42. $langTipLang="This language will be valid for every visitor of your area's website.";
  43. // Change Home Page
  44. $langAgenda="Agenda";
  45. $langLink="Links";
  46. $langDocument="Documents";
  47. $langVid="Video";
  48. $langWork="Contributions";
  49. $langProgramMenu="Area program";
  50. $langAnnouncement="Announcements";
  51. $langUser="Users";
  52. $langForum="Forums";
  53. $langExercise="Tests";
  54. $langStats="Statistics";
  55. $langGroups ="Groups";
  56. $langChat ="Discussion";
  57. $langUplPage="Upload page and link to Home Page";
  58. $langLinkSite="Add link to page on Home Page";
  59. $langModifGroups="Groups";
  60. // delete_course.php
  61. $langDelCourse="Delete the whole Area";
  62. $langCourse="The area ";
  63. $langHasDel="has been deleted";
  64. $langBackHome="Back to Home Page of ";
  65. $langByDel="Deleting this area will permanently delete all the documents it contains and unregister all its members (not remove them from other areas).<p>Do you really want to delete it?";
  66. $langY="YES";
  67. $langN="NO";
  68. $langDepartmentUrl = "Department URL";
  69. $langDepartmentUrlName = "Department";
  70. $langDescriptionCours = "Area description";
  71. $langArchive="Archive";
  72. $langArchiveCourse = "Area backup";
  73. $langRestoreCourse = "Restore a area";
  74. $langRestore="Restore";
  75. $langCreatedIn = "created in";
  76. $langCreateMissingDirectories ="Creation of missing directories";
  77. $langCopyDirectoryCourse = "Copy of area files";
  78. $langDisk_free_space = "Free disk space";
  79. $langBuildTheCompressedFile ="Creation of backup file";
  80. $langFileCopied = "file copied";
  81. $langArchiveLocation="Archive location";
  82. $langSizeOf ="Size of";
  83. $langArchiveName ="Archive name";
  84. $langBackupSuccesfull = "Backup successfull";
  85. $langBUCourseDataOfMainBase = "Backup of area data in main database for";
  86. $langBUUsersInMainBase = "Backup of user data in main database for";
  87. $langBUAnnounceInMainBase="Backup of announcements data in main database for";
  88. $langBackupOfDataBase="Backup of database";
  89. $langBackupCourse="Archive this Area";
  90. $langCreationDate = "Created";
  91. $langExpirationDate = "Expiration date";
  92. $langPostPone = "Post pone";
  93. $langLastEdit = "Last edit";
  94. $langLastVisit = "Last visit";
  95. $langSubscription="Subscription";
  96. $langCourseAccess="Area access";
  97. $langDownload="Download";
  98. $langConfirmBackup="Do you really want to backup the Area?";
  99. $langCreateSite="Create an area";
  100. $langRestoreDescription="The area is in an archive file which you can select below.<br><br>
  101. Once you click on &quot;Restore&quot;, the archive will be uncompressed and the area recreated.";
  102. $langRestoreNotice="This script doesn't allow yet to automatically restore users, but data saved in &quot;users.csv&quot; are sufficient for the administrator to do it manually.";
  103. $langAvailableArchives="Available archives list";
  104. $langNoArchive="No archive has been selected";
  105. $langArchiveNotFound="The archive has not been found";
  106. $langArchiveUncompressed="The archive has been uncompressed and installed.";
  107. $langCsvPutIntoDocTool="The file &quot;users.csv&quot; has been put into Documents tool.";
  108. ?>