mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/11150] Language keys
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
46972aa4c7
commit
9b69cd74ae
@@ -149,4 +149,9 @@ $lang = array_merge($lang, array(
|
||||
'PURGE_ON_REMOVE' => 'Purge extensions when removing',
|
||||
'ENABLE_PACKAGIST' => 'Enable Packagist usage',
|
||||
'ENABLE_PACKAGIST_EXPLAIN' => 'TODO text explaining why packagist shouldn\'t be enabled, dev usage, etc...',
|
||||
|
||||
'EXTENSION_MANAGED_SUCCESS' => 'The extension %s is now managed automatically.',
|
||||
'EXTENSIONS_INSTALLED' => 'Extensions successfully installed.',
|
||||
'EXTENSIONS_REMOVED' => 'Extensions successfully removed.',
|
||||
'EXTENSIONS_UPDATED' => 'Extensions successfully updated..',
|
||||
));
|
||||
|
Reference in New Issue
Block a user