0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
standard
/
htdocs
/
modules
/
Faq
/
language
/
[
Home
]
File: en_us.lang.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$ * 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'=>'FAQ', 'LBL_MODULE_TITLE'=>'FAQ: Home', 'LBL_SEARCH_FORM_TITLE'=>'FAQ Search', 'LBL_LIST_FORM_TITLE'=>'FAQ List', 'LBL_NEW_FORM_TITLE'=>'New Faq', 'LBL_MEMBER_ORG_FORM_TITLE'=>'Member Organizations', 'LBL_LIST_ACCOUNT_NAME'=>'Faq 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_FAQ_INFORMATION'=>'Faq Information', //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'=>'Faq:', 'LBL_ACCOUNT_NAME'=>'Faq 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'=>'Faq 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 Faq', '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 Faq 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 Faq', 'LBL_GENERAL_INFORMATION'=>'General Information', //for v4 release added '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', //Added for 4GA Release 'Category'=>'Category', 'Related To'=>'Related To', 'Question'=>'Question', 'Answer'=>'Answer', 'Comments'=>'Comments', 'LBL_COMMENTS'=>'Comments',//give the same value given to the above string 'Comments' 'Created Time'=>'Created Time', 'Modified Time'=>'Modified Time', //Added vtiger_fields after 4.2 alpha 'LBL_TICKETS'=>'Tickets', 'LBL_FAQ'=>'FAQ', 'Product Name'=>'Product Name', 'FAQ Id'=>'FAQ Id', 'Add Comment'=>'Add Comment', 'LBL_ADD_COMMENT'=>'Add Comment',//give the same value given to the above string 'Add Comment' 'LBL_COMMENT_INFORMATION'=>'Comment Information', 'Status'=>'Status', //Added on 10-12-2005 'LBL_QUESTION'=>'Question', 'LBL_CATEGORY'=>'Category', 'LBL_MY_FAQ'=>'My Recent FAQs', //Added for existing Picklist Entries 'General'=>'General', 'Draft'=>'Draft', 'Reviewed'=>'Reviewed', 'Published'=>'Published', 'Obsolete'=>'Obsolete', ); ?>