40 lines
1.3 KiB
PHP
40 lines
1.3 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_PRICEBOOK_INFORMATION'=>'Preislisteninformation:',
|
|
'LBL_CUSTOM_INFORMATION'=>'zusätzliche Information',
|
|
'LBL_DESCRIPTION_INFORMATION'=>'Beschreibung:',
|
|
//Mapping for price book
|
|
'Price Book Name'=>'Preislistenname',
|
|
'Product Name'=>'Produktname',
|
|
'Active'=>'Aktiv',
|
|
'Description'=>'Beschreibung',
|
|
'Created Time'=>'erstellt',
|
|
'Modified Time'=>'geändert',
|
|
'LBL_LIST_PRODUCT_NAME'=>'Produktname',
|
|
'LBL_PRODUCT_CODE'=>'Produktcode',
|
|
'LBL_PRODUCT_UNIT_PRICE'=>'Einheitenpreis',
|
|
'LBL_PB_LIST_PRICE'=>'Listenpreis',
|
|
'LBL_ACTION'=>'Aktion',
|
|
'PriceBook'=>'Preisliste',
|
|
|
|
// Added after 5.0.4 GA
|
|
'Currency'=>'Währung',
|
|
|
|
// Module Sequence Numbering
|
|
'PriceBook No' => 'Preislisten Nummer',
|
|
// END
|
|
);
|
|
|
|
|
|
|
|
?>
|