"LANG/MDL-17620, add language string, merged from 1.9"

This commit is contained in:
dongsheng 2009-02-26 02:33:04 +00:00
parent 2f4dc99d95
commit 57416b8016
2 changed files with 2 additions and 1 deletions

View File

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

View File

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