mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
10ac2c830f
Signed-off-by: snipe <snipe@snipe.net>
19 lines
630 B
PHP
19 lines
630 B
PHP
<?php
|
|
|
|
return [
|
|
'example_company' => 'Probna kompanija d.o.o.',
|
|
'example_defaultloc' => 'Zgrada 1',
|
|
'example_category' => 'Probna kategorija',
|
|
'example_location' => 'Zgrada 2',
|
|
'example_manufacturer' => 'Probna proizvodna korporacija',
|
|
'example_model' => 'Probni model',
|
|
'example_supplier' => 'Probna kompanija d.o.o.',
|
|
'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',
|
|
|
|
]; |