You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
770 B
20 lines
770 B
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$langCourseProgram = "Description";
|
|
$langThisCourseDescriptionIsEmpty = "There is no training description so far.";
|
|
$langEditCourseProgram = "Create or edit a description.";
|
|
$QuestionPlan = "Help";
|
|
$langInfo2Say = "Information to give to users";
|
|
$langOuAutreTitre = "Title";
|
|
$langNewBloc = "Other";
|
|
$langAddCat = "Add a category";
|
|
$langAdd = "Add";
|
|
$langValid = "Valid";
|
|
$langBackAndForget = "Cancel";
|
|
$CourseDescriptionUpdated = "The description has been updated";
|
|
$CourseDescriptionDeleted = "Description has been deleted";
|
|
$CourseDescriptionIntro = "To create a description, click on a heading and complete the field.<br><br> Click OK to continue.";
|
|
$langSaveDescription = "Save description";
|
|
?>
|