course_description.inc.php 868 B

12345678910111213141516171819
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langCourseProgram = "Descrición do Curso";
  5. $langThisCourseDescriptionIsEmpty = "Este curso non ten descrición";
  6. $langEditCourseProgram = "Crear e editar con formularios";
  7. $QuestionPlan = "Cuestións Clave";
  8. $langInfo2Say = "Información para darlles ós usuarios";
  9. $langOuAutreTitre = "Título";
  10. $langNewBloc = "Outro";
  11. $langAddCat = "Engadir categoría";
  12. $langAdd = "engadir";
  13. $langValid = "Validar";
  14. $langBackAndForget = "Volver e descartar";
  15. $CourseDescriptionUpdated = "Actualizouse a descrición do curso";
  16. $CourseDescriptionDeleted = "Eliminouse a descrición do curso";
  17. $CourseDescriptionIntro = "Para crear a descrición dun curso, clique nunha cabeceira e encha o campo asociado.<br><br>Prema sobre De acordo e encha outra cabeceira.";
  18. $langSaveDescription = "Gardar descrición";
  19. ?>