vtenext/modules/Update/changes/1893_1894.php
2021-04-28 20:10:26 +02:00

6 lines
692 B
PHP

<?php
SDK::setLanguageEntries('Processes', 'Process history', array('it_it'=>'Storico processo','en_us'=>'Process History'));
SDK::setLanguageEntries('Processes', 'LBL_LOG_AUTOMATIC_EXECUTION', array('it_it'=>'Immediatamente dopo','en_us'=>'Immediately later'));
SDK::setLanguageEntries('Processes', 'LBL_LOG_TEXT_START', array('it_it'=>'ha iniziato il processo.','en_us'=>'started the process.'));
SDK::setLanguageEntries('Processes', 'LBL_LOG_TEXT_END', array('it_it'=>'ha terminato il processo.','en_us'=>'ended the process.'));
SDK::setLanguageEntries('Processes', 'LBL_LOG_HISTORY_STEP', array('it_it'=>'ha passato il processo da %s a %s.','en_us'=>'passed the process from %s to %s.'));