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

[ticket/12684] Move all lang keys to cli

PHPBB3-12684
This commit is contained in:
Matt Friedman
2016-02-29 21:03:32 -08:00
parent e905c6226d
commit 0ca4484525
4 changed files with 5 additions and 5 deletions

View File

@@ -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',

View File

@@ -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.