mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 00:54:07 -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' => 'Om tillgångar',
|
|
'about_assets_text' => 'Tillgångar är poster som spåras med serienummer eller tillgångstagg. De tenderar att vara mer värdefulla saker där identifiering av en viss sak är viktig.',
|
|
'archived' => 'Arkiverade',
|
|
'asset' => 'Tillgång',
|
|
'bulk_checkout' => 'Checkout tillgångar',
|
|
'checkin' => 'Checkin Asset',
|
|
'checkout' => 'Checkout Asset',
|
|
'clone' => 'Klon tillgång',
|
|
'deployable' => 'Deployable',
|
|
'deleted' => 'This asset has been deleted.',
|
|
'edit' => 'Redigera tillgång',
|
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
|
'requestable' => 'Tillgängliga',
|
|
'requested' => 'Begärda',
|
|
'restore' => 'Återställ tillgången',
|
|
'pending' => 'Väntande',
|
|
'undeployable' => 'Undeployable',
|
|
'view' => 'Visa tillgång',
|
|
);
|