1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/11150] Language keys

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-15 13:52:29 +02:00
committed by Tristan Darricau
parent 46972aa4c7
commit 9b69cd74ae
6 changed files with 48 additions and 22 deletions

View File

@@ -149,4 +149,9 @@ $lang = array_merge($lang, array(
'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...',
'EXTENSION_MANAGED_SUCCESS' => 'The extension %s is now managed automatically.',
'EXTENSIONS_INSTALLED' => 'Extensions successfully installed.',
'EXTENSIONS_REMOVED' => 'Extensions successfully removed.',
'EXTENSIONS_UPDATED' => 'Extensions successfully updated..',
));