2018-09-28 11:54:52 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return [
2018-09-28 11:54:52 -07:00
2021-09-08 13:49:33 -07:00
'undeployable' => ' < strong > Varúð : </ strong > Þessi eign hefur verið merkt sem ónothæf að svo stöddu .
Ef ástand hennar hefur breyst skaltu uppfæra stöðu eignarinnar . ' ,
'does_not_exist' => 'Þessi eign finnst ekki.' ,
2022-01-13 21:27:29 -08:00
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.' ,
2021-09-08 13:49:33 -07:00
'assoc_users' => 'Þessari eign hefur þegar verið ráðstafað til notanda og er því ekki hægt að afskrá. Vinsamlegast skilaðu eigninni fyrst og reyndu síðan að afskrá hana. ' ,
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
'create' => [
2018-09-28 11:54:52 -07:00
'error' => 'Asset was not created, please try again. :(' ,
2022-01-13 21:27:29 -08:00
'success' => 'Það tókst að skrá þessa eign :)' ,
],
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
'update' => [
2018-09-28 11:54:52 -07:00
'error' => 'Asset was not updated, please try again' ,
'success' => 'Asset updated successfully.' ,
'nothing_updated' => 'No fields were selected, so nothing was updated.' ,
2022-05-24 15:07:14 -07:00
'no_assets_selected' => 'No assets were selected, so nothing was updated.' ,
2022-01-13 21:27:29 -08:00
],
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
'restore' => [
2018-09-28 11:54:52 -07:00
'error' => 'Asset was not restored, please try again' ,
2022-01-13 21:27:29 -08:00
'success' => 'Asset restored successfully.' ,
],
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
'audit' => [
2021-09-08 13:49:33 -07:00
'error' => 'Eignaúttekt var ekki skráð. Vinsamlegast reyndu aftur.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Eignaúttekt var skráð.' ,
],
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
'deletefile' => [
2018-09-28 11:54:52 -07:00
'error' => 'File not deleted. Please try again.' ,
'success' => 'File successfully deleted.' ,
2022-01-13 21:27:29 -08:00
],
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
'upload' => [
2018-09-28 11:54:52 -07:00
'error' => 'File(s) not uploaded. Please try again.' ,
'success' => 'File(s) successfully uploaded.' ,
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large' ,
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.' ,
2022-01-13 21:27:29 -08:00
],
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
'import' => [
2018-09-28 11:54:52 -07:00
'error' => 'Some items did not import correctly.' ,
'errorDetail' => 'The following Items were not imported because of errors.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Your file has been imported' ,
'file_delete_success' => 'Your file has been been successfully deleted' ,
'file_delete_error' => 'The file was unable to be deleted' ,
],
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
'delete' => [
2021-09-08 13:49:33 -07:00
'confirm' => 'Ertu viss um að þú viljir afskrá þessa eign?' ,
2018-09-28 11:54:52 -07:00
'error' => 'There was an issue deleting the asset. Please try again.' ,
'nothing_updated' => 'No assets were selected, so nothing was deleted.' ,
2022-01-13 21:27:29 -08:00
'success' => 'The asset was deleted successfully.' ,
],
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => [
2021-09-08 13:49:33 -07:00
'error' => 'Eigninni var ekki ráðstafað, vinsamlegast reyndu aftur' ,
'success' => 'Eigninni var ráðstafað.' ,
2018-09-28 11:54:52 -07:00
'user_does_not_exist' => 'That user is invalid. Please try again.' ,
2021-09-08 13:49:33 -07:00
'not_available' => 'Þessi eign er ekki laus til ráðstöfunar!' ,
2022-01-13 21:27:29 -08:00
'no_assets_selected' => 'Þú verður að velja að lágmarki eina eign úr listanum' ,
],
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
'checkin' => [
2021-09-08 13:49:33 -07:00
'error' => 'Eigninni var ekki skilað, vinsamlegast reyndu aftur' ,
'success' => 'Eigninni var skilað.' ,
2018-09-28 11:54:52 -07:00
'user_does_not_exist' => 'That user is invalid. Please try again.' ,
2021-09-08 13:49:33 -07:00
'already_checked_in' => 'Þessari eign hefur þegar verið skilað.' ,
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
],
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
'requests' => [
2018-09-28 11:54:52 -07:00
'error' => 'Asset was not requested, please try again' ,
'success' => 'Asset requested successfully.' ,
2022-01-13 21:27:29 -08:00
'canceled' => 'Beiðni um ráðstöfun var afturkölluð' ,
],
2018-09-28 11:54:52 -07:00
2022-01-13 21:27:29 -08:00
];