]> git.mjollnir.org Git - moodle.git/commitdiff
fixing some strings
authortoyomoyo <toyomoyo>
Mon, 30 Jul 2007 04:30:19 +0000 (04:30 +0000)
committertoyomoyo <toyomoyo>
Mon, 30 Jul 2007 04:30:19 +0000 (04:30 +0000)
lang/en_utf8/notes.php

index d0d32f79828ad8a6c77710af30ef6be7450caba5..3a2d301d680d716c8897205ccae8542cea9829be 100755 (executable)
@@ -1,29 +1,24 @@
 <?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