moodle/lang/nn/flashcard.php

15 lines
491 B
PHP
Raw Normal View History

<?PHP // $Id$
// matching.php - created with Moodle 1.2 development (2003111400)
$string['havetologin'] = 'You have to log in before you can submit your choice';
$string['modulename'] = 'flash card set';
$string['modulenameplural'] = 'Flash Cards';
$string['summary'] = 'Flash Card set summary';
$string['frontside'] = 'Flash Card Front';
$string['backside'] = 'Flash Card Back';
$string['editingcards1'] = 'Edit Flashcard set';
$string['editingcards2'] = 'Edit Flashcard set';
?>