55 lines
2.0 KiB
PHP
55 lines
2.0 KiB
PHP
|
<?php
|
||
|
/*+********************************************************************************
|
||
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
||
|
* ("License"); You may not use this file except in compliance with the License
|
||
|
* The Original Code is: vtiger CRM Open Source
|
||
|
* The Initial Developer of the Original Code is vtiger.
|
||
|
* Portions created by vtiger are Copyright (C) vtiger.
|
||
|
* All Rights Reserved.
|
||
|
********************************************************************************/
|
||
|
|
||
|
$mod_strings = array(
|
||
|
'LBL_VENDOR_INFORMATION' => 'Vendor Information:',
|
||
|
'LBL_CUSTOM_INFORMATION' => 'Custom Information',
|
||
|
'LBL_VENDOR_ADDRESS_INFORMATION' => 'Address Information:',
|
||
|
'LBL_DESCRIPTION_INFORMATION' => 'Description Name:',
|
||
|
'Vendor Name' => 'Vendor Name',
|
||
|
'Name' => 'Name',
|
||
|
'Company Name' => 'Company Name',
|
||
|
'Phone' => 'Phone',
|
||
|
'Email' => 'Email',
|
||
|
'Website' => 'Website',
|
||
|
'GL Account' => 'GL Account',
|
||
|
'Category' => 'Category',
|
||
|
'Street' => 'Street',
|
||
|
'City' => 'City',
|
||
|
'State' => 'County',
|
||
|
'Postal Code' => 'Postcode',
|
||
|
'Country' => 'Country',
|
||
|
'Description' => 'Description',
|
||
|
'Po Box' => 'PO Box',
|
||
|
'Vendor' => 'Vendor',
|
||
|
'300-Sales-Software' => '300-Sales-Software',
|
||
|
'301-Sales-Hardware' => '301-Sales-Hardware',
|
||
|
'302-Rental-Income' => '302-Rental-Income',
|
||
|
'303-Interest-Income' => '303-Interest-Income',
|
||
|
'304-Sales-Software-Support' => '304-Sales-Software-Support',
|
||
|
'305-Sales Other' => '305-Sales Other',
|
||
|
'306-Internet Sales' => '306-Internet Sales',
|
||
|
'307-Service-Hardware Labor' => '307-Service-Hardware Labor',
|
||
|
'308-Sales-Books' => '308-Sales-Books',
|
||
|
'Created Time' => 'Created Time',
|
||
|
'Modified Time' => 'Modified Time',
|
||
|
'LBL_DUPLICATE_DATA_IN' => 'Duplicate ',
|
||
|
'LBL_DELETE' => 'Delete',
|
||
|
'LBL_MERGE_SELECT' => 'Merge Select',
|
||
|
'LBL_MERGE' => 'Merge',
|
||
|
'LBL_MERGE_DATA_IN' => 'Merge Records In',
|
||
|
'LBL_ACTION' => 'Action',
|
||
|
'LBL_FIELDLISTS' => 'List of Fields',
|
||
|
'LBL_RECORD' => 'Record #',
|
||
|
'Vendor No' => 'Vendor No.',
|
||
|
'LBL_MODULE_NAME' => 'Vendors',
|
||
|
'Vendors ID' => 'Vendors ID'
|
||
|
);
|
||
|
?>
|