Commit | Line | Data |
---|---|---|
30c8dd34 | 1 | <?php |
304d08f0 | 2 | |
30c8dd34 DM |
3 | // This file is part of Moodle - http://moodle.org/ |
4 | // | |
5 | // Moodle is free software: you can redistribute it and/or modify | |
6 | // it under the terms of the GNU General Public License as published by | |
7 | // the Free Software Foundation, either version 3 of the License, or | |
8 | // (at your option) any later version. | |
9 | // | |
10 | // Moodle is distributed in the hope that it will be useful, | |
11 | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 | // GNU General Public License for more details. | |
14 | // | |
15 | // You should have received a copy of the GNU General Public License | |
16 | // along with Moodle. If not, see <http://www.gnu.org/licenses/>. | |
17 | ||
18 | /** | |
19 | * Strings for component 'block_glossary_random', language 'en', branch 'MOODLE_20_STABLE' | |
20 | * | |
21 | * @package block_glossary_random | |
22 | * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} | |
23 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
24 | */ | |
304d08f0 | 25 | |
49aafb90 | 26 | $string['addentry'] = 'Add your own favorite quotes!'; |
27 | $string['askaddentry'] = 'When users can add entries to the glossary, show a link with this text'; | |
304d08f0 | 28 | $string['askinvisible'] = 'When users cannot edit or view the glossary, show this text (without link)'; |
29 | $string['askviewglossary'] = 'When users can view the glossary but not add entries, show a link with this text'; | |
49aafb90 | 30 | $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'; |
304d08f0 | 31 | $string['invisible'] = '(to be continued)'; |
49aafb90 | 32 | $string['lastmodified'] = 'Last modified entry'; |
33 | $string['nextone'] = 'Next entry'; | |
304d08f0 | 34 | $string['noentriesyet'] = 'There are no entries yet in the chosen glossary.'; |
35 | $string['notyetconfigured'] = 'Please configure this block using the edit icon.'; | |
36 | $string['notyetglossary'] = 'You need to have at least one glossary to choose.'; | |
2a71e9f2 | 37 | $string['pluginname'] = 'Random Glossary Entry'; |
49aafb90 | 38 | $string['random'] = 'Random entry'; |
39 | $string['refresh'] = 'Days before a new entry is chosen'; | |
40 | $string['select_glossary'] = 'Take entries from this glossary'; | |
41 | $string['showconcept'] = 'Show concept (heading) for each entry'; | |
42 | $string['title'] = 'Title'; | |
49aafb90 | 43 | $string['type'] = 'How a new entry is chosen'; |
304d08f0 | 44 | $string['viewglossary'] = 'More quotes...'; |
45 | $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.'; |