. /** * Strings for component 'block_blog_recent', language 'en', branch 'MOODLE_20_STABLE' * * @package block_blog_recent * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['blog_recent:addinstance'] = 'Add a new recent blog entries block'; $string['norecentblogentries'] = 'No recent entries'; $string['numentriestodisplay'] = 'Number of recent entries to display'; $string['pluginname'] = 'Recent blog entries'; $string['recentinterval'] = 'Interval of time considered "recent"';