fix: duplicate constants removal

This commit is contained in:
Martin Ambruš
2017-10-05 16:15:13 +02:00
parent 4a2bf99b04
commit 2c66e96083
+1 -5
View File
@@ -549,6 +549,7 @@ define("R4","Crop");
//INDEX.php
define("LOGIN","Login");
define("PLAYERS","Players");
define("MODERATOR","Moderator");
define("ACTIVE","Active");
define("ONLINE","Online");
define("TUTORIAL","Tutorial");
@@ -661,7 +662,6 @@ define("THERENOINFO","There is no<br>information available.");
define("LANDDIST","Land distribution");
define("TRIBE","Tribe");
define("ALLIANCE","Alliance");
define("OWNER","Owner");
define("POP","Population");
define("REPORT","Report");
define("OPTION","Options");
@@ -877,7 +877,6 @@ define("NPC_TRADE_DESC","With the NPC merchant you can distribute the resources
define("MARKETPLACE_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.");
define("EMBASSY","Embassy");
define("ALLIANCE","Alliance");
define("TAG","Tag");
define("TO_THE_ALLIANCE","to the alliance");
define("JOIN_ALLIANCE","join alliance");
@@ -944,8 +943,6 @@ define("POINTS_DAY","Culture points per day");
define("VILLAGES_PRODUCED","Your villages have produced");
define("POINTS_NEED","points in total. To found or conquer a new village you need");
define("POINTS","points");
define("VILLAGE","Village");
define("PLAYER","Player");
define("INHABITANTS","Inhabitants");
define("COORDINATES","Coordinates");
define("EXPANSION","Expansion");
@@ -978,7 +975,6 @@ define("NO_ARTIFACTS","There is no artefacts.");
define("ANY_ARTIFACTS","You do not own any artefacts.");
define("OWNER","Owner");
define("AREA_EFFECT","Area of effect");
define("BONUS","Bonus");
define("REQUIRED_LEVEL","Required level");
define("TIME_CONQUER","Time of conquer");
define("TIME_ACTIVATION","Time of activation");