mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/12684] Move all lang keys to cli
PHPBB3-12684
This commit is contained in:
@@ -309,8 +309,6 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'SHOW_ALL_OPERATIONS' => 'Show all operations',
|
||||
|
||||
'SUCCESS_ADD_USER' => 'Successfully added user %s.',
|
||||
|
||||
'TASKS_NOT_READY' => 'Not ready tasks:',
|
||||
'TASKS_READY' => 'Ready tasks:',
|
||||
'TOTAL_SIZE' => 'Total size',
|
||||
|
@@ -124,6 +124,8 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'CLI_THUMBNAIL_NOTHING_TO_GENERATE' => 'No thumbnails to generate.',
|
||||
'CLI_THUMBNAIL_NOTHING_TO_DELETE' => 'No thumbnails to delete.',
|
||||
|
||||
'CLI_USER_ADD_SUCCESS' => 'Successfully added user %s.',
|
||||
));
|
||||
|
||||
// Additional help for commands.
|
||||
|
Reference in New Issue
Block a user