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
+5 -5
View File
@@ -9,15 +9,15 @@ $paypal = defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : 'novgorodschi@icloud.com';
$base = rtrim(HOMEPAGE,'/');
?>
<table class="rate_details" cellpadding="1" cellspacing="1">
<thead><tr><th colspan="2">PayPal Package D</th></tr></thead>
<thead><tr><th colspan="2"><?php echo TZ_PAYPAL_PACKAGE_D; ?></th></tr></thead>
<tbody>
<tr>
<td class="pic">
<img src="img/bezahlung/paypal.jpg" style="width:99px;height:99px;" alt="Package D">
<div>Gold: <?= $gold ?><br>Cost: <?= $price ?> <?= $currency ?><br>Wait: instant</div>
<img src="img/bezahlung/paypal.jpg" style="width:99px;height:99px;" alt="<?php echo PACKAGE_D; ?>">
<div>Gold: <?= $gold ?><br>Cost: <?= $price ?> <?= $currency ?><br><?php echo TZ_WAIT_INSTANT; ?></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">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="<?= $paypal ?>">
@@ -30,7 +30,7 @@ $base = rtrim(HOMEPAGE,'/');
<input type="hidden" name="notify_url" value="<?= $base ?>/paypal_ipn.php">
<input type="hidden" name="return" value="<?= $base ?>/plus.php?id=1&paid=1">
<input type="hidden" name="cancel_return" value="<?= $base ?>/plus.php?id=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>
</td>
</tr>