forked from science-ation/science-ation
Add more translatiosn for Mariette
This commit is contained in:
parent
8e6da38509
commit
f57fa82282
@ -207,7 +207,7 @@
|
|||||||
echo "<input type=\"text\" size=\"10\" name=\"singlepassword\">";
|
echo "<input type=\"text\" size=\"10\" name=\"singlepassword\">";
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
echo "<input type=\"submit\" value=\"Submit\">";
|
echo "<input type=\"submit\" value=\"".i18n("Submit")."\">";
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
$allownew=false;
|
$allownew=false;
|
||||||
$showform=false;
|
$showform=false;
|
||||||
@ -250,7 +250,7 @@
|
|||||||
echo "<input type=\"text\" size=\"10\" name=\"schoolpassword\">";
|
echo "<input type=\"text\" size=\"10\" name=\"schoolpassword\">";
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
echo "<input type=\"submit\" value=\"Submit\">";
|
echo "<input type=\"submit\" value=\"".i18n("Submit")."\">";
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
$allownew=false;
|
$allownew=false;
|
||||||
$showform=false;
|
$showform=false;
|
||||||
@ -327,7 +327,7 @@
|
|||||||
echo "<input type=\"text\" size=\"10\" name=\"regnum\">";
|
echo "<input type=\"text\" size=\"10\" name=\"regnum\">";
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
echo "<input type=\"submit\" value=\"Submit\">";
|
echo "<input type=\"submit\" value=\"".i18n("Submit")."\">";
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
echo "<br />";
|
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");
|
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");
|
||||||
|
@ -274,9 +274,8 @@ else
|
|||||||
award_types.order
|
award_types.order
|
||||||
");
|
");
|
||||||
echo mysql_error();
|
echo mysql_error();
|
||||||
while($tr=mysql_fetch_object($tq))
|
while($tr=mysql_fetch_object($tq)) {
|
||||||
{
|
echo " <a href=\"winners.php?year=$r->year&type=$tr->type\">".i18n("%1 $tr->type award winners",array($r->year))."</a><br />";
|
||||||
echo " <a href=\"winners.php?year=$r->year&type=$tr->type\">".i18n("%1 %2 award winners",array($r->year,$tr->type))."</a><br />";
|
|
||||||
}
|
}
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
$first=false;
|
$first=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user