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