Bumped the version up to 1.9.3
[moodle.git] / lang / en_utf8 / notes.php
blobd472254561bc8c797d75db9c9b377097c9970f14
1 <?PHP // $Id$ // note.php $string['note'] = 'Note'; $string['notes'] = 'Notes'; $string['sitenotes'] = 'Site notes'; $string['coursenotes'] = 'Course notes'; $string['personalnotes'] = 'Personal notes'; $string['created'] = 'created'; $string['nonotes'] = 'There are no notes of this type yet'; $string['notesnotvisible'] = 'You are not allowed to view the notes.'; $string['addnewnote'] = 'Add a new note'; $string['addnewnoteselect'] = 'Select users to write notes about'; $string['groupaddnewnote'] = 'Add a common note'; $string['deleteconfirm'] = 'Delete this note?'; $string['content'] = 'Content'; $string['nocontent'] = 'Note content can not be empty'; $string['nouser'] = 'You must select a user'; $string['unknown'] = 'unknown'; $string['bynameondate'] = 'by $a->name - $a->date'; $string['publishstate'] = 'Status'; $string['personal'] = 'personal'; $string['course'] = 'course'; $string['site'] = 'site'; $string['editnote'] = 'Edit note'; $string['deletenotes'] = 'Delete all notes'; ?>