Forward port translation changes

This commit is contained in:
james 2011-02-23 23:05:27 +00:00
parent 56119710a0
commit 3ac1d9f92d
3 changed files with 3 additions and 3 deletions

View File

@ -249,7 +249,7 @@ if($_GET['unlinkmember'] && $_GET['unlinkcommittee']) {
echo "<td colspan=\"4\">";
echo "<input type=\"hidden\" name=\"committees_id[]\" value=\"$r->id\" />";
// echo "<input size=\"1\" type=\"text\" name=\"committees_ord[]\" value=\"$r->ord\" />";
echo "<b>$r->name</b>";
echo "<b>".i18n($r->name)."</b>";
$q2=mysql_query("SELECT

View File

@ -40,7 +40,7 @@
continue;
echo "<tr>";
echo "<td colspan=\"3\"><h3>{$r->name}</h3>";
echo "<td colspan=\"3\"><h3>".i18n($r->name)."</h3>";
echo "</td></tr>\n";
echo mysql_error();

View File

@ -69,7 +69,7 @@ if($_GET['conferences_id'] && $_GET['type']) {
$ok = false;
}
}else{
echo "<h2>".i18n("%1 %2 Award Winners",array($conferenceInfo['name'],$type))."</h2>";
echo "<h2>".i18n("%1 ".$type." Award Winners",array($conferenceInfo['name'],$type))."</h2>";
}