1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 20:24:08 +02:00

[ticket/11150] Repositories settings, beginning

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-15 11:00:53 +02:00
committed by Tristan Darricau
parent 3640302afd
commit b75087a433
3 changed files with 16 additions and 4 deletions

View File

@@ -148,5 +148,5 @@ $lang = array_merge($lang, array(
'ENABLE_ON_INSTALL' => 'Enable extensions when installing',
'PURGE_ON_REMOVE' => 'Purge extensions when removing',
'ENABLE_PACKAGIST' => 'Enable Packagist usage',
'ENABLE_PACKAGIST_DETAIL' => 'TODO text explaining why packagist shouldn\'t be enabled, dev usage, etc...',
'ENABLE_PACKAGIST_EXPLAIN' => 'TODO text explaining why packagist shouldn\'t be enabled, dev usage, etc...',
));