51 lines
1.9 KiB
PHP
51 lines
1.9 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'=>'Scadenze',
|
|
'LBL_MODULE_TITLE'=>'Scadenze',
|
|
'LBL_NEW_OPERATION'=>'Nuova Scadenza',
|
|
'LBL_DEADLINES'=>'Scadenze',
|
|
'LBL_DEADLINE'=>'Scadenze',
|
|
'Deadline ID'=>'ID Scadenza',
|
|
'deadlinename' => 'Nome Scadenza',
|
|
'deadlines' => 'Scadenze',
|
|
//added this to translate the module name in the main app menu
|
|
'Deadline'=>'Scadenze',
|
|
//
|
|
'SINGLE_Deadline' => 'Scadenza',
|
|
'LBL_CUSTOM_INFORMATION' => 'Informazioni Addizionali',
|
|
'LBL_DEADLINE_INFORMATION' => 'Informationi Scadenza',
|
|
'LBL_DESCRIPTION_INFORMATION' => 'Informazioni Descrizione',
|
|
'Assigned To' => 'Assegnata a',
|
|
'deadlinedate' => 'Data Scadenza',
|
|
'milestone' => 'Milestone',
|
|
'description' => 'Descrizione',
|
|
'deadlinetype'=>'Tipologia Scadenza',
|
|
//'linktoproject'=>'Relazionata a',
|
|
'projectid' => 'Progetto Relativo',
|
|
'Related To' => 'Related To',
|
|
'administrative' => 'amministrativa',
|
|
'operative' => 'operativa',
|
|
'other' => 'altro',
|
|
'Created Time' => 'Data di Creazione',
|
|
'Modified Time' => 'Data di Modifica',
|
|
'description' => 'Descrizione',
|
|
'Description' => 'Descrizione',
|
|
'--none--' => 'nessuno',
|
|
//added for related lists
|
|
'DeadlineName' => 'Nome Scadenza',
|
|
'LBL_SELECT_DEADLINE_BUTTON_TITLE' => 'Seleziona Scadenza [Alt+T]',
|
|
'LBL_CREATE_DEADLINE_BUTTON_TITLE' => 'Crea Scadenza [Alt+T]',
|
|
|
|
);
|
|
|
|
?>
|