1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

[ticket/15699] Add option to udpate configuration only

PHPBB3-15699
This commit is contained in:
Rubén Calvo
2018-08-25 17:54:18 +02:00
committed by Ruben Calvo
parent 6de2d44c87
commit 3a25c0222b
3 changed files with 65 additions and 57 deletions

View File

@@ -48,8 +48,10 @@ $lang = array_merge($lang, array(
'STORAGE_SIZE' => 'Size',
'STORAGE_FREE' => 'Available space',
'STORAGE_UNKNOWN' => 'Unknown',
'STORAGE_REMOVE_OLD_FILES' => 'Remove old files',
'STORAGE_REMOVE_OLD_FILES_EXPLAIN' => 'Remove old files after they are copied to the new storage system.',
'STORAGE_UPDATE_TYPE' => 'Update type',
'STORAGE_UPDATE_TYPE_CONFIG' => 'Update configuration only',
'STORAGE_UPDATE_TYPE_COPY' => 'Update configuration and copy files',
'STORAGE_UPDATE_TYPE_MOVE' => 'Update configuration and move files',
'START_UPDATING' => 'Start update process',
'START_UPDATING_EXPLAIN' => 'Start the storage update process',
'CONTINUE_UPDATING' => 'Continue previous update process',