Merge pull request #21626 from Antojose93/translate-error

agregar un mensaje de error traducido al espanol
This commit is contained in:
Laurent Destailleur 2023-01-08 14:27:57 +01:00 committed by GitHub
commit 3f3cb61424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -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').'.' : ''; ?>

View File

@ -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').'.' : ''; ?>