Skip to content

Commit

Permalink
Fixed a typo added some stringS
Browse files Browse the repository at this point in the history
  • Loading branch information
bobopinna committed Sep 16, 2005
1 parent 410229b commit 244af01
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lang/it/quiz.php
@@ -1,5 +1,5 @@
<?PHP // $Id$
// quiz.php - created with Moodle 1.6 development (2005060201)
// quiz.php - created with Moodle 1.6 development (2005081700)


$string['acceptederror'] = 'Errore accettato';
Expand All @@ -10,7 +10,7 @@
$string['addquestions'] = 'Aggiungi domande';
$string['addquestionstoquiz'] = 'Aggiungi domande al quiz attuale';
$string['addrandom'] = 'Aggiungi $a domande casuali';
$string['addrandom1'] = ' << Aggiungi ';
$string['addrandom1'] = '<< Aggiungi';
$string['addrandom2'] = 'domande casuali ';
$string['addselectedtoquiz'] = 'Aggiungi selezione al quiz';
$string['addtoquiz'] = 'Aggiungi al quiz';
Expand Down Expand Up @@ -139,7 +139,7 @@
$string['event3'] = 'Valutazione';
$string['event5'] = 'Validazione';
$string['event6'] = 'Chiusura';
$string['examview'] = 'Examview';
$string['examview'] = 'Vista esame';
$string['existingcategory1'] = 'Un letterale da un insieme di letterali esistenti è stato usato anche da altre domande in questa categoria';
$string['existingcategory2'] = 'Un file da un insieme di file esistenti è stato usato anche da altre domande in questa categoria ';
$string['existingcategory3'] = 'Un collegamento da un insieme di collegamenti esistenti è stato usato anche da altre domande in questa categoria';
Expand Down Expand Up @@ -263,6 +263,7 @@
$string['optional'] = 'opzionale';
$string['outof'] = ' su un massimo di ';
$string['overdue'] = 'In ritardo';
$string['pagesize'] = 'Tentativi mostrati per pagina:';
$string['paragraphquestion'] = 'Domanda paragrafo non supportata alla linea $a. La domanda sarà ignorata';
$string['parent'] = 'Superiore';
$string['partiallycorrect'] = 'Parzialmente corretto';
Expand Down Expand Up @@ -331,6 +332,7 @@
$string['reportmulti_resp'] = 'Risposte individuali';
$string['reportoverview'] = 'Sommario';
$string['reportregrade'] = 'Rivaluta tentativi';
$string['reportresponses'] = 'Repliche dettagliate';
$string['reports'] = 'Risultati';
$string['reportsimplestat'] = 'Statistiche semplici';
$string['requirepassword'] = 'Richiede password';
Expand Down

0 comments on commit 244af01

Please sign in to comment.