/
var
/
www
/
html
/
sugar9
/
modules
/
SF_SubscriptionFlow
/
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 = array ( 'LBL_TEAM' => 'Teams', 'LBL_TEAMS' => 'Teams', 'LBL_TEAM_ID' => 'Team Id', 'LBL_ASSIGNED_TO_ID' => 'Assigned User Id', 'LBL_ASSIGNED_TO_NAME' => 'Assigned to', 'LBL_TAGS_LINK' => 'Tags', 'LBL_TAGS' => 'Tags', 'LBL_ID' => 'ID', 'LBL_DATE_ENTERED' => 'Date Created', 'LBL_DATE_MODIFIED' => 'Date Modified', 'LBL_MODIFIED' => 'Modified By', 'LBL_MODIFIED_ID' => 'Modified By Id', 'LBL_MODIFIED_NAME' => 'Modified By Name', 'LBL_CREATED' => 'Created By', 'LBL_CREATED_ID' => 'Created By Id', 'LBL_DOC_OWNER' => 'Document Owner', 'LBL_USER_FAVORITES' => 'Users Who Favourite', 'LBL_DESCRIPTION' => 'Description', 'LBL_DELETED' => 'Deleted', 'LBL_NAME' => 'Name', 'LBL_CREATED_USER' => 'Created by User', 'LBL_MODIFIED_USER' => 'Modified by User', 'LBL_LIST_NAME' => 'Name', 'LBL_EDIT_BUTTON' => 'Edit', 'LBL_REMOVE' => 'Remove', 'LBL_EXPORT_MODIFIED_BY_NAME' => 'Modified By Name', 'LBL_COMMENTLOG' => 'Comment Log', 'LBL_LIST_FORM_TITLE' => 'SubscriptionFlow List', 'LBL_MODULE_NAME' => 'SubscriptionFlow', 'LBL_MODULE_TITLE' => 'SubscriptionFlow', 'LBL_MODULE_NAME_SINGULAR' => 'SubscriptionFlow', 'LBL_HOMEPAGE_TITLE' => 'My SubscriptionFlow', 'LNK_NEW_RECORD' => 'Create SubscriptionFlow', 'LNK_LIST' => 'View SubscriptionFlow', 'LNK_IMPORT_SF_SUBSCRIPTIONFLOW' => 'Import SubscriptionFlow', 'LBL_SEARCH_FORM_TITLE' => 'Search SubscriptionFlow', 'LBL_HISTORY_SUBPANEL_TITLE' => 'View History', 'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Activities', 'LBL_SF_SUBSCRIPTIONFLOW_SUBPANEL_TITLE' => 'SubscriptionFlow', 'LBL_NEW_FORM_TITLE' => 'New SubscriptionFlow', 'LNK_IMPORT_VCARD' => 'Import SubscriptionFlow vCard', 'LBL_IMPORT' => 'Import SubscriptionFlow', 'LBL_IMPORT_VCARDTEXT' => 'Automatically create a new SubscriptionFlow record by importing a vCard from your file system.', 'LBL_SUBSCRIPTION_TYPE' => 'Subscription Type', 'LBL_TERMED_START_DATE' => 'Termed Start Date', 'LBL_TOTAL_AMOUNT' => 'Total Amount', 'LBL_STATUS' => 'Status', 'LBL_SF_ID' => 'SF id', );