2021-04-28 20:10:26 +02:00

139 lines
5.0 KiB
PHP

<?php
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
$mod_strings = array(
'LBL_MODULE_NAME'=>'Potentials',
'LBL_MODULE_TITLE'=>'Potentials: Home',
'LBL_SEARCH_FORM_TITLE'=>'Potential Search',
'LBL_LIST_FORM_TITLE'=>'Potential List',
'LBL_OPPORTUNITY_NAME'=>'Potential Name:',
'LBL_OPPORTUNITY'=>'Potential:',
'LBL_NAME'=>'Potential Name',
'LBL_INVITEE'=>'Contacts',
'LBL_LIST_OPPORTUNITY_NAME'=>'Potential',
'LBL_LIST_ACCOUNT_NAME'=>'Account Name',
'LBL_PRODUCT_NAME'=>'Product Name',
'LBL_LIST_AMOUNT'=>'Amount',
'LBL_LIST_DATE_CLOSED'=>'Expected Close',
'LBL_LIST_SALES_STAGE'=>'Sales Stage',
'LBL_ACCOUNT_NAME'=>'Account Name:',
'LBL_AMOUNT'=>'Amount:',
'LBL_DATE_CLOSED'=>'Expected Close Date:',
'LBL_TYPE'=>'Type:',
'LBL_NEXT_STEP'=>'Next Step:',
'LBL_LEAD_SOURCE'=>'Lead Source:',
'LBL_SALES_STAGE'=>'Sales Stage:',
'LBL_PROBABILITY'=>'Probability (%):',
'LBL_DESCRIPTION'=>'Description:',
'LBL_OPPORTUNITY_INFORMATION'=>'Potential Information:',
'LBL_DESCRIPTION_INFORMATION'=>'Description Information:',
'LBL_CUSTOM_INFORMATION'=>'Custom Information',
'LBL_NEW_FORM_TITLE'=>'New Potential',
'ERR_DELETE_RECORD'=>'Please select a record number to delete the opportunity.',
'LBL_TOP_OPPORTUNITIES'=>'My Top Open Potentials',
'NTC_REMOVE_OPP_CONFIRMATION'=>'Are you sure you want to remove this contact from this opportunity?',
'NTC_NONE_SCHEDULED'=>'None scheduled.',
'LBL_SELECT_OPPOPTUNITY'=>'Select Potential',
'LBL_GENERAL_INFORMATION'=>'General Information',
'LBL_NEW_POTENTIAL'=>'New Potential',
'LBL_POTENTIAL_TITLE'=>'Potentials',
'LBL_NEW_TASK'=>'New Task',
'LBL_TASK_TITLE'=>'Tasks',
'LBL_NEW_CALL'=>'New Call',
'LBL_CALL_TITLE'=>'Calls',
'LBL_NEW_MEETING'=>'New Meeting',
'LBL_MEETING_TITLE'=>'Meetings',
'LBL_NEW_EMAIL'=>'New Email',
'LBL_EMAIL_TITLE'=>'Emails',
'LBL_NEW_NOTE'=>'New Note',
'LBL_NOTE_TITLE'=>'Notes',
'LBL_NEW_ATTACHMENT'=>'New Attachment',
'LBL_ATTACHMENT_TITLE'=>'Attachments',
'LBL_NEW_CONTACT'=>'New Contact',
'LBL_CONTACT_TITLE'=>'Contacts',
'LBL_ALL'=>'All',
'LBL_WON'=>'Won',
'LBL_LOST'=>'Lost',
'LBL_VALUE_PROPOSITION'=>'Value Proposition',
'LBL_PROSPECTING'=>'Prospecting',
'LBL_TOOL_FORM_TITLE'=>'Potential Tools',
'Potential Name'=>'Potential Name',
'Amount'=>'Amount',
'Account Name'=>'Account Name',
'Currency'=>'Currency',
'Expected Close Date'=>'Expected Close Date',
'Opportunity Type'=>'Opportunity Type',
'Type'=>'Type',
'Next Step'=>'Next Step',
'Lead Source'=>'Lead Source',
'Sales Stage'=>'Sales Stage',
'Assigned To'=>'Assigned To',
'Probability'=>'Probability (%)',
'Campaign Source'=>'Campaign Source',
'Description'=>'Description',
'Created Time'=>'Time created',
'Modified Time'=>'Modified Time',
'Potential'=>'Potential',
'Expected Close'=>'Expected Close',
'Prospecting'=>'Prospecting',
'Qualification'=>'Qualification',
'Needs Analysis'=>'Needs Analysis',
'Value Proposition'=>'Value Proposition',
'Id. Decision Makers'=>'Id. Decision Makers',
'Perception Analysis'=>'Perception Analysis',
'Proposal/Price Quote'=>'Proposal/Price Quote',
'Negotiation/Review'=>'Negotiation/Review',
'Closed Won'=>'Closed Won',
'Closed Lost'=>'Closed Lost',
'Cold Call'=>'Cold Call',
'Existing Customer'=>'Existing Customer',
'Self Generated'=>'Self Generated',
'Employee'=>'Employee',
'Partner'=>'Partner',
'Public Relations'=>'Public Relations',
'Direct Mail'=>'Direct Mail',
'Conference'=>'Conference',
'Trade Show'=>'Trade Show',
'Web Site'=>'Web Site',
'Word of mouth'=>'Word of mouth',
'Other'=>'Other',
'--None--'=>'--None--',
'Existing Business'=>'Existing Business',
'New Business'=>'New Business',
'Potential No'=>'Potential No',
'Related To'=>'Related To',
'ContactRoles'=>'Contact Roles',
'BusinessUser'=>'Utente business',
'Manager'=>'Manager',
'PurchaseAgent'=>'Purchase agent',
'PurchaseManager'=>'Purchase manager',
'Examiner'=>'Examiner',
'SponsorManager'=>'Sponsor manager',
'Consultant'=>'Consultant',
'TechPurchaseAgent'=>'Purchase agent Tech dep.',
'Advertiser'=>'Advertiser',
'Agency'=>'Agency',
'Broker'=>'Broker',
'Dealer'=>'Dealer',
'Developer'=>'Developer',
'Distributor'=>'Distributor',
'Institution'=>'Institution',
'Supplier'=>'Supplier',
'SystemIntegrator'=>'System integrator',
'Reseller'=>'Reseller',
'MainAccountContacts'=>'Main account\'s contacts',
'LBL_PRODLINES_FOR_QUOTE'=>'Product lines for the quote',
'PotentialOpen'=>'Open',
'PotentialBudgeting'=>'Budgeting',
'EffClosingDate'=>'Effective closing date',
'LBL_OTHER_CONTACTS'=>'Other contacts',
'LBL_PARTNERS'=>'Partners',
'NoActiveQuotes' => 'No active quotes found',
'TooManyActiveQuotes' => 'There is more than one active quote',
'AmountHistory' => 'Amount history',
'AmountsWithoutTaxes' => 'Amounts are not calculated with taxes, fares and adjustments',
'NoProductLineInfo' => 'Summary about Product Lines has been disabled because some informations have not been entered correctly',
);
?>