mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-25 22:16:08 +00:00
very big update
This commit is contained in:
+2
-100
@@ -23,8 +23,6 @@ define("TRIBE6","Monsters");
|
||||
define("HOME","Homepage");
|
||||
define("INSTRUCT","Instructions");
|
||||
define("ADMIN_PANEL","Admin Panel");
|
||||
define("MULTIHUNTER_PAN","Multihunter Panel");
|
||||
define("CREATE_NAT","Create Natars");
|
||||
define("MASS_MESSAGE","Mass Message");
|
||||
define("LOGOUT","Logout");
|
||||
define("PROFILE","Profile");
|
||||
@@ -33,7 +31,6 @@ define("UPDATE_T_10","Update Top 10");
|
||||
define("SYSTEM_MESSAGE","System message");
|
||||
define("TRAVIAN_PLUS","Travian <b><span class=\"plus_g\">P</span><span class=\"plus_o\">l</span><span class=\"plus_g\">u</span><span class=\"plus_o\">s</span></span></span></b>");
|
||||
define("CONTACT","Contact us!");
|
||||
define("GAME_RULES","Game Rules");
|
||||
|
||||
//MENU
|
||||
define("REG","Register");
|
||||
@@ -96,7 +93,6 @@ define("IRON","Iron");
|
||||
define("CROP","Crop");
|
||||
define("LEVEL","Level");
|
||||
define("CROP_COM",CROP." consumption");
|
||||
define("DURATION","duration");
|
||||
define("PER_HR","per hour");
|
||||
define("PROD_HEADER","Production");
|
||||
define("MULTI_V_HEADER","Villages");
|
||||
@@ -105,13 +101,12 @@ define("GO2MY_VILLAGE","Go to my village");
|
||||
define("VILLAGE_CENTER","Village centre");
|
||||
define("FINISH_GOLD","Finish all construction and research orders in this village immediately for 2 Gold?");
|
||||
define("WAITING_LOOP","(waiting loop)");
|
||||
define("HRS","hrs.");
|
||||
define("HRS","(hrs.)");
|
||||
define("DONE_AT","done at");
|
||||
define("CANCEL","cancel");
|
||||
define("LOYALTY","Loyalty:");
|
||||
define("CALCULATED_IN","Calculated in");
|
||||
define("SEVER_TIME","Server time:");
|
||||
define("MILISECS","ms");
|
||||
|
||||
//QUEST
|
||||
define("Q_CONTINUE","Continue with the next task.");
|
||||
@@ -357,98 +352,5 @@ define("MASS_SENT","Mass IGM was sent");
|
||||
$lang['register'] = "Register";
|
||||
$lang['login'] = "Login";
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| top_menu
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
$lang['header'] = array (
|
||||
0 => 'Village overview',
|
||||
1 => 'Vilage centre',
|
||||
2 => 'Map',
|
||||
3 => 'Statistics',
|
||||
4 => 'Reports',
|
||||
5 => 'Messages',
|
||||
6 => 'Plus menu');
|
||||
|
||||
$lang['buildings'] = array (
|
||||
1 => "Woodcutter",
|
||||
2 => "Clay Pit",
|
||||
3 => "Iron Mine",
|
||||
4 => "Cropland",
|
||||
5 => "Sawmill",
|
||||
6 => "Brickyard",
|
||||
7 => "Iron Foundry",
|
||||
8 => "Grain Mill",
|
||||
9 => "Bakery",
|
||||
10 => "Warehouse",
|
||||
11 => "Granary",
|
||||
12 => "Blacksmith",
|
||||
13 => "Armoury",
|
||||
14 => "Tournament Square",
|
||||
15 => "Main Building",
|
||||
16 => "Rally Point",
|
||||
17 => "Marketplace",
|
||||
18 => "Embassy",
|
||||
19 => "Barracks",
|
||||
20 => "Stable",
|
||||
21 => "Workshop",
|
||||
22 => "Academy",
|
||||
23 => "Cranny",
|
||||
24 => "Town Hall",
|
||||
25 => "Residence",
|
||||
26 => "Palace",
|
||||
27 => "Treasury",
|
||||
28 => "Trade Office",
|
||||
29 => "Great Barracks",
|
||||
30 => "Great Stable",
|
||||
31 => "City Wall",
|
||||
32 => "Earth Wall",
|
||||
33 => "Palisade",
|
||||
34 => "Stonemason's Lodge",
|
||||
35 => "Brewery",
|
||||
36 => "Trapper",
|
||||
37 => "Hero's Mansion",
|
||||
38 => "Great Warehouse",
|
||||
39 => "Great Granary",
|
||||
40 => "Wonder of the World",
|
||||
41 => "Horse Drinking Trough",
|
||||
42 => "Great Workshop",
|
||||
43 => "Error",
|
||||
44 => " (Level ");
|
||||
|
||||
$lang['fields'] = array (
|
||||
0 => ' Level',
|
||||
1 => 'Woodcutter Level',
|
||||
2 => 'Clay Pit Level',
|
||||
3 => 'Iron Mine Level',
|
||||
4 => 'Cropland Level',
|
||||
5 => 'Outer building site',
|
||||
6 => 'Building site',
|
||||
7 => 'Rally Point building site');
|
||||
|
||||
$lang['npc'] = array (
|
||||
0 => 'NPC trade');
|
||||
|
||||
$lang['upgrade'] = array (
|
||||
0 => 'Building already at max level',
|
||||
1 => 'Building max level under construction',
|
||||
2 => 'Building presently being demolished',
|
||||
3 => '<b>Costs</b> for upgrading to level ',
|
||||
4 => 'The workers are already at work.',
|
||||
5 => 'Not enough food. Expand cropland.',
|
||||
6 => 'Upgrade Warehouse.',
|
||||
7 => 'Upgrade Granary.',
|
||||
8 => 'Enough resources ',
|
||||
9 => ' at ',
|
||||
10 => 'Upgrade to level ',
|
||||
11 => 'today',
|
||||
12 => 'yesterday');
|
||||
|
||||
$lang['movement'] = array (
|
||||
0 => 'in ');
|
||||
|
||||
$lang['troops'] = array (
|
||||
0 => 'none',
|
||||
1 => 'Hero');
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user