Skip to content

Commit

Permalink
Localization Reference Added
Browse files Browse the repository at this point in the history
Some of the templates failed to refer to the localization in /GameEngine/Lang/. Proper reference was created.
  • Loading branch information
fanmuchen authored Apr 1, 2022
1 parent 1aa1645 commit 6b5d020
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 101 deletions.
10 changes: 5 additions & 5 deletions Templates/Build/soon/bakery.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Bakery</h2>
<h2><?php echo BAKERY ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">Here the flour produced in your mill is used to bake bread. In conjunction with the grain mill the increase in crop production can go up to 50 percent.</td>
<td class="desc"><?php echo BAKERY_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(9,4);">
<img class="building g9" src="img/x.gif" alt="Bakery" title="Bakery" /></a>
<img class="building g9" src="img/x.gif" alt="<?php echo BAKERY ?>" title="<?php echo BAKERY ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(4,4);">Cropland</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(8,4);">Grain Mill</a> <span title="+5">Level 5</span>
<a href="#" onClick="return Popup(4,4);"><?php echo CROPLAND ?></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>, <a href="#" onClick="return Popup(8,4);"><?php echo GRAINMILL ?></a> <span title="+5"><?php echo LEVEL ?> 5</span>
</td>
</tr></tbody>
</table>
10 changes: 5 additions & 5 deletions Templates/Build/soon/brewery.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Brewery</h2>
<h2><?php echo BREWERY ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">Tasty mead is brewed in the Brewery and later quaffed by the soldiers during the celebrations. </td>
<td class="desc"><?php echo BREWERY_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(35,4);">
<img class="building g35" src="img/x.gif" alt="Brewery" title="Brewery" /></a>
<img class="building g35" src="img/x.gif" alt="<?php echo BREWERY ?>" title="<?php echo BREWERY ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(11,4);">Granary</a> <span title="+20">Level 20</span>, <a href="#" onClick="return Popup(16,4);">Rally Point</a> <span title="+10">Level 10</span>
<a href="#" onClick="return Popup(11,4);"><?php echo GRANARY ?></a> <span title="+20"><?php echo LEVEL ?> 20</span>, <a href="#" onClick="return Popup(16,4);"><?php echo RALLYPOINT ?></a> <span title="+10"><?php echo LEVEL ?> 10</span>
</td>
</tr></tbody>
</table>
10 changes: 5 additions & 5 deletions Templates/Build/soon/brickyard.tpl
Original file line number Diff line number Diff line change
@@ -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>
8 changes: 4 additions & 4 deletions Templates/Build/soon/grainmill.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Grain Mill</h2>
<h2><?php echo GRAINMILL ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">Here your grain is milled in order to produce flour. Based on its level your grain mill can increase your crop production by up to 25 percent.</td>
<td class="desc"><?php echo GRAINMILL_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(8,4);">
<img class="building g8" src="img/x.gif" alt="Grain Mill" title="Grain Mill" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(4,4);">Cropland</a> <span title="+4">Level 5</span>
<a href="#" onClick="return Popup(4,4);"><?php echo CROPLAND ?></a> <span title="+4"><?php echo LEVEL ?> 5</span>
</td>
</tr></tbody>
</table>
10 changes: 5 additions & 5 deletions Templates/Build/soon/greatbarracks.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Great Barracks</h2>
<h2><?php echo GREATBARRACKS ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">In the great barracks infantry can be trained, albeit at triple the cost of a standard unit. The higher its level the faster the troops are trained.</td>
<td class="desc"><?php echo GREATBARRACKS_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(29,4);">
<img class="building g29" src="img/x.gif" alt="Great Barracks" title="Great Barracks" /></a>
<img class="building g29" src="img/x.gif" alt="<?php echo GREATBARRACKS ?>" title="<?php echo GREATBARRACKS ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(19,4);">Barracks</a> <span title="+20">Level 20</span>, <strike>Capital</strike>
<a href="#" onClick="return Popup(19,4);"><?php echo BARRACKS ?></a> <span title="+20"><?php echo LEVEL ?> 20</span>, <strike><?php echo CAPITAL ?></strike>
</td>
</tr></tbody>
</table>
10 changes: 5 additions & 5 deletions Templates/Build/soon/greatgranary.tpl
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@

