2021-04-28 20:10:26 +02:00

26 lines
888 B
PHP

<?php
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
$mod_strings = array(
'LBL_PRICEBOOK_INFORMATION'=>'Price Book Information:',
'LBL_CUSTOM_INFORMATION'=>'Custom Information',
'LBL_DESCRIPTION_INFORMATION'=>'Description Name:',
'Price Book Name'=>'Price Book Name',
'Product Name'=>'Product Name',
'Active'=>'Active',
'Description'=>'Description',
'Created Time'=>'Time created',
'Modified Time'=>'Modified Time',
'LBL_LIST_PRODUCT_NAME'=>'Product Name',
'LBL_PRODUCT_CODE'=>'Part Number',
'LBL_PRODUCT_UNIT_PRICE'=>'Unit Price',
'LBL_PB_LIST_PRICE'=>'List Price',
'LBL_ACTION'=>'Action',
'PriceBook'=>'Price Book',
'Currency'=>'Currency',
'PriceBook No'=>'PriceBook No',
'PriceBooksPrices' => 'Price Book prices',
);
?>