course_description.inc.php 954 B

1234567891011121314151617181920
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langCourseProgram = "Course description";
  5. $langThisCourseDescriptionIsEmpty = "This course is presently not described.";
  6. $langEditCourseProgram = "Create and edit a course description";
  7. $QuestionPlan = "Question to leader";
  8. $langInfo2Say = "Information to give to users";
  9. $langOuAutreTitre = "Title";
  10. $langNewBloc = "Other";
  11. $langAddCat = "add category";
  12. $langAdd = "Add";
  13. $langValid = "Valid";
  14. $langBackAndForget = "Back and forget";
  15. $langOkSent = "Your page has been uploaded.<p>It is now linked from <a href=../../$dbname/index.php>Homepage</a>";
  16. $Content = "Content";
  17. $CourseDescriptionUpdated = "Course description has been updated";
  18. $CourseDescriptionDeleted = "Course description has been deleted";
  19. $CourseDescriptionIntro = "To create a course description, click on a heading and fill the correct form field.<br><br> Click then OK and fill another heading.";
  20. ?>