2023-09-25 02:54:46 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2024-01-24 07:29:39 -08:00
|
|
|
'example_company' => 'Testfirma limitiert',
|
|
|
|
'example_defaultloc' => 'Gebäude 1',
|
|
|
|
'example_category' => 'Testkategorie',
|
|
|
|
'example_location' => 'Baue 2',
|
|
|
|
'example_manufacturer' => 'Test Manufacturing Inc.',
|
|
|
|
'example_model' => 'Testmodell',
|
|
|
|
'example_supplier' => 'Testfirma limitiert',
|
2023-09-25 02:54:46 -07:00
|
|
|
'labels_per_page' => 'Label',
|
|
|
|
'support_fields' => 'Felder',
|
|
|
|
'support_asset_tag' => 'Tag',
|
|
|
|
'support_1d_barcode' => '1D',
|
|
|
|
'support_2d_barcode' => '2D',
|
|
|
|
'support_logo' => 'Logo',
|
|
|
|
'support_title' => 'Bezeichnung',
|
|
|
|
|
|
|
|
];
|