mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-01 08:07:14 +00:00
l10n: full interface translation (FR/RO/IT/ZH) + EN fallback hardening (#186)
This commit is contained in:
@@ -13,15 +13,15 @@ $return = rtrim(HOMEPAGE,'/'). '/plus.php?id=1&paid=1';
|
||||
$cancel = rtrim(HOMEPAGE,'/'). '/plus.php?id=1&cancel=1';
|
||||
?>
|
||||
<table class="rate_details" cellpadding="1" cellspacing="1">
|
||||
<thead><tr><th colspan="2">PayPal – Package B</th></tr></thead>
|
||||
<thead><tr><th colspan="2"><?php echo TZ_PAYPAL_PACKAGE_B; ?></th></tr></thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="pic">
|
||||
<img src="img/bezahlung/paypal.jpg" style="width:99px;height:99px;" alt="Package B" />
|
||||
<div>Gold: <?= $gold?><br>Cost: <?= $price?> <?= $currency?><br>Wait: instant after IPN</div>
|
||||
<img src="img/bezahlung/paypal.jpg" style="width:99px;height:99px;" alt="<?php echo PACKAGE_B; ?>" />
|
||||
<div>Gold: <?= $gold?><br>Cost: <?= $price?> <?= $currency?><br><?php echo TZ_WAIT_INSTANT_AFTER_IPN; ?></div>
|
||||
</td>
|
||||
<td class="desc">
|
||||
Pay securely with PayPal.<br><br>
|
||||
<?php echo TZ_PAY_SECURELY_WITH_PAYPAL; ?><br><br>
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||||
<input type="hidden" name="cmd" value="_xclick">
|
||||
<input type="hidden" name="business" value="<?= $paypal?>">
|
||||
@@ -37,9 +37,9 @@ $cancel = rtrim(HOMEPAGE,'/'). '/plus.php?id=1&cancel=1';
|
||||
<input type="hidden" name="cancel_return" value="<?= $cancel?>">
|
||||
<input type="hidden" name="no_shipping" value="1">
|
||||
|
||||
<input type="image" src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_buynow_107x26.png" name="submit" alt="Buy Now">
|
||||
<input type="image" src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_buynow_107x26.png" name="submit" alt="<?php echo BUY_NOW; ?>">
|
||||
</form>
|
||||
<br>After payment you will be credited automatically.
|
||||
<br><?php echo TZ_AFTER_PAYMENT_YOU_WILL_BE_CREDITED; ?>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user