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

35 lines
1.5 KiB

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$NewNote = "Avisu nuevu";
$Note = "Avisu";
$NoteDeleted = "Avisu esborráu";
$NoteUpdated = "Avisu actualizáu";
$NoteCreated = "Avisu creau";
$YouMustWriteANote = "Tien d'escribir un avisu";
$SaveNote = "Guardar avisu";
$WriteYourNoteHere = "Escribe'l to avisu equí";
$SearchByTitle = "Buscar por títulu";
$WriteTheTitleHere = "Escriba'l títulu equí";
$UpdateDate = "Última modificación";
$NoteAddNew = "Amestar nota nueva";
$OrderByCreationDate = "Ordenar por fecha de creación";
$OrderByModificationDate = "Ordenar por fecha de modificación";
$OrderByTitle = "Ordenar por títulu";
$NoteTitle = "Títulu de la nota";
$NoteComment = "Comentarios de la Nota";
$NoteAdded = "Nota amestada";
$NoteConfirmDelete = "¿ Ta seguru de que quier esborrar la nota ?";
$AddNote = "Amestar nota";
$ModifyNote = "Camudar nota";
$BackToNoteList = "Volver a la llista d'anotaciones";
$NotebookManagement = "Alminitración de nota personal";
$BackToNotesList = "Volver al llistáu de notes";
$NotesSortedByTitleAsc = "Notes ordenaes por títulu (A-Z)";
$NotesSortedByTitleDESC = "Notes ordenaes por títulu (Z-A)";
$NotesSortedByUpdateDateAsc = "Notes ordenaes por fecha d'anovamientu (antigües - recientes)";
$NotesSortedByUpdateDateDESC = "Notes ordenaes por fecha d'anovamientu (recientes - antigües)";
$NotesSortedByCreationDateAsc = "Notes ordenaes por fecha de criación (antigües - recientes)";
$NotesSortedByCreationDateDESC = "Notes ordenaes por fecha de criación (recientes - antigües)";
?>