1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 06:20:46 +02:00

[ticket/15851] Automatic update downloader

PHPBB3-15851
This commit is contained in:
Máté Bartus
2023-09-22 09:35:54 +01:00
committed by Marc Alexander
parent 84ec3dc6c3
commit d2c402f038
9 changed files with 352 additions and 1 deletions

View File

@@ -221,6 +221,13 @@ $lang = array_merge($lang, array(
<p>We noticed that the last update of your phpBB installation hasnt been completed. Visit the <a href="%1$s" title="%1$s">database updater</a>, ensure <em>Update database only</em> is selected and click on <strong>Submit</strong>. Don\'t forget to delete the "install"-directory after you have updated the database successfully.</p>',
// Auto update
'COULD_NOT_DOWNLOAD_UPDATE_PACKAGE' => 'Failed to download the update package.',
'COULD_NOT_DOWNLOAD_UPDATE_SIGNATURE' => 'Failed to download the update package signature.',
'UPDATE_SIGNATURE_INVALID' => 'The update package is corrupted.',
'COULD_NOT_EXTRACT_UPDATE' => 'Could not extract files from the update package.',
'COULD_NOT_WRITE_UPDATE_FILES' => 'Could not copy files from the update package.',
//
// Server data
//