tl: errors/ > pt-BR

This commit is contained in:
Vitor Gonçalves 2023-12-03 14:37:19 -03:00
parent 9c7f576085
commit 383fda3bdd
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
4 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
<body>
<!--#include file="/en/nav.php" -->
<h1>403 Forbidden</h1>
<p>You do not have access to this page. This may be because the www-data user does not have sufficient read permissions on the file.</p>
<p>Você não tem acesso a esta página. Isso pode ser porque o usuário www-data pode não ter as permissões de leitura corretas neste arquivo.</p>
<!--#include file="/en/errors/common.html" -->
<!--#include file="/en/footer.cgi" -->
</body>

View File

@ -9,7 +9,7 @@
<body>
<!--#include file="/en/nav.php" -->
<h1>404 Not Found</h1>
<p>The page you are trying to reach either does not exist or you do not have permission to view it.</p>
<p>A página que você visitou pode não existir ou não ter as permissões corretas de leitura.</p>
<!--#include file="/en/errors/common.html" -->
<!--#include file="/en/footer.cgi" -->
</body>

View File

@ -9,7 +9,7 @@
<body>
<!--#include file="/en/nav.php" -->
<h1>503 Service Unavailable</h1>
<p>This service is unavailable.</p>
<p>Este serviço está indisponível.</p>
<!--#include file="/en/errors/common.html" -->
<!--#include file="/en/footer.cgi" -->
</body>

View File

@ -1,2 +1,2 @@
<p>Contact an <a href=/pt-BR/admins>admin</a> if this is a mistake.</p>
<a href=/pt-BR/>Go Home</a>
<p>Contate um <a href=/pt-BR/admins>administrador</a> se isso é um erro.</p>
<a href=/pt-BR/>Página principal</a>