mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
a4e307c4db
Signed-off-by: snipe <snipe@snipe.net>
45 lines
2 KiB
PHP
45 lines
2 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'bulk_delete' => 'Confirm 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' => 'Ráðstafað til',
|
|
'checkout_date' => 'Ráðstöfunardagsetning',
|
|
'checkin_date' => 'Skiladagsetning',
|
|
'checkout_to' => 'Ráðstöfun til',
|
|
'cost' => 'Innkaupsverð',
|
|
'create' => 'Skrá eign',
|
|
'date' => 'Innkaups dagsetning',
|
|
'depreciation' => 'Fyrningarflokkur',
|
|
'depreciates_on' => 'Depreciates On',
|
|
'default_location' => 'Sjálfgefin staðsetning',
|
|
'eol_date' => 'EOL Date',
|
|
'eol_rate' => 'EOL Rate',
|
|
'expected_checkin' => 'Áætluð skiladagsetning',
|
|
'expires' => 'Expires',
|
|
'fully_depreciated' => 'Fully Depreciated',
|
|
'help_checkout' => 'Ef þú vilt ráðstafa þessari eign strax skaltu velja "Tilbúin til ráðstöfunar" úr listanum yfir stöður hér að ofan. ',
|
|
'mac_address' => 'MAC Address',
|
|
'manufacturer' => 'Framleiðandi',
|
|
'model' => 'Model',
|
|
'months' => 'mánuðir',
|
|
'name' => 'Heiti eignar',
|
|
'notes' => 'Notes',
|
|
'order' => 'Pöntunarnúmer',
|
|
'qr' => 'QR kóði',
|
|
'requestable' => 'Notendur mega biðja um þessa eign',
|
|
'select_statustype' => 'Select Status Type',
|
|
'serial' => 'Raðnúmer',
|
|
'status' => 'Staða',
|
|
'tag' => 'Eignamerking',
|
|
'update' => 'Asset Update',
|
|
'warranty' => 'Ábyrgð',
|
|
'warranty_expires' => 'Ábyrgð gildir til',
|
|
'years' => 'ár',
|
|
)
|
|
;
|