Index: trunk/extensions/Quiz/Quiz.i18n.php |
— | — | @@ -48,7 +48,9 @@ |
49 | 49 | 'quiz_colorNA' => "Not answered", |
50 | 50 | 'quiz_colorError' => "Syntax error", |
51 | 51 | 'quiz_correction' => "Submit", |
52 | | - 'quiz_score' => "Your score is $1 / $2" |
| 52 | + 'quiz_score' => "Your score is $1 / $2", |
| 53 | + 'quiz_points' => "$1 | $2 point(s)", |
| 54 | + 'quiz_reset' => "Reset" |
53 | 55 | ), |
54 | 56 | 'de' => array( |
55 | 57 | 'quiz_addedPoints' => "Pluspunkte für eine richtige Antwort", |
— | — | @@ -60,7 +62,9 @@ |
61 | 63 | 'quiz_colorNA' => "Nicht beantwortet", |
62 | 64 | 'quiz_colorError' => "Syntaxfehler", |
63 | 65 | 'quiz_correction' => "Korrektur", |
64 | | - 'quiz_score' => "Punkte: $1 / $2" |
| 66 | + 'quiz_score' => "Punkte: $1 / $2", |
| 67 | + 'quiz_points' => "$1 | $2 Punkte", |
| 68 | + 'quiz_reset' => "Reset" |
65 | 69 | ), |
66 | 70 | 'fr' => array( |
67 | 71 | 'quiz_addedPoints' => "Point(s) ajouté(s) pour une réponse juste", |
— | — | @@ -72,7 +76,9 @@ |
73 | 77 | 'quiz_colorNA' => "Non répondu", |
74 | 78 | 'quiz_colorError' => "Erreur de syntaxe", |
75 | 79 | 'quiz_correction' => "Correction", |
76 | | - 'quiz_score' => "Votre score est $1 / $2" |
| 80 | + 'quiz_score' => "Votre score est $1 / $2", |
| 81 | + 'quiz_points' => "$1 | $2 point(s)", |
| 82 | + 'quiz_reset' => "Vider" |
77 | 83 | ), |
78 | 84 | 'id' => array( |
79 | 85 | 'quiz_addedPoints' => "Penambahan angka untuk jawaban yang benar", |
— | — | @@ -88,7 +94,7 @@ |
89 | 95 | ), |
90 | 96 | 'sk' => array( |
91 | 97 | 'quiz_addedPoints' => "Bod(y) pričítané za správnu odpoveď", |
92 | | - 'quiz_cutoffPoints' => "Bod(y) odčítané za nesprávnu odpoveď", |
| 98 | + 'quiz_cutoffPoints' => "Bod(y) odčítané za nesprávnu odpoveď", |
93 | 99 | 'quiz_ignoreCoef' => "Ignorovať koeficienty otázok", |
94 | 100 | 'quiz_shuffle' => "Náhodný výber otázok", |
95 | 101 | 'quiz_colorRight' => "Správne", |
— | — | @@ -99,4 +105,4 @@ |
100 | 106 | 'quiz_score' => "Vaše skóre je $1 / $2" |
101 | 107 | ), |
102 | 108 | ); |
103 | | - ?> |
| 109 | +?> |
\ No newline at end of file |