mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-02 15:56:27 +00:00
fix of french translation
https://en.wiktionary.org/wiki/lier#French for more info about this word
This commit is contained in:
parent
63a0cef6cc
commit
6dd5e2c413
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
$g_lang["title_notg"] = "Trouver le plus court chemin";
|
||||
$g_lang["title_notg"] = "Trouver le plus court chemin";
|
||||
$g_lang["text"] = "<p>Créer un graphe et trouver le plus court chemin. Sur la page d'aide <a href=\"/fr/help\"> vous trouverez un tutoriel vidéo</a>.</p>";
|
||||
$g_lang["add_node"] = "Ajouter un sommet";
|
||||
$g_lang["connect_nodes"] = "Liéer des sommets";
|
||||
$g_lang["connect_nodes"] = "Liér des sommets";
|
||||
$g_lang["delete"] = "Supprimer un objet";
|
||||
$g_lang["default"] = "Par defaut";
|
||||
$g_lang["short_path"] = "Trouver le plus court chemin";
|
||||
@ -240,4 +240,4 @@
|
||||
$g_lang['find_all_paths_from_vertex'] = "Find all shortest paths from vertex";
|
||||
$g_lang['distance_from'] = "Distance from ";
|
||||
$g_lang['path_to'] = "Path to ";
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user