mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Updated Dutch, improved back button in web app.
This commit is contained in:
parent
74187309d3
commit
c43228cbff
37 changed files with 906 additions and 749 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -175,8 +175,8 @@
|
|||
var p = recFileMetadata.protocol;
|
||||
if (p == 1) { p = "MeshCentralターミナル"; }
|
||||
else if (p == 2) { p = "MeshCentralデスクトップ"; }
|
||||
else if (p == 100) { p = "Intel® AMT WSMAN"; }
|
||||
else if (p == 101) { p = "Intel® AMTリダイレクト"; }
|
||||
else if (p == 100) { p = "Intel® AMT WSMAN"; }
|
||||
else if (p == 101) { p = "Intel® AMTリダイレクト"; }
|
||||
x += addInfoNoEsc("プロトコル", p);
|
||||
}
|
||||
QV('DeskParent', true);
|
||||
|
|
|
@ -51,12 +51,12 @@
|
|||
<input id="PauseButton" type="button" value="Pause" disabled="disabled" onclick="pause()">
|
||||
<input id="RestartButton" type="button" value="Herstarten" disabled="disabled" onclick="restart()">
|
||||
<select id="PlaySpeed" onchange="this.blur();">
|
||||
<option value="4">kwart snelheid</option>
|
||||
<option value="2">halve snelheid</option>
|
||||
<option value="4">1/4 snelheid</option>
|
||||
<option value="2">1/2 snelheid</option>
|
||||
<option value="1" selected="">Normale snelheid</option>
|
||||
<option value="0.5">2x Snelheid</option>
|
||||
<option value="0.25">4x snelheid</option>
|
||||
<option value="0.1">10x Sneheid</option>
|
||||
<option value="0.1">10x Snelheid</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -163,7 +163,7 @@
|
|||
try { recFileMetadata = JSON.parse(data) } catch (ex) { cleanup(); return; }
|
||||
if ((recFileMetadata == null) || (recFileMetadata.magic != 'MeshCentralRelaySession') || (recFileMetadata.ver != 1)) { cleanup(); return; }
|
||||
var x = '';
|
||||
x += addInfo("Time", recFileMetadata.time);
|
||||
x += addInfo("Tijd", recFileMetadata.time);
|
||||
if (recFileEndTime != 0) { var secs = Math.floor((recFileEndTime - time) / 1000); x += addInfo("Looptijd", format("{0} seconde {1}", secs, (secs > 1) ? 's' : '')); }
|
||||
x += addInfo("Gebruikersnaam", recFileMetadata.username);
|
||||
x += addInfo("GebruikersID", recFileMetadata.userid);
|
||||
|
@ -299,7 +299,7 @@
|
|||
QS('progressbar').width = '0px';
|
||||
QH('timespan', '00:00:00');
|
||||
QV('metadatadiv', true);
|
||||
QH('metadatadiv', '<span style=\"font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:28px\">MeshCentral Session Player</span><br /><br /><span style=color:gray>' + "Sleep een .mcrec-bestand of klik op \"Bestand openen...\"" + '</span>');
|
||||
QH('metadatadiv', '<span style=\"font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:28px\">MeshCentral Session Player</span><br /><br /><span style=color:gray>' + "Sleep een .mcrec-bestand of klik op \"Bestand openen ...\"" + '</span>');
|
||||
QV('DeskParent', true);
|
||||
QV('TermParent', false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue