mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 17:44:17 -08:00
8ca4c51186
Signed-off-by: snipe <snipe@snipe.net>
19 lines
593 B
PHP
19 lines
593 B
PHP
<?php
|
|
|
|
return [
|
|
'example_company' => 'Test Bedrijf Beperkt',
|
|
'example_defaultloc' => 'Bouw 1',
|
|
'example_category' => 'Test categorie',
|
|
'example_location' => 'Bouw 2',
|
|
'example_manufacturer' => 'Test Productie Inc.',
|
|
'example_model' => 'Test model',
|
|
'example_supplier' => 'Test Bedrijf Beperkt',
|
|
'labels_per_page' => 'Labels',
|
|
'support_fields' => 'Velden',
|
|
'support_asset_tag' => 'Tag',
|
|
'support_1d_barcode' => '1D',
|
|
'support_2d_barcode' => '2D',
|
|
'support_logo' => 'Logo',
|
|
'support_title' => 'Titel',
|
|
|
|
]; |