mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 14:21:03 +00:00
chore: harden php8 compatibility, optimize installer/croppers, and refresh docs/admin ux
This commit is contained in:
@@ -194,7 +194,7 @@ define('WISHES_YOU', 'wishes you');
|
||||
define('X_MAS', 'Merry Christmas');
|
||||
define('NEW_YEAR', 'Happy New Year');
|
||||
define('EASTER', 'Happy Easter');
|
||||
define('PEACE', 'Peace');
|
||||
if(!defined('PEACE')) define('PEACE', 'Peace');
|
||||
|
||||
define('GOLD', 'Gold');
|
||||
define('GOLD_IMG', '<img src=\"/img/x.gif\" class=\"gold\" alt=\"'.GOLD.'\" title=\"'.GOLD.'\">');
|
||||
@@ -626,8 +626,8 @@ define('MODERATOR', 'Moderator');
|
||||
define('ACTIVE', 'Active');
|
||||
define('ONLINE', 'Online');
|
||||
define('TUTORIAL', 'Tutorial');
|
||||
define('FAQ', 'Faq');
|
||||
define('SPIELREGELN', 'Game Rules');
|
||||
if(!defined('FAQ')) define('FAQ', 'Faq');
|
||||
if(!defined('SPIELREGELN')) define('SPIELREGELN', 'Game Rules');
|
||||
define('PLAYER_STATISTICS', 'Player statistics');
|
||||
define('TOTAL_PLAYERS', PLAYERS.' in total');
|
||||
define('ACTIVE_PLAYERS', 'Active players');
|
||||
@@ -645,8 +645,8 @@ define('BECOME_COMUNITY', 'Become part of our community now!');
|
||||
define('BECOME_COMUNITY2', 'Become a part of one of<br>the biggest gaming<br>communities in the<br>world.');
|
||||
define('NEWS', 'News');
|
||||
define('SCREENSHOTS', 'Screenshots');
|
||||
define('FAQ', 'FAQ');
|
||||
define('SPIELREGELN', 'Rules');
|
||||
if(!defined('FAQ')) define('FAQ', 'FAQ');
|
||||
if(!defined('SPIELREGELN')) define('SPIELREGELN', 'Rules');
|
||||
define('AGB', 'Terms and Conditions');
|
||||
define('LEARN1', 'Upgrade your fields and mines to increase your resource production. You will need resources to construct buildings and train soldiers.');
|
||||
define('LEARN2', 'Construct and expand the buildings in your village. Buildings improve your overall infrastructure, increase your resource production and allow you to research, train and upgrade your troops.');
|
||||
@@ -1331,7 +1331,7 @@ define('PLAYER_ADMIN', 'This player is Admin');
|
||||
define('PLAYER_MH', 'This player is Multihunter');
|
||||
define('PLAYER_BANNED', 'This player is BANNED');
|
||||
define('PLAYER_VACATION', 'This player is on VACATION');
|
||||
define('BANNED', 'Banned');
|
||||
if(!defined('BANNED')) define('BANNED', 'Banned');
|
||||
define('GENDER', 'Gender');
|
||||
define('GENDER0', 'n/a');
|
||||
define('MALE0', 'm');
|
||||
|
||||
Reference in New Issue
Block a user