mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
190 lines
6.6 KiB
PHP
190 lines
6.6 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'=>'Accounts',
|
|
'LBL_MODULE_TITLE'=>'Accounts: Home',
|
|
'LBL_SEARCH_FORM_TITLE'=>'Account Search',
|
|
'LBL_LIST_FORM_TITLE'=>'Account List',
|
|
'LBL_NEW_FORM_TITLE'=>'New Account',
|
|
'LBL_MEMBER_ORG_FORM_TITLE'=>'Member organisations',
|
|
'LBL_TOP_ACCOUNTS'=>'My Top Accounts',
|
|
'LBL_TOP_AMOUNT'=>'Amount',
|
|
'LBL_LIST_ACCOUNT_NAME'=>'Account Name',
|
|
'LBL_LIST_CITY'=>'City',
|
|
'LBL_LIST_WEBSITE'=>'Website',
|
|
'LBL_LIST_STATE'=>'State',
|
|
'LBL_LIST_PHONE'=>'Phone',
|
|
'LBL_LIST_EMAIL_ADDRESS'=>'Email Address',
|
|
'LBL_LIST_CONTACT_NAME'=>'Contact Name',
|
|
'LBL_LIST_AMOUNT'=>'Total Opportunities',
|
|
'db_name'=>'LBL_LIST_ACCOUNT_NAME',
|
|
'db_website'=>'LBL_LIST_WEBSITE',
|
|
'db_billing_address_city'=>'LBL_LIST_CITY',
|
|
'LBL_ACCOUNT'=>'Account:',
|
|
'LBL_ACCOUNT_NAME'=>'Account Name:',
|
|
'LBL_PHONE'=>'Phone:',
|
|
'LBL_WEBSITE'=>'Web site',
|
|
'LBL_FAX'=>'Fax:',
|
|
'LBL_TICKER_SYMBOL'=>'Ticker Symbol:',
|
|
'LBL_OTHER_PHONE'=>'Phone (other)',
|
|
'LBL_ANY_PHONE'=>'Phone (other):',
|
|
'LBL_MEMBER_OF'=>'Member of:',
|
|
'LBL_EMAIL'=>'Email:',
|
|
'LBL_EMPLOYEES'=>'Employees:',
|
|
'LBL_OTHER_EMAIL_ADDRESS'=>'email (other)',
|
|
'LBL_ANY_EMAIL'=>'email (other):',
|
|
'LBL_OWNERSHIP'=>'Ownership:',
|
|
'LBL_RATING'=>'Rating:',
|
|
'LBL_INDUSTRY'=>'Industry:',
|
|
'LBL_SIC_CODE'=>'SIC Code:',
|
|
'LBL_TYPE'=>'Type:',
|
|
'LBL_ANNUAL_REVENUE'=>'Annual Revenue:',
|
|
'LBL_ADDRESS_INFORMATION'=>'Address Information',
|
|
'LBL_ACCOUNT_INFORMATION'=>'Account Information',
|
|
'LBL_CUSTOM_INFORMATION'=>'Custom Information',
|
|
'LBL_BILLING_ADDRESS'=>'Billing Address:',
|
|
'LBL_SHIPPING_ADDRESS'=>'Shipping Address:',
|
|
'LBL_ANY_ADDRESS'=>'Address (other):',
|
|
'LBL_CITY'=>'City:',
|
|
'LBL_STATE'=>'State:',
|
|
'LBL_POSTAL_CODE'=>'Postal Code:',
|
|
'LBL_COUNTRY'=>'Country:',
|
|
'LBL_DESCRIPTION_INFORMATION'=>'Description Information',
|
|
'LBL_DESCRIPTION'=>'Description:',
|
|
'NTC_COPY_BILLING_ADDRESS'=>'Copy billing address to shipping address',
|
|
'NTC_COPY_SHIPPING_ADDRESS'=>'Copy shipping address to billing address',
|
|
'NTC_REMOVE_MEMBER_ORG_CONFIRMATION'=>'Are you sure you want to remove this record as a member organisation?',
|
|
'LBL_DUPLICATE'=>'Potential Duplicate Accounts',
|
|
'MSG_DUPLICATE'=>'Creating this vte_account may vte_potentialy create a duplicate vte_account. You may either select an vte_account from the list below or you may click on Create New Account to continue creating a new vte_account with the previously entered data.',
|
|
'LBL_INVITEE'=>'Contacts',
|
|
'ERR_DELETE_RECORD'=>'Please select a record number to delete the vte_account.',
|
|
'LBL_SELECT_ACCOUNT'=>'Select Account',
|
|
'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_CONTACT'=>'New Contact',
|
|
'LBL_CONTACT_TITLE'=>'Contacts',
|
|
'LBL_ALL'=>'All',
|
|
'LBL_PROSPECT'=>'Prospect',
|
|
'LBL_INVESTOR'=>'Investor',
|
|
'LBL_RESELLER'=>'Reseller',
|
|
'LBL_PARTNER'=>'Partner',
|
|
'LBL_TOOL_FORM_TITLE'=>'Account Tools',
|
|
'Account Name'=>'Account Name',
|
|
'Phone'=>'Phone',
|
|
'Website'=>'Website',
|
|
'Fax'=>'Fax',
|
|
'Ticker Symbol'=>'Ticker Symbol',
|
|
'Other Phone'=>'Phone (other)',
|
|
'Member Of'=>'Member Of',
|
|
'Email'=>'Email',
|
|
'Employees'=>'Employees',
|
|
'Other Email'=>'email (other)',
|
|
'Ownership'=>'Ownership',
|
|
'Rating'=>'Rating',
|
|
'industry'=>'Industry',
|
|
'SIC Code'=>'SIC Code',
|
|
'Type'=>'Type',
|
|
'Annual Revenue'=>'Annual Revenue',
|
|
'Assigned To'=>'Assigned To',
|
|
'Billing Address'=>'Billing Address',
|
|
'Shipping Address'=>'Shipping Address',
|
|
'Billing City'=>'Billing City',
|
|
'Shipping City'=>'Shipping City',
|
|
'Billing State'=>'Billing State',
|
|
'Shipping State'=>'Shipping State',
|
|
'Billing Code'=>'Billing Postal Code',
|
|
'Shipping Code'=>'Shipping Postal Code',
|
|
'Billing Country'=>'Billing Country',
|
|
'Shipping Country'=>'Shipping Country',
|
|
'Created Time'=>'Time created',
|
|
'Modified Time'=>'Time modified',
|
|
'Description'=>'Description',
|
|
'Shipping Po Box'=>'Shipping PO Box',
|
|
'Billing Po Box'=>'Billing PO Box',
|
|
'Email Opt Out'=>'Lock Automatic Emails',
|
|
'LBL_EMAIL_OPT_OUT'=>'Lock Automatic Emails',
|
|
'Notify Owner'=>'Notify Owner',
|
|
'--None--'=>'--None--',
|
|
'Acquired'=>'Acquired',
|
|
'Active'=>'Active',
|
|
'Market Failed'=>'Market Failed',
|
|
'Project Cancelled'=>'Project Cancelled',
|
|
'Shutdown'=>'Shutdown',
|
|
'Apparel'=>'Apparel',
|
|
'Banking'=>'Banking',
|
|
'Biotechnology'=>'Biotechnology',
|
|
'Chemicals'=>'Chemicals',
|
|
'Communications'=>'Communications',
|
|
'Construction'=>'Construction',
|
|
'Consulting'=>'Consulting',
|
|
'Education'=>'Education',
|
|
'Electronics'=>'Electronics',
|
|
'Energy'=>'Energy',
|
|
'Engineering'=>'Engineering',
|
|
'Entertainment'=>'Entertainment',
|
|
'Environmental'=>'Environmental',
|
|
'Finance'=>'Finance',
|
|
'Food & Beverage'=>'Food & Beverage',
|
|
'Government'=>'Government',
|
|
'Healthcare'=>'Healthcare',
|
|
'Hospitality'=>'Hospitality',
|
|
'Insurance'=>'Insurance',
|
|
'Machinery'=>'Machinery',
|
|
'Manufacturing'=>'Manufacturing',
|
|
'Media'=>'Media',
|
|
'Not For Profit'=>'Non-profit',
|
|
'Recreation'=>'Recreation',
|
|
'Retail'=>'Retail',
|
|
'Shipping'=>'Shipping',
|
|
'Technology'=>'Technology',
|
|
'Telecommunications'=>'Telecommunications',
|
|
'Transportation'=>'Transportation',
|
|
'Utilities'=>'Utilities',
|
|
'Other'=>'Other',
|
|
'Analyst'=>'Analyst',
|
|
'Competitor'=>'Competitor',
|
|
'Customer'=>'Customer',
|
|
'Integrator'=>'Integrator',
|
|
'Investor'=>'Investor',
|
|
'Partner'=>'Partner',
|
|
'Press'=>'Press',
|
|
'Prospect'=>'Prospect',
|
|
'Reseller'=>'Reseller',
|
|
'LBL_START_DATE'=>'Start Date',
|
|
'LBL_END_DATE'=>'End Date',
|
|
'LBL_ACCOUNT_EXIST'=>'Account Name Already Exists!',
|
|
'Internal Project Nummer'=>'Projectnumber intern',
|
|
'External Project Nummer'=>'Projectnumber extern',
|
|
'Total Hour'=>'Total Hour',
|
|
'Projectleader OSS'=>'Projectleader intern',
|
|
'LBL_INSERT_ENTRIE'=>'as a new account',
|
|
'LBL_CLOSE_POPUP'=>'back to record',
|
|
'importDate'=>'Import Date',
|
|
'importFile'=>'Import File (name of file)',
|
|
'LBL_TimeCards'=>'Interventions',
|
|
'External Code'=>'External Code',
|
|
'Secondary Owner'=>'Secondary Assigned To',
|
|
'Secondary Owner Permission'=>'Secondary Owner Permission',
|
|
'ERP Code'=>'ERP Code',
|
|
'ShowHierarchy'=>'Show hierarchy',
|
|
'HideHierarchy'=>'Hide hierarchy',
|
|
'AccountsHierarchy'=>'Accounts Hierarchy',
|
|
'LBL_SOLD_QUANTITY'=>'Sold quantity',
|
|
'Account No'=>'Account No',
|
|
'LBL_NO_PARENT_HIERARCHY'=>'No parent',
|
|
'Receive newsletter'=>'Receive newsletter',
|
|
'Daily cost' => 'Daily cost', // crmv@189362
|
|
);
|
|
?>
|