1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/17067] Add lang variable for rows per second & searchindex:

PHPBB3-17067
This commit is contained in:
Christian Schnegelberger
2023-02-01 19:25:22 +01:00
parent 213c668ed0
commit b092886d5b
3 changed files with 4 additions and 2 deletions

View File

@@ -146,6 +146,8 @@ $lang = array_merge($lang, array(
'CLI_REPARSER_REPARSE_REPARSING_START' => 'Reparsing %s...',
'CLI_REPARSER_REPARSE_SUCCESS' => 'Reparsing ended with success',
'CLI_ROWS_PER_SECOND' => '%s rows/s',
'CLI_SEARCHINDEX_SEARCH_BACKEND_NAME' => 'Backend class',
'CLI_SEARCHINDEX_BACKEND_NOT_FOUND' => 'Search module not found',
'CLI_SEARCHINDEX_CREATE_SUCCESS' => 'Search index created successfully',