From d4a83f3b7b05ba07b88e9a1ef654dfa702ec22db Mon Sep 17 00:00:00 2001 From: novgorodschi catalin Date: Mon, 27 Jul 2026 16:14:01 +0300 Subject: [PATCH] Add translation for bonuses --- GameEngine/Lang/en.php | 8 ++++++++ GameEngine/Lang/fr.php | 8 ++++++++ GameEngine/Lang/ro.php | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/GameEngine/Lang/en.php b/GameEngine/Lang/en.php index db1bfbd7..5e9c7e50 100755 --- a/GameEngine/Lang/en.php +++ b/GameEngine/Lang/en.php @@ -4237,3 +4237,11 @@ tz_def('ADM_PLAYER_GRAPHIC_PACKS', 'Player graphic packs'); tz_def('ADM_PLAYER_GRAPHIC_PACKS_TIP', 'When enabled, players can point their profile at their own graphic pack (Profile → Graphics). When disabled, everyone sees the server pack.'); tz_def('ADM_ALLIANCE_BONUSES', 'Alliance bonuses'); tz_def('ADM_ALLIANCE_BONUSES_TIP', 'T4 alliance bonuses: members donate resources to unlock Recruitment, Philosophy, Metallurgy and Commerce.'); + +////////////////////////////////////////////////////////////////////////////////////////////////////// +// BONUSURI DE ALIANTA - descrierile fiecarui bonus +////////////////////////////////////////////////////////////////////////////////////////////////////// +tz_def('ALLYBONUS_RECRUITMENT_DESC', 'Speeds up troop training in every troop-producing building. Multiplies with hero helmets.'); +tz_def('ALLYBONUS_PHILOSOPHY_DESC', 'Increases culture point production from buildings and hero helmets. Town hall celebrations are not affected.'); +tz_def('ALLYBONUS_METALLURGY_DESC', 'Increases the offensive and defensive strength of your troops, on top of your smithy upgrades.'); +tz_def('ALLYBONUS_COMMERCE_DESC', 'Increases how much each merchant can carry. Multiplies with the trade office.'); diff --git a/GameEngine/Lang/fr.php b/GameEngine/Lang/fr.php index bbfe6454..62357779 100644 --- a/GameEngine/Lang/fr.php +++ b/GameEngine/Lang/fr.php @@ -4180,3 +4180,11 @@ tz_def('ADM_PLAYER_GRAPHIC_PACKS', 'Packs graphiques des joueurs'); tz_def('ADM_PLAYER_GRAPHIC_PACKS_TIP', 'Si activé, les joueurs peuvent choisir leur propre pack graphique depuis leur profil (Profil → Graphismes). Si désactivé, tout le monde voit le pack du serveur.'); tz_def('ADM_ALLIANCE_BONUSES', 'Bonus d\'alliance'); tz_def('ADM_ALLIANCE_BONUSES_TIP', 'Bonus d\'alliance T4 : les membres donnent des ressources pour débloquer Recrutement, Philosophie, Métallurgie et Commerce.'); + +////////////////////////////////////////////////////////////////////////////////////////////////////// +// BONUSURI DE ALIANTA - descrierile fiecarui bonus +////////////////////////////////////////////////////////////////////////////////////////////////////// +tz_def('ALLYBONUS_RECRUITMENT_DESC', 'Accélère l\'entraînement des troupes dans tous les bâtiments qui en produisent. Se multiplie avec les casques du héros.'); +tz_def('ALLYBONUS_PHILOSOPHY_DESC', 'Augmente la production de points de culture des bâtiments et des casques du héros. Les fêtes de l\'hôtel de ville ne sont pas affectées.'); +tz_def('ALLYBONUS_METALLURGY_DESC', 'Augmente la force d\'attaque et de défense de vos troupes, en plus des améliorations de la forge.'); +tz_def('ALLYBONUS_COMMERCE_DESC', 'Augmente la capacité de charge de chaque marchand. Se multiplie avec le bureau de commerce.'); diff --git a/GameEngine/Lang/ro.php b/GameEngine/Lang/ro.php index 75dfabe9..31521cb7 100644 --- a/GameEngine/Lang/ro.php +++ b/GameEngine/Lang/ro.php @@ -3977,3 +3977,11 @@ tz_def('ADM_PLAYER_GRAPHIC_PACKS', 'Pachete grafice ale jucatorilor'); tz_def('ADM_PLAYER_GRAPHIC_PACKS_TIP', 'Daca e activat, jucatorii isi pot alege propriul pachet grafic din profil (Profil → Grafica). Daca e dezactivat, toata lumea vede pachetul serverului.'); tz_def('ADM_ALLIANCE_BONUSES', 'Bonusuri de alianta'); tz_def('ADM_ALLIANCE_BONUSES_TIP', 'Bonusuri de alianta T4: membrii doneaza resurse ca sa deblocheze Recrutare, Filosofie, Metalurgie si Comert.'); + +////////////////////////////////////////////////////////////////////////////////////////////////////// +// BONUSURI DE ALIANTA - descrierile fiecarui bonus +////////////////////////////////////////////////////////////////////////////////////////////////////// +tz_def('ALLYBONUS_RECRUITMENT_DESC', 'Grabeste instruirea trupelor in toate cladirile care produc trupe. Se inmulteste cu coifurile eroului.'); +tz_def('ALLYBONUS_PHILOSOPHY_DESC', 'Creste productia de puncte de cultura de la cladiri si de la coifurile eroului. Serbarile din primarie nu sunt afectate.'); +tz_def('ALLYBONUS_METALLURGY_DESC', 'Creste forta de atac si de aparare a trupelor, peste imbunatatirile din fierarie.'); +tz_def('ALLYBONUS_COMMERCE_DESC', 'Creste cat poate cara fiecare negustor. Se inmulteste cu biroul comercial.');