mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
77db7e4c49
for journal, forum and assignments
12 lines
249 B
PHP
12 lines
249 B
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string[modulename] = "Journal";
|
|
$string[modulenameplural] = "Journals";
|
|
#------------------------------------------------------------
|
|
|
|
|
|
$string[noentry] = "No entry";
|
|
|
|
?>
|