<h2>Great Granary</h2>
<h2><?php echo GREATGRANARY ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">Crop produced by your farms is stored in the granary. The great granary offers you more space and keeps your crops drier and safer than the normal one.</td>
<td class="desc"><?php echo GREATGRANARY_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(39,4);">
<img class="building g39" src="img/x.gif" alt="Great Granary" title="Great Granary" /></a>
<img class="building g39" src="img/x.gif" alt="<?php echo GREATGRANARY ?>" title="<?php echo GREATGRANARY ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(15,4);">Main Building</a> <span title="+10">Level 10</span>, <strike>Capital</strike>
<a href="#" onClick="return Popup(15,4);"><?php echo MAINBUILDING ?></a> <span title="+10"><?php echo LEVEL ?> 10</span>, <strike><?php echo CAPITAL ?></strike>
</td>
</tr></tbody>
</table>
12 changes: 6 additions & 6 deletions Templates/Build/soon/greatstable.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Great Workshop</h2>
<h2><?php echo GREATSTABLE ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">In the great workshop siege engines like catapults and rams can be built, albeit at triple the cost of a standard unit. The higher its level the faster units are produced.</td>
<td class="desc"><?php echo GREATSTABLE_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(42,4);">
<img class="building g42" src="img/x.gif" alt="Great Workshop" title="Great Workshop" /></a>
<a href="#" onClick="return Popup(30,4);">
<img class="building g30" src="img/x.gif" alt="<?php echo GREATSTABLE ?>" title="<?php echo GREATSTABLE ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(21,4);">Workshop</a> <span title="+20">Level 20</span>, <strike>Capital</strike>
<a href="#" onClick="return Popup(20,4);"><?php echo STABLE ?></a> <span title="+20"><?php echo LEVEL ?> 20</span>, <strike><?php echo CAPITAL ?></strike>
</td>
</tr></tbody>
</table>
10 changes: 5 additions & 5 deletions Templates/Build/soon/greatwarehouse.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Great Warehouse</h2>
<h2><?php echo GREATWAREHOUSE ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">Wood, clay and iron are stored in the warehouse. The great warehouse offers you more space and keeps your goods drier and safer than the normal one.</td>
<td class="desc"><?php echo GREATWAREHOUSE_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(38,4);">
<img class="building g38" src="img/x.gif" alt="Great Warehouse" title="Great Warehouse" /></a>
<img class="building g38" src="img/x.gif" alt="<?php echo GREATWAREHOUSE ?>" title="<?php echo GREATWAREHOUSE ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(15,4);">Main Building</a> <span title="+10">Level 10</span>, <strike>Capital</strike>
<a href="#" onClick="return Popup(15,4);"><?php echo MAINBUILDING ?></a> <span title="+10"><?php echo LEVEL ?> 10</span>, <strike><?php echo CAPITAL ?></strike>
</td>
</tr></tbody>
</table>
12 changes: 6 additions & 6 deletions Templates/Build/soon/greatworkshop.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Great Barracks</h2>
<h2><?php echo GREATWORKSHOP ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">In the great barracks infantry can be trained, albeit at triple the cost of a standard unit. The higher its level the faster the troops are trained.</td>
<td class="desc"><?php echo GREATWORKSHOP_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(29,4);">
<img class="building g29" src="img/x.gif" alt="Great Barracks" title="Great Barracks" /></a>
<a href="#" onClick="return Popup(42,4);">
<img class="building g42" src="img/x.gif" alt="<?php echo GREATWORKSHOP ?>" title="<?php echo GREATWORKSHOP ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(19,4);">Barracks</a> <span title="+20">Level 20</span>, <strike>Capital</strike>
<a href="#" onClick="return Popup(21,4);"><?php echo WORKSHOP ?></a> <span title="+20"><?php echo LEVEL ?> 20</span>, <strike><?php echo CAPITAL ?></strike>
</td>
</tr></tbody>
</table>
10 changes: 5 additions & 5 deletions Templates/Build/soon/horsedrinking.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Horse Drinking Trough</h2>
<h2><?php echo HORSEDRINKING ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">The horse drinking trough cares for the well-being of your horses, lowers their crop consumption and makes their training faster.</td>
<td class="desc"><?php echo HORSEDRINKING_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(41,4);">
<img class="building g41" src="img/x.gif" alt="Horse Drinking Trough" title="Horse Drinking Trough" /></a>
<img class="building g41" src="img/x.gif" alt="<?php echo HORSEDRINKING ?>" title="<?php echo HORSEDRINKING ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(20,4);">Stable</a> <span title="+20">Level 20</span>, <a href="#" onClick="return Popup(16,4);">Rally Point</a> <span title="+10">Level 10</span>
<a href="#" onClick="return Popup(20,4);"><?php echo STABLE ?></a> <span title="+20"><?php echo LEVEL ?> 20</span>, <a href="#" onClick="return Popup(16,4);"><?php echo RALLYPOINT ?></a> <span title="+10"><?php echo LEVEL ?> 10</span>
</td>
</tr></tbody>
</table>
10 changes: 5 additions & 5 deletions Templates/Build/soon/ironfoundry.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Iron Foundry</h2>
<h2><?php echo IRONFOUNDRY ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">Iron is melted here. Based on its level your Iron Foundry can increase your iron production up to 25 percent.</td>
<td class="desc"><?php echo IRONFOUNDRY_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(7,4);">
<img class="building g7" src="img/x.gif" alt="Iron Foundry" title="Iron Foundry" /></a>
<img class="building g7" src="img/x.gif" alt="<?php echo IRONFOUNDRY ?>" title="<?php echo IRONFOUNDRY ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(3,4);">Iron Mine</a> <span title="+10">Level 10</span>, <a href="#" onClick="return Popup(15,4);">Main Building</a> <span title="+4">Level 5</span>
<a href="#" onClick="return Popup(3,4);"><?php echo IRONMINE ?></a> <span title="+10"><?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>
10 changes: 5 additions & 5 deletions Templates/Build/soon/marketplace.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Marketplace</h2>
<h2><?php echo MARKETPLACE ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">At the marketplace you can trade resources with other players. The higher its level, the more resources can be transported at the same time.</td>
<td class="desc"><?php echo MARKETPLACE_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(24,4);">
<img class="building g17" src="img/x.gif" alt="Marketplace" title="Marketplace" /></a>
<img class="building g17" src="img/x.gif" alt="<?php echo MARKETPLACE ?>" title="<?php echo MARKETPLACE ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(23,4);">Main Building</a> <span title="+2">Level 3</span>, <a href="#" onClick="return Popup(9,4);">Warehouse</a> <span title="+1">Level 1</span>, <a href="#" onClick="return Popup(10,4);">Granary</a> <span title="+1">Level 1</span>
<a href="#" onClick="return Popup(23,4);"><?php echo MAINBUILDING ?></a> <span title="+2"><?php echo LEVEL ?> 3</span>, <a href="#" onClick="return Popup(9,4);"><?php echo WAREHOUSE ?></a> <span title="+1"><?php echo LEVEL ?> 1</span>, <a href="#" onClick="return Popup(10,4);"><?php echo GRANARY ?></a> <span title="+1"><?php echo LEVEL ?> 1</span>
</td>
</tr></tbody>
</table>
10 changes: 5 additions & 5 deletions Templates/Build/soon/palace.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Palace</h2>
<h2><?php echo PALACE ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">The king or queen of the empire lives in the palace. Only one palace can exist in your realm at a time. You need a palace in order to proclaim a village to be your capital.</td>
<td class="desc"><?php echo PALACE_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(26,4);">
<img class="building g26" src="img/x.gif" alt="Palace" title="Palace" /></a>
<img class="building g26" src="img/x.gif" alt="<?php echo PALACE ?>" title="<?php echo PALACE ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(18,4);">Embassy</a> <span title="+1">Level 1</span>, <a href="#" onClick="return Popup(15,4);">Main Building</a> <span title="+4">Level 5</span>, <a href="#" onClick="return Popup(25,4);"><strike>Residence</strike></a>
<a href="#" onClick="return Popup(18,4);"><?php echo EMBASSY ?></a> <span title="+1"><?php echo LEVEL ?> 1</span>, <a href="#" onClick="return Popup(15,4);"><?php echo MAINBUILDING ?></a> <span title="+4"><?php echo LEVEL ?> 5</span>, <a href="#" onClick="return Popup(25,4);"><strike><?php echo RESIDENCE ?></strike></a>
</td>
</tr></tbody>
</table>
10 changes: 5 additions & 5 deletions Templates/Build/soon/sawmill.tpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2>Sawmill</h2>
<h2><?php echo SAWMILL ?></h2>
<table class="new_building" cellpadding="1" cellspacing="1">
<tbody><tr>
<td class="desc">Here lumber delivered by your woodcutters is processed. Based on its level your Sawmill can increase your lumber production up to 25 percent.</td>
<td class="desc"><?php echo SAWMILL_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(5,4);">
<img class="building g5" src="img/x.gif" alt="Sawmill" title="Sawmill" /></a>
<img class="building g5" src="img/x.gif" alt="<?php echo SAWMILL ?>" title="<?php echo SAWMILL ?>" /></a>
</td>
</tr>
<tr>
<td class="requ">Prerequisites</td>
<td class="requ"><?php echo PREREQUISITES ?></td>
</tr>
<tr>
<td>
<a href="#" onClick="return Popup(1,4);">Woodcutter</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(1,4);"><?php echo WOODCUTTER ?></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>
Loading

0 comments on commit 6b5d020

Please sign in to comment.