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
+6 -6
View File
@@ -49,11 +49,11 @@ $artifactInfo = $artifact ? Artifacts::getArtifactInfo($artifact) : null;
<tr>
<th class="del"></th>
<th class="icon"></th>
<th>Name</th>
<th>Bonus</th>
<th>Area of effect</th>
<th>Time of conquer</th>
<th>Time of activation</th>
<th><?php echo ADM_NAME; ?></th>
<th><?php echo ADM_BONUS; ?></th>
<th><?php echo ADM_AREA_OF_EFFECT; ?></th>
<th><?php echo ADM_TIME_OF_CONQUER; ?></th>
<th><?php echo ADM_TIME_OF_ACTIVATION; ?></th>
<?php if($artifactOfTheFool) echo '<th>Next activation</th>'; ?>
</tr>
</thead>
@@ -74,7 +74,7 @@ $artifactInfo = $artifact ? Artifacts::getArtifactInfo($artifact) : null;
<?php if($village['owner'] != 3 && !empty($artifact)): ?>
<div class="artifact-foot">
<a href="admin.php?action=returnArtifact&artid=<?php echo $artifact['id']; ?>">Return to Natars</a>
<a href="admin.php?action=returnArtifact&artid=<?php echo $artifact['id']; ?>"><?php echo ADM_RETURN_TO_NATARS; ?></a>
</div>
<?php endif; ?>
</div>