1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added Finnish translation.

This commit is contained in:
Ylian Saint-Hilaire 2020-08-07 09:37:28 -07:00
parent cc78d0aac5
commit 64a6d9b257
79 changed files with 2579 additions and 1759 deletions

View file

@ -19,6 +19,7 @@
<script type="text/javascript" src="scripts/zlib-inflate{{min}}.js"></script>
<script type="text/javascript" src="scripts/zlib-adler32{{min}}.js"></script>
<script type="text/javascript" src="scripts/zlib-crc32{{min}}.js"></script>
<title>{{{title}}}</title>
</head>
<body style="overflow:hidden;background-color:black">
<div id=p11 class="noselect" style="overflow:hidden">
@ -482,6 +483,7 @@
}
function onDesktopStateChange(xdesktop, state) {
console.log('onDesktopStateChange', state);
var xstate = state;
if ((xstate == 3) && (xdesktop.contype == 2)) { xstate++; }
var str = StatusStrs[xstate];