46 lines
1.8 KiB
PHP
46 lines
1.8 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.
|
|
* Portions created by Different Solutions GmbH are Copyright (C) Different Solutions GmbH
|
|
* All Rights Reserved.
|
|
************************************************************************************/
|
|
//ds@em91n - German language file for new module "Assets" -> translation is based on "Inventory Management"
|
|
$mod_strings = Array(
|
|
/*some general information*/
|
|
'LBL_MODULE_NAME'=>'Bestandsverwaltung',
|
|
'SINGLE_Assets'=>'Bestandsverwaltung',
|
|
|
|
/*blocks for the module*/
|
|
'LBL_ASSET_INFORMATION'=>'Bestandsverwaltung Information',
|
|
'LBL_CUSTOM_INFORMATION'=>'Custom Information',
|
|
'LBL_DESCRIPTION_INFORMATION'=>'Beschreibung',
|
|
|
|
/*fields for the module*/
|
|
'Assets'=>'Bestandsverwaltung',
|
|
'Asset Name' => 'Titel Bestandsverwaltung',
|
|
'Customer Name'=>'Organisation',
|
|
'Product Name'=>'Produkt',
|
|
'Serial Number'=>'Seriennummer',
|
|
'Asset No'=>'Bestandsverwaltung Nr',
|
|
'Date Sold'=>'Verkaufsdatum',
|
|
'Date in Service'=>'Servicedatum',
|
|
'Status'=>'Status',
|
|
'Shipping Method'=>'Versandmethode',
|
|
'Shipping Tracking Number'=>'Sendungsverfolgungsnummer',
|
|
'Tag Number'=>'Tag-Nummer',
|
|
'Notes'=>'Beschreibung',
|
|
'Invoice Name'=>'Rechnung',
|
|
|
|
/*picklist values*/
|
|
'--none--'=>'--ohne--',
|
|
'In Service'=>'unterstützt',
|
|
'Out-of-service'=>'wird nicht mehr unterstützt',
|
|
|
|
/* additional related lists */
|
|
);
|
|
?>
|