/
var
/
www
/
html
/
sugardemo
/
modules
/
PubSub_ModuleEvent_PushSubs
/
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 = [ 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_TARGET_MODULE_NOT_ALLOWED' => 'No se pueden crear suscripciones a emisiones de eventos del módulo Pub/Sub para el módulo {0}', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_INVALID' => 'URL de webhook no válida', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_NOT_ALLOWED' => 'Las notificaciones de suscripción de emisiones de eventos del módulo Pub/Sub no se pueden enviar a webhooks que no sean propiedad ni estén operados por SugarCRM', 'LBL_EXPIRATION_DATE' => 'Fecha de caducidad', 'LBL_MODULE_NAME' => 'Suscripciones a emisiones de eventos del módulo Pub/Sub', 'LBL_MODULE_NAME_SINGULAR' => 'Suscripción a emisiones de eventos del módulo Pub/Sub', 'LBL_TARGET_MODULE' => 'Módulo', 'LBL_TOKEN' => 'Token de confianza', 'LBL_WEBHOOK_URL' => 'URL de webhook', 'LNK_PUBSUB_MODULEEVENT_PUSHSUBS_LIST' => 'Ver suscripciones a emisiones de eventos del módulo Pub/Sub', ];