/
var
/
www
/
html
/
sugardev25
/
modules
/
OutboundEmailConfiguration
/
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. */ $mod_strings = [ 'LBL_SYSTEM_DEFAULT_OUTBOUND_EMAIL_CONFIGURATION' => 'predeterminado del sistema', 'LBL_USER_DEFAULT_OUTBOUND_EMAIL_CONFIGURATION' => 'predeterminado del usuario', 'LBL_USER_OUTBOUND_EMAIL_ACCOUNT_CONFIGURATION' => 'cuenta de usuario', 'LBL_GROUP_EMAIL_ACCOUNT_CONFIGURATION' => 'cuenta de grupo', 'LBL_OUTBOUND_EMAIL_CONFIGURATION_DISPLAY_NAME' => '{0} ({1}) - [{2}]', ];