Skip to content
Snippets Groups Projects
Commit 4b7d8088 authored by Satish's avatar Satish
Browse files

Merge branch '7.1.0' of http://code.vtiger.com/vtiger/vtigercrm into 7.1.0

parents 8d99c1a1 970636e0
No related branches found
No related tags found
No related merge requests found
......@@ -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',
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment