notebook.inc.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $NewNote = "Avisu nuevu";
  6. $Note = "Avisu";
  7. $NoteDeleted = "Avisu esborráu";
  8. $NoteUpdated = "Avisu actualizáu";
  9. $NoteCreated = "Avisu creau";
  10. $YouMustWriteANote = "Tien d'escribir un avisu";
  11. $SaveNote = "Guardar avisu";
  12. $WriteYourNoteHere = "Escribe'l to avisu equí";
  13. $SearchByTitle = "Buscar por títulu";
  14. $WriteTheTitleHere = "Escriba'l títulu equí";
  15. $UpdateDate = "Última modificación";
  16. $NoteAddNew = "Amestar nota nueva";
  17. $OrderByCreationDate = "Ordenar por fecha de creación";
  18. $OrderByModificationDate = "Ordenar por fecha de modificación";
  19. $OrderByTitle = "Ordenar por títulu";
  20. $NoteTitle = "Títulu de la nota";
  21. $NoteComment = "Comentarios de la Nota";
  22. $NoteAdded = "Nota amestada";
  23. $NoteConfirmDelete = "¿ Ta seguru de que quier esborrar la nota ?";
  24. $AddNote = "Amestar nota";
  25. $ModifyNote = "Camudar nota";
  26. $BackToNoteList = "Volver a la llista d'anotaciones";
  27. $NotebookManagement = "Alminitración de nota personal";
  28. $BackToNotesList = "Volver al llistáu de notes";
  29. $NotesSortedByTitleAsc = "Notes ordenaes por títulu (A-Z)";
  30. $NotesSortedByTitleDESC = "Notes ordenaes por títulu (Z-A)";
  31. $NotesSortedByUpdateDateAsc = "Notes ordenaes por fecha d'anovamientu (antigües - recientes)";
  32. $NotesSortedByUpdateDateDESC = "Notes ordenaes por fecha d'anovamientu (recientes - antigües)";
  33. $NotesSortedByCreationDateAsc = "Notes ordenaes por fecha de criación (antigües - recientes)";
  34. $NotesSortedByCreationDateDESC = "Notes ordenaes por fecha de criación (recientes - antigües)";
  35. ?>