Automatic installer.php lang files by installer_builder (20070309)
[moodle.git] / lang / en_utf8 / block_glossary_random.php
blob5fe470e1db25b7adaa107608af4835ca0224f12c
1 <?php // $Id$
2 $string['addentry'] = 'Add your own favorite quotes!';
3 $string['askaddentry'] = 'When users can add entries to the glossary, show a link with this text';
4 $string['askinvisible'] = 'When users cannot edit or view the glossary, show this text (without link)';
5 $string['askviewglossary'] = 'When users can view the glossary but not add entries, show a link with this text';
6 $string['blockname'] = 'Random Glossary Entry';
7 $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';
8 $string['invisible'] = '(to be continued)';
9 $string['lastmodified'] = 'Last modified entry';
10 $string['nextone'] = 'Next entry';
11 $string['noentriesyet'] = 'There are no entries yet in the chosen glossary.';
12 $string['notyetconfigured'] = 'Please configure this block using the edit icon.';
13 $string['notyetglossary'] = 'You need to have at least one glossary to choose.';
14 $string['random'] = 'Random entry';
15 $string['refresh'] = 'Days before a new entry is chosen';
16 $string['select_glossary'] = 'Take entries from this glossary';
17 $string['showconcept'] = 'Show concept (heading) for each entry';
18 $string['title'] = 'Title';
19 $string['typehelp'] = '<b>Last modified entry</b> will always display the entry that was last modified, and <b>Random entry</b> will choose a new one at random every time. The option <b>Next entry</b> will cycle through the entries in order. This last option is especially useful when a number of days is also chosen, allowing you to make a <i>Quote of the week</i> or a <i>Tip of the day</i> that everyone sees.';
20 $string['type'] = 'How a new entry is chosen';
21 $string['viewglossary'] = 'More quotes...';
22 $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.';