/
var
/
www
/
html
/
sugar9
/
modules
/
Help
/
language
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ /********************************************************************************* * Description: Defines the English language pack for the base application. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. * All Rights Reserved. * Contributor(s): ______________________________________.. ********************************************************************************/ $mod_strings = array ( 'LBL_MODULE_NAME' => 'Aziende', 'LBL_MODULE_NAME_SINGULAR' => 'Azienda', 'LBL_MODULE_TITLE' => 'Account: Home', 'LBL_SEARCH_FORM_TITLE' => 'Ricerca account', 'LBL_LIST_FORM_TITLE' => 'Elenco account', 'LBL_NEW_FORM_TITLE' => 'Nuova Azienda', 'LNK_NEW_CONTACT' => 'Nuovo Contatto', 'LNK_NEW_ACCOUNT' => 'Nuova Azienda', 'LNK_NEW_OPPORTUNITY' => 'Nuova Opportunità', 'LNK_NEW_CASE' => 'Nuovo Reclamo', 'LNK_NEW_NOTE' => 'Nuova Nota o Allegato', 'LNK_NEW_CALL' => 'Log chiamata', 'LNK_NEW_EMAIL' => 'Archivia Email', 'LNK_NEW_MEETING' => 'Nuova Riunione', 'LNK_NEW_TASK' => 'Nuovo Compito', 'ERR_DELETE_RECORD' => 'Per eliminare l´azienda deve essere specificato il numero del record.', ); ?>