mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14492] Add language variables for updating extensions
PHPBB3-14492
This commit is contained in:
@@ -104,6 +104,8 @@ $lang = array_merge($lang, array(
|
||||
'CLI_EXTENSION_NAME' => 'Name of the extension',
|
||||
'CLI_EXTENSION_PURGE_FAILURE' => 'Could not purge extension %s',
|
||||
'CLI_EXTENSION_PURGE_SUCCESS' => 'Successfully purged extension %s',
|
||||
'CLI_EXTENSION_UPDATE_FAILURE' => 'Could not update extension %s',
|
||||
'CLI_EXTENSION_UPDATE_SUCCESS' => 'Successfully updated extension %s',
|
||||
'CLI_EXTENSION_NOT_FOUND' => 'No extensions were found.',
|
||||
'CLI_EXTENSIONS_AVAILABLE' => 'Available',
|
||||
'CLI_EXTENSIONS_DISABLED' => 'Disabled',
|
||||
|
Reference in New Issue
Block a user