Add more translatiosn for Mariette

This commit is contained in:
james 2011-03-18 18:45:22 +00:00
parent 8e6da38509
commit f57fa82282
2 changed files with 5 additions and 6 deletions

View File

@ -207,7 +207,7 @@
echo "<input type=\"text\" size=\"10\" name=\"singlepassword\">";
echo "<br />";
echo "<br />";
echo "<input type=\"submit\" value=\"Submit\">";
echo "<input type=\"submit\" value=\"".i18n("Submit")."\">";
echo "</form>";
$allownew=false;
$showform=false;
@ -250,7 +250,7 @@
echo "<input type=\"text\" size=\"10\" name=\"schoolpassword\">";
echo "<br />";
echo "<br />";
echo "<input type=\"submit\" value=\"Submit\">";
echo "<input type=\"submit\" value=\"".i18n("Submit")."\">";
echo "</form>";
$allownew=false;
$showform=false;
@ -327,7 +327,7 @@
echo "<input type=\"text\" size=\"10\" name=\"regnum\">";
echo "<br />";
echo "<br />";
echo "<input type=\"submit\" value=\"Submit\">";
echo "<input type=\"submit\" value=\"".i18n("Submit")."\">";
echo "</form>";
echo "<br />";
echo i18n("If you have lost or forgotten your <b>registration number</b>, please <a href=\"register_participants.php?action=resend\">click here to resend</a> it to your email address");

View File

@ -274,9 +274,8 @@ else
award_types.order
");
echo mysql_error();
while($tr=mysql_fetch_object($tq))
{
echo "&nbsp;&nbsp;<a href=\"winners.php?year=$r->year&type=$tr->type\">".i18n("%1 %2 award winners",array($r->year,$tr->type))."</a><br />";
while($tr=mysql_fetch_object($tq)) {
echo "&nbsp;&nbsp;<a href=\"winners.php?year=$r->year&type=$tr->type\">".i18n("%1 $tr->type award winners",array($r->year))."</a><br />";
}
echo "<br />";
$first=false;