mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-09 12:51:01 +00:00
Add Translation to Admin Panel
Add Translation to Admin Panel
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user