. * * @package mahara * @subpackage blocktype-recentforumposts * @author Nigel McNie * @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2009 Nigel McNie http://nigel.mcnie.name/ * */ defined('INTERNAL') || die(); $string['title'] = 'Recent Forum Posts for '; $string['description'] = 'Display recent forum posts for a group'; $string['group'] = 'Group'; $string['nogroupstochoosefrom'] = 'Sorry, no groups to choose from'; $string['poststoshow'] = 'Maximum number of posts to show'; $string['poststoshowdescription'] = 'Between 1 and 100'; $string['recentforumpostsforgroup'] = "Recent Forum Posts for %s"; $string['recentforumposts'] = "Recent Forum Posts"; ?>