<?PHP // $Id$\r
// note.php \r
+$string['note'] = 'Note';\r
$string['notes'] = 'Notes';\r
$string['sitenotes'] = 'Site notes';\r
$string['coursenotes'] = 'Course notes';\r
$string['personalnotes'] = 'Personal notes';\r
$string['created'] = 'created';\r
-$string['rating'] = 'Rating';\r
$string['nonotes'] = 'There are no notes.';\r
$string['notesnotvisible'] = 'You are not allowed to view the notes.';\r
$string['addnewnote'] = 'Add a new note';\r
$string['groupaddnewnote'] = 'Add a new note for all';\r
$string['deleteconfirm'] = 'Delete this note?';\r
-$string['content'] = 'Note content';\r
+$string['content'] = 'Content';\r
$string['nocontent'] = 'Note content can not be empty';\r
$string['nouser'] = 'You must select a user';\r
-$string['rating'] = 'Rating';\r
-$string['low'] = 'low';\r
-$string['belownormal'] = 'below normal';\r
-$string['normal'] = 'normal';\r
-$string['abovenormal'] = 'above normal';\r
-$string['high'] = 'high';\r
$string['unknown'] = 'unknown';\r
$string['bynameondate'] = 'by $a->name - $a->date';\r
$string['publishstate'] = 'Status';\r
$string['personal'] = 'personal';\r
$string['course'] = 'course';\r
$string['site'] = 'site';\r
+$string['editnote'] = 'Edit note';\r
?>
\ No newline at end of file