Update _500.php

This commit is contained in:
Victor Schmidt 2023-10-04 20:35:52 -03:00 committed by GitHub
parent ac393a5efc
commit 433e2f3d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<?php
$g_lang['m_title'] = '500 Internal Server Error';
$g_lang['head'] = 'Site Error';
$g_lang['message'] = 'Sorry, but there is an error on the site.';
$g_lang['m_title'] = '500 Erro Interno do Servidor';
$g_lang['head'] = 'Erro no site';
$g_lang['message'] = 'Desculpe, mas houve um erro no site.';
?>