3 $string['note'] = 'Note';
4 $string['notes'] = 'Notes';
5 $string['sitenotes'] = 'Site notes';
6 $string['coursenotes'] = 'Course notes';
7 $string['personalnotes'] = 'Personal notes';
8 $string['created'] = 'created';
9 $string['nonotes'] = 'There are no notes of this type yet';
10 $string['notesnotvisible'] = 'You are not allowed to view the notes.';
11 $string['addnewnote'] = 'Add a new note';
12 $string['addnewnoteselect'] = 'Select users to write notes about';
13 $string['groupaddnewnote'] = 'Add a new note for all';
14 $string['deleteconfirm'] = 'Delete this note?';
15 $string['content'] = 'Content';
16 $string['nocontent'] = 'Note content can not be empty';
17 $string['nouser'] = 'You must select a user';
18 $string['unknown'] = 'unknown';
19 $string['bynameondate'] = 'by $a->name - $a->date';
20 $string['publishstate'] = 'Status';
21 $string['personal'] = 'personal';
22 $string['course'] = 'course';
23 $string['site'] = 'site';
24 $string['editnote'] = 'Edit note';