54 lines
2.0 KiB
PHP
54 lines
2.0 KiB
PHP
<?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.
|
|
************************************************************************************/
|
|
$mod_strings = Array(
|
|
|
|
'LBL_MODULE_NAME'=>'Operazioni',
|
|
'LBL_MODULE_TITLE'=>'Operazioni',
|
|
'LBL_NEW_OPERATION'=>'Nuova Operazione',
|
|
'LBL_OPERATIONS'=>'Operazioni',
|
|
'LBL_OPERATION'=>'Operazioni',
|
|
'Operation ID'=>'ID Operazione',
|
|
'operationname' => 'Nome Operazione',
|
|
'operations' => 'Operazioni',
|
|
//added this to translate the module name in the main app menu
|
|
'Operation'=>'Operazioni',
|
|
'SINGLE_Operation' => 'Operazione',
|
|
'LBL_CUSTOM_INFORMATION' => 'Informazioni Addizionali',
|
|
'LBL_OPERATION_INFORMATION' => 'Informazioni Operazione',
|
|
'LBL_DESCRIPTION_INFORMATION' => 'Informazioni Descrizione',
|
|
'Assigned To' => 'Assegnata a',
|
|
//'linktoproject' => 'Relazionata a',
|
|
'projectid' => 'Progetto Relativo',
|
|
'operationpriority' => 'Priorità',
|
|
'operationprogress' => 'Progresso',
|
|
'operationtype'=>'Tipo',
|
|
'operationhours'=>'Ore Lavorate',
|
|
'startdate'=>'Data di Inizio',
|
|
'enddate'=>'Data di Fine',
|
|
'Related To' => 'Relazionata a',
|
|
'administrative' => 'amministrativa',
|
|
'operative' => 'operativa',
|
|
'other' => 'altro',
|
|
'low' => 'bassa',
|
|
'normal' => 'normale',
|
|
'high' => 'alta',
|
|
'Created Time' => 'Data di Creazione',
|
|
'Modified Time' => 'Data di Modifica',
|
|
'Description' => 'Descrizione',
|
|
'description' => 'Descrizione',
|
|
'--none--' => 'nessuno',
|
|
//added for related lists
|
|
'OperationName' => 'Nome Operazione',
|
|
'projectname' => 'Nome Progetto',
|
|
'operationnumber' => 'Codice Operazione',
|
|
);
|
|
|
|
?>
|