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

34 lines
1.5 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$NewNote = "Nova nota";
$Note = "Nota";
$NoteDeleted = "Nota eliminada";
$NoteUpdated = "Nota actualitzada";
$NoteCreated = "Nota creada";
$YouMustWriteANote = "Per favor, escrigui una nota";
$SaveNote = "Guardar nota";
$WriteYourNoteHere = "Escrigui la seua nota ac<EFBFBD>";
$SearchByTitle = "Buscar per t<EFBFBD>tol";
$WriteTheTitleHere = "Escrigui el seu t<EFBFBD>tol ac<EFBFBD>";
$UpdateDate = "Data d\'actualitzaci<EFBFBD>";
$NoteAddNew = "Afegir una nota";
$OrderByCreationDate = "Ordenar per data de creaci<EFBFBD>";
$OrderByModificationDate = "Ordenar per data de modificaci<EFBFBD>";
$OrderByTitle = "Ordenar per t<EFBFBD>tol";
$NoteTitle = "T<EFBFBD>tol de la nota";
$NoteComment = "Contingut de la nota";
$NoteAdded = "Nota afegida";
$NoteConfirmDelete = "Desitja realment esborrar la nota?";
$AddNote = "Afegir nota";
$ModifyNote = "Modificar nota";
$BackToNoteList = "Tornar a la llista d\'anotacions";
$NotebookManagement = "Administraci<EFBFBD> de nota personal";
$BackToNotesList = "Tornar al llistat de notes";
$NotesSortedByTitleAsc = "Notes en ordre ascendent per t<EFBFBD>tol";
$NotesSortedByTitleDESC = "Notes en ordre descendent per t<EFBFBD>tol ";
$NotesSortedByUpdateDateAsc = "Notes en ordre ascendent per data d\'actualitzaci<EFBFBD> ";
$NotesSortedByUpdateDateDESC = "Notes en ordre descendent per data d\'actualitzaci<EFBFBD> ";
$NotesSortedByCreationDateAsc = "Notes en ordre ascendent per data de creaci<EFBFBD> ";
$NotesSortedByCreationDateDESC = "Notes en ordre descendent per data de creaci<EFBFBD> ";
?>