course_description.inc.php 908 B

1234567891011121314151617181920212223
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langCourseProgram = "Description";
  6. $langThisCourseDescriptionIsEmpty = "There is no course description so far.";
  7. $langEditCourseProgram = "Create or edit a description.";
  8. $QuestionPlan = "Help";
  9. $langInfo2Say = "Information to give to users";
  10. $langOuAutreTitre = "Title";
  11. $langNewBloc = "Other";
  12. $langAddCat = "Add a category";
  13. $langAdd = "Add";
  14. $langValid = "Valid";
  15. $langBackAndForget = "Cancel";
  16. $CourseDescriptionUpdated = "The description has been updated";
  17. $CourseDescriptionDeleted = "Description has been deleted";
  18. $CourseDescriptionIntro = "To create a description, click on a heading and complete the field.<br><br> Click OK to continue.";
  19. $langSaveDescription = "Save description";
  20. $AddCourseDescription = "Add course description";
  21. $DescriptionUpdated = "Description updated";
  22. $CourseDescriptions = "Course descriptions";
  23. ?>