mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup
This commit is contained in:
parent
3c184e1464
commit
90658eefb0
24 changed files with 84 additions and 48 deletions
|
@ -4,19 +4,22 @@ $string['addnewnote'] = 'Add a new note';
|
|||
$string['addnewnoteselect'] = 'Select users to write notes about';
|
||||
$string['bynameondate'] = 'by $a->name - $a->date';
|
||||
$string['cannotdeletepost'] = 'Error occured while deleting post';
|
||||
$string['course'] = 'course';
|
||||
$string['configenablenotes'] = 'Enable storing of notes about individual users.';
|
||||
$string['content'] = 'Content';
|
||||
$string['course'] = 'course';
|
||||
$string['created'] = 'created';
|
||||
$string['coursenotes'] = 'Course notes';
|
||||
$string['deletenotes'] = 'Delete all notes';
|
||||
$string['deleteconfirm'] = 'Delete this note?';
|
||||
$string['editnote'] = 'Edit note';
|
||||
$string['enablenotes'] = 'Enable notes';
|
||||
$string['invalidid'] = 'Invalid note ID specified';
|
||||
$string['groupaddnewnote'] = 'Add a common note';
|
||||
$string['note'] = 'Note';
|
||||
$string['notes'] = 'Notes';
|
||||
$string['nonotes'] = 'There are no notes of this type yet';
|
||||
$string['nopermissiontodelete'] = 'You may not delete this note';
|
||||
$string['notesdisabled'] = 'Notes are disabled, sorry.';
|
||||
$string['notesnotvisible'] = 'You are not allowed to view the notes.';
|
||||
$string['nocontent'] = 'Note content can not be empty';
|
||||
$string['nouser'] = 'You must select a user';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue