notes.php 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?php
  2. // This file is part of Moodle - http://moodle.org/
  3. //
  4. // Moodle is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation, either version 3 of the License, or
  7. // (at your option) any later version.
  8. //
  9. // Moodle is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License
  15. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
  16. /**
  17. * Strings for component 'notes', language 'en', branch 'MOODLE_20_STABLE'
  18. *
  19. * @package core_notes
  20. * @subpackage notes
  21. * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
  22. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23. */
  24. $string['addnewnote'] = 'Add a new note';
  25. $string['addnewnoteselect'] = 'Select users to write notes about';
  26. $string['bynameondate'] = 'by {$a->name} - {$a->date}';
  27. $string['configenablenotes'] = 'Enable storing of notes about individual users.';
  28. $string['content'] = 'Content';
  29. $string['course'] = 'course';
  30. $string['coursenotes'] = 'Course notes';
  31. $string['created'] = 'created';
  32. $string['deleteconfirm'] = 'Delete this note?';
  33. $string['deletenotes'] = 'Delete all notes';
  34. $string['editnote'] = 'Edit note';
  35. $string['enablenotes'] = 'Enable notes';
  36. $string['eventnotecreated'] = 'Note created';
  37. $string['eventnoteupdated'] = 'Note updated';
  38. $string['eventnotedeleted'] = 'Note deleted';
  39. $string['eventnotesviewed'] = 'Notes viewed';
  40. $string['groupaddnewnote'] = 'Add a common note';
  41. $string['invalidid'] = 'Invalid note ID specified';
  42. $string['invaliduserid'] = 'Invalid user id: {$a}';
  43. $string['myprofileownnotes'] = 'My notes';
  44. $string['nocontent'] = 'Note content can not be empty';
  45. $string['nonotes'] = 'There are no notes of this type yet';
  46. $string['nopermissiontodelete'] = 'You may not delete this note';
  47. $string['note'] = 'Note';
  48. $string['notes'] = 'Notes';
  49. $string['notesdisabled'] = 'Notes are disabled, sorry.';
  50. $string['notesnotvisible'] = 'You are not allowed to view the notes.';
  51. $string['nouser'] = 'You must select a user';
  52. $string['page-notes-x'] = 'Any note pages';
  53. $string['page-notes-index'] = 'Notes main page';
  54. $string['personal'] = 'personal';
  55. $string['personalnotes'] = 'Personal notes';
  56. $string['publishstate'] = 'Context';
  57. $string['publishstate_help'] = 'A note\'s context determines who can see the note.
  58. * Personal - The note will be visible only to you
  59. * Course - The note will be visible to teachers in this course
  60. * Site - The note will be visible to teachers in all courses';
  61. $string['selectnotestate'] = "Select note state";
  62. $string['site'] = 'site';
  63. $string['sitenotes'] = 'Site notes';
  64. $string['unknown'] = 'unknown';
  65. // Deprecated since Moodle 3.0.
  66. $string['cannotdeletepost'] = 'Error occurred while deleting post';