mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 00:06:40 +00:00
12 lines
344 B
PHP
Executable File
12 lines
344 B
PHP
Executable File
<?php
|
|
|
|
$g_lang["head_no_tags"] = "News and updates";
|
|
$g_lang["text"] = "<p>Find our news on Facebook page</p>\n";
|
|
|
|
$g_lang["m_title"] = "News of Graph Online";
|
|
$g_lang["m_keyWords"] = "graph online, news, graph, path searching";
|
|
$g_lang["m_description"] = "News of Graph Online";
|
|
|
|
$g_lang["current_language"] = "en";
|
|
?>
|