r21684 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21683‎ | r21684 | r21685 >
Date:16:21, 28 April 2007
Author:lrbabe
Status:old
Tags:
Comment:
New messages :
* quiz_reset (button to reset the content of the quiz)
* quiz_points (just the word "points")
Modified paths:
  • /trunk/extensions/Quiz/Quiz.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Quiz/Quiz.i18n.php
@@ -48,7 +48,9 @@
4949 'quiz_colorNA' => "Not answered",
5050 'quiz_colorError' => "Syntax error",
5151 '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"
5355 ),
5456 'de' => array(
5557 'quiz_addedPoints' => "Pluspunkte für eine richtige Antwort",
@@ -60,7 +62,9 @@
6163 'quiz_colorNA' => "Nicht beantwortet",
6264 'quiz_colorError' => "Syntaxfehler",
6365 '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"
6569 ),
6670 'fr' => array(
6771 'quiz_addedPoints' => "Point(s) ajouté(s) pour une réponse juste",
@@ -72,7 +76,9 @@
7377 'quiz_colorNA' => "Non répondu",
7478 'quiz_colorError' => "Erreur de syntaxe",
7579 '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"
7783 ),
7884 'id' => array(
7985 'quiz_addedPoints' => "Penambahan angka untuk jawaban yang benar",
@@ -88,7 +94,7 @@
8995 ),
9096 'sk' => array(
9197 '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ď",
9399 'quiz_ignoreCoef' => "Ignorovať koeficienty otázok",
94100 'quiz_shuffle' => "Náhodný výber otázok",
95101 'quiz_colorRight' => "Správne",
@@ -99,4 +105,4 @@
100106 'quiz_score' => "Vaše skóre je $1 / $2"
101107 ),
102108 );
103 - ?>
 109+?>
\ No newline at end of file

Status & tagging log