migrate update/preconfig to a more OOP way and remove unnecessary file/dir complexity

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-01 16:48:43 +02:00
parent 1557482d17
commit c59c5efc11
14 changed files with 219 additions and 168 deletions

View File

@@ -2075,7 +2075,7 @@ Vielen Dank, Ihr Administrator',
'update' => 'Froxlor Aktualisierung',
'proceed' => 'Ausführen',
'update_information' => [
'part_a' => 'Die Froxlor-Dateien wurden aktualisiert. Neue Version ist <strong>%newversion</strong>. Die bisher installierte Version ist <strong>%curversion</strong>',
'part_a' => 'Die Froxlor-Dateien wurden aktualisiert. Neue Version ist <strong>%s</strong>. Die bisher installierte Version ist <strong>%s</strong>',
'part_b' => '<br /><br />Ein Kunden-Login ist vor Abschluss des Aktualisierungsvorganges nicht möglich.<br /><strong>Aktualisierung ausführen?</strong>',
],
'noupdatesavail' => '<strong>Ihre Froxlor-Version ist aktuell.</strong>',

View File

@@ -2433,7 +2433,7 @@ Yours sincerely, your administrator',
'update' => 'Froxlor update',
'proceed' => 'Proceed',
'update_information' => [
'part_a' => 'The Froxlor files have been updated to version <strong>%newversion</strong>. The installed version is <strong>%curversion</strong>.',
'part_a' => 'The Froxlor files have been updated to version <strong>%s</strong>. The installed version is <strong>%s</strong>.',
'part_b' => '<br /><br />Customers will not be able to log in until the update has been finished.<br /><strong>Proceed?</strong>',
],
'noupdatesavail' => '<strong>You already have the latest Froxlor version.</strong>',

View File

@@ -1810,7 +1810,7 @@ Nota: Perfavore <b>sii sicuro</b> di usare lo stesso nome di file come per il cr
'update' => 'Aggiorna Froxlor',
'proceed' => 'Procedi',
'update_information' => [
'part_a' => 'I file di Froxlor sono stati aggiornati alla versione <strong>%newversion</strong>. La versione installata è <strong>%curversion</strong>.',
'part_a' => 'I file di Froxlor sono stati aggiornati alla versione <strong>%s</strong>. La versione installata è <strong>%s</strong>.',
'part_b' => '<br /><br />I clienti non potranno accedere fino a quando l\'aggiornamento non sarà completato.<br /><strong>Procedere?</strong>',
],
'noupdatesavail' => '<strong>È già presente l\'ultima versione di Froxlor.</strong>',

View File

@@ -1150,7 +1150,7 @@ Met vriendelijke groet, uw beheerder',
'update' => 'Froxlor Update',
'proceed' => 'Verdergaan',
'update_information' => [
'part_a' => 'De bestanden van Froxlor zijn bijgewerkt naar versie <strong>%newversion</strong>. De geinstalleerde versie is <strong>%curversion</strong>.',
'part_a' => 'De bestanden van Froxlor zijn bijgewerkt naar versie <strong>%s</strong>. De geinstalleerde versie is <strong>%s</strong>.',
'part_b' => '<br /><br />Klanten kunnen niet inloggen totdat de update voltooid is.<br /><strong>Verdergaan?</strong>',
],
'noupdatesavail' => '<strong>U gebruikt reeds de meest recente versie van Froxlor.</strong>',