mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 06:59:41 -08:00
903609b5a5
Signed-off-by: snipe <snipe@snipe.net>
23 lines
1 KiB
PHP
23 lines
1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_assets_title' => 'O imovini',
|
|
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
|
|
'archived' => 'Arhivirano',
|
|
'asset' => 'Imovina',
|
|
'bulk_checkout' => 'Checkout Assets',
|
|
'checkin' => 'Checkin Asset',
|
|
'checkout' => 'Checkout Asset',
|
|
'clone' => 'Kloniraj imovinu',
|
|
'deployable' => 'Može se razmestiti',
|
|
'deleted' => 'This asset has been deleted.',
|
|
'edit' => 'Uređivanje imovine',
|
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
|
'requestable' => 'Može da se potražuje',
|
|
'requested' => 'Zatraženo',
|
|
'restore' => 'Restore Asset',
|
|
'pending' => 'U čekanju',
|
|
'undeployable' => 'Ne može da se razmesti',
|
|
'view' => 'Prikaz imovine',
|
|
);
|