Translated 404 page
This commit is contained in:
parent
53a098f817
commit
9e4db9f7a0
7
lang/en/app/404.php
Normal file
7
lang/en/app/404.php
Normal 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
7
lang/ro/app/404.php
Normal 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?',
|
||||||
|
];
|
@ -5,17 +5,17 @@
|
|||||||
<div class="content content-last">
|
<div class="content content-last">
|
||||||
<div class="content-bg">
|
<div class="content-bg">
|
||||||
<div class="content-bg-bottom">
|
<div class="content-bg-bottom">
|
||||||
<h2>Eroare 404</h2>
|
<h2>{{ __('app/404.title') }}</h2>
|
||||||
<div class="pass-lost-inner-content">
|
<div class="pass-lost-inner-content">
|
||||||
<div class="input-data-box">
|
<div class="input-data-box">
|
||||||
<h4>Pagina nu a fost găsită</h4>
|
<h4>{{ __('app/404.header') }}</h4>
|
||||||
<p>Link-ul nu este corect. Esti sigur ca ai scris corect link-ul?</p>
|
<p>{{ __('app/404.message') }}</p>
|
||||||
</div>
|
</div>
|
||||||
<br class="clearfloat"/>
|
<br class="clearfloat"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="shadow"> </div>
|
<div class="shadow"></div>
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
Loading…
Reference in New Issue
Block a user