MDL-14698 Improve language in actions list on course participants page
This commit is contained in:
@@ -615,8 +615,8 @@ This is a notification that your enrolment in the course $a->course will expire
|
||||
Please contact $a->teacherstr for any further enquiries.';
|
||||
$string['expirythreshold'] = 'Threshold';
|
||||
$string['explanation'] = 'Explanation';
|
||||
$string['extendenrol'] = 'Extend enrolment';
|
||||
$string['groupextendenrol'] = 'Extend enrolment for all';
|
||||
$string['extendenrol'] = 'Extend enrolment (individual)';
|
||||
$string['groupextendenrol'] = 'Extend enrolment (common)';
|
||||
$string['courseenrolstartdate'] = 'Course enrolment start date';
|
||||
$string['courseenrolenddate'] = 'Course enrolment end date';
|
||||
$string['startingfrom'] = 'Starting from';
|
||||
|
||||
+1
-26
@@ -1,26 +1 @@
|
||||
<?PHP // $Id$
|
||||
// note.php
|
||||
$string['note'] = 'Note';
|
||||
$string['notes'] = 'Notes';
|
||||
$string['sitenotes'] = 'Site notes';
|
||||
$string['coursenotes'] = 'Course notes';
|
||||
$string['personalnotes'] = 'Personal notes';
|
||||
$string['created'] = 'created';
|
||||
$string['nonotes'] = 'There are no notes of this type yet';
|
||||
$string['notesnotvisible'] = 'You are not allowed to view the notes.';
|
||||
$string['addnewnote'] = 'Add a new note';
|
||||
$string['addnewnoteselect'] = 'Select users to write notes about';
|
||||
$string['groupaddnewnote'] = 'Add a new note for all';
|
||||
$string['deleteconfirm'] = 'Delete this note?';
|
||||
$string['content'] = 'Content';
|
||||
$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';
|
||||
$string['editnote'] = 'Edit note';
|
||||
$string['deletenotes'] = 'Delete all notes';
|
||||
?>
|
||||
<?PHP // $Id$
|
||||
Reference in New Issue
Block a user