l10n: full interface translation (FR/RO/IT/ZH) + EN fallback hardening (#186)

This commit is contained in:
Ferywir
2026-06-09 09:28:59 +02:00
committed by GitHub
parent 695a4352e8
commit 5d366284e6
381 changed files with 7969 additions and 4761 deletions
+29 -29
View File
@@ -1,127 +1,127 @@
<tbody>
<tr>
<th>Romans</th>
<th><?php echo TRIBE1; ?></th>
</tr>
<tr>
<td class="details">
<table cellpadding="1" cellspacing="1"><tr>
<td class="ico">
<img src="img/x.gif" class="unit u1" title="Legionnaire" alt="Legionnaire" />
<img src="img/x.gif" class="unit u1" title="<?php echo U1; ?>" alt="<?php echo U1; ?>" />
</td>
<td class="desc">
Legionnaire
</td><td class="value">
<input class="text" type="text" name="a2_1" value="<?php echo $form->getValue('a2_1'); ?>" maxlength="10" title="Number Legionnaire" />
<input class="text" type="text" name="a2_1" value="<?php echo $form->getValue('a2_1'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U1; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_1" value="<?php echo $form->getValue('f2_1'); ?>" maxlength="2" title="Level Armoury Legionnaire" />
<input class="text" type="text" name="f2_1" value="<?php echo $form->getValue('f2_1'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U1; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u2" title="Praetorian" alt="Praetorian" />
<img src="img/x.gif" class="unit u2" title="<?php echo U2; ?>" alt="<?php echo U2; ?>" />
</td>
<td class="desc">
Praetorian
</td><td class="value">
<input class="text" type="text" name="a2_2" value="<?php echo $form->getValue('a2_2'); ?>" maxlength="10" title="Number Praetorian" />
<input class="text" type="text" name="a2_2" value="<?php echo $form->getValue('a2_2'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U2; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_2" value="<?php echo $form->getValue('f2_2'); ?>" maxlength="2" title="Level Armoury Praetorian" />
<input class="text" type="text" name="f2_2" value="<?php echo $form->getValue('f2_2'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U2; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u3" title="Imperian" alt="Imperian" />
<img src="img/x.gif" class="unit u3" title="<?php echo U3; ?>" alt="<?php echo U3; ?>" />
</td>
<td class="desc">
Imperian
</td><td class="value">
<input class="text" type="text" name="a2_3" value="<?php echo $form->getValue('a2_3'); ?>" maxlength="10" title="Number Imperian" />
<input class="text" type="text" name="a2_3" value="<?php echo $form->getValue('a2_3'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U3; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_3" value="<?php echo $form->getValue('f2_3'); ?>" maxlength="2" title="Level Armoury Imperian" />
<input class="text" type="text" name="f2_3" value="<?php echo $form->getValue('f2_3'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U3; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u4" title="Equites Legati" alt="Equites Legati" />
<img src="img/x.gif" class="unit u4" title="<?php echo U4; ?>" alt="<?php echo U4; ?>" />
</td>
<td class="desc">
Equites Legati
</td><td class="value">
<input class="text" type="text" name="a2_4" value="<?php echo $form->getValue('a2_4'); ?>" maxlength="10" title="Number Equites Legati" />
<input class="text" type="text" name="a2_4" value="<?php echo $form->getValue('a2_4'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U4; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_4" value="<?php echo $form->getValue('f2_4'); ?>" maxlength="2" title="Level Armoury Equites Legati" />
<input class="text" type="text" name="f2_4" value="<?php echo $form->getValue('f2_4'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U4; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u5" title="Equites Imperatoris" alt="Equites Imperatoris" />
<img src="img/x.gif" class="unit u5" title="<?php echo U5; ?>" alt="<?php echo U5; ?>" />
</td>
<td class="desc">
Equites Imperatoris
</td><td class="value">
<input class="text" type="text" name="a2_5" value="<?php echo $form->getValue('a2_5'); ?>" maxlength="10" title="Number Equites Imperatoris" />
<input class="text" type="text" name="a2_5" value="<?php echo $form->getValue('a2_5'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U5; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_5" value="<?php echo $form->getValue('f2_5'); ?>" maxlength="2" title="Level Armoury Equites Imperatoris" />
<input class="text" type="text" name="f2_5" value="<?php echo $form->getValue('f2_5'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U5; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u6" title="Equites Caesaris" alt="Equites Caesaris" />
<img src="img/x.gif" class="unit u6" title="<?php echo U6; ?>" alt="<?php echo U6; ?>" />
</td>
<td class="desc">
Equites Caesaris
</td><td class="value">
<input class="text" type="text" name="a2_6" value="<?php echo $form->getValue('a2_6'); ?>" maxlength="10" title="Number Equites Caesaris" />
<input class="text" type="text" name="a2_6" value="<?php echo $form->getValue('a2_6'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U6; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_6" value="<?php echo $form->getValue('f2_6'); ?>" maxlength="2" title="Level Armoury Equites Caesaris" />
<input class="text" type="text" name="f2_6" value="<?php echo $form->getValue('f2_6'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U6; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u7" title="Battering Ram" alt="Battering Ram" />
<img src="img/x.gif" class="unit u7" title="<?php echo U7; ?>" alt="<?php echo U7; ?>" />
</td>
<td class="desc">
Battering Ram
</td><td class="value">
<input class="text" type="text" name="a2_7" value="<?php echo $form->getValue('a2_7'); ?>" maxlength="10" title="Number Battering Ram" />
<input class="text" type="text" name="a2_7" value="<?php echo $form->getValue('a2_7'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U7; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_7" value="<?php echo $form->getValue('f2_7'); ?>" maxlength="2" title="Level Armoury Battering Ram" />
<input class="text" type="text" name="f2_7" value="<?php echo $form->getValue('f2_7'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U7; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u8" title="Fire Catapult" alt="Fire Catapult" />
<img src="img/x.gif" class="unit u8" title="<?php echo U8; ?>" alt="<?php echo U8; ?>" />
</td>
<td class="desc">
Fire Catapult
</td><td class="value">
<input class="text" type="text" name="a2_8" value="<?php echo $form->getValue('a2_8'); ?>" maxlength="10" title="Number Fire Catapult" />
<input class="text" type="text" name="a2_8" value="<?php echo $form->getValue('a2_8'); ?>" maxlength="10" title="<?php echo TZ_NUMBER; ?> <?php echo U8; ?>" />
</td>
<td class="research">
<input class="text" type="text" name="f2_8" value="<?php echo $form->getValue('f2_8'); ?>" maxlength="2" title="Level Armoury Fire Catapult" />
<input class="text" type="text" name="f2_8" value="<?php echo $form->getValue('f2_8'); ?>" maxlength="2" title="<?php echo LEVEL; ?> <?php echo ARMOURY; ?> <?php echo U8; ?>" />
</td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u9" title="Senator" alt="Senator" />
<img src="img/x.gif" class="unit u9" title="<?php echo U9; ?>" alt="<?php echo U9; ?>" />
</td>
<td class="desc">
Senator
</td><td class="value">
<input class="text" type="text" name="a2_9" value="<?php echo $form->getValue('a2_9'); ?>" maxlength="6" title="Number Senator" />
<input class="text" type="text" name="a2_9" value="<?php echo $form->getValue('a2_9'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U9; ?>" />
</td>
<td class="research"></td></tr><tr>
<td class="ico">
<img src="img/x.gif" class="unit u10" title="Settler" alt="Settler" />
<img src="img/x.gif" class="unit u10" title="<?php echo U10; ?>" alt="<?php echo U10; ?>" />
</td>
<td class="desc">
Settler
</td><td class="value">
<input class="text" type="text" name="a2_10" value="<?php echo $form->getValue('a2_10'); ?>" maxlength="6" title="Number Settler" />
<input class="text" type="text" name="a2_10" value="<?php echo $form->getValue('a2_10'); ?>" maxlength="6" title="<?php echo TZ_NUMBER; ?> <?php echo U10; ?>" />
</td>
<td class="research"></td></tr></table>
</td>