mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 06:41:01 +00:00
l10n: full interface translation (FR/RO/IT/ZH) + EN fallback hardening (#186)
This commit is contained in:
@@ -13,40 +13,40 @@ $act2=$database->getActivateField($_GET['id'],"act2",0);
|
||||
|
||||
if(isset($show)){
|
||||
?>
|
||||
<h1><img src="img/x.gif" class="anmelden" alt="register for the game"></h1>
|
||||
<h5><img src="img/x.gif" class="img_u05" alt="registration"/></h5>
|
||||
<h1><img src="img/x.gif" class="anmelden" alt="<?php echo TZ_REGISTER_FOR_THE_GAME; ?>"></h1>
|
||||
<h5><img src="img/x.gif" class="img_u05" alt="<?php echo TZ_REGISTRATION; ?>"/></h5>
|
||||
<p>
|
||||
Hello <?php echo $naam; ?>,
|
||||
<br/>
|
||||
<br/>
|
||||
The registration was successful. In the next few minutes you will receive an email with the access information.
|
||||
<?php echo TZ_THE_REGISTRATION_WAS_SUCCESSFUL_IN; ?>
|
||||
<br /><br />
|
||||
The email will be sent to following address: <span class="important"><?php echo $email; ?></span>
|
||||
<?php echo TZ_THE_EMAIL_WILL_BE_SENT_TO_FOLLOWIN; ?> <span class="important"><?php echo $email; ?></span>
|
||||
</p>
|
||||
<p>In order to activate your account enter the code or click on the link in your email.</p>
|
||||
<p><?php echo TZ_IN_ORDER_TO_ACTIVATE_YOUR_ACCOUNT; ?></p>
|
||||
<div id="activation">
|
||||
<form action="activate.php" method="post">
|
||||
<p class="important">
|
||||
Activation code:
|
||||
<?php echo TZ_ACTIVATION_CODE; ?>
|
||||
</p>
|
||||
<input class="text" type="text" name="id" maxlength="10" />
|
||||
<p>
|
||||
<input type="image" value="ok" name="s1" src="img/x.gif" id="btn_send" class="dynamic_img" alt="send"/>
|
||||
<input type="image" value="ok" name="s1" src="img/x.gif" id="btn_send" class="dynamic_img" alt="<?php echo SEND; ?>"/>
|
||||
<input type="hidden" name="ft" value="a2" />
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
<div id="no_mail">
|
||||
<p>
|
||||
<a href="activate.php?id=<?php echo $_GET['id']; ?>&c=<?php echo $generator->encodeStr($email,5); ?>"><span class="important">No email received?</span></a>
|
||||
<a href="activate.php?id=<?php echo $_GET['id']; ?>&c=<?php echo $generator->encodeStr($email,5); ?>"><span class="important"><?php echo TZ_NO_EMAIL_RECEIVED; ?></span></a>
|
||||
</p>
|
||||
<p>
|
||||
Sometimes the email is moved to the spam folder. For further help click <a href="activate.php?id=<?php echo $_GET['id']; ?>&c=<?php echo $generator->encodeStr($email,5); ?>">here</a>
|
||||
<?php echo TZ_SOMETIMES_THE_EMAIL_IS_MOVED_TO_TH; ?> <a href="activate.php?id=<?php echo $_GET['id']; ?>&c=<?php echo $generator->encodeStr($email,5); ?>"><?php echo TZ_HERE; ?></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<?php if(START_DATE > date('d.m.y') || START_DATE == date('d.m.y') && START_TIME <= date('H:i')){ ?>
|
||||
<br/><center><big>Activation Availble in: </big></center>
|
||||
<br/><center><big><?php echo TZ_ACTIVATION_AVAILBLE_IN; ?> </big></center>
|
||||
<script>
|
||||
TargetDate = "<?php echo START_DATE; ?> <?php echo START_TIME; ?>";
|
||||
CountActive = true;
|
||||
@@ -119,7 +119,7 @@ CountBack(gsecs);
|
||||
<?php
|
||||
if(START_DATE > date('d.m.y') || START_DATE == date('d.m.y') && START_TIME <= date('H:i')){
|
||||
?>
|
||||
<br/><center><big>Activation Availble in: </big></center>
|
||||
<br/><center><big><?php echo TZ_ACTIVATION_AVAILBLE_IN; ?> </big></center>
|
||||
<script language="JavaScript">
|
||||
TargetDate = "<?php echo START_DATE; ?> <?php echo START_TIME; ?>";
|
||||
CountActive = true;
|
||||
@@ -192,11 +192,11 @@ CountBack(gsecs);
|
||||
<div id="activation">
|
||||
<form action="activate.php" method="post">
|
||||
<p class="important">
|
||||
Activation code:
|
||||
<?php echo TZ_ACTIVATION_CODE; ?>
|
||||
</p>
|
||||
<input class="text" type="text" name="id" maxlength="10" />
|
||||
<p>
|
||||
<input type="image" value="ok" name="s1" src="img/x.gif" id="btn_send" class="dynamic_img" alt="send"/>
|
||||
<input type="image" value="ok" name="s1" src="img/x.gif" id="btn_send" class="dynamic_img" alt="<?php echo SEND; ?>"/>
|
||||
<input type="hidden" name="ft" value="a2" />
|
||||
</p>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<div id="content" class="activate">
|
||||
<h1><img src="img/x.gif" class="anmelden" alt="register for the game"/></h1>
|
||||
<h5><img src="img/x.gif" class="img_u05" alt="registration"/></h5>
|
||||
<h1><img src="img/x.gif" class="anmelden" alt="<?php echo TZ_REGISTER_FOR_THE_GAME; ?>"/></h1>
|
||||
<h5><img src="img/x.gif" class="img_u05" alt="<?php echo TZ_REGISTRATION; ?>"/></h5>
|
||||
|
||||
<p class="f9">Your account has been successfully activated.</p><p class="f9">Follow this link to <a href="login.php">log in</a></p>
|
||||
<p class="f9"><?php echo TZ_YOUR_ACCOUNT_HAS_BEEN_SUCCESSFULLY; ?></p><p class="f9"><?php echo TZ_FOLLOW_THIS_LINK_TO; ?> <a href="login.php"><?php echo TZ_LOG_IN; ?></a></p>
|
||||
|
||||
</div>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user