2007-07-05 06:53:17 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
// note.php
|
2007-07-30 04:30:19 +00:00
|
|
|
$string['note'] = 'Note';
|
2007-07-05 06:53:17 +00:00
|
|
|
$string['notes'] = 'Notes';
|
|
|
|
$string['sitenotes'] = 'Site notes';
|
|
|
|
$string['coursenotes'] = 'Course notes';
|
|
|
|
$string['personalnotes'] = 'Personal notes';
|
|
|
|
$string['created'] = 'created';
|
2007-08-31 05:22:44 +00:00
|
|
|
$string['nonotes'] = 'There are no notes of this type yet';
|
2007-07-05 06:53:17 +00:00
|
|
|
$string['notesnotvisible'] = 'You are not allowed to view the notes.';
|
|
|
|
$string['addnewnote'] = 'Add a new note';
|
2007-08-31 05:22:44 +00:00
|
|
|
$string['addnewnoteselect'] = 'Select users to write notes about';
|
2007-07-05 06:53:17 +00:00
|
|
|
$string['groupaddnewnote'] = 'Add a new note for all';
|
|
|
|
$string['deleteconfirm'] = 'Delete this note?';
|
2007-07-30 04:30:19 +00:00
|
|
|
$string['content'] = 'Content';
|
2007-07-05 06:53:17 +00:00
|
|
|
$string['nocontent'] = 'Note content can not be empty';
|
|
|
|
$string['nouser'] = 'You must select a user';
|
|
|
|
$string['unknown'] = 'unknown';
|
|
|
|
$string['bynameondate'] = 'by $a->name - $a->date';
|
|
|
|
$string['publishstate'] = 'Status';
|
|
|
|
$string['personal'] = 'personal';
|
|
|
|
$string['course'] = 'course';
|
|
|
|
$string['site'] = 'site';
|
2007-07-30 04:30:19 +00:00
|
|
|
$string['editnote'] = 'Edit note';
|
2007-08-31 05:22:44 +00:00
|
|
|
?>
|