1
0
forked from metin2/web

Translated 404 page

This commit is contained in:
2025-01-01 10:47:30 +02:00
parent 53a098f817
commit 9e4db9f7a0
3 changed files with 18 additions and 4 deletions

7
lang/en/app/404.php Normal file
View File

@ -0,0 +1,7 @@
<?php
return [
'title' => 'Error 404',
'header' => 'The page was not found',
'message' => 'This link is incorrect. Are you sure you properly entered the link?',
];

7
lang/ro/app/404.php Normal file
View File

@ -0,0 +1,7 @@
<?php
return [
'title' => 'Eroare 404',
'header' => 'Pagina nu a fost găsită',
'message' => 'Link-ul nu este corect. Ești sigur că ai scris corect link-ul?',
];