mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/15689] Show statistics of storages on acp_storage
PHPBB3-15689
This commit is contained in:
@@ -43,6 +43,10 @@ $lang = array_merge($lang, array(
|
||||
'STORAGE_TITLE_EXPLAIN' => 'Change storage providers for the file storage types of phpBB. Choose local or remote providers to store files added to or created by phpBB.',
|
||||
'STORAGE_SELECT' => 'Select storage',
|
||||
'STORAGE_SELECT_DESC' => 'Select a storage from the list.',
|
||||
'STORAGE_NAME' => 'Storage name',
|
||||
'STORAGE_NUM_FILES' => 'Number of files',
|
||||
'STORAGE_SIZE' => 'Size',
|
||||
'STORAGE_FREE' => 'Available space',
|
||||
|
||||
// Storage names
|
||||
'STORAGE_ATTACHMENT_TITLE' => 'Attachments storage',
|
||||
|
Reference in New Issue
Block a user