mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
17 lines
711 B
PHP
17 lines
711 B
PHP
<?PHP // $Id$
|
|
// questionnaire.php - created with Moodle 1.5 ALPHA (2005051500)
|
|
|
|
|
|
$string['alreadyfilled'] = 'U¾ ste nám vyplnili tento dotazník. Ïakujeme.';
|
|
$string['modulename'] = 'Dotazník';
|
|
$string['modulenameplural'] = 'Dotazníky';
|
|
$string['mustcomplete'] = '<b>Ak chcete vyplni» tento dotazník, musíte tak urobi» <i>teraz</i>. Neskôr u¾ nebude mo¾né Va¹e odpovede zaznamena».</b><br /><br />';
|
|
$string['notavail'] = 'Tento dotazník dosiaµ nie je dostupný. Skúste to, prosím, neskôr.';
|
|
$string['qmanage'] = 'Správa dotazníkov';
|
|
$string['qmanagetitle'] = 'Správa dotazníka phpESP';
|
|
$string['qtype'] = 'Typ';
|
|
$string['questionnaireid'] = 'Dotazník';
|
|
$string['respondenttype'] = 'Typ respondenta';
|
|
|
|
?>
|