course_description.inc.php 547 B

12345678910111213141516
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langCourseProgram = "Descripción del Curso";
  6. $langThisCourseDescriptionIsEmpty = "Actualmente, este curso no tiene una descripción";
  7. $langEditCourseProgram = "Crear y editar con formularios";
  8. $QuestionPlan = "Pregunta al profesor";
  9. $langInfo2Say = "Información para dar a los estudiantes";
  10. $langOuAutreTitre = "Título";
  11. $langNewBloc = "Otro";
  12. $langAddCat = "agregar categoría";
  13. $langAdd = "Agregar";
  14. $langValid = "Validar";
  15. $langBackAndForget = "Volver y descartar";
  16. ?>