1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/14492] Add language variables for updating extensions

PHPBB3-14492
This commit is contained in:
Marc Alexander
2016-03-04 17:32:25 +01:00
parent b1596fda7f
commit dee5e6e076
3 changed files with 7 additions and 4 deletions

View File

@@ -819,4 +819,5 @@ $lang = array_merge($lang, array(
'LOG_EXT_ENABLE' => '<strong>Extension enabled</strong><br />» %s',
'LOG_EXT_DISABLE' => '<strong>Extension disabled</strong><br />» %s',
'LOG_EXT_PURGE' => '<strong>Extensions data deleted</strong><br />» %s',
'LOG_EXT_UPDATE' => '<strong>Extension updated</strong><br />» %s',
));