mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-03 08:57:17 +00:00
tr - fix key
This commit is contained in:
@@ -130,7 +130,7 @@ define("CROP","Crop");
|
|||||||
define("LEVEL","Level");
|
define("LEVEL","Level");
|
||||||
define("CROP_COM",CROP." consumption");
|
define("CROP_COM",CROP." consumption");
|
||||||
define("PER_HR","per hour");
|
define("PER_HR","per hour");
|
||||||
define("PROD_HEADER","Production");
|
define("PRODUCTION","Production");
|
||||||
define("CAPITAL1","Capital");
|
define("CAPITAL1","Capital");
|
||||||
define("MULTI_V_HEADER","Villages");
|
define("MULTI_V_HEADER","Villages");
|
||||||
define("ANNOUNCEMENT","Announcement");
|
define("ANNOUNCEMENT","Announcement");
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ define("CROP","粮食");
|
|||||||
define("LEVEL","等级");
|
define("LEVEL","等级");
|
||||||
define("CROP_COM",CROP."消耗");
|
define("CROP_COM",CROP."消耗");
|
||||||
define("PER_HR","每小时");
|
define("PER_HR","每小时");
|
||||||
define("PROD_HEADER","产量");
|
define("PRODUCTION","产量");
|
||||||
define("CAPITAL1","Capital");
|
define("CAPITAL1","Capital");
|
||||||
define("MULTI_V_HEADER","村民");
|
define("MULTI_V_HEADER","村民");
|
||||||
define("ANNOUNCEMENT","公告");
|
define("ANNOUNCEMENT","公告");
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
?>
|
?>
|
||||||
<table id="production" cellpadding="1" cellspacing="1">
|
<table id="production" cellpadding="1" cellspacing="1">
|
||||||
<thead><tr>
|
<thead><tr>
|
||||||
<th colspan="4"><?php echo PROD_HEADER; ?>:</th>
|
<th colspan="4"><?php echo PRODUCTION; ?>:</th>
|
||||||
</tr></thead><tbody>
|
</tr></thead><tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="ico"><img class="r1" src="img/x.gif" alt="<?php echo LUMBER; ?>" title="<?php echo LUMBER; ?>" /></td>
|
<td class="ico"><img class="r1" src="img/x.gif" alt="<?php echo LUMBER; ?>" title="<?php echo LUMBER; ?>" /></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user