course_description.inc.php 554 B

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