mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11150] Fix comments
PHPBB3-11150
This commit is contained in:
@@ -152,16 +152,16 @@ $lang = array_merge($lang, array(
|
||||
'META_FIELD_INVALID' => 'Meta field %s is invalid.',
|
||||
|
||||
'EXTENSIONS_CATALOG_SETTINGS' => 'Extensions catalog settings',
|
||||
'ENABLE_ON_INSTALL' => 'Enable extensions when installing',
|
||||
'PURGE_ON_REMOVE' => 'Purge extensions when removing',
|
||||
'ENABLE_PACKAGIST' => 'Enable Packagist usage',
|
||||
'ENABLE_PACKAGIST_EXPLAIN' => 'Use packagist to browse extensions? Beware that packagist may contain extensions not validated by phpBB.',
|
||||
'ENABLE_PACKAGIST_CONFIRM' => 'Are you sure you want to enable packagist?',
|
||||
'ENABLE_ON_INSTALL' => 'Enable extensions while installing',
|
||||
'PURGE_ON_REMOVE' => 'Purge extensions while removing',
|
||||
'ENABLE_PACKAGIST' => 'Search packagist',
|
||||
'ENABLE_PACKAGIST_EXPLAIN' => 'Search packagist for phpBB extensions. Beware that packagist may contain extensions not validated by the phpBB Extension Customisations Team.',
|
||||
'ENABLE_PACKAGIST_CONFIRM' => 'Are you sure you want to search packagist?',
|
||||
'COMPOSER_REPOSITORIES' => 'Repositories',
|
||||
'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',
|
||||
'COMPOSER_REPOSITORIES_EXPLAIN' => 'Add URLs to Composer repositories of phpBB extensions to search here, one per line (must be the base url of the packages.json file).',
|
||||
'NO_EXTENSION_AVAILABLE' => 'There are no extension available for your board',
|
||||
|
||||
'EXTENSION_MANAGED_SUCCESS' => 'The extension %s is now managed automatically.',
|
||||
'EXTENSION_MANAGED_SUCCESS' => 'The extension %s is now being managed automatically.',
|
||||
'EXTENSIONS_INSTALLED' => 'Extensions successfully installed.',
|
||||
'EXTENSIONS_REMOVED' => 'Extensions successfully removed.',
|
||||
'EXTENSIONS_UPDATED' => 'Extensions successfully updated.',
|
||||
|
Reference in New Issue
Block a user