Fix Dutch translation

This commit is contained in:
Unick Soft 2020-05-30 13:46:18 +02:00
parent ce17d9ed92
commit 40150aba94
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
<?php
$g_lang["title_notg"] = "Vind het kortste pad";
$g_lang["text"] = "<p>Créeer een graaf en vind het kortste pad. Op de Help pagina kunt u <a href=\"/en/help\"> een uitleg video vinden.</a>.</p>";
$g_lang["add_node"] = "Voeg knoop toe";
$g_lang["connect_nodes"] = "Verbind knopen";

View File

@ -1,5 +1,5 @@
<?php
$g_lang["home"] = "Thuis";
$g_lang["back"] = "Terug";
$g_lang["home_notg"] = "Thuis";
$g_lang["back_notg"] = "Terug";
?>