in install_new.php file:
'MODULE_NOT_FOUND_DESCRIPTION' => 'No module is found under the service definition “%s” is not defined.',
and similar
'TASK_NOT_FOUND_DESCRIPTION' => 'No task is found under the service definition “%s” is not defined.',
isn't there missing comma? I would understand it, if it's written this way:
'TASK_NOT_FOUND_DESCRIPTION' => 'No task is found under the service definition, “%s” is not defined.',
but I'm not sure, if it's right interpretation.
In cli.php file is:
'CLI_REPARSER_REPARSE_REPARSING' => 'Reparsing %1$s (range %2$d..%3$d)',
Can someone write me example or explanation for those variables, please?