/
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 עבור המודול {0}', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_INVALID' => 'כתובת URL לא חוקית של Webhook', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_NOT_ALLOWED' => 'לא ניתן לשלוח התראות מנויי דחיפה של אירוע מודול Pub/Sub לרכיבי Webhook שאינם נמצאים בבעלותה ובניהולה של SugarCRM', 'LBL_EXPIRATION_DATE' => 'תאריך תפוגה', 'LBL_MODULE_NAME' => 'מנויי דחיפה של אירוע מודול Pub/Sub', 'LBL_MODULE_NAME_SINGULAR' => 'מנוי דחיפה של אירוע מודול Pub/Sub', 'LBL_TARGET_MODULE' => 'מודול', 'LBL_TOKEN' => 'אסימון מהימן', 'LBL_WEBHOOK_URL' => 'כתובת URL של Webhook', 'LNK_PUBSUB_MODULEEVENT_PUSHSUBS_LIST' => 'הצגת מנויי דחיפה של אירוע מודול Pub/Sub', ];