Fix translate in statistiks translate

Fix translate in statistiks translate
This commit is contained in:
novgorodschi catalin
2026-07-03 09:57:26 +03:00
parent 6e94898470
commit 26ed89b3fa
4 changed files with 28 additions and 7 deletions
+7
View File
@@ -882,6 +882,13 @@ tz_def('STATISTICS', 'Statistics');
tz_def('ALLIANCES', 'Alliances');
tz_def('HEROES', 'Heroes');
tz_def('GENERAL', 'General');
tz_def('WW', 'World Wonder');
tz_def('TOP10P', 'TOP 10 Players');
tz_def('TOP10PA', 'TOP 10 Attackers');
tz_def('TOP10PD', 'TOP 10 Defenders');
tz_def('TOP10A', 'TOP 10 Alliances');
tz_def('TOP10AA', 'TOP 10 Alliances Attackers');
tz_def('TOP10AD', 'TOP 10 Alliances Defenders');
tz_def('MILESTONES', 'Milestones');
tz_def('OASIS', 'Oasis');
tz_def('NO_OASIS', 'You do not own any oases.');
+7
View File
@@ -878,6 +878,13 @@ define('STATISTICS', 'Statistiques');
define('ALLIANCES', 'Alliances');
define('HEROES', 'Héros');
define('GENERAL', 'Général');
define('WW', 'Merveille du Monde');
define('TOP10P', 'TOP 10 Joueurs');
define('TOP10PA', 'TOP 10 Attaquants');
define('TOP10PD', 'TOP 10 Défenseurs');
define('TOP10A', 'TOP 10 Alliances');
define('TOP10AA', 'TOP 10 Alliances Attaquantes');
define('TOP10AD', 'TOP 10 Alliances Défenseures');
define('GENERAL', 'Jalons');
define('OASIS', 'Oasis');
define('NO_OASIS', 'Vous ne possédez aucune oasis.');
+7
View File
@@ -878,6 +878,13 @@ define('STATISTICS', 'Statistici');
define('ALLIANCES', 'Alianțe');
define('HEROES', 'Eroi');
define('GENERAL', 'General');
define('WW', 'Minunea Lumii');
define('TOP10P', 'TOP 10 Jucatori');
define('TOP10PA', 'TOP 10 Atacatori');
define('TOP10PD', 'TOP 10 Aparatori');
define('TOP10A', 'TOP 10 Aliante');
define('TOP10AA', 'TOP 10 Atacatori Aliante');
define('TOP10AD', 'TOP 10 Aparatori Aliante');
define('MILESTONES', 'Milestones');
define('OASIS', 'Oază');
define('NO_OASIS', 'Nu deții nicio oază.');
+7 -7
View File
@@ -59,25 +59,25 @@ if (!empty($_GET['id'])) {
echo GENERAL;
break;
case '99':
echo 'WW';
echo WW;
break;
case '7':
echo 'TOP 10 PLAYERS';
echo TOP10A;
break;
case '31':
echo 'ATTACKERS';
echo TOP10PA;
break;
case '32':
echo 'DEFENDERS';
echo TOP10PD;
break;
case '41':
echo 'ALLIANCES Attackers';
echo TOP10AA;
break;
case '42':
echo 'ALLIANCES Defenders';
echo TOP10AD;
break;
case '43':
echo 'TOP 10 ALLIANCES';
echo TOP10A;
break;
case '1':
echo PLAYERS;