mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
5 lines
248 B
PHP
5 lines
248 B
PHP
<?php
|
|
$string['blockname'] = 'Recent blog entries';
|
|
$string['norecentblogentries'] = 'No recent entries';
|
|
$string['numentriestodisplay'] = 'Number of recent entries to display';
|
|
$string['recentinterval'] = 'Interval of time considered \"recent\"';
|