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
@@ -11,9 +11,9 @@
?>
<div style="margin-top: 50px;">
<center>
<h1>404 - File not found</h1>
<img src="../../<?php echo GP_LOCATE; ?>img/misc/404.gif" title="Not Found" alt="Not Found"><br />
<p>We looked 404 times already but can't find anything, Not even an X marking the spot.</p>
<p>This system is not complete yet. So the page probably does not exist.</p><br>
<h1><?php echo ADM_404_FILE_NOT_FOUND; ?></h1>
<img src="../../<?php echo GP_LOCATE; ?>img/misc/404.gif" title="<?php echo ADM_NOT_FOUND; ?>" alt="<?php echo ADM_NOT_FOUND; ?>"><br />
<p><?php echo ADM_WE_LOOKED_404_TIMES_ALREADY_BUT_CAN_T_FIND_A; ?></p>
<p><?php echo ADM_THIS_SYSTEM_IS_NOT_COMPLETE_YET_SO_THE_PAGE; ?></p><br>
</center>
</div>