Localization Reference Added

Some of the templates failed to refer to the localization in /GameEngine/Lang/. Proper reference was created.
This commit is contained in:
fanmuchen
2022-04-01 14:50:33 +08:00
committed by GitHub
parent 1aa16452c8
commit 6b5d02097a
20 changed files with 101 additions and 101 deletions
+5 -5
View File
@@ -1,18 +1,18 @@
<h2>Brickyard</h2>
<h2><?php echo BRICKYARD ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">Here clay is processed into bricks. Based on its level your Brickyard can increase your clay production up to 25 percent.</td>
<td class="desc"><?php echo BRICKYARD_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(6,4);">
<img class="building g6" src="img/x.gif" alt="Brickyard" title="Brickyard" /></a>
<img class="building g6" src="img/x.gif" alt="<?php echo BRICKYARD ?>" title="<?php echo BRICKYARD ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(2,4);">Clay Pit</a> <span title="+9">Level 10</span>, <a href="#" onClick="return Popup(15,4);">Main Building</a> <span title="+4">Level 5</span>
<a href="#" onClick="return Popup(2,4);"><?php echo CLAYPIT ?></a> <span title="+9"><?php echo LEVEL ?> 10</span>, <a href="#" onClick="return Popup(15,4);"><?php echo MAINBUILDING ?></a> <span title="+4"><?php echo LEVEL ?> 5</span>
</td>
</tr></tbody>
</table>