mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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
|
@ -531,6 +531,7 @@ $string['numberofmissingstrings'] = 'Number of missing strings: $a';
|
|||
$string['opensslrecommended'] = 'Installing the optional OpenSSL library is highly recommended -- it enables Moodle Networking functionality.';
|
||||
$string['opentogoogle'] = 'Open to Google';
|
||||
$string['optionalmaintenancemessage'] = 'Optional maintenance message';
|
||||
$string['optionalsubsystems'] = 'Optional subsystems';
|
||||
$string['order1'] = 'First';
|
||||
$string['order2'] = 'Second';
|
||||
$string['order3'] = 'Third';
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?PHP
|
||||
$string['configmnet'] = 'Moodle networking allows communication of this server with other servers or services.';
|
||||
$string['xmlrpc-missing'] = 'You must have XML-RPC installed in your PHP build to be able to use this feature.';
|
||||
$string['description'] = 'Description';
|
||||
$string['mnet'] = 'Moodle Networking';
|
||||
|
|
|
@ -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