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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user