Update contacts.php

This commit is contained in:
Victor Schmidt 2023-10-04 20:40:07 -03:00 committed by GitHub
parent e1ce76631a
commit 357f6a2623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
<?php <?php
$g_lang["title_notg"] = "Graph Online feedback"; $g_lang["title_notg"] = "Feedback Graph Online";
$g_lang["text"] = "<p>Please, send your questions to <a href=\"mailto:admin@graphonline.ru?subject=Graphonline%20-%20feedback\">admin@graphonline.ru</a> or look <a href=\"https://www.facebook.com/pg/Graphonline-2230709670325388\" target=\"_blank\">our facebook page</a></p>"; $g_lang["text"] = "<p>Por favor, envie suas perguntas para <a href=\"mailto:admin@graphonline.ru?subject=Graphonline%20-%20feedback\">admin@graphonline.ru</a> ou visite <a href=\"https://www.facebook.com/pg/Graphonline-2230709670325388\" target=\"_blank\">nossa página no facebook</a></p>";
$g_lang["m_title"] = "Graph Online contacts"; $g_lang["m_title"] = "Contatos Graph Online";
$g_lang["m_keyWords"] = "graph online contacts"; $g_lang["m_keyWords"] = "contatos graph online";
$g_lang["m_description"] = "Contacts with admins of Graph online."; $g_lang["m_description"] = "Contatos com administradores do Graph Online.";
?> ?>