diff --git a/GameEngine/Lang/en.php b/GameEngine/Lang/en.php index 33d79b92..63c8eaa7 100644 --- a/GameEngine/Lang/en.php +++ b/GameEngine/Lang/en.php @@ -845,7 +845,7 @@ The construction plans are conquerable immediately when they appear to the serve There will be a countdown in game, showing the exact time of the release, 5 days prior to the launch. "); -//Building Plans +//planos define("PLAN","Ancient Construction Plan"); define("PLANVILLAGE","WW Buildingplan"); define("PLAN_DESC","With this ancient construction plan you will able to build World Wonder to level 50. to build further, your alliance must hold at least two plans."); @@ -903,6 +903,20 @@ define("WWVILLAGE","WW village"); $lang['forum'] = "Forum"; $lang['register'] = "Register"; $lang['login'] = "Login"; + $lang['screenshots']['title1']="Village"; + $lang['screenshots']['desc1']="Village building"; + $lang['screenshots']['title2']="Resource"; + $lang['screenshots']['desc2']="Village resource is wood, clay, iron and crop"; + $lang['screenshots']['title3']="Map"; + $lang['screenshots']['desc3']="Location your village in map"; + $lang['screenshots']['title4']="Contruct Building"; + $lang['screenshots']['desc4']="How to contruct building or resource level"; + $lang['screenshots']['title5']="Report"; + $lang['screenshots']['desc5']="Your attack report"; + $lang['screenshots']['title6']="Statistics"; + $lang['screenshots']['desc6']="View your ranking in statistics"; + $lang['screenshots']['title7']="Weapons or dough"; + $lang['screenshots']['desc7']="You can choose to play as military or economy"; -?> +?> \ No newline at end of file diff --git a/index.php b/index.php index 33a777f4..b2ed79bd 100644 --- a/index.php +++ b/index.php @@ -19,6 +19,7 @@ if(!file_exists('GameEngine/config.php')) { header("Location: install/"); +exit; } include ("GameEngine/config.php"); @@ -77,7 +78,7 @@ include ("GameEngine/Lang/".LANG.".php"); show_flags('', '', region_list); -