mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MOre cleanups for notes interface
This commit is contained in:
parent
ebbf8c16c6
commit
9f26cce6da
5 changed files with 15 additions and 5 deletions
|
@ -6,9 +6,10 @@ $string['sitenotes'] = 'Site notes';
|
|||
$string['coursenotes'] = 'Course notes';
|
||||
$string['personalnotes'] = 'Personal notes';
|
||||
$string['created'] = 'created';
|
||||
$string['nonotes'] = 'There are no notes.';
|
||||
$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';
|
||||
|
@ -21,4 +22,4 @@ $string['personal'] = 'personal';
|
|||
$string['course'] = 'course';
|
||||
$string['site'] = 'site';
|
||||
$string['editnote'] = 'Edit note';
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue