2006-11-01 09:44:01 +00:00
< ? PHP // $Id$
// block_glossary_random.php - created with Moodle 1.7 beta + (2006101003)
2006-02-06 09:28:59 +00:00
$string [ 'addentry' ] = 'Add your own favorite quotes!' ;
$string [ 'askaddentry' ] = 'When users can add entries to the glossary, show a link with this text' ;
2006-11-01 09:44:01 +00:00
$string [ 'askinvisible' ] = 'When users cannot edit or view the glossary, show this text (without link)' ;
$string [ 'askviewglossary' ] = 'When users can view the glossary but not add entries, show a link with this text' ;
2006-02-06 09:28:59 +00:00
$string [ 'blockname' ] = 'Random Glossary Entry' ;
$string [ 'intro' ] = 'Make sure you have at least one glossary with at least one entry added to this course. Then you can adjust the following settings' ;
2006-11-01 09:44:01 +00:00
$string [ 'invisible' ] = '(to be continued)' ;
2006-02-06 09:28:59 +00:00
$string [ 'lastmodified' ] = 'Last modified entry' ;
$string [ 'nextone' ] = 'Next entry' ;
2006-11-01 09:44:01 +00:00
$string [ 'noentriesyet' ] = 'There are no entries yet in the chosen glossary.' ;
$string [ 'notyetconfigured' ] = 'Please configure this block using the edit icon.' ;
$string [ 'notyetglossary' ] = 'You need to have at least one glossary to choose.' ;
2006-02-06 09:28:59 +00:00
$string [ 'random' ] = 'Random entry' ;
$string [ 'refresh' ] = 'Days before a new entry is chosen' ;
$string [ 'select_glossary' ] = 'Take entries from this glossary' ;
$string [ 'showconcept' ] = 'Show concept (heading) for each entry' ;
$string [ 'title' ] = 'Title' ;
$string [ 'type' ] = 'How a new entry is chosen' ;
2006-11-01 09:44:01 +00:00
$string [ 'viewglossary' ] = 'More quotes...' ;
$string [ 'whichfooter' ] = 'You can display links to actions of the glossary this block is associated with. The block will only display links to actions which are enabled for that glossary.' ;
2006-02-06 09:28:59 +00:00
?>