/
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' => 'Pub/sub-Moduulin Tapahtuma Push-tilauksia ei voi luoda {0} moduulille', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_INVALID' => 'Virheellinen webhookin URL-osoite', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_NOT_ALLOWED' => 'Pub/Sub-moduulin Event Push -tilausilmoituksia ei voi lähettää webhookeihin, jotka eivät ole SugarCRM: n omistuksessa ja käytössä', 'LBL_EXPIRATION_DATE' => 'Vanhenemispäivä', 'LBL_MODULE_NAME' => 'Pub/Sub Tapahtuma Push Tilaukset', 'LBL_MODULE_NAME_SINGULAR' => 'Pub/Sub Tapahtuma Push Tilaus', 'LBL_TARGET_MODULE' => 'Moduuli', 'LBL_TOKEN' => 'Luotettu tunnus', 'LBL_WEBHOOK_URL' => 'Webhookin URL-osoite', 'LNK_PUBSUB_MODULEEVENT_PUSHSUBS_LIST' => 'Näytä Pub/Sub Tapahtuma Push Tilaukset', ];