mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
25 lines
913 B
PHP
25 lines
913 B
PHP
<?php
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
$mod_strings = array(
|
|
'SLA'=>'Gestore SLA',
|
|
'SINGLE_SLA'=>'Gestore SLA',
|
|
'LBL_SLA'=>'Tempistiche SLA',
|
|
'Time Elapsed'=>'Tempo trascorso',
|
|
'Time remaining'=>'Tempo rimanente',
|
|
'SLA start date'=>'Data partenza SLA',
|
|
'SLA end date'=>'Data fine SLA',
|
|
'Update Time'=>'Orario di aggiornamento',
|
|
'SLA Estimated Time'=>'Tempo SLA previsto',
|
|
'Due Date'=>'Data di chiusura',
|
|
'Due Time'=>'Ora chiusura (hh:mm)',
|
|
'Time Last Status Change'=>'Data ultimo cambio di stato',
|
|
'Time Elapsed Last Status Change'=>'Tempo trascorso da ultimo cambio di stato',
|
|
'Reset SLA'=>'Resetta SLA',
|
|
'End SLA'=>'Fine SLA',
|
|
'Idle Time Elapsed'=>'Tempo trascorso in idle',
|
|
'Out SLA Time Elapsed'=>'Tempo trascorso fuori SLA',
|
|
);
|
|
?>
|