moodle/lang/nn/flashcard.php
2005-11-12 01:10:24 +00:00

15 lines
491 B
PHP

<?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';
?>