mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
This cause also some empty files (because they didn't contain anything else) wich I also deleted
17 lines
683 B
PHP
17 lines
683 B
PHP
<?PHP // $Id$
|
|
// questionnaire.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
|
|
$string['alreadyfilled'] = 'Olet jo täyttänyt tämän kyselyn. Kiitos.';
|
|
$string['modulename'] = 'Kysely';
|
|
$string['modulenameplural'] = 'Kyselyt';
|
|
$string['mustcomplete'] = '<b>Sinun pitää vastata tähän kyselyyn <i>nyt</i>. Et voi vastata kyselyyn enää myöhemmin.</b>';
|
|
$string['notavail'] = 'Kysely ei ole vielä saatavilla. Kokeile myöhemmin uudelleen.';
|
|
$string['qmanage'] = 'Hallitse kyselyitä';
|
|
$string['qmanagetitle'] = 'Tutkimuksen hallinnointi phpESP';
|
|
$string['qtype'] = 'Tyyppi';
|
|
$string['questionnaireid'] = 'Kysely';
|
|
$string['respondenttype'] = 'Vastaajan tyyppi';
|
|
|
|
?>
|