moodle/lang/no/block_glossary_random.php
koenr 64c17a0710 New files and new strings from a new translator: Tormod for the no language pack
Checking it in while I'm still sure I'm doing it right :-D
2006-02-01 15:36:22 +00:00

28 lines
1.9 KiB
PHP

<?PHP // $Id$
// block_glossary_random.php - created with Moodle 1.5.2 (2005060220)
$string['addentry'] = 'Legg til favrittsitatene dine';
$string['askaddentry'] = 'When users can add entries to the glossary, show a link with this text';
$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';
$string['blockname'] = 'Gloser på slump';
$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';
$string['invisible'] = '(to be continued)';
$string['lastmodified'] = 'Last modified entry';
$string['nextone'] = 'Neste';
$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.';
$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'] = 'Tittel';
$string['type'] = 'How a new entry is chosen';
$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.';
$string['viewglossary'] = 'Flere sitat';
$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.';
?>