1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +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..',
));

View File

@@ -157,6 +157,18 @@ $lang = array_merge($lang, array(
1 => 'Re-cleaning complete. %d username was cleaned.',
2 => 'Re-cleaning complete. %d usernames were cleaned.',
],
'CLI_DESCRIPTION_EXTENSION_MANAGE' => 'Manages an extension',
'CLI_DESCRIPTION_EXTENSION_MANAGE_ARGUMENT' => 'Extension to manage',
'CLI_DESCRIPTION_EXTENSION_INSTALL' => 'Install extensions',
'CLI_DESCRIPTION_EXTENSION_INSTALL_OPTION_ENABLE' => 'Enable the extensions after installing them',
'CLI_DESCRIPTION_EXTENSION_INSTALL_ARGUMENT' => 'Extensions to install',
'CLI_DESCRIPTION_EXTENSION_LIST_AVAILABLE' => 'Show extensions available for installation',
'CLI_DESCRIPTION_EXTENSION_REMOVE' => 'Removes extensions',
'CLI_DESCRIPTION_EXTENSION_REMOVE_OPTION_PURGE' => 'Purge the extensions before removing them',
'CLI_DESCRIPTION_EXTENSION_REMOVE_ARGUMENT' => 'Extensions to remove',
'CLI_DESCRIPTION_EXTENSION_UPDATE' => 'Updates extensions',
'CLI_DESCRIPTION_EXTENSION_UPDATE_ARGUMENT' => 'Extensions to update',
));
// Additional help for commands.