|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 // This file is part of Moodle - http://moodle.org/ 00003 // 00004 // Moodle is free software: you can redistribute it and/or modify 00005 // it under the terms of the GNU General Public License as published by 00006 // the Free Software Foundation, either version 3 of the License, or 00007 // (at your option) any later version. 00008 // 00009 // Moodle is distributed in the hope that it will be useful, 00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 // GNU General Public License for more details. 00013 // 00014 // You should have received a copy of the GNU General Public License 00015 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00016 00026 $string['pluginname'] = 'Spam cleaner'; 00027 $string['spamauto'] = 'Autodetect common spam patterns'; 00028 $string['spamcannotdelete'] = 'Cannot delete this user'; 00029 $string['spamcannotfinduser'] = 'No users matching your search'; 00030 $string['spamcleanerintro'] = 'This script allows you to search all user profiles for certain strings and then delete those accounts which are obviously created by spammers. You can search for multiple keywords using commas (eg casino, porn)<br /><br />Moodle docs has more information about <a href="http://docs.moodle.org/en/Reducing_spam_in_Moodle">Reducing spam in Moodle</a>.'; 00031 $string['spamdeleteall'] = 'Delete all these user accounts'; 00032 $string['spamdeleteallconfirm'] = 'Are you sure you want to delete all these user accounts? You can not undo this.'; 00033 $string['spamdeleteconfirm'] = 'Are you sure you want to delete this entry? You can not undo this.'; 00034 $string['spamdesc'] = 'Description'; 00035 $string['spameg'] = 'eg: casino, porn, xxx'; 00036 $string['spamfromblog'] = 'From blog post:'; 00037 $string['spamfromcomments'] = 'From comments:'; 00038 $string['spamfrommessages'] = 'From messages:'; 00039 $string['spamfromforumpost'] = 'From forum post:'; 00040 $string['spaminvalidresult'] = 'Unknown but invalid result'; 00041 $string['spamoperation'] = 'Operation'; 00042 $string['spamresult'] = 'Results of searching user profiles containing:'; 00043 $string['spamsearch'] = 'Search for these keywords';