mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
6 lines
692 B
PHP
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.')); |