]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10565, removing wrongly placed duplicate language file
authortoyomoyo <toyomoyo>
Mon, 23 Jul 2007 06:29:04 +0000 (06:29 +0000)
committertoyomoyo <toyomoyo>
Mon, 23 Jul 2007 06:29:04 +0000 (06:29 +0000)
lang/en_utf8/help/notes.php [deleted file]

diff --git a/lang/en_utf8/help/notes.php b/lang/en_utf8/help/notes.php
deleted file mode 100755 (executable)
index 7840ca6..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php // $Id$\r
-      // note.php \r
-\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['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['editnote'] = 'Edit note';\r
-$string['groupaddnewnote'] = 'Add a new note for all';\r
-$string['deleteconfirm'] = 'Delete this note?';\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';
\ No newline at end of file