mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/11150] Wording
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
ed32ab89ad
commit
efe37cd5a8
@@ -154,10 +154,11 @@ $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_EXPLAIN' => 'TODO: text explaining why packagist shouldn\'t be enabled, dev usage, etc...',
|
||||
'ENABLE_PACKAGIST_CONFIRM' => 'TODO: are you sure you ant to enable packagist?',
|
||||
'ENABLE_PACKAGIST_EXPLAIN' => 'Allow the usage of packagist while looking for available extensions. It must be used carefully as it will add not validated extensions to the catalog.',
|
||||
'ENABLE_PACKAGIST_CONFIRM' => 'Are you sure you want to enable packagist?',
|
||||
'COMPOSER_REPOSITORIES' => 'Repositories',
|
||||
'COMPOSER_REPOSITORIES_EXPLAIN' => 'TODO: One repo per line',
|
||||
'COMPOSER_REPOSITORIES_EXPLAIN' => 'List of composer repositories (must be the base url of the packages.json file), one per line.',
|
||||
'NO_EXTENSION_AVAILABLE' => 'There is no extension available for your board',
|
||||
|
||||
'EXTENSION_MANAGED_SUCCESS' => 'The extension %s is now managed automatically.',
|
||||
'EXTENSIONS_INSTALLED' => 'Extensions successfully installed.',
|
||||
|
Reference in New Issue
Block a user