forked from science-ation/science-ation
Forward port translation changes
This commit is contained in:
parent
56119710a0
commit
3ac1d9f92d
@ -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
|
||||
|
@ -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();
|
||||
|
@ -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>";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user