course_description.inc.php 782 B

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