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
+13 -13
View File
@@ -33,15 +33,15 @@ $nummedals = $sql['Total'];
<table id="member">
<thead>
<tr>
<th>Medal Information</th>
<th><?php echo ADM_MEDAL_INFORMATION; ?></th>
</tr>
</thead>
</table>
<table id="profile">
<thead>
<tr>
<td>Week</td>
<td>Medals</td>
<td><?php echo ADM_WEEK; ?></td>
<td><?php echo ADM_MEDALS_2; ?></td>
</tr>
</thead>
<tbody>
@@ -69,15 +69,15 @@ $nummedals = $sql['Total'];
<table id="member">
<thead>
<tr>
<th>Medal Week by Week</th>
<th><?php echo ADM_MEDAL_WEEK_BY_WEEK; ?></th>
</tr>
</thead>
</table>
<table id="profile">
<thead>
<tr>
<td>Week</td>
<td>Medals</td>
<td><?php echo ADM_WEEK; ?></td>
<td><?php echo ADM_MEDALS_2; ?></td>
<td></td>
</tr>
</thead>
@@ -114,13 +114,13 @@ $nummedals = $sql['Total'];
<table id="profile">
<thead>
<tr>
<td>Medal</td>
<td>BB-Code</td>
<td>Type</td>
<td>Player</td>
<td>Rank</td>
<td>Week</td>
<td>Points</td>
<td><?php echo ADM_MEDAL; ?></td>
<td><?php echo ADM_BB_CODE; ?></td>
<td><?php echo ADM_TYPE; ?></td>
<td><?php echo ADM_PLAYER_2; ?></td>
<td><?php echo ADM_RANK; ?></td>
<td><?php echo ADM_WEEK; ?></td>
<td><?php echo ADM_POINTS_2; ?></td>
</tr>
</thead>
<tbody>