add latest translations
This commit is contained in:
parent
ade4cbcd86
commit
ba42cdde19
43 changed files with 259 additions and 351 deletions
|
@ -19,12 +19,12 @@
|
|||
Log path: <span id="logPath"></span>
|
||||
</p>
|
||||
<p>
|
||||
<label for="chkAutoScroll">Auto-scroll</label>
|
||||
<label for="chkAutoScroll">${ButtonAutoScroll}</label>
|
||||
<input type="checkbox" id="chkAutoScroll" onchange="LogPage.updateAutoScroll(this.checked);" name="chkAutoScroll" data-inline="true" />
|
||||
</p>
|
||||
<textarea id="logContents" class="pre" style="overflow-y: hidden;"></textarea>
|
||||
<p>
|
||||
<label for="chkAutoScrollBottom">Auto-scroll</label>
|
||||
<label for="chkAutoScrollBottom">${ButtonAutoScroll}</label>
|
||||
<input type="checkbox" id="chkAutoScrollBottom" name="chkAutoScrollBottom" onchange="LogPage.updateAutoScroll(this.checked);" data-inline="true" />
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue