mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<?PHP // $Id$
|
|
// quiz_analysis.php - created with Moodle 1.6 development (2005072200)
|
|
|
|
|
|
$string['analysisoptions'] = 'Opcje analizy';
|
|
$string['analysistitle'] = 'Pozycje tablicy analizy';
|
|
$string['attemptsall'] = 'Wszystkie próby';
|
|
$string['attemptselection'] = 'Próby wybrane przez u¿ytkownika';
|
|
$string['attemptsfirst'] = 'Pierwsza próba';
|
|
$string['attemptshighest'] = 'Najwy¿szy stopieñ';
|
|
$string['attemptslast'] = 'Ostatnia próba';
|
|
$string['dicsindextitle'] = 'Dysk. <br/> Indeks';
|
|
$string['disccoefftitle'] = 'Dysk. <br/> Wspó³czynnik';
|
|
$string['downloadooo'] = 'Pobierz w formacie OpenOffice';
|
|
$string['facilitytitle'] = '%% Poprawno¶æ<br> U³atwienia';
|
|
$string['lowmarkslimit'] = 'Nie analizuj je¿eli liczba punktów jest ni¿sza ni¿:';
|
|
$string['pagesize'] = 'Pytañ na stronê';
|
|
$string['qcounttitle'] = 'Q. Licznik';
|
|
$string['qidtitle'] = 'Q#';
|
|
$string['qnametitle'] = 'Nazwa pytania';
|
|
$string['qtexttitle'] = 'Pytanie';
|
|
$string['qtypetitle'] = 'Q. Typ';
|
|
$string['quizreportdir'] = 'Raport';
|
|
$string['rcounttitle'] = 'R.<br/> Liczby';
|
|
$string['reportanalysis'] = 'Pozycje raportu analizy';
|
|
$string['responsestitle'] = 'Odpowied¼';
|
|
$string['rfractiontitle'] = 'Cze¶ciowy <br/> kredyt';
|
|
$string['rpercenttitle'] = 'R. %%';
|
|
$string['stddevtitle'] = 'SD';
|
|
|
|
?>
|