mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
tr - capital
This commit is contained in:
@@ -130,7 +130,7 @@ define("LEVEL","Level");
|
||||
define("CROP_COM",CROP." consumption");
|
||||
define("PER_HR","per hour");
|
||||
define("PROD_HEADER","Production");
|
||||
define("CAPITAL_LABEL","Capital");
|
||||
define("CAPITAL1","Capital");
|
||||
define("MULTI_V_HEADER","Villages");
|
||||
define("ANNOUNCEMENT","Announcement");
|
||||
define("GO2MY_VILLAGE","Go to my village");
|
||||
|
||||
@@ -130,7 +130,7 @@ define("LEVEL","等级");
|
||||
define("CROP_COM",CROP."消耗");
|
||||
define("PER_HR","每小时");
|
||||
define("PROD_HEADER","产量");
|
||||
define("CAPITAL_LABEL","Capital");
|
||||
define("CAPITAL1","Capital");
|
||||
define("MULTI_V_HEADER","村民");
|
||||
define("ANNOUNCEMENT","公告");
|
||||
define("GO2MY_VILLAGE","返回我的村庄");
|
||||
|
||||
@@ -71,7 +71,7 @@ else $building->procBuild($_GET);
|
||||
<?php include("Templates/menu.tpl"); ?>
|
||||
<div id="content" class="village1">
|
||||
<h1><?php echo $village->vname; if($village->loyalty!='100'){ if($village->loyalty>'33'){ $color="gr"; }else{ $color="re"; } ?><div id="loyality" class="<?php echo $color; ?>"><?php echo LOYALTY; ?> <?php echo floor($village->loyalty); ?>%</div><?php } ?></h1>
|
||||
<div id="cap" align="left"><?php if($village->capital!='0') { echo "<font color=gray>(".CAPITAL_LABEL.")</font>"; } ?></div>
|
||||
<div id="cap" align="left"><?php if($village->capital!='0') { echo "<font color=gray>(".CAPITAL1.")</font>"; } ?></div>
|
||||
<?php include("Templates/field.tpl");
|
||||
$timer = 1;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user