mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-09 04:40:59 +00:00
Big Cleanup
1) Removed unnecessary files 2) Trailling spaces (no all though) 3) Some space to tab conversion
This commit is contained in:
+29
-29
@@ -7,20 +7,20 @@
|
||||
// - TravianX = Travian Clone Project - //
|
||||
// DO NOT REMOVE COPYRIGHT NOTICE! //
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// //
|
||||
// //
|
||||
// ENGLISH //
|
||||
// Author: Dzoki //
|
||||
// Author: Dzoki //
|
||||
/////////////////////////////
|
||||
|
||||
//MAIN MENU
|
||||
define("TRIBE1","Romans");
|
||||
define("TRIBE1","Romans");
|
||||
define("TRIBE2","Teutons");
|
||||
define("TRIBE3","Gauls");
|
||||
define("TRIBE4","Nature");
|
||||
define("TRIBE3","Gauls");
|
||||
define("TRIBE4","Nature");
|
||||
define("TRIBE5","Natars");
|
||||
define("TRIBE6","Monsters");
|
||||
|
||||
define("HOME","Homepage");
|
||||
|
||||
define("HOME","Homepage");
|
||||
define("INSTRUCT","Instructions");
|
||||
define("ADMIN_PANEL","Admin Panel");
|
||||
define("MASS_MESSAGE","Mass Message");
|
||||
@@ -105,9 +105,9 @@ define("WAITING_LOOP","(waiting loop)");
|
||||
define("HRS","(hrs.)");
|
||||
define("DONE_AT","done at");
|
||||
define("CANCEL","cancel");
|
||||
define("LOYALTY","Loyalty:");
|
||||
define("LOYALTY","Loyalty:");
|
||||
define("CALCULATED_IN","Calculated in");
|
||||
define("SEVER_TIME","Server time:");
|
||||
define("SEVER_TIME","Server time:");
|
||||
|
||||
//QUEST
|
||||
define("Q_CONTINUE","Continue with the next task.");
|
||||
@@ -331,29 +331,29 @@ define("MASS_SENT","Mass IGM was sent");
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Index
|
||||
| Index
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
$lang['index'][0][1] = "Welcome to " . SERVER_NAME . "";
|
||||
$lang['index'][0][2] = "Manual";
|
||||
$lang['index'][0][3] = "Play now, for free!";
|
||||
$lang['index'][0][4] = "What is " . SERVER_NAME . "";
|
||||
$lang['index'][0][5] = "" . SERVER_NAME . " is a <b>browser game</b> featuring an engaging ancient world with thousands of other real players.</p><p>It`s <strong>free to play</strong> and requires <strong>no downloads</strong>.";
|
||||
$lang['index'][0][6] = "Click here to play " . SERVER_NAME . "";
|
||||
$lang['index'][0][7] = "Total players";
|
||||
$lang['index'][0][8] = "Players active";
|
||||
$lang['index'][0][9] = "Players online";
|
||||
$lang['index'][0][10] = "About the game";
|
||||
$lang['index'][0][11] = "You will begin as the chief of a tiny village and will embark on an exciting quest.";
|
||||
$lang['index'][0][12] = "Build up villages, wage wars or establish trade routes with your neighbours.";
|
||||
$lang['index'][0][13] = "Play with and against thousands of other real players and conquer the the world of Travian.";
|
||||
$lang['index'][0][14] = "News";
|
||||
$lang['index'][0][15] = "FAQ";
|
||||
$lang['index'][0][16] = "Screenshots";
|
||||
$lang['forum'] = "Forum";
|
||||
$lang['register'] = "Register";
|
||||
$lang['login'] = "Login";
|
||||
$lang['index'][0][1] = "Welcome to " . SERVER_NAME . "";
|
||||
$lang['index'][0][2] = "Manual";
|
||||
$lang['index'][0][3] = "Play now, for free!";
|
||||
$lang['index'][0][4] = "What is " . SERVER_NAME . "";
|
||||
$lang['index'][0][5] = "" . SERVER_NAME . " is a <b>browser game</b> featuring an engaging ancient world with thousands of other real players.</p><p>It`s <strong>free to play</strong> and requires <strong>no downloads</strong>.";
|
||||
$lang['index'][0][6] = "Click here to play " . SERVER_NAME . "";
|
||||
$lang['index'][0][7] = "Total players";
|
||||
$lang['index'][0][8] = "Players active";
|
||||
$lang['index'][0][9] = "Players online";
|
||||
$lang['index'][0][10] = "About the game";
|
||||
$lang['index'][0][11] = "You will begin as the chief of a tiny village and will embark on an exciting quest.";
|
||||
$lang['index'][0][12] = "Build up villages, wage wars or establish trade routes with your neighbours.";
|
||||
$lang['index'][0][13] = "Play with and against thousands of other real players and conquer the the world of Travian.";
|
||||
$lang['index'][0][14] = "News";
|
||||
$lang['index'][0][15] = "FAQ";
|
||||
$lang['index'][0][16] = "Screenshots";
|
||||
$lang['forum'] = "Forum";
|
||||
$lang['register'] = "Register";
|
||||
$lang['login'] = "Login";
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user