trans('Updating Thelia.'); ?>
setTranslator($trans); if ($update->isLatestVersion()) { ?>trans('It seems that Thelia database is already up to date.'); ?>
trans( 'Your database has been backed up. The sql file : %file', [ '%file' => $update->getBackupFile() ] ); ?>
trans( 'Sorry, your database can\'t be backed up. Reason : ' . $ex->getMessage() ); ?>
trans( 'Thelia as been successfully updated to version %version', ['%version' => $update->getCurrentVersion()] ); ?>
trans('Go to back office'); ?>
Sorry, an unexpected error occured: %err
Error details:
%details
', [ '%err' => $updateError->getMessage(), '%details' => nl2br($updateError->getTraceAsString()) ] ); ?>trans( 'Sorry, your database can\'t be restored. Try to do it manually' ); ?>
trans( 'The sql dump has been saved in %file', [ '%file' => $update->getBackupFile() ] ); ?>
trans( 'Your database has been restored.' ); ?>
trans('Update proccess'); ?>
trans('Update proccess trace'); ?>
trans('Cache directory has not been cleared. Please manually delete content of cache directory.'); ?>
trans('Cache directory has been cleared'); ?>
trans('The update wizard directory will be removed'); ?>
trans('Don\'t forget to delete the web/install directory.'); ?>