mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-17 11:04:07 -08:00
13 lines
278 B
PHP
13 lines
278 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'labels_per_page' => 'Etiketter',
|
||
|
'support_fields' => 'Fält',
|
||
|
'support_asset_tag' => 'Tag',
|
||
|
'support_1d_barcode' => '1D',
|
||
|
'support_2d_barcode' => '2D',
|
||
|
'support_logo' => 'Logotyp',
|
||
|
'support_title' => 'Rubrik',
|
||
|
|
||
|
];
|