notebook.inc.php 832 B

12345678910111213141516171819202122232425
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $NewNote = "New note";
  5. $Note = "Note";
  6. $NoteDeleted = "Note deleted";
  7. $NoteUpdated = "Note updated";
  8. $NoteCreated = "Note created";
  9. $YouMustWriteANote = "Please write a note";
  10. $WriteYourNoteHere = "Please write your note here";
  11. $SaveNote = "Save note";
  12. $WriteYourNoteHere = "Click here to write a new note";
  13. $SearchByTitle = "Search by title";
  14. $WriteTheTitleHere = "Write the title here";
  15. $UpdateDate = "Last modification";
  16. $NoteAddNew = "Note add new";
  17. $OrderByCreationDate = "Order by creation date";
  18. $OrderByModificationDate = "Order by modification date";
  19. $OrderByTitle = "Order by title";
  20. $TableView = "Table view";
  21. $NoteTitle = "Title of Note";
  22. $NoteComment = "Comments of Note";
  23. $NoteAdded = "Note added";
  24. $NoteConfirmDelete = "Note Confirm Delete";
  25. ?>