Added translation algorithm names to French

This commit is contained in:
Unick Soft 2020-07-20 21:20:46 +02:00
parent 17a276f797
commit da1d755f4a
2 changed files with 19 additions and 19 deletions

View File

@ -151,20 +151,20 @@
$g_lang["copy_select_group"] = "Groupe de copie"; $g_lang["copy_select_group"] = "Groupe de copie";
$g_lang["remove_select_group"] = "Supprimer le groupe"; $g_lang["remove_select_group"] = "Supprimer le groupe";
$g_lang["bfs_name"] = "Breadth-first search"; $g_lang["bfs_name"] = "Parcours en largeur";
$g_lang["coloring_name"] = "Graph coloring"; $g_lang["coloring_name"] = "Coloriage du graphe";
$g_lang["find_connection_component_name"] = "Find connected components"; $g_lang["find_connection_component_name"] = "Recherche de composantes connexes";
$g_lang["dfs_name"] = "Depth-first search"; $g_lang["dfs_name"] = "Parcours en profondeur";
$g_lang["eulerin_loop_name"] = "Find Eulerian cycle"; $g_lang["eulerin_loop_name"] = "Chercher un cycle eulérien";
$g_lang["eulerin_path_name"] = "Find Eulerian path"; $g_lang["eulerin_path_name"] = "Chercher un chemin eulérien";
$g_lang["fiold_name"] = "FloydWarshall algorithm"; $g_lang["fiold_name"] = "Algorithme de Floyd-Warshall";
$g_lang["graph_reorder_name"] = "Arrange the graph"; $g_lang["graph_reorder_name"] = "Arrangement du graphe";
$g_lang["hamiltoian_cycle_name"] = "Find Hamiltonian cycle"; $g_lang["hamiltoian_cycle_name"] = "Trouver un cycle Hamiltonien";
$g_lang["hamiltonian_path_name"] = "Find Hamiltonian path"; $g_lang["hamiltonian_path_name"] = "Trouver un chemin Hamiltonien";
$g_lang["max_flow_name"] = "Find Maximum flow"; $g_lang["max_flow_name"] = "Recherche du flot maximal";
$g_lang["minimum_spanning_tree"] = "Search of minimum spanning tree"; $g_lang["minimum_spanning_tree"] = "Arbre couvrant de poids minimal";
$g_lang["modern_graph_style_name"] = "Visualisation based on weight"; $g_lang["modern_graph_style_name"] = "Visualisation pondérée";
$g_lang["radius_and_diameter_name"] = "Search graph radius and diameter"; $g_lang["radius_and_diameter_name"] = "Calcul du rayon et du diamètre du graphe";
$g_lang["find_short_path_name"] = "Find shortest path using Dijkstra's algorithm"; $g_lang["find_short_path_name"] = "Plus court chemin avec l'algorithme de Dijkstra";
$g_lang["vertices_degree_name"] = "Calculate vertexes degree"; $g_lang["vertices_degree_name"] = "Calculer le degré des sommets";
?> ?>

View File

@ -164,13 +164,13 @@
</section> </section>
<? if (L('current_language') == "fr"): ?> <? if (L('current_language') == "es"): ?>
<section style="height:32px;text-align: center;" id="bottom_info" class="hidden-phone"> <section style="height:32px;text-align: center;" id="bottom_info" class="hidden-phone">
<a class="ProgresssBarLink" href="https://docs.google.com/spreadsheets/d/1zWpRDsOfnlGeE78H7GnetffGC5LM-J3mqKRgOhowfbM/edit?usp=sharing" target="_blank"> <a class="ProgresssBarLink" href="https://docs.google.com/spreadsheets/d/1-2cdV-7cNMCNQELGeG5kuJZvLzBZsaoK-3WQqi9PyxY/edit?usp=sharing" target="_blank">
<div class="ProgressBar" style="height:32px"> <div class="ProgressBar" style="height:32px">
<div class="ProgressBarFill" style="width:0%;"></div> <div class="ProgressBarFill" style="width:0%;"></div>
<span class="ProgressBarText" style="top:-28px">You may help with translation algorithm names to French</span> <span class="ProgressBarText" style="top:-28px">You may help with translation algorithm names to Spanish</span>
</div> </div>
</a> </a>
</section> </section>