feat(l10n): translate manual new-features pages (FR/RO)

Localize the 17 "new features" manual pages (Templates/Manual/1111-1126.tpl
and the 1331.tpl index, typ=11/13) so they render in the player's language
instead of hardcoded English.

- Replace hardcoded page titles, descriptions and nav tooltips with constants.
- The 1331 index reuses the per-page title constants and gains
  MANUAL_NF_ENABLED / MANUAL_NF_DISABLED for the on/off status labels.
- Add 33 constants each to GameEngine/Lang/{en,fr,ro}.php
  (2 status labels + 15 page titles + 16 descriptions).
- en.php uses tz_def() as the English fallback; fr/ro use define().
- Reuse existing constants where they already exist: VACATION_MODE (page 19),
  NEW_FEATURES, FORWARD, BACK, OVERVIEW.

it/zh fall back to English. RO strings pending native review.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
TravianZ Patcher
2026-06-10 14:11:18 +02:00
committed by Catalin Novgorodschi
parent f2d26909f7
commit c91ae5e486
20 changed files with 187 additions and 99 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Display oasis in profile" title="Display oasis in profile" /> Display oasis in profile</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_11; ?>" title="<?php echo MANUAL_NF_T_11; ?>" /> <?php echo MANUAL_NF_T_11; ?></h1>
<div id="t_desc">If there is a captured oasis in the village, it will be displayed in the player's profile in front of the corresponding village with the appropriate type of resource and a bonus for production. This function was presented in Travian T4.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_11; ?></div>
<map id="nav" name="nav">
<area href="manual.php?typ=13&amp;s=31" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=12" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=12" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,10 +1,10 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Alliance invitation message" title="Alliance invitation message" /> Alliance invitation message</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_12; ?>" title="<?php echo MANUAL_NF_T_12; ?>" /> <?php echo MANUAL_NF_T_12; ?></h1>
<div id="t_desc">If someone from the players will be sent an invitation to join the alliance, then the player will be notified an in-game message.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_12; ?></div>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=11" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=13" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=13" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -22
View File
@@ -1,28 +1,10 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="New Alliance & Embassy Mechanics" title="New Alliance & Embassy Mechanics" /> New Alliance & Embassy Mechanics</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_13; ?>" title="<?php echo MANUAL_NF_T_13; ?>" /> <?php echo MANUAL_NF_T_13; ?></h1>
<div id="t_desc"><h2>Introduction</h2><br>
The Embassy and Alliance mechanics always felt a bit like cheating to me. Especially with the Embassy building having a given "capacity", which means only 3/6/9/12/... and up to 60 members could be in the alliance, depending on the level of your Embassy.
<br><br>
Now, this is all cool and dandy but once you had an Embassy on level 20 and you reached 60 alliance members, you were free to demolish the building completely and nothing ever happened. You wouldn't be able to switch alliances but that was about it. The capacity property for Embassy no longer applied. If it did, you would not be able to demolish it even a single level down to 19 - because with full 60 members, the Embassy wouldn't be able to hold them at level 19 anymore.
<br><br>
So I decided to pepper the game a little, making Embassy a somewhat more visible chess-piece on the board.
<br><br>
<h2>New Mechanics</h2><br>
In order to make things interesting, I've developed a whole new set of rules for demolition and battle-destruction of the Embassy. It's a little bit complicated but actually mirrors the "capacity" property of the alliance perfectly.
<br><br>
The main change is that people can't really demolish their Embassies without a side-effect of being punished once it goes too low. For an alliance member, this would mean their Embassy must never go below level 1. If it does, they are warned and subsequently removed from their alliance.
<br><br>
Similarly, for alliance founders, this actually presents even more of a challenge, since they are the ones who need to keep their alliance running smoothly. For them, demolition of an Embassy will not be allowed below a level that can still hold the current number of alliance members.
<br><br>
Now, in the peculiar situation when other players/alliances actually attack the founder's village where their Embassy stands, and subsequently target that Embassy with their catapults and rams - that situation can bring a whole lot of trouble. If there are no other Embassies in other founder's villages on a sufficient level to hold all the alliance members, the alliance could be dispersed. The only exception would be if any other member of the alliance had a sufficiently developed Embassy - in which case that member will be auto-elected to a leadership position and will save the alliance. If no such player is found, the alliance will be completely dispersed.
<br><br>
<h2>Detailed information</h2><br>
For a more graphical and in-depth information about how this new system works, you can visit this <a href="https://docs.google.com/presentation/d/1KN1qVAlxVj7aAN6F9QkRai1oliajfxKPIaJ4MSodUac/edit#slide=id.p" target="_blank">Google Presentation</a>.
</div>
<div id="t_desc"><?php echo MANUAL_NF_D_13; ?></div>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=12" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=14" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=14" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,10 +1,10 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="New forum post message" title="New forum post message" /> New forum post message</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_14; ?>" title="<?php echo MANUAL_NF_T_14; ?>" /> <?php echo MANUAL_NF_T_14; ?></h1>
<div id="t_desc">If the player leaves at least one message in the forum thread, he will receive in-game messages that someone else has left a new message in the same thread (i.e. is technically "subscribed to").</div>
<div id="t_desc"><?php echo MANUAL_NF_D_14; ?></div>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=13" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=15" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=15" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,12 +1,12 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Tribes images in profile" title="Tribes images in profile" /> Tribes images in profile</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_15; ?>" title="<?php echo MANUAL_NF_T_15; ?>" /> <?php echo MANUAL_NF_T_15; ?></h1>
<div id="t_desc">Using this innovation, any player can add to the description of his profile an image of his tribe with a small description (Romans, Teutons, Gauls).</div>
<div id="t_desc"><?php echo MANUAL_NF_D_15; ?></div>
<br><br>
<center><img src="/img/rpage/Roman1.jpg"> <img src="/img/rpage/Teuton1.jpg"> <img src="/img/rpage/Gaul1.jpg"></center>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=14" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=16" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=16" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,12 +1,12 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="MHs images in profile" title="MHs images in profile" /> MHs images in profile</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_16; ?>" title="<?php echo MANUAL_NF_T_16; ?>" /> <?php echo MANUAL_NF_T_16; ?></h1>
<div id="t_desc">In fact, for players this is a useless function, since it is intended only for Administrators and Multihunters. With it, Administrators and Multihunters will be able to add to their profile descriptions various interesting images with descriptions to them.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_16; ?></div>
<br><br>
<center><img src="gpack/travian_default/img/t/MH.png"></center>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=15" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=17" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=17" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,10 +1,10 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Display artifact in profile" title="Display artifact in profile" /> Display artifact in profile</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_17; ?>" title="<?php echo MANUAL_NF_T_17; ?>" /> <?php echo MANUAL_NF_T_17; ?></h1>
<div id="t_desc">If there is an artifact in one of the villages, this will be displayed in the player's profile in front of the corresponding village in which it is located. This function was presented in Travian T4.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_17; ?></div>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=16" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=18" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=18" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,10 +1,10 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Display WoW in profile" title="Display WoW in profile" /> Display WoW in profile</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_18; ?>" title="<?php echo MANUAL_NF_T_18; ?>" /> <?php echo MANUAL_NF_T_18; ?></h1>
<div id="t_desc">If in the village there is a playground for the construction of the Wonder of the World, this will be displayed in the profile opposite the corresponding village. This function was presented in Travian T4.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_18; ?></div>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=17" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=19" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=19" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+3 -3
View File
@@ -1,10 +1,10 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo VACATION_MODE; ?>" title="<?php echo VACATION_MODE; ?>" /> <?php echo VACATION_MODE; ?></h1>
<div id="t_desc">Vacation mode allows you to protect your empire from any hostile actions of other players during your long absence. True, for this there are certain conditions that will entail a backlog in the development of your empire. This function was presented in Travian T4.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_19; ?></div>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=18" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=20" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=20" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,10 +1,10 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Catapult targets" title="Catapult targets" /> Catapult targets</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_20; ?>" title="<?php echo MANUAL_NF_T_20; ?>" /> <?php echo MANUAL_NF_T_20; ?></h1>
<div id="t_desc">If you send the catapults to a normal attack, you can see in the rally point which targets you set for the attack. This function was presented in Travian T4.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_20; ?></div>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=19" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=21" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=21" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,10 +1,10 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Manual on Nature and Natars" title="Manual on Nature and Natars" /> Manual on Nature and Natars</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_21; ?>" title="<?php echo MANUAL_NF_T_21; ?>" /> <?php echo MANUAL_NF_T_21; ?></h1>
<div id="t_desc">With the help of this information in the manual, you can find a description of the forces of Nature and Natars.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_21; ?></div>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=20" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=22" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=22" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,10 +1,10 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Direct links placement" title="Direct links placement" /> Direct links placement</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_22; ?>" title="<?php echo MANUAL_NF_T_22; ?>" /> <?php echo MANUAL_NF_T_22; ?></h1>
<div id="t_desc">The location of the Direct links is changing. In the original Travian T3.6 Direct links are placed in the right menu below the list of villages which is not entirely convenient. If this option is enabled then Direct links will be placed in the left menu that is much more convenient.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_22; ?></div>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=21" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=23" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=23" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,12 +1,12 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Medal Veteran Player" title="Medal Veteran Player" /> Medal Veteran Player</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_23; ?>" title="<?php echo MANUAL_NF_T_23; ?>" /> <?php echo MANUAL_NF_T_23; ?></h1>
<div id="t_desc">The medal of which is awarded to players losing by the same email address of 3 or more years. Can be added to the profile description. This function was presented in Travian T4.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_23; ?></div>
<br><br>
<center><img src="gpack/travian_default/img/t/Veteran_Medal.jpg"></center>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=22" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=24" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=24" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,12 +1,12 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Medal Veteran Player 5a" title="Medal Veteran Player 5a" /> Medal Veteran Player 5a</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_24; ?>" title="<?php echo MANUAL_NF_T_24; ?>" /> <?php echo MANUAL_NF_T_24; ?></h1>
<div id="t_desc">The medal of which is awarded to players losing by the same email address of 5 or more years. Can be added to the profile description. This function was presented in Travian T4.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_24; ?></div>
<br><br>
<center><img src="gpack/travian_default/img/t/5year_medal.png"></center>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=23" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=25" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=25" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,12 +1,12 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Medal Veteran Player 10a" title="Medal Veteran Player 10a" /> Medal Veteran Player 10a</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_25; ?>" title="<?php echo MANUAL_NF_T_25; ?>" /> <?php echo MANUAL_NF_T_25; ?></h1>
<div id="t_desc">The medal of which is awarded to players losing by the same email address of 10 or more years. Can be added to the profile description. This function was presented in Travian T4.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_25; ?></div>
<br><br>
<center><img src="gpack/travian_default/img/t/10_year_medal.png"></center>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=24" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+4 -4
View File
@@ -1,6 +1,6 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="Special Medals" title="Special Medals" /> Special Medals</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="<?php echo MANUAL_NF_T_26; ?>" title="<?php echo MANUAL_NF_T_26; ?>" /> <?php echo MANUAL_NF_T_26; ?></h1>
<div id="t_desc">The medal of which is awarded to players losing by the same email address of 10 or more years. Can be added to the profile description. This function was presented in Travian T4.</div>
<div id="t_desc"><?php echo MANUAL_NF_D_26; ?></div>
<br>
<div style="max-height:320px; overflow-y:auto; overflow-x:hidden; padding-right:4px;">
@@ -14,7 +14,7 @@
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=24" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="new features" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo NEW_FEATURES; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=13&amp;s=31" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+18 -18
View File
@@ -1,27 +1,27 @@
<h1><img class="unit ugeb" src="img/x.gif" alt="" title="" /> New features</h1>
<h1><img class="unit ugeb" src="img/x.gif" alt="" title="" /> <?php echo NEW_FEATURES; ?></h1>
<ul>
<li><a href="manual.php?typ=11&amp;gid=11">Display oasis in profile</a> <?php echo NEW_FUNCTIONS_OASIS ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=12">Alliance invitation message</a> <?php echo NEW_FUNCTIONS_ALLIANCE_INVITATION ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=13">New Alliance & Embassy Mechanics</a> <?php echo NEW_FUNCTIONS_EMBASSY_MECHANICS ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=14">New forum post message</a> <?php echo NEW_FUNCTIONS_FORUM_POST_MESSAGE ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=15">Tribes images in profile</a> <?php echo NEW_FUNCTIONS_TRIBE_IMAGES ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=16">MHs images in profile</a> <?php echo NEW_FUNCTIONS_MHS_IMAGES ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=17">Display artifact in profile</a> <?php echo NEW_FUNCTIONS_DISPLAY_ARTIFACT ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=18">Display WoW in profile</a> <?php echo NEW_FUNCTIONS_DISPLAY_WONDER ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=19"><?php echo VACATION_MODE; ?></a> <?php echo NEW_FUNCTIONS_VACATION ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=20">Catapult targets</a> <?php echo NEW_FUNCTIONS_DISPLAY_CATAPULT_TARGET ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=21">Manual on Nature and Natars</a> <?php echo NEW_FUNCTIONS_MANUAL_NATURENATARS ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=22">Direct links placement</a> <?php echo NEW_FUNCTIONS_DISPLAY_LINKS ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=23">Medal Veteran Player</a> <?php echo NEW_FUNCTIONS_MEDAL_3YEAR ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=24">Medal Veteran Player 5a</a> <?php echo NEW_FUNCTIONS_MEDAL_5YEAR ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=25">Medal Veteran Player 10a</a> <?php echo NEW_FUNCTIONS_MEDAL_10YEAR ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=26">Special Medals</a> <?php echo NEW_FUNCTIONS_SPECIAL_MEDALS_SYSTEM ? "<b><font color='Green'>Enabled</font></b>" : "<b><font color='Red'>Disabled</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=11"><?php echo MANUAL_NF_T_11; ?></a> <?php echo NEW_FUNCTIONS_OASIS ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=12"><?php echo MANUAL_NF_T_12; ?></a> <?php echo NEW_FUNCTIONS_ALLIANCE_INVITATION ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=13"><?php echo MANUAL_NF_T_13; ?></a> <?php echo NEW_FUNCTIONS_EMBASSY_MECHANICS ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=14"><?php echo MANUAL_NF_T_14; ?></a> <?php echo NEW_FUNCTIONS_FORUM_POST_MESSAGE ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=15"><?php echo MANUAL_NF_T_15; ?></a> <?php echo NEW_FUNCTIONS_TRIBE_IMAGES ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=16"><?php echo MANUAL_NF_T_16; ?></a> <?php echo NEW_FUNCTIONS_MHS_IMAGES ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=17"><?php echo MANUAL_NF_T_17; ?></a> <?php echo NEW_FUNCTIONS_DISPLAY_ARTIFACT ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=18"><?php echo MANUAL_NF_T_18; ?></a> <?php echo NEW_FUNCTIONS_DISPLAY_WONDER ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=19"><?php echo VACATION_MODE; ?></a> <?php echo NEW_FUNCTIONS_VACATION ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=20"><?php echo MANUAL_NF_T_20; ?></a> <?php echo NEW_FUNCTIONS_DISPLAY_CATAPULT_TARGET ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=21"><?php echo MANUAL_NF_T_21; ?></a> <?php echo NEW_FUNCTIONS_MANUAL_NATURENATARS ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=22"><?php echo MANUAL_NF_T_22; ?></a> <?php echo NEW_FUNCTIONS_DISPLAY_LINKS ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=23"><?php echo MANUAL_NF_T_23; ?></a> <?php echo NEW_FUNCTIONS_MEDAL_3YEAR ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=24"><?php echo MANUAL_NF_T_24; ?></a> <?php echo NEW_FUNCTIONS_MEDAL_5YEAR ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=25"><?php echo MANUAL_NF_T_25; ?></a> <?php echo NEW_FUNCTIONS_MEDAL_10YEAR ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
<li><a href="manual.php?typ=11&amp;gid=26"><?php echo MANUAL_NF_T_26; ?></a> <?php echo NEW_FUNCTIONS_SPECIAL_MEDALS_SYSTEM ? "<b><font color='Green'>".MANUAL_NF_ENABLED."</font></b>" : "<b><font color='Red'>".MANUAL_NF_DISABLED."</font></b>"; ?></li>
</ul>
<map id="nav" name="nav">
<area href="manual.php?typ=11&amp;s=25" title="<?php echo BACK; ?>" coords="0,0,45,18" shape="rect" alt="" />
<area href="manual.php?s=1" title="<?php echo OVERVIEW; ?>" coords="46,0,70,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=11" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="manual.php?typ=11&amp;s=11" title="<?php echo FORWARD; ?>" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />