Dutch translation

This commit is contained in:
Carlos
2020-04-28 13:37:38 +02:00
parent ca9d85a757
commit bee430447a
4 changed files with 91 additions and 11 deletions

View File

@ -46,12 +46,13 @@
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="langDropdown">
<a class="dropdown-item" href="#" onclick="setLanguage('en_US')">English</a>
<a class="dropdown-item" href="#" onclick="setLanguage('es_ES')">Español</a>
<a class="dropdown-item" href="#" onclick="setLanguage('ru_RU')">русский</a>
<a class="dropdown-item" href="#" onclick="setLanguage('pt_BR')">Português</a>
<a class="dropdown-item" href="#" onclick="setLanguage('zh_CN')">中文</a>
<a class="dropdown-item" href="#" onclick="setLanguage('fr_FR')">Français</a>
<a class="dropdown-item" href="#" onclick="setLanguage('cs_CZ')">Czech</a>
<a class="dropdown-item" href="#" onclick="setLanguage('nl_NL')">Dutch</a>
<a class="dropdown-item" href="#" onclick="setLanguage('fr_FR')">Français</a>
<a class="dropdown-item" href="#" onclick="setLanguage('it_IT')">Italiano</a>
<a class="dropdown-item" href="#" onclick="setLanguage('pt_BR')">Português</a>
<a class="dropdown-item" href="#" onclick="setLanguage('ru_RU')">русский</a>
</div>
</li>
<li class="nav-item">
@ -246,7 +247,7 @@
<!-- Webpage footer -->
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted">WebConsole v1.5 (rev. 1) - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
<span class="text-muted">WebConsole v1.5 (rev. 2) - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
</div>
</footer>
@ -256,11 +257,11 @@
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- WebConsole JS Scripts -->
<script src="scripts/WebConsoleLanguage.js?v=1.5.1"></script>
<script src="scripts/WebConsoleConnector.js?v=1.5.1"></script>
<script src="scripts/WebConsoleManager.js?v=1.5.1"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=1.5.1"></script>
<script src="scripts/WebConsole.js?v=1.5.1"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=1.5.1"></script>
<script src="scripts/WebConsoleLanguage.js?v=1.5.2"></script>
<script src="scripts/WebConsoleConnector.js?v=1.5.2"></script>
<script src="scripts/WebConsoleManager.js?v=1.5.2"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=1.5.2"></script>
<script src="scripts/WebConsole.js?v=1.5.2"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=1.5.2"></script>
</body>
</html>