[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /*+*********************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 *************************************************************************************/ 10 $languageStrings = array( 11 'LBL_ADD_RECORD' => 'Add Purchase Order', 12 'LBL_BALANCE' => 'Balance', 13 'LBL_COPY_BILLING_ADDRESS' => 'Copy Billing Address', 14 'LBL_COPY_SHIPPING_ADDRESS' => 'Copy Shipping Address', 15 'LBL_EXPORT_TO_PDF' => 'Export to PDF', 16 'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'is deleted from the system.please remove or replace this item', 17 'LBL_LIST_PRICE' => 'List Price', 18 'LBL_PAID' => 'Paid', 19 'LBL_PO_INFORMATION' => 'Purchase Order Details', 20 'LBL_RECORDS_LIST' => 'Purchase Order List', 21 'LBL_SEND_MAIL_PDF' => 'Send Email with PDF', 22 'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'This line item is deleted from the system,please remove this line items', 23 'LBL_THIS' => 'This', 24 'List Price' => 'List Price', 25 'PurchaseOrder No' => 'Purchase Order Number', 26 'Received Shipment'=>'Received Shipment', 27 'Requisition No' => 'Requisition Number', 28 'Sales Commission' => 'Sales Commission', 29 'SINGLE_PurchaseOrder' => 'Purchase Order', 30 'Tracking Number' => 'Tracking Number', 31 ); 32 33 $jsLanguageStrings = array( 34 'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'Please remove line item that is deleted', 35 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |