]> git.mjollnir.org Git - moodle.git/commitdiff
"LANG/MDL-17620, add language string, merged from 1.9"
authordongsheng <dongsheng>
Thu, 26 Feb 2009 02:33:04 +0000 (02:33 +0000)
committerdongsheng <dongsheng>
Thu, 26 Feb 2009 02:33:04 +0000 (02:33 +0000)
backup/backuplib.php
lang/en_utf8/moodle.php

index 47a00a91eaa18733a4808940dbfc7246617743c8..13ffa6bd3ef48d48c627ebb75b78ca1138924bc0 100644 (file)
         }
         $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;
index d6e41636d1b3ec79bde4b4b21030ab9bd09d8f98..499d5a26ddf3ad39e8fc42911f42d1c25df3db57 100644 (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';