AMOS START
MOV [blockname,block_blog_recent],[pluginname,block_blog_recent]
AMOS END
class block_blog_recent extends block_base {
function init() {
- $this->title = get_string('blockrecenttitle', 'blog');
+ $this->title = get_string('pluginname', 'block_blog_recent');
$this->content_type = BLOCK_TYPE_TEXT;
$this->version = 2009070900;
}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-$string['blockname'] = 'Recent blog entries';
$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"';
$string['autotags'] = 'Tags associated with each imported blog entry';
$string['backupblogshelp'] = 'If enabled then blogs will be included in SITE automated backups';
$string['blockexternalstitle'] = 'External Blogs';
-$string['blockmenutitle'] = 'Blog Menu';
-$string['blockrecenttitle'] = 'Recent Blog Entries';
$string['blocktagstitle'] = 'Blog Tags';
$string['blocktitle'] = 'Blog tags block title';
$string['blog'] = 'Blog';