. /** * Strings for component 'notes', language 'en', branch 'MOODLE_20_STABLE' * * @package notes * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['addnewnote'] = 'Add a new note'; $string['addnewnoteselect'] = 'Select users to write notes about'; $string['bynameondate'] = 'by {$a->name} - {$a->date}'; $string['cannotdeletepost'] = 'Error occurred while deleting post'; $string['configenablenotes'] = 'Enable storing of notes about individual users.'; $string['content'] = 'Content'; $string['course'] = 'course'; $string['coursenotes'] = 'Course notes'; $string['created'] = 'created'; $string['deleteconfirm'] = 'Delete this note?'; $string['deletenotes'] = 'Delete all notes'; $string['editnote'] = 'Edit note'; $string['enablenotes'] = 'Enable notes'; $string['groupaddnewnote'] = 'Add a common note'; $string['invalidcourseid'] = 'Invalid course id: {$a}'; $string['invalidid'] = 'Invalid note ID specified'; $string['invaliduserid'] = 'Invalid user id: {$a}'; $string['nocontent'] = 'Note content can not be empty'; $string['nonotes'] = 'There are no notes of this type yet'; $string['nopermissiontodelete'] = 'You may not delete this note'; $string['note'] = 'Note'; $string['notes'] = 'Notes'; $string['notesdisabled'] = 'Notes are disabled, sorry.'; $string['notesnotvisible'] = 'You are not allowed to view the notes.'; $string['nouser'] = 'You must select a user'; $string['page-notes-x'] = 'Any note pages'; $string['page-notes-index'] = 'Notes main page'; $string['personal'] = 'personal'; $string['personalnotes'] = 'Personal notes'; $string['publishstate'] = 'Context'; $string['publishstate_help'] = 'A note\'s context determines who can see the note. * Personal - The note will be visible only to you * Course - The note will be visible to teachers in this course * Site - The note will be visible to teachers in all courses'; $string['selectnotestate'] = "Select note state"; $string['site'] = 'site'; $string['sitenotes'] = 'Site notes'; $string['unknown'] = 'unknown';