mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
15 lines
491 B
PHP
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';
|
||
|
|
||
|
?>
|