mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
13 lines
284 B
PHP
13 lines
284 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'labels_per_page' => 'Oznake',
|
||
|
'support_fields' => 'Polja',
|
||
|
'support_asset_tag' => 'Inventarni broj',
|
||
|
'support_1d_barcode' => '1D',
|
||
|
'support_2d_barcode' => '2D',
|
||
|
'support_logo' => 'Logo',
|
||
|
'support_title' => 'Naslov',
|
||
|
|
||
|
];
|