Added Milestone On Install

Added Milestone On Install
This commit is contained in:
novgorodschi catalin
2026-07-01 11:05:44 +03:00
parent f484bb04d6
commit 0edb95203d
24 changed files with 384 additions and 39 deletions
+11
View File
@@ -2315,6 +2315,17 @@ tz_def('TZ_YOUR_VILLAGE_AND_YOUR_NEIGHBOURS', 'Your village and your neighbours'
tz_def('TZ_YOU_CAN_UNDO_THE_REGISTRATION_AND', 'You can undo the registration and re-register with a');
tz_def('TZ_YOU_CAN_USE_THIS_GOLD_FOR_PLUS_OR', '. You can use this gold for Plus or any gold advantage.');
// ===== Server Milestones (NEW_FUNCTIONS_MILESTONES) =====
tz_def('TZ_SERVER_MILESTONES', 'Server Milestones');
tz_def('TZ_MILESTONE_NOT_YET', 'Not yet achieved');
tz_def('TZ_MILESTONE_SECOND_VILLAGE', 'First to Settle a 2nd Village');
tz_def('TZ_MILESTONE_POPULATION_1000', 'First to reach 1,000 Population');
tz_def('TZ_MILESTONE_FIRST_ARTIFACT', 'First to Capture an Artefact');
tz_def('TZ_MILESTONE_FIRST_WW', 'First to Conquer a Wonder of the World');
tz_def('TZ_MILESTONE_FIRST_WW_PLAN', 'First to Conquer a WW Building Plan');
tz_def('TZ_MILESTONE_FIRST_ALLIANCE', 'First Alliance Founded');
tz_def('TZ_MILESTONE_FIRST_PVP_CONQUEST', 'First Village Conquered from a Player');
// ===== i18n etape 2 (lot suivant) =====
tz_def('TZ_ACCOUNT_OR_INCREASE_YOUR_RESOURCE', '-Account or increase your resource production.To do so click');
tz_def('TZ_ADDITIONALLY_THE_TRAVIAN_TEAM_WILL', 'Additionally, the Travian Team will not provide information concerning bans to any person, other than the account owner.');
+11
View File
@@ -2604,4 +2604,15 @@ define('MANUAL_NF_D_23', "Médaille décernée aux joueurs utilisant la même ad
define('MANUAL_NF_D_24', "Médaille décernée aux joueurs utilisant la même adresse e-mail depuis 5 ans ou plus. Peut être ajoutée à la description du profil. Cette fonction a été présentée dans Travian T4.");
define('MANUAL_NF_D_25', "Médaille décernée aux joueurs utilisant la même adresse e-mail depuis 10 ans ou plus. Peut être ajoutée à la description du profil. Cette fonction a été présentée dans Travian T4.");
define('MANUAL_NF_D_26', "Médaille décernée aux joueurs utilisant la même adresse e-mail depuis 10 ans ou plus. Peut être ajoutée à la description du profil. Cette fonction a été présentée dans Travian T4.");
// ===== Server Milestones (NEW_FUNCTIONS_MILESTONES) =====
define('TZ_SERVER_MILESTONES', 'Jalons du serveur');
define('TZ_MILESTONE_NOT_YET', 'Pas encore atteint');
define('TZ_MILESTONE_SECOND_VILLAGE', 'Premier à fonder un 2e village');
define('TZ_MILESTONE_POPULATION_1000', 'Premier à atteindre 1 000 population');
define('TZ_MILESTONE_FIRST_ARTIFACT', 'Premier à capturer un artefact');
define('TZ_MILESTONE_FIRST_WW', 'Premier à conquérir une Merveille du Monde');
define('TZ_MILESTONE_FIRST_WW_PLAN', 'Premier à conquérir un Plan de Merveille');
define('TZ_MILESTONE_FIRST_ALLIANCE', 'Première alliance fondée');
define('TZ_MILESTONE_FIRST_PVP_CONQUEST', 'Premier village conquis sur un joueur');
?>
+11
View File
@@ -2592,3 +2592,14 @@ define('MANUAL_NF_D_23', "Medalie acordată jucătorilor care folosesc aceeași
define('MANUAL_NF_D_24', "Medalie acordată jucătorilor care folosesc aceeași adresă de e-mail de 5 ani sau mai mult. Poate fi adăugată la descrierea profilului. Această funcție a fost prezentată în Travian T4.");
define('MANUAL_NF_D_25', "Medalie acordată jucătorilor care folosesc aceeași adresă de e-mail de 10 ani sau mai mult. Poate fi adăugată la descrierea profilului. Această funcție a fost prezentată în Travian T4.");
define('MANUAL_NF_D_26', "Medalie acordată jucătorilor care folosesc aceeași adresă de e-mail de 10 ani sau mai mult. Poate fi adăugată la descrierea profilului. Această funcție a fost prezentată în Travian T4.");
// ===== Server Milestones (NEW_FUNCTIONS_MILESTONES) =====
define('TZ_SERVER_MILESTONES', 'Recorduri de Server');
define('TZ_MILESTONE_NOT_YET', 'Neatins încă');
define('TZ_MILESTONE_SECOND_VILLAGE', 'Primul care a fondat al 2-lea sat');
define('TZ_MILESTONE_POPULATION_1000', 'Primul care a atins 1.000 populație');
define('TZ_MILESTONE_FIRST_ARTIFACT', 'Primul care a capturat un artefact');
define('TZ_MILESTONE_FIRST_WW', 'Primul care a cucerit un Wonder of the World');
define('TZ_MILESTONE_FIRST_WW_PLAN', 'Primul care a cucerit un Plan WW');
define('TZ_MILESTONE_FIRST_ALLIANCE', 'Prima alianță fondată');
define('TZ_MILESTONE_FIRST_PVP_CONQUEST', 'Primul sat cucerit de la un jucător');