Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/main/lang/spanish_latin/course_home.inc.php

20 lines
744 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langActivate = "Activar";
$langDeactivate = "Desactivar";
$langRemove = "Eliminar";
$langInLnk = "Enlaces desactivados";
$langDelLk = "¿Está seguro de que quiere borrar este enlace?";
$langEnter = "Ingresar";
$langCourseCreate = "Crear el sitio web de un curso";
$langNameOfTheLink = "Nombre del enlace";
$lang_main_categories_list = "Categoríia Principal";
$langHelp = "Ayuda";
$langCourseAdminOnly = "Solo profesores";
$PlatformAdminOnly = "Solo administradores";
$langCombinedCourse = "Curso combinado";
$ToolIsNowVisible = "La herramienta es ahora visible";
$ToolIsNowHidden = "La herramienta es ahora invisible";
$EditLink = "Editar enlace";
?>