mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 17:44:17 -08:00
19 lines
613 B
PHP
19 lines
613 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'example_company' => 'Test bedrift begrenset',
|
||
|
'example_defaultloc' => 'Bygning 1',
|
||
|
'example_category' => 'Test kategori',
|
||
|
'example_location' => 'Bygning 2',
|
||
|
'example_manufacturer' => 'Test Manufacturing Inc.',
|
||
|
'example_model' => 'Test modell',
|
||
|
'example_supplier' => 'Test bedrift begrenset',
|
||
|
'labels_per_page' => 'Etiketter',
|
||
|
'support_fields' => 'Felt',
|
||
|
'support_asset_tag' => 'Etikett',
|
||
|
'support_1d_barcode' => '1D',
|
||
|
'support_2d_barcode' => '2D',
|
||
|
'support_logo' => 'Logo',
|
||
|
'support_title' => 'Tittel',
|
||
|
|
||
|
];
|