Merge pull request #21626 from Antojose93/translate-error
agregar un mensaje de error traducido al espanol
This commit is contained in:
commit
3f3cb61424
@ -20,6 +20,11 @@
|
||||
<br>
|
||||
Sorry. You are not allowed to access this resource.
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
No esta autorizado para acceder a este recurso.
|
||||
|
||||
<br>
|
||||
<?php print isset($_SERVER["HTTP_REFERER"]) ? 'You come from '.htmlentities($_SERVER["HTTP_REFERER"], ENT_COMPAT, 'UTF-8').'.' : ''; ?>
|
||||
|
||||
|
||||
@ -20,6 +20,10 @@
|
||||
<br>
|
||||
You requested a website or a page that does not exists.
|
||||
|
||||
<br>
|
||||
<br>
|
||||
la pagina o el recurso solicitado no existe.
|
||||
|
||||
<br>
|
||||
<?php print isset($_SERVER["HTTP_REFERER"]) ? 'You come from '.htmlentities($_SERVER["HTTP_REFERER"], ENT_COMPAT, 'UTF-8').'.' : ''; ?>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user