mirror of
https://github.com/moodle/moodle.git
synced 2025-02-10 10:41:57 +01:00
13 lines
421 B
PHP
13 lines
421 B
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.4.1 (2004083101)
|
|
|
|
|
|
$string['clearall'] = 'Limpar tudo';
|
|
$string['deleteall'] = 'Cancelar tudo';
|
|
$string['modulename'] = 'Quiz Hot Potatoes';
|
|
$string['modulenameplural'] = 'Quizes Hot Potatoes';
|
|
$string['really'] = 'Você quer cancelar todos os resultados deste quiz?';
|
|
$string['strattemptlabel'] = 'Tentativas: Pontuação, Data Hora (Duração), [Penalidades]';
|
|
|
|
?>
|