%PDF- %PDF-
| Direktori : /var/www/crm/modules/EditCustomFields/language/ |
| Current File : /var/www/crm/modules/EditCustomFields/language/it_it.lang.php |
<?php
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Enterprise Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2011 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
$mod_strings = array (
'LBL_MODULE_NAME' => 'Modifica Campi Personalizzati' ,
'LBL_ADD_FIELD' => 'Nuovo Campo:' ,
'LBL_MODULE_TITLE' => 'Modifica Campi Personalizzati' ,
'LBL_MODULE_SELECT' => 'Modulo da Modificare' ,
'LBL_SEARCH_FORM_TITLE' => 'Sezione Ricerca' ,
'COLUMN_TITLE_NAME' => 'Nome Campo' ,
'COLUMN_TITLE_DISPLAY_LABEL' => 'Etichetta',
'COLUMN_TITLE_LABEL_VALUE' => 'Valore etichetta',
'COLUMN_TITLE_LABEL' => 'Etichetta di sistema' ,
'COLUMN_TITLE_DATA_TYPE' => 'Tipo di Dato' ,
'COLUMN_TITLE_MAX_SIZE' => 'Dimensione Massima' ,
'COLUMN_TITLE_HELP_TEXT' => 'Testo di aiuto',
'COLUMN_TITLE_COMMENT_TEXT' => 'Testo di Commento',
'COLUMN_TITLE_REQUIRED_OPTION' => 'Campo Necessario' ,
'COLUMN_TITLE_DEFAULT_VALUE' => 'Valore Predefinito' ,
'COLUMN_TITLE_DEFAULT_EMAIL' => 'Valore Predefinito',
'COLUMN_TITLE_EXT1' => 'Attributo Extra 1' ,
'COLUMN_TITLE_EXT2' => 'Attributo Extra 2' ,
'COLUMN_TITLE_EXT3' => 'Attributo Extra 3' ,
'COLUMN_TITLE_FRAME_HEIGHT' => 'Altezza IFrame',
'COLUMN_TITLE_HTML_CONTENT' =>'HTML',
'COLUMN_TITLE_URL'=>'Default URL',
'COLUMN_TITLE_AUDIT' => 'Verifica?' ,
'COLUMN_TITLE_REPORTABLE' => 'Riportabile',
'COLUMN_TITLE_MIN_VALUE' => 'Valore minimo',
'COLUMN_TITLE_MAX_VALUE' => 'Valore massimo',
'COLUMN_TITLE_DISPLAYED_ITEM_COUNT'=>'# Elementi visualizzati',
'COLUMN_DISABLE_NUMBER_FORMAT' => 'Disattiva Formato',
'LBL_DROP_DOWN_LIST' => 'Elenco Valori' ,
'LBL_RADIO_FIELDS'=> 'Campi radio',
'LBL_MULTI_SELECT_LIST'=> 'Elenco Multiselezione',
'COLUMN_TITLE_PRECISION'=> 'Precisione',
'MSG_DELETE_CONFIRM' => 'Sei sicuro di voler eliminare questo elemento?' ,
'POPUP_INSERT_HEADER_TITLE' => 'Aggiungi Campo Personalizzato' ,
'POPUP_EDIT_HEADER_TITLE' => 'Modifica Campo Personalizzato' ,
'LNK_SELECT_CUSTOM_FIELD' => 'Scegli Campo Personalizzato' ,
'LNK_REPAIR_CUSTOM_FIELD' => 'Ripara Campo Personalizzato' ,
'LBL_MODULE' => 'Modulo' ,
'COLUMN_TITLE_MASS_UPDATE' => 'Aggiornamento Globale' ,
'COLUMN_TITLE_IMPORTABLE'=>'Importabile',
'COLUMN_TITLE_DUPLICATE_MERGE'=>'Fusione duplicati',
'LBL_LABEL'=>'Etichetta',
'LBL_DATA_TYPE'=>'Tipo Dati',
'LBL_DEFAULT_VALUE'=>'Valore di default',
'LBL_AUDITED'=>'Verificato',
'LBL_REPORTABLE'=>'Riportabile',
'ERR_RESERVED_FIELD_NAME' => "Keyword Riservata",
'ERR_SELECT_FIELD_TYPE' => 'Si prega di selezionare un Tipo di Campo',
'LBL_BTN_ADD' => 'Aggiungi',
'LBL_BTN_EDIT' => 'Modifica',
'LBL_GENERATE_URL' => 'Crea URL',
'LBL_DEPENDENT_CHECKBOX'=>'Dipendente',
'LBL_DEPENDENT_TRIGGER'=>'Trigger',
'LBL_BTN_EDIT_VISIBILITY'=>'Modifica Visibilità',
'COLUMN_TITLE_LABEL_ROWS' => 'Righe',
'COLUMN_TITLE_LABEL_COLS' => 'Colonne',
'COLUMN_TITLE_AUTOINC_NEXT' => 'Incremento automatico del prossimo valore',
'LBL_LINK_TARGET'=>'Apri collegamento',
'LBL_IMAGE_WIDTH' => 'Larghezza',
'LBL_IMAGE_HEIGHT' => 'Altezza',
'LBL_IMAGE_BORDER' => 'Bordi',
);
?>