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/notebook.inc.php

28 lines
1.0 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$NewNote = "Nueva nota";
$Note = "Nota";
$NoteDeleted = "Nota eliminada";
$NoteUpdated = "Nota actualizada";
$NoteCreated = "Nota creada";
$YouMustWriteANote = "Por favor, escriba una nota";
$SaveNote = "Guardar nota";
$WriteYourNoteHere = "Escriba su nota aqu<EFBFBD>";
$SearchByTitle = "Buscar por t<EFBFBD>tulo";
$WriteTheTitleHere = "Escriba el t<EFBFBD>tulo aqu<EFBFBD>";
$UpdateDate = "Fecha de actualizaci<EFBFBD>n";
$NoteAddNew = "A<EFBFBD>adir una nota";
$OrderByCreationDate = "Ordenar por fecha de creaci<EFBFBD>n";
$OrderByModificationDate = "Ordenar por fecha de modificaci<EFBFBD>n";
$OrderByTitle = "Ordenar por t<EFBFBD>tulo";
$NoteTitle = "T<EFBFBD>tulo de la nota";
$NoteComment = "Comentarios de la nota";
$NoteAdded = "Nota a<EFBFBD>adida";
$NoteConfirmDelete = "<EFBFBD> Realmente desea borrar la nota ";
$AddNote = "A<EFBFBD>adir nota";
$ModifyNote = "Modificar nota";
$BackToNoteList = "Regresar a la lista de anotaciones";
$NotebookManagement = "Administraci<EFBFBD>n de nota personal";
$BackToNotesList = "Volver al listado de notas";
?>