Updated Dutch, improved back button in web app.

This commit is contained in:
Ylian Saint-Hilaire
2019-12-19 12:10:50 -08:00
parent a0479092eb
commit 98dbbfde25
37 changed files with 906 additions and 749 deletions

View File

@@ -175,8 +175,8 @@
var p = recFileMetadata.protocol;
if (p == 1) { p = "MeshCentralターミナル"; }
else if (p == 2) { p = "MeshCentralデスクトップ"; }
else if (p == 100) { p = "Intelreg; AMT WSMAN"; }
else if (p == 101) { p = "Intelreg; AMTリダイレクト"; }
else if (p == 100) { p = "Intel® AMT WSMAN"; }
else if (p == 101) { p = "Intel® AMTリダイレクト"; }
x += addInfoNoEsc("プロトコル", p);
}
QV('DeskParent', true);