forked from science-ation/science-ation
i18n the other phrases
This commit is contained in:
parent
8f7df04307
commit
dbdb15273f
@ -52,10 +52,10 @@ echo mysql_error();
|
||||
$q=mysql_query("SELECT * FROM projectdivisions WHERE id='".$_GET['division']."'");
|
||||
$r=mysql_fetch_object($q);
|
||||
echo "<h2>".i18n($r->division)."</h2>\n";
|
||||
echo "<a href=\"".$_SERVER['PHP_SELF']."\">Restart Division Selector</a>";
|
||||
echo "<a href=\"".$_SERVER['PHP_SELF']."\">".i18n("Restart division selector")."</a>";
|
||||
echo "<br />";
|
||||
echo "<br />";
|
||||
echo "<a href=\"javascript: window.close();\">Close window</a>\n";
|
||||
echo "<a href=\"javascript: window.close();\">".i18n("Close window")."</a>\n";
|
||||
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user