Revert "Added help to translate french"

This reverts commit f47064ede7205c283ccebcccddd8fcae8f534a1b.
This commit is contained in:
Unick Soft 2020-04-18 13:12:23 +02:00
parent f47064ede7
commit 363e09cd90
3 changed files with 2 additions and 6 deletions

View File

@ -173,6 +173,4 @@
$g_lang["replace_edge"] = "replace current";
$g_lang["add_edge"] = "add (multigraph)";
$g_lang["translate_french"] = "You can help us with translation of our service to French. More details...";
?>

View File

@ -176,6 +176,4 @@
$g_lang["graph_is_multi_message"] = "Мультиграф не поддерживает все алгоритмы";
$g_lang["graph_is_general_message"] = "";
$g_lang["translate_french"] = "Вы можете помочь с переводом нашего сервиса на французский. Подробнее...";
?>

View File

@ -164,10 +164,10 @@
</section>
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
<a class="ProgresssBarLink" href="https://docs.google.com/spreadsheets/d/1zWpRDsOfnlGeE78H7GnetffGC5LM-J3mqKRgOhowfbM/edit?usp=sharing" target="_blank">
<a class="ProgresssBarLink" href="opensource" target="_blank">
<div class="ProgressBar" style="height:32px">
<div class="ProgressBarFill" style="width:0%;"></div>
<span class="ProgressBarText" style="top:-28px"><p><?= L('translate_french')?></p></span>
<span class="ProgressBarText" style="top:-28px"><p><?= L('opensource_message')?></p></span>
</div>
</a>
</section>