mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-21694 Moving course reports lang files into plugin space
This commit is contained in:
parent
33aadb2d70
commit
cb9dc45c36
5 changed files with 0 additions and 0 deletions
9
course/report/log/lang/en_utf8/coursereport_log.php
Normal file
9
course/report/log/lang/en_utf8/coursereport_log.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP // $Id$
|
||||
|
||||
$string['log:view'] = 'View course logs';
|
||||
$string['log:viewlive'] = 'View live logs';
|
||||
$string['log:viewtoday'] = 'View today\'s logs';
|
||||
|
||||
$string['loglive'] = 'Live logs';
|
||||
|
||||
?>
|
|
@ -0,0 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
|
||||
$string['outline:view'] = 'View course activity report';
|
||||
|
||||
?>
|
|
@ -0,0 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
|
||||
$string['participation:view'] = 'View course participation report';
|
||||
|
||||
?>
|
|
@ -0,0 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
|
||||
$string['progress:view'] = 'View course progress report';
|
||||
|
||||
?>
|
5
course/report/stats/lang/en_utf8/coursereport_stats.php
Normal file
5
course/report/stats/lang/en_utf8/coursereport_stats.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
|
||||
$string['stats:view'] = 'View course statistics report';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue