From f57fa8228218b0022bbdb46d9bce51ddd6835b40 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 18 Mar 2011 18:45:22 +0000 Subject: [PATCH] Add more translatiosn for Mariette --- register_participants.php | 6 +++--- winners.php | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/register_participants.php b/register_participants.php index 61bd8a1..cfa8ec4 100644 --- a/register_participants.php +++ b/register_participants.php @@ -207,7 +207,7 @@ echo ""; echo "
"; echo "
"; - echo ""; + echo ""; echo ""; $allownew=false; $showform=false; @@ -250,7 +250,7 @@ echo ""; echo "
"; echo "
"; - echo ""; + echo ""; echo ""; $allownew=false; $showform=false; @@ -327,7 +327,7 @@ echo ""; echo "
"; echo "
"; - echo ""; + echo ""; echo ""; echo "
"; echo i18n("If you have lost or forgotten your registration number, please click here to resend it to your email address"); diff --git a/winners.php b/winners.php index 3c7e89a..2902650 100644 --- a/winners.php +++ b/winners.php @@ -274,9 +274,8 @@ else award_types.order "); echo mysql_error(); - while($tr=mysql_fetch_object($tq)) - { - echo "  year&type=$tr->type\">".i18n("%1 %2 award winners",array($r->year,$tr->type))."
"; + while($tr=mysql_fetch_object($tq)) { + echo "  year&type=$tr->type\">".i18n("%1 $tr->type award winners",array($r->year))."
"; } echo "
"; $first=false;