Update en_US messages, compile .mo files

This commit is contained in:
billz 2020-12-26 08:51:45 +00:00
parent 8e8ce320d4
commit cb10bf684c
5 changed files with 5 additions and 5 deletions

View File

@ -238,8 +238,8 @@ $('#hostapdModal').on('shown.bs.modal', function (e) {
if(seconds <= 0){
clearInterval(countDown);
}
var pcg = Math.floor(100-(seconds*100/9));
document.getElementsByClassName('progress-bar').item(0).setAttribute('style','width:'+Number(pcg)+'%');
var pct = Math.floor(100-(seconds*100/9));
document.getElementsByClassName('progress-bar').item(0).setAttribute('style','width:'+Number(pct)+'%');
seconds --;
}, 1000);
});

Binary file not shown.

View File

@ -462,8 +462,8 @@ msgstr "Disable <code>disassoc_low_ack</code>"
msgid "Do not disassociate stations based on excessive transmission failures."
msgstr "Do not disassociate stations based on excessive transmission failures."
msgid "RaspAP service start executing"
msgstr "RaspAP service start executing"
msgid "Executing RaspAP service start"
msgstr "Executing RaspAP service start"
msgid "Close"
msgstr "Close"

Binary file not shown.

View File

@ -15,7 +15,7 @@
<div class="modal-title" id="ModalLabel"><i class="fas fa-sync-alt mr-2"></i><?php echo $msg ?></div>
</div>
<div class="modal-body">
<div class="col-md-12 mb-3 mt-1"><?php echo _("RaspAP service start executing") ?>...</div>
<div class="col-md-12 mb-3 mt-1"><?php echo _("Executing RaspAP service start") ?>...</div>
<div class="progress" style="height: 20px;">
<div class="progress-bar bg-info" role="progressbar" id="progressBar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9"></div>
</div>