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 -3
View File
@@ -62,12 +62,12 @@
<input name="uid" type="hidden" value="<?php echo $user['id'];?>">
<table class="punish-box">
<thead>
<tr><th>Add Village</th></tr>
<tr><th><?php echo ADM_ADD_VILLAGE; ?></th></tr>
</thead>
<tbody>
<tr>
<td style="padding-bottom:4px;border-bottom:0">
<span class="addv-label">Coordinates (X|Y)</span>
<span class="addv-label"><?php echo ADM_COORDINATES_X_Y; ?></span>
</td>
</tr>
<tr>
@@ -89,7 +89,7 @@
<tr>
<td style="padding-top:8px">
<div class="punish-row" style="justify-content:center">
<button type="submit" class="btn-add" <?php if($_SESSION['access'] != ADMIN){ echo 'disabled'; } ?>>ADD VILLAGE</button>
<button type="submit" class="btn-add" <?php if($_SESSION['access'] != ADMIN){ echo 'disabled'; } ?>><?php echo ADM_ADD_VILLAGE_2; ?></button>
</div>
</td>
</tr>