/
var
/
www
/
html
/
freshsugar25
/
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 es poden crear subscripcions push a esdeveniments del mòdul pub/sub per al mòdul {0}', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_INVALID' => 'URL de webhook no vàlid', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_NOT_ALLOWED' => 'Les notificacions de la subscripció push a esdeveniments del mòdul pub/sub no es poden enviar a webhooks que no siguin propietat i estiguin operats per SugarCRM', 'LBL_EXPIRATION_DATE' => 'Data de caducitat', 'LBL_MODULE_NAME' => 'Subscripcions push a esdeveniments del mòdul pub/sub', 'LBL_MODULE_NAME_SINGULAR' => 'Subscripció push a esdeveniments del mòdul pub/sub', 'LBL_TARGET_MODULE' => 'Mòdul', 'LBL_TOKEN' => 'Token de confiança', 'LBL_WEBHOOK_URL' => 'URL de Webhook', 'LNK_PUBSUB_MODULEEVENT_PUSHSUBS_LIST' => 'Visualitza les subscripcions push a esdeveniments del mòdul pub/sub', ];