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
+2 -2
View File
@@ -35,7 +35,7 @@ if($isAdmin) {
<a href="?m=off"
title="Pornit de <?=htmlspecialchars($starterName)?> la <?=$started?> - Click pentru OPRIRE"
style="color:#dc2626; font-weight:700;">
Maintenance ON
<?php echo TZ_MAINTENANCE_ON; ?>
</a>
<?php
} else {
@@ -43,7 +43,7 @@ if($isAdmin) {
<a href="?m=on"
title="Server deschis - Click pentru ACTIVARE"
style="color:#16a34a; font-weight:700;">
Maintenance OFF
<?php echo TZ_MAINTENANCE_OFF; ?>
</a>
<?php
}