mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-29 06:37:15 +00:00
fix CALCULATED_IN
This commit is contained in:
@@ -143,7 +143,6 @@ define("DONE_AT","done at");
|
|||||||
define("CANCEL","cancel");
|
define("CANCEL","cancel");
|
||||||
define("LOYALTY","Loyalty");
|
define("LOYALTY","Loyalty");
|
||||||
define("CALCULATED_IN","Calculated in");
|
define("CALCULATED_IN","Calculated in");
|
||||||
define("CALCULATED","Calculated in");
|
|
||||||
define("SERVER_TIME","Server time:");
|
define("SERVER_TIME","Server time:");
|
||||||
define("HI","HI");
|
define("HI","HI");
|
||||||
define("P_IN","in");
|
define("P_IN","in");
|
||||||
|
|||||||
@@ -142,7 +142,6 @@ define("DONE_AT","完成于");
|
|||||||
define("CANCEL","取消");
|
define("CANCEL","取消");
|
||||||
define("LOYALTY","忠诚度");
|
define("LOYALTY","忠诚度");
|
||||||
define("CALCULATED_IN","响应延迟");
|
define("CALCULATED_IN","响应延迟");
|
||||||
define("CALCULATED","响应延迟");
|
|
||||||
define("SERVER_TIME","服务器时间:");
|
define("SERVER_TIME","服务器时间:");
|
||||||
define("HI","嗨");
|
define("HI","嗨");
|
||||||
define("P_IN","在");
|
define("P_IN","在");
|
||||||
|
|||||||
@@ -200,7 +200,7 @@ include("Templates/res.tpl");
|
|||||||
<div id="ltimeWrap">
|
<div id="ltimeWrap">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
echo CALCULATED;
|
echo CALCULATED_IN;
|
||||||
|
|
||||||
?> <b><?php
|
?> <b><?php
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -315,7 +315,7 @@ include("Templates/res.tpl");
|
|||||||
<div id="ltimeWrap">
|
<div id="ltimeWrap">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
echo CALCULATED;
|
echo CALCULATED_IN;
|
||||||
|
|
||||||
?> <b><?php
|
?> <b><?php
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user