From: dongsheng Date: Thu, 26 Feb 2009 02:33:04 +0000 (+0000) Subject: "LANG/MDL-17620, add language string, merged from 1.9" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=57416b80166ce697589bcdaee61f96eeb42f4b5b;p=moodle.git "LANG/MDL-17620, add language string, merged from 1.9" --- diff --git a/backup/backuplib.php b/backup/backuplib.php index 47a00a91ea..13ffa6bd3e 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -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; diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index d6e41636d1..499d5a26dd 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -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';