N°2657 - MTP : Progress Bar has disappeared

This commit is contained in:
Eric
2020-01-23 11:28:52 +01:00
parent d6ca08efb8
commit 8ad2b8091c
8 changed files with 241 additions and 141 deletions

View File

@@ -23,16 +23,22 @@
Dict::Add('EN US', 'English', 'English', array(
'iTopUpdate:UI:PageTitle' => 'Application Upgrade',
'itop-core-update:UI:SelectUpdateFile' => 'Application Upgrade',
'itop-core-update:UI:ConfirmUpdate' => 'Application Upgrade',
'itop-core-update:UI:UpdateCoreFiles' => 'Application Upgrade',
'itop-core-update:UI:ConfirmUpdate' => 'Confirm Application Upgrade',
'itop-core-update:UI:UpdateCoreFiles' => 'Application Upgrading',
'iTopUpdate:UI:MaintenanceModeActive' => 'The application is currently under maintenance in read-only mode. You have to run a setup to return in normal mode.',
'itop-core-update:UI:UpdateDone' => 'Application Upgrade',
'itop-core-update/Operation:SelectUpdateFile/Title' => 'Application Upgrade',
'itop-core-update/Operation:ConfirmUpdate/Title' => 'Confirm Application Upgrade',
'itop-core-update/Operation:UpdateCoreFiles/Title' => 'Application Upgrading',
'itop-core-update/Operation:UpdateDone/Title' => 'Application Upgrade Done',
'iTopUpdate:UI:SelectUpdateFile' => 'Select an upgrade file to upload',
'iTopUpdate:UI:CheckUpdate' => 'Verify upgrade file',
'iTopUpdate:UI:ConfirmInstallFile' => 'You are about to install %1$s',
'iTopUpdate:UI:DoUpdate' => 'Upgrade',
'iTopUpdate:UI:CurrentVersion' => 'Current installed version',
'iTopUpdate:UI:NewVersion' => 'Newly installed version',
'iTopUpdate:UI:Back' => 'Back',
'iTopUpdate:UI:Cancel' => 'Cancel',
'iTopUpdate:UI:Continue' => 'Continue',