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
+13 -13
View File
@@ -4,25 +4,25 @@ include("Templates/Plus/pmenu.tpl");
$refLink = rtrim(HOMEPAGE, '/') . '/anmelden.php?uid=ref_' . $session->uid;
$invited = $database->getInvitedUser($session->uid);
?>
<h2>Invite friends and receive free Gold</h2>
<p>If you get new players to open an account and settle a second village, you will receive <b>50 gold</b>. You can use this gold for Plus or any gold advantage.<br><br>
To bring in new players, invite them by e-mail or share your REF link.</p>
<h2><?php echo INVITE_FRIENDS_GOLD; ?></h2>
<p><?php echo TZ_IF_YOU_GET_NEW_PLAYERS_TO_OPEN_AN; ?> <b><?php echo TZ_N_50_GOLD; ?></b><?php echo TZ_YOU_CAN_USE_THIS_GOLD_FOR_PLUS_OR; ?><br><br>
<?php echo TZ_TO_BRING_IN_NEW_PLAYERS_INVITE_THE; ?></p>
<h2>How is it done?</h2>
<h3>1) Invite your friends via Email</h3>
<h2><?php echo TZ_HOW_IS_IT_DONE; ?></h2>
<h3><?php echo TZ_N_1_INVITE_YOUR_FRIENDS_VIA_EMAIL; ?></h3>
<p><a href="plus.php?id=5&a=1&mail">&raquo; Invite by e-mail</a></p>
<h3>2) Copy your personal REF-Link and share it!</h3>
<span class="notice">Your personal REF Link:</span><br>
<span class="link" onclick="navigator.clipboard.writeText('<?= $refLink ?>'); this.style.color='#0a0';" title="Click to copy"><?= $refLink ?></span>
<h3><?php echo TZ_N_2_COPY_YOUR_PERSONAL_REF_LINK_AN; ?></h3>
<span class="notice"><?php echo TZ_YOUR_PERSONAL_REF_LINK; ?></span><br>
<span class="link" onclick="navigator.clipboard.writeText('<?= $refLink ?>'); this.style.color='#0a0';" title="<?php echo TZ_CLICK_TO_COPY; ?>"><?= $refLink ?></span>
<h3>Progress of your invited friends</h3>
<p>As soon as a player you invited founds his <b>2nd</b> village, you will be credited with <b>50</b> gold.</p>
<h3><?php echo TZ_PROGRESS_OF_YOUR_INVITED_FRIENDS; ?></h3>
<p><?php echo TZ_AS_SOON_AS_A_PLAYER_YOU_INVITED_FO; ?> <b>2nd</b> <?php echo TZ_VILLAGE_YOU_WILL_BE_CREDITED_WITH; ?> <b>50</b> <?php echo TZ_GOLD; ?></p>
<table id="brought_in" cellpadding="1" cellspacing="1">
<thead>
<tr><th colspan="4">Players brought in</th></tr>
<tr><td>UID</td><td>Member since</td><td>Inhabitants</td><td>Villages</td></tr>
<tr><th colspan="4"><?php echo TZ_PLAYERS_BROUGHT_IN; ?></th></tr>
<tr><td>UID</td><td><?php echo TZ_MEMBER_SINCE; ?></td><td><?php echo INHABITANTS; ?></td><td><?php echo VILLAGES; ?></td></tr>
</thead>
<tbody>
<?php if(!empty($invited)): ?>
@@ -39,7 +39,7 @@ To bring in new players, invite them by e-mail or share your REF link.</p>
</tr>
<?php endforeach; ?>
<?php else: ?>
<tr><td class="none" colspan="4">You have not brought in any new players yet.</td></tr>
<tr><td class="none" colspan="4"><?php echo TZ_YOU_HAVE_NOT_BROUGHT_IN_ANY_NEW_PL; ?></td></tr>
<?php endif; ?>
</tbody>
</table>