diff --git a/pkg/vtiger/translations/Deutsch/modules/Assets.php b/pkg/vtiger/translations/Deutsch/modules/Assets.php index 098801958ffef8f12f4f81fe050a6f90f34b1c92..419642cad94d467787bb2735aa5609c85ec836f1 100644 --- a/pkg/vtiger/translations/Deutsch/modules/Assets.php +++ b/pkg/vtiger/translations/Deutsch/modules/Assets.php @@ -8,12 +8,12 @@ * All Rights Reserved. ************************************************************************************/ $languageStrings = array( - 'Assets' => 'Bestandsverwaltung' , - 'SINGLE_Assets' => 'Bestandsverwaltung' , - 'LBL_ADD_RECORD' => 'Add Bestandsverwaltung' , - 'LBL_RECORDS_LIST' => 'Bestandsverwaltung List' , - 'LBL_ASSET_INFORMATION' => 'Bestandsverwaltung Information', - 'Asset No' => 'Bestandsverwaltung Nr' , + 'Assets' => 'Bestände' , + 'SINGLE_Assets' => 'Bestand' , + 'LBL_ADD_RECORD' => 'Neuer Bestand' , + 'LBL_RECORDS_LIST' => 'Bestandsübersicht' , + 'LBL_ASSET_INFORMATION' => 'Bestandinformation', + 'Asset No' => 'Bestandnummer' , 'Serial Number' => 'Seriennummer' , 'Date Sold' => 'Verkaufsdatum' , 'Date in Service' => 'Servicedatum' , @@ -21,9 +21,9 @@ $languageStrings = array( 'Invoice Name' => 'Rechnung' , 'Shipping Method' => 'Versandmethode' , 'Shipping Tracking Number' => 'Sendungsverfolgungsnummer' , - 'Asset Name' => 'Titel Bestandsverwaltung' , + 'Asset Name' => 'Bestandname' , 'Customer Name' => 'Organisation' , 'Notes' => 'Beschreibung' , - 'In Service' => 'unterstützt' , - 'Out-of-service' => 'wird nicht mehr unterstützt', -); \ No newline at end of file + 'In Service' => 'Bestand aktiv' , + 'Out-of-service' => 'Bestand inaktiv', +);