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
+12 -13
View File
@@ -1,34 +1,33 @@
<div id="content" class="activate">
<h1><img src="img/x.gif" class="anmelden" alt="register for the game"></h1>
<h1><img src="img/x.gif" class="anmelden" alt="<?php echo TZ_REGISTER_FOR_THE_GAME; ?>"></h1>
<h6>No email received?</h6>
In order to play Travian you need a valid email address to which the activation code can be send. There are exceptional cases when this email might not arrive.
<p class="f10 e b">Following causes are possible:</p>
<h6><?php echo TZ_NO_EMAIL_RECEIVED; ?></h6>
<?php echo TZ_IN_ORDER_TO_PLAY_TRAVIAN_YOU_NEED; ?>
<p class="f10 e b"><?php echo TZ_FOLLOWING_CAUSES_ARE_POSSIBLE; ?></p>
<div class="f10">
<ul>
<li>Typos in the email address</li>
<li>The email account`s storage limit is reached</li>
<li>Wrong domain: There is e.g. no @aol.de, only @aol.com</li>
<li>The email has been moved to the spam/junk folder</li>
<li><?php echo TZ_TYPOS_IN_THE_EMAIL_ADDRESS; ?></li>
<li><?php echo TZ_THE_EMAIL_ACCOUNT_S_STORAGE_LIMIT; ?></li>
<li><?php echo TZ_WRONG_DOMAIN_THERE_IS_E_G_NO_AOL_D; ?></li>
<li><?php echo TZ_THE_EMAIL_HAS_BEEN_MOVED_TO_THE_SP; ?></li>
</ul>
<br /><br />You can undo the registration and re-register with a <u>different email address</u>.
Then the activation code will be send again</div>
<br /><br /><?php echo TZ_YOU_CAN_UNDO_THE_REGISTRATION_AND; ?> <u><?php echo TZ_DIFFERENT_EMAIL_ADDRESS; ?></u><?php echo TZ_ML_ACTIVATION_RESENT; ?></div>
<form action="activate.php" method="POST">
<input type="hidden" name="id" value="<?php echo $_GET['id']; ?>" />
<input type="hidden" name="ft" value="a3" />
<table cellpadding="1" cellspacing="1">
<tr class="top">
<th>Nickname</th>
<th><?php echo NICKNAME; ?></th>
<td class="name"><?php $naam=$database->getActivateField($_GET['id'],"username",0); echo $naam; ?></td>
</tr>
<tr class="btm">
<th>Password</th>
<th><?php echo PASSWORD; ?></th>
<td><input class="text" type="password" name="pw" maxlength="20" /></td>
</tr>
</table>
<p class="btn">
<button class="trav_buttons" id="btn_delete" alt="delete" value="delete" name="delreports" /> Delete </button>
<button class="trav_buttons" id="btn_delete" alt="<?php echo DELETE; ?>" value="delete" name="delreports" /> <?php echo DELETE; ?> </button>
</p>
</form>
</div>