Added Portuguese lang

This commit is contained in:
Unick Soft
2020-10-10 18:12:28 +02:00
parent bc1a41ca28
commit 06f5d3929a
17 changed files with 309 additions and 2 deletions

7
lang/pt/404.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
$g_lang["head"] = "Page is not found";
$g_lang["message"] = "<p>Sorry, but the page was not found on the server.</p>\n\n<p>Perhaps, these options may&nbsp;help you:</p>\n\n<ul>\n <li>Go to the <a href=\"/\" title=\"Go to home page\">home page</a></li>\n <li>Return to the <a href=\"javascript:history.back()\" title=\"Go to previous page\">previous page</a></li>\n</ul>\n";
$g_lang["m_title"] = "404 Page is not found";
?>