mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-14 11:46:10 +00:00
Added French translation
This commit is contained in:
7
lang/fr/404.php
Normal file
7
lang/fr/404.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$g_lang["head"] = "La page est introuvable";
|
||||
$g_lang["message"] = "<p>Désolé, mais la page est introuvable sur le serveur.</p>\n\n<p>Perhaps, these options may 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 La page est introuvable";
|
||||
?>
|
||||
Reference in New Issue
Block a user