3 $string['notes'] = 'Notes';
4 $string['sitenotes'] = 'Site notes';
5 $string['coursenotes'] = 'Course notes';
6 $string['personalnotes'] = 'Personal notes';
7 $string['created'] = 'created';
8 $string['rating'] = 'Rating';
9 $string['nonotes'] = 'There are no notes.';
10 $string['notesnotvisible'] = 'You are not allowed to view the notes.';
11 $string['addnewnote'] = 'Add a new note';
12 $string['groupaddnewnote'] = 'Add a new note for all';
13 $string['deleteconfirm'] = 'Delete this note?';
14 $string['content'] = 'Note content';
15 $string['nocontent'] = 'Note content can not be empty';
16 $string['nouser'] = 'You must select a user';
17 $string['rating'] = 'Rating';
18 $string['low'] = 'low';
19 $string['belownormal'] = 'below normal';
20 $string['normal'] = 'normal';
21 $string['abovenormal'] = 'above normal';
22 $string['high'] = 'high';
23 $string['unknown'] = 'unknown';
24 $string['bynameondate'] = 'by $a->name - $a->date';
25 $string['publishstate'] = 'Status';
26 $string['personal'] = 'personal';
27 $string['course'] = 'course';
28 $string['site'] = 'site';