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

[ticket/11150] Display extension status in "gallery"

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-14 13:55:21 +02:00
committed by Tristan Darricau
parent a32d429f1e
commit 51916def9c
4 changed files with 32 additions and 5 deletions

View File

@@ -104,6 +104,9 @@ $lang = array_merge($lang, array(
'EXTENSION_ENABLE_CONFIRM' => 'Are you sure that you wish to enable the “%s” extension?',
'EXTENSION_FORCE_UNSTABLE_CONFIRM' => 'Are you sure that you wish to force the use of unstable version?',
'INSTALLED' => 'Installed',
'INSTALLED_MANUALLY' => 'Installed manually',
'RETURN_TO_EXTENSION_LIST' => 'Return to the extension list',
'EXT_DETAILS' => 'Extension Details',