Files
crm.clientright.ru/languages/it_it/ServiceContracts.php

45 lines
2.4 KiB
PHP
Raw Normal View History

<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
$languageStrings = array(
'ServiceContracts' => 'Contratti di servizio' ,
'SINGLE_ServiceContracts' => 'Contratto di servizio' ,
'LBL_ADD_RECORD' => 'Add Service Contract' ,
'LBL_RECORDS_LIST' => 'Service Contracts List' ,
'LBL_SERVICE_CONTRACT_INFORMATION' => 'Informazioni contratto di servizio',
'Contract No' => 'Numero contratto' ,
'Start Date' => 'Data di inzio' ,
'End Date' => 'Data di fine' ,
'Tracking Unit' => 'Unità di monitoraggio' ,
'Total Units' => 'UInità totali' ,
'Used Units' => 'Unità utilizzate' ,
'Progress' => 'Progresso (in %)' ,
'Planned Duration' => 'Durata pianificata (in Giorni)',
'Actual Duration' => 'Durata attuale (in Giorni)' ,
'Type' => 'Tipo' ,
'Related to' => 'Relativi a' ,
'Hours' => 'Orario',
'Days' => 'Giorni',
'Incidents' => 'Incidenti',
'Normal' => 'Normale',
'Support' => 'Supporto',
'Administrative' => 'Amministrativo',
'Undefined' => 'Indefinito',
'In Planning' => 'In Planning',
'On Hold' => 'In Attesa',
'Complete' => 'Completo',
'Archived' => 'Archiviati',
'Low' => 'Basso',
'High' => 'Alto',
'Services' => 'Servizi',
'In Progress' => 'In Corso',
'Service Contracts' => 'Contratti Di Servizio',
);