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
+6 -6
View File
@@ -37,7 +37,7 @@ $t = isset($_GET['t']) ? (int)$_GET['t'] : 0;
<div class="clear"></div>
<h4 class="chartHeadline">Military events</h4>
<h4 class="chartHeadline"><?php echo TZ_MILITARY_EVENTS; ?></h4>
<div id="submenu">
@@ -45,14 +45,14 @@ $t = isset($_GET['t']) ? (int)$_GET['t'] : 0;
<a href="allianz.php?s=3&f=32">
<img src="img/x.gif"
class="<?php echo ($f === 32 ? 'active btn_def' : 'btn_def'); ?>"
alt="Defender" title="Defender" />
alt="<?php echo DEFENDER; ?>" title="<?php echo DEFENDER; ?>" />
</a>
<!-- ATTACKER -->
<a href="allianz.php?s=3&f=31">
<img src="img/x.gif"
class="<?php echo ($f === 31 ? 'active btn_off' : 'btn_off'); ?>"
alt="Attacker" title="Attacker" />
alt="<?php echo ATTACKER; ?>" title="<?php echo ATTACKER; ?>" />
</a>
</div>
@@ -189,9 +189,9 @@ if ($f === 31 || $f === 32) {
<table cellpadding="1" cellspacing="1" id="offs">
<thead>
<tr>
<td>Player</td>
<td>Alliance</td>
<td>Date</td>
<td><?php echo PLAYER; ?></td>
<td><?php echo ALLIANCE; ?></td>
<td><?php echo DATE; ?></td>
</tr>
</thead>