|
|
|
|
|
<?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 = "Contenido 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";
|
|
|
|
|
|
$NotesSortedByTitleAsc = "Notas en orden ascendente por t<EFBFBD>tulo";
|
|
|
|
|
|
$NotesSortedByTitleDESC = "Notas en orden descendente por t<EFBFBD>tulo";
|
|
|
|
|
|
$NotesSortedByUpdateDateAsc = "Notas en orden ascendente por fecha de actualizaci<EFBFBD>n";
|
|
|
|
|
|
$NotesSortedByUpdateDateDESC = "Notas en orden descendente por fecha de actualizaci<EFBFBD>n";
|
|
|
|
|
|
$NotesSortedByCreationDateAsc = "Notas en orden ascendente por fecha de creaci<EFBFBD>n";
|
|
|
|
|
|
$NotesSortedByCreationDateDESC = "Notas en orden descendente por fecha de creaci<EFBFBD>n";
|
|
|
|
|
|
?>
|