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
+2 -2
View File
@@ -1,4 +1,4 @@
<h1 class="left">Check & Edit Map Tile</h1>
<h1 class="left"><?php echo ADM_CHECK_EDIT_MAP_TILE; ?></h1>
<?php
#################################################################################
@@ -168,7 +168,7 @@ elseif(isset($_GET['do_get']) && isset($_POST['x'])){
<b>Y</b>
<input class="text" name="y" value="<?=$coord_y?>" maxlength="4">
</div>
<button class="btn-go" type="submit">Check Tile</button>
<button class="btn-go" type="submit"><?php echo ADM_CHECK_TILE; ?></button>
</div>
</form>