announcements.inc.php 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?php
  2. /*
  3. ==============================================================================
  4. Dokeos - elearning and area management software
  5. Copyright (c) 2004 Dokeos S.A.
  6. Copyright (c) 2003 University of Ghent (UGent)
  7. Copyright (c) 2001 Universite catholique de Louvain (UCL)
  8. For a full list of contributors, see "credits.txt".
  9. The full license can be read in "license.txt".
  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. See the GNU General Public License for more details.
  15. Contact: Dokeos, 181 rue Royale, B-1000 Brussels, Belgium, info@dokeos.com
  16. ==============================================================================
  17. */
  18. // GENERIC
  19. $langModify = "modify";
  20. $langDelete = "delete";
  21. $langTitle = "Title";
  22. $langHelp = "help";
  23. $langOk = "OK";
  24. $langAddIntro = "Add an introduction text ";
  25. $langBackList = "Return to the list";
  26. $langSelMess = "Warnings to some users";
  27. // ANNOUNCEMENTS
  28. $langAn ="Announcements";
  29. $langAnnEmpty ="Announcements list has been cleared up";
  30. $langAnnModify ="Announcement has been modified";
  31. $langAnnAdd ="Announcement has been added";
  32. $langAnnDel ="Announcement has been deleted";
  33. $langPubl ="Published on";
  34. $langAddAnn ="Add announcement";
  35. $langContent ="Content";
  36. $langEmptyAnn ="Clear up list of announcements";
  37. $langModifAnn ="Modifies this announcement";
  38. $professorMessage ="Message from the leader";
  39. $langEmailSent =" and emailed to registered members";
  40. $langSelUser = "selected users of the site";
  41. $langMsgSent = "The message has been sent to the selected members";
  42. $langMsg = "Messages";
  43. $langNo="No";
  44. $langYes="Yes";
  45. $langEmailOption="Send this announcement by email to registered members";
  46. $langEmailTitle = "Announcement title";
  47. $langOn="On";
  48. $langRegUser="registered users of the site";
  49. $langUnvalid="have unvalid or no email address";
  50. //MESSAGES
  51. $langUserlist = "List of groups and users";
  52. $langSelectedUsers = "Selected Users";
  53. $langSubmit = "Submit";
  54. $langPleaseEnterMessage = "You must introduce the message text.";
  55. $langPleaseSelectUsers = "You must select some users.";
  56. $Teachersubject="Message sent to your members ";
  57. $Teacherstudentlist="You have sent this message to:";
  58. $langMessages = "Messages";
  59. $langMessageToSelectedUsers = "Messages to selected users";
  60. $langUsers = "users";
  61. $langIntroText = "To send a message, select groups of users (marked with a G in the front)
  62. or single users from the list on the left.";
  63. ?>