Add Translation to Admin Panel

Add Translation to Admin Panel
This commit is contained in:
Catalin Novgorodschi
2026-07-26 07:58:41 +03:00
parent a23b9875a0
commit f1854c1559
97 changed files with 3938 additions and 1236 deletions
+3 -7
View File
@@ -1,13 +1,9 @@
<div style="background:#fff8e6; border:1px solid #ffcc80; color:#333; padding:12px 16px; margin:12px 0; border-radius:10px; display:flex; justify-content:space-between; align-items:center; font-size:14px;">
<div>
<i class="fa fa-exclamation-triangle" style="color:#e67e22; margin-right:6px;"></i>
The account will be deleted in
<strong style="color:#e67e22;"><?php echo $delTime; ?></strong>
<i class="fa fa-exclamation-triangle" style="color:#e67e22; margin-right:6px;"></i><?php echo ADM_THE_ACCOUNT_WILL_BE_DELETED_IN; ?><strong style="color:#e67e22;"><?php echo $delTime; ?></strong>
</div>
<a href="?p=player&uid=<?php echo $user['id']; ?>&action=StopDel"
onclick="return confirm('Cancel deletion for <?php echo htmlspecialchars(addslashes($user['username'])); ?>?');"
title="Cancel deletion"
style="background:#e74c3c; color:#fff; text-decoration:none; padding:6px 10px; border-radius:6px; font-weight:bold;">
✖ Cancel
</a>
title="<?php echo ADM_CANCEL_DELETION; ?>"
style="background:#e74c3c; color:#fff; text-decoration:none; padding:6px 10px; border-radius:6px; font-weight:bold;"><?php echo ADM_CANCEL_3; ?></a>
</div>