MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup

This commit is contained in:
skodak 2008-08-26 05:45:07 +00:00
parent 3c184e1464
commit 90658eefb0
24 changed files with 84 additions and 48 deletions

View file

@ -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';

View file

@ -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';

View file

@ -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';