mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
11 lines
296 B
PHP
11 lines
296 B
PHP
<?PHP // $Id$
|
|
// quiz_responses.php - created with Moodle 1.6 development (2005072200)
|
|
|
|
|
|
$string['pagesize'] = 'Próby na stronê';
|
|
$string['reportresponses'] = 'Szczegó³y odpowiedzi';
|
|
$string['responsesoptions'] = 'Opcje odpowiedzi';
|
|
$string['responsestitle'] = 'Szczegó³y odpowiedzi';
|
|
|
|
?>
|