mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fixing some strings
This commit is contained in:
parent
c06140513d
commit
3566b97c4a
@ -10,16 +10,16 @@ if (!isset($site)) {
|
||||
}
|
||||
|
||||
// stuff under the "usermanagement" subcategory
|
||||
$ADMIN->add('authenticationandsecurity', new admin_category('usermanagement', get_string('usermanagement', 'admin')), 0);
|
||||
$ADMIN->add('usermanagement', new admin_externalpage('editusers', get_string('editusers','admin'), $CFG->wwwroot . '/admin/user.php'), 1);
|
||||
$ADMIN->add('authenticationandsecurity', new admin_category('usermanagement', get_string('users')), 0);
|
||||
$ADMIN->add('usermanagement', new admin_externalpage('editusers', get_string('userlist','admin'), $CFG->wwwroot . '/admin/user.php'), 1);
|
||||
$ADMIN->add('usermanagement', new admin_externalpage('addnewuser', get_string('addnewuser'), $CFG->wwwroot . '/admin/user.php?newuser=true&sesskey='. (isset($USER->sesskey) ? $USER->sesskey : '')), 0);
|
||||
$ADMIN->add('usermanagement', new admin_externalpage('uploadusers', get_string('uploadusers','admin'), $CFG->wwwroot . '/admin/uploaduser.php'), 2);
|
||||
$ADMIN->add('usermanagement', new admin_externalpage('uploadusers', get_string('uploadusers'), $CFG->wwwroot . '/admin/uploaduser.php'), 2);
|
||||
|
||||
|
||||
// stuff under the "roles" subcategory
|
||||
$ADMIN->add('authenticationandsecurity', new admin_category('roles', get_string('roles')));
|
||||
$ADMIN->add('roles', new admin_externalpage('manageroles', get_string('manageroles', 'admin'), $CFG->wwwroot . '/admin/roles/manage.php'));
|
||||
$ADMIN->add('roles', new admin_externalpage('assignsitewideroles', get_string('assignsitewideroles', 'admin'), $CFG->wwwroot . '/admin/roles/assign.php?contextid=' . $site->id));
|
||||
$ADMIN->add('roles', new admin_externalpage('manageroles', get_string('manageroles'), $CFG->wwwroot . '/admin/roles/manage.php'));
|
||||
$ADMIN->add('roles', new admin_externalpage('assignsitewideroles', get_string('assignsiteroles'), $CFG->wwwroot . '/admin/roles/assign.php?contextid=' . $site->id));
|
||||
|
||||
|
||||
|
||||
@ -122,4 +122,4 @@ $ADMIN->add('authenticationandsecurity', $temp);
|
||||
|
||||
$ADMIN->add('authenticationandsecurity', new admin_externalpage('userauthentication', get_string('authentication','admin'), $CFG->wwwroot . '/admin/auth.php'));
|
||||
|
||||
?>
|
||||
?>
|
||||
|
@ -111,9 +111,9 @@ $ADMIN->add('userinterface', $temp);
|
||||
|
||||
|
||||
|
||||
$ADMIN->add('userinterface', new admin_externalpage('timezoneimport', get_string('timezoneimport'), $CFG->wwwroot . '/admin/timezoneimport.php'));
|
||||
$ADMIN->add('userinterface', new admin_externalpage('themeselector', get_string('themeselector', 'admin'), $CFG->wwwroot . '/theme/index.php'));
|
||||
$ADMIN->add('userinterface', new admin_externalpage('timezoneimport', get_string('updatetimezones', 'admin'), $CFG->wwwroot . '/admin/timezoneimport.php'));
|
||||
$ADMIN->add('userinterface', new admin_externalpage('themeselector', get_string('themes'), $CFG->wwwroot . '/theme/index.php'));
|
||||
$ADMIN->add('userinterface', new admin_externalpage('langedit', get_string('langedit', 'admin'), $CFG->wwwroot . '/admin/lang.php'));
|
||||
$ADMIN->add('userinterface', new admin_externalpage('langimport', get_string('langimport', 'admin'), $CFG->wwwroot . '/admin/langimport.php'));
|
||||
|
||||
?>
|
||||
?>
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
// begin {added with admin cleanup}
|
||||
$string['userinterface'] = 'User Interface';
|
||||
$string['userlist'] = 'Browse list of users';
|
||||
$string['serverinterface'] = 'Server Interface';
|
||||
$string['authenticationandsecurity'] = 'Authentication & Security';
|
||||
$string['maintenanceandauditing'] = 'Maintenance & Auditing';
|
||||
@ -203,6 +204,7 @@ $string['install'] = 'Install selected language pack';
|
||||
$string['installedlangs'] = 'Installed language packs';
|
||||
$string['invaliduserchangeme'] = 'Username "changeme" is reserved -- you cannot create an account with it.';
|
||||
$string['lang16notify'] = 'Moodle 1.6 and above allows you to install and update language packs directly from download.moodle.org by following the link below';
|
||||
$string['langedit'] = 'Language editing';
|
||||
$string['langimport'] = 'Language import utility';
|
||||
$string['langimportsuccess'] = 'Language pack successfully upgraded';
|
||||
$string['langpackremoved'] = 'Language pack was uninstalled';
|
||||
@ -286,6 +288,7 @@ $string['userscreated'] = 'Users created';
|
||||
$string['usersrenamed'] = 'Users renamed';
|
||||
$string['usersupdated'] = 'Users updated';
|
||||
$string['updateaccounts'] = 'Update existing accounts';
|
||||
$string['updatetimezones'] = 'Update timezones';
|
||||
$string['upwards'] = 'upwards';
|
||||
|
||||
?>
|
||||
|
@ -954,6 +954,7 @@ $string['noteuserschangednonetocourse'] = 'Note: course users need to be restore
|
||||
$string['nothingnew'] = 'Nothing new since your last login';
|
||||
$string['nothingtodisplay'] = 'Nothing to display';
|
||||
$string['noticenewerbackup'] = 'This backup file has been created with Moodle $a->backuprelease ($a->backupversion) and it\'s newer than your currently installed Moodle $a->serverrelease ($a->serverversion). This could cause some inconsistencies because backwards compatibility of backup files cannot be guaranteed.';
|
||||
$string['notifications'] = 'Notifications';
|
||||
$string['notifyloginfailuresmessage'] = '$a->time, IP: $a->ip, User: $a->info';
|
||||
$string['notifyloginfailuresmessageend'] = 'You can view these logs at $a/course/log.php?id=1&chooselog=1&modid=site_errors.';
|
||||
$string['notifyloginfailuresmessagestart'] = 'Here is a list of failed login attempts at $a since you were last notified ';
|
||||
|
Loading…
x
Reference in New Issue
Block a user