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
+4 -4
View File
@@ -42,18 +42,18 @@ function fmt_bonus($ts){
<td><?php echo fmt_bonus($user['plus']); ?></td>
</tr>
<tr>
<th><img src="../img/admin/r/1.gif"> Bonus</th>
<th><img src="../img/admin/r/1.gif"><?php echo ADM_BONUS; ?></th>
<td><?php echo fmt_bonus($user['b1']); ?></td>
</tr>
<tr>
<th><img src="../img/admin/r/2.gif"> Bonus</th>
<th><img src="../img/admin/r/2.gif"><?php echo ADM_BONUS; ?></th>
<td><?php echo fmt_bonus($user['b2']); ?></td>
</tr>
<tr>
<th><img src="../img/admin/r/3.gif"> Bonus</th>
<th><img src="../img/admin/r/3.gif"><?php echo ADM_BONUS; ?></th>
<td><?php echo fmt_bonus($user['b3']); ?></td>
</tr>
<tr>
<th><img src="../img/admin/r/4.gif"> Bonus</th>
<th><img src="../img/admin/r/4.gif"><?php echo ADM_BONUS; ?></th>
<td><?php echo fmt_bonus($user['b4']); ?></td>
</tr>