snipe-it/resources/lang/sv-SE/admin/hardware/form.php
2016-03-25 01:18:05 -07:00

45 lines
1.9 KiB
PHP
Executable file

<?php
return array(
'bulk_delete' => 'Confrm Bulk Delete Assets',
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
'bulk_update' => 'Bulk Update Assets',
'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
'checkedout_to' => 'Utcheckad till',
'checkout_date' => 'Utcheckningsdatum',
'checkin_date' => 'Incheckningsdatum',
'checkout_to' => 'Checka ut till',
'cost' => 'Inköpskostnad',
'create' => 'Skapa Tillgång',
'date' => 'Köpdatum',
'depreciates_on' => 'Depreciates On',
'depreciation' => 'Depreciation',
'default_location' => 'Standard plats',
'eol_date' => 'EOL Datum',
'eol_rate' => 'EOL Rate',
'expected_checkin' => 'Expected Checkin Date',
'expires' => 'Förfaller',
'fully_depreciated' => 'Fully Depreciated',
'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
'mac_address' => 'MAC Address',
'manufacturer' => 'Tillverkare',
'model' => 'Modell',
'months' => 'månader',
'name' => 'Asset Name',
'notes' => 'Anteckningar',
'order' => 'Order Nummer',
'qr' => 'QR-kod',
'requestable' => 'Users may request this asset',
'select_statustype' => 'Select Status Type',
'serial' => 'Serienummer',
'status' => 'Status',
'supplier' => 'Supplier',
'tag' => 'Asset Tag',
'update' => 'Asset Update',
'warranty' => 'Warranty',
'years' => 'år',
)
;