244 lines
8.4 KiB
PHP
244 lines
8.4 KiB
PHP
<?php
|
|
/*********************************************************************************
|
|
* The contents of this file are subject to the SugarCRM Public License Version 1.1.2
|
|
* ("License"); You may not use this file except in compliance with the
|
|
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
|
|
* the specific language governing rights and limitations under the License.
|
|
* The Original Code is: SugarCRM Open Source
|
|
* The Initial Developer of the Original Code is SugarCRM, Inc.
|
|
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
|
|
* All Rights Reserved.
|
|
* Contributor(s): ______________________________________.
|
|
********************************************************************************/
|
|
/*********************************************************************************
|
|
* $Header: /advent/projects/wesat/vtiger_crm/sugarcrm/modules/Accounts/language/en_us.lang.php,v 1.18 2005/03/19 08:59:20 rank Exp $
|
|
* Description: Defines the English language pack
|
|
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
|
|
* All Rights Reserved.
|
|
* Contributor(s): ______________________________________..
|
|
********************************************************************************/
|
|
|
|
$mod_strings = Array(
|
|
'LBL_MODULE_NAME'=>'Organizations',
|
|
'LBL_MODULE_TITLE'=>'Organizations: Home',
|
|
'LBL_SEARCH_FORM_TITLE'=>'Organization Search',
|
|
'LBL_LIST_FORM_TITLE'=>'Organization List',
|
|
'LBL_NEW_FORM_TITLE'=>'New Organization',
|
|
'LBL_MEMBER_ORG_FORM_TITLE'=>'Member Organizations',
|
|
// Label for Top Organizations in Home Page, added for 4.2 GA
|
|
'LBL_TOP_ACCOUNTS'=>'My Top Organizations',
|
|
'LBL_TOP_AMOUNT'=>'Amount',
|
|
'LBL_LIST_ACCOUNT_NAME'=>'Organization 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 Amount',
|
|
|
|
//DON'T CONVERT THESE THEY ARE MAPPINGS
|
|
'db_name' => 'LBL_LIST_ACCOUNT_NAME',
|
|
'db_website' => 'LBL_LIST_WEBSITE',
|
|
'db_billing_address_city' => 'LBL_LIST_CITY',
|
|
|
|
//END DON'T CONVERT
|
|
|
|
'LBL_ACCOUNT'=>'Organization:',
|
|
'LBL_ACCOUNT_NAME'=>'Organization Name:',
|
|
'LBL_PHONE'=>'Phone:',
|
|
'LBL_WEBSITE'=>'Website:',
|
|
'LBL_FAX'=>'Fax:',
|
|
'LBL_TICKER_SYMBOL'=>'Ticker Symbol:',
|
|
'LBL_OTHER_PHONE'=>'Other Phone:',
|
|
'LBL_ANY_PHONE'=>'Any Phone:',
|
|
'LBL_MEMBER_OF'=>'Member of:',
|
|
'LBL_EMAIL'=>'Email:',
|
|
'LBL_EMPLOYEES'=>'Employees:',
|
|
'LBL_OTHER_EMAIL_ADDRESS'=>'Other Email:',
|
|
'LBL_ANY_EMAIL'=>'Any Email:',
|
|
'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'=>'Organization Information',
|
|
'LBL_CUSTOM_INFORMATION'=>'Custom Information',
|
|
'LBL_BILLING_ADDRESS'=>'Billing Address:',
|
|
'LBL_SHIPPING_ADDRESS'=>'Shipping Address:',
|
|
'LBL_ANY_ADDRESS'=>'Any Address:',
|
|
'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 organization?',
|
|
'LBL_DUPLICATE'=>'Potential Duplicate Organizations',
|
|
'MSG_DUPLICATE' => 'Creating this vtiger_account may vtiger_potentialy create a duplicate vtiger_account. You may either select an vtiger_account from the list below or you may click on Create New Organization to continue creating a new vtiger_account with the previously entered data.',
|
|
|
|
'LBL_INVITEE'=>'Contacts',
|
|
'ERR_DELETE_RECORD'=>"A record number must be specified to delete the vtiger_account.",
|
|
|
|
'LBL_SELECT_ACCOUNT'=>'Select Organization',
|
|
'LBL_GENERAL_INFORMATION'=>'General Information',
|
|
|
|
//for v4 release added
|
|
'LBL_NEW_POTENTIAL'=>'New Opportunity',
|
|
'LBL_POTENTIAL_TITLE'=>'Opportunities',
|
|
|
|
'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',
|
|
|
|
//Added vtiger_fields after RC1 - Release
|
|
'LBL_ALL'=>'All',
|
|
'LBL_PROSPECT'=>'Prospect',
|
|
'LBL_INVESTOR'=>'Investor',
|
|
'LBL_RESELLER'=>'Reseller',
|
|
'LBL_PARTNER'=>'Partner',
|
|
|
|
// Added for 4GA
|
|
'LBL_TOOL_FORM_TITLE'=>'Organization Tools',
|
|
//Added for 4GA
|
|
'Account Name'=>'Organization Name',
|
|
'Phone'=>'Phone',
|
|
'Website'=>'Website',
|
|
'Fax'=>'Fax',
|
|
'Ticker Symbol'=>'Ticker Symbol',
|
|
'Other Phone'=>'Other Phone',
|
|
'Member Of'=>'Member Of',
|
|
'Email'=>'Email',
|
|
'Employees'=>'Employees',
|
|
'Other Email'=>'Other Email',
|
|
'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'=>'Created Time',
|
|
'Modified Time'=>'Modified Time',
|
|
'Description'=>'Description',
|
|
'Shipping Po Box'=>'Shipping PO Box',
|
|
'Billing Po Box'=>'Billing PO Box',
|
|
|
|
//Added after 4.2 patch 2
|
|
'Email Opt Out'=>'Email Opt Out',
|
|
'LBL_EMAIL_OPT_OUT'=>'Email Opt Out:',
|
|
|
|
//Added after 5Alpha5
|
|
'Notify Owner'=>'Notify Owner',
|
|
|
|
//Added for existing picklist entries
|
|
|
|
'--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'=>'Not For 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',
|
|
|
|
// Added/Updated for vtiger CRM 5.0.4
|
|
|
|
//added to fix the issue #4081
|
|
'LBL_ACCOUNT_EXIST' => 'Organization Name Already Exists!',
|
|
|
|
// mailer export
|
|
'LBL_MAILER_EXPORT' => 'Mailer Export',
|
|
'LBL_MAILER_EXPORT_CONTACTS_TYPE'=>'Select Contacts:',
|
|
'LBL_MAILER_EXPORT_CONTACTS_DESCR'=>'Contacts can also be selected via "Custom Fields" and some standard fields.',
|
|
'LBL_MAILER_EXPORT_RESULTS_TYPE'=>'Select export type:',
|
|
'LBL_MAILER_EXPORT_RESULTS_DESCR'=>'The data will gathered from the Organizations and their Contacts, that were returned
|
|
from the previous search.',
|
|
'LBL_EXPORT_RESULTS_EMAIL' => 'Export E-Mailer data',
|
|
'LBL_EXPORT_RESULTS_EMAIL_CORP'=>'Export E-Mail data, using "Company Email" from the Organization if the Contacts "Email" is empty',
|
|
'LBL_EXPORT_RESULTS_FULL'=>'Export data with the Contacts, E-Mail, Organization name, Address, Telephone, etc.',
|
|
'LBL_EXPORT_RESULTS_GO'=>'Export',
|
|
'LBL_MAILER_EXPORT_IGNORE' => '--ignore--',
|
|
'LBL_MAILER_EXPORT_CHECKED' =>'Checked',
|
|
'LBL_MAILER_EXPORT_NOTCHECKED' => 'Not Checked',
|
|
|
|
// Added after 5.0.4 GA
|
|
|
|
//Module Sequence Numbering
|
|
'Account No'=>'Organization No',
|
|
// END
|
|
|
|
// Organization Hierarchy
|
|
'LBL_SHOW_ACCOUNT_HIERARCHY' => 'Show Organization Hierarchy',
|
|
'Accounts ID' => 'Organizations ID',
|
|
|
|
);
|
|
|
|
?>
|