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 "<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");
|
||||
|
@ -274,9 +274,8 @@ else
|
||||
award_types.order
|
||||
");
|
||||
echo mysql_error();
|
||||
while($tr=mysql_fetch_object($tq))
|
||||
{
|
||||
echo " <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 " <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;
|
||||
|
Loading…
Reference in New Issue
Block a user