From ac393a5efc5486b21c6b8425adfafc404a86556f Mon Sep 17 00:00:00 2001 From: Victor Schmidt <101749261+victorrschmidt@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:33:13 -0300 Subject: [PATCH] Update 404.php --- lang/pt/404.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/pt/404.php b/lang/pt/404.php index 06c9a1c..19149df 100644 --- a/lang/pt/404.php +++ b/lang/pt/404.php @@ -1,7 +1,7 @@ Sorry, but the page was not found on the server.

\n\n

Perhaps, these options may help you:

\n\n\n"; + $g_lang["head"] = "Página não encontrada"; + $g_lang["message"] = "

Desculpe, mas a página não foi encontrada no servidor.

\n\n

Talvez essas opções possam ajudar:

\n\n\n"; - $g_lang["m_title"] = "404 Page is not found"; -?> \ No newline at end of file + $g_lang["m_title"] = "404 Página não encontrada"; +?>