mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
"LANG/MDL-17620, add language string, merged from 1.9"
This commit is contained in:
parent
2f4dc99d95
commit
57416b8016
@ -232,7 +232,7 @@
|
||||
}
|
||||
$backup_users->close();
|
||||
//Gets the user data
|
||||
$info[0][0] = get_string("userswithfiles");
|
||||
$info[0][0] = get_string('userswithfiles', 'moodle');
|
||||
$info[0][1] = $count;
|
||||
|
||||
return $info;
|
||||
|
@ -1649,6 +1649,7 @@ $string['userselectorautoselectunique'] = 'If only one user matches the search,
|
||||
$string['userselectorsearchanywhere'] = 'Match the search text anywhere in the user\'s name';
|
||||
$string['usersnew'] = 'New users';
|
||||
$string['usersnoaccesssince'] = 'Inactive for more than';
|
||||
$string['userswithfiles'] = 'Users with files';
|
||||
$string['userzones'] = 'User zones';
|
||||
$string['usethiscourse'] = 'Use this course';
|
||||
$string['usingexistingcourse'] = 'Using existing course';
|
||||
|
Loading…
x
Reference in New Issue
Block a user