2018-09-28 11:54:52 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-28 12:40:03 -08:00
|
|
|
return [
|
2021-09-08 13:49:33 -07:00
|
|
|
'about_locations_title' => 'Um staðsetningar',
|
|
|
|
'about_locations' => 'Staðsetningar eru notaðar til að skrá upplýsingar um staðsetningar notenda, eigna og annarra hluta',
|
|
|
|
'assets_rtd' => 'Eignir', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
|
|
|
'assets_checkedout' => 'Ráðstafaðar eignir',
|
2022-08-08 15:29:28 -07:00
|
|
|
'id' => 'Auðkenni',
|
2021-09-08 13:49:33 -07:00
|
|
|
'city' => 'Borg',
|
|
|
|
'state' => 'Fylki',
|
|
|
|
'country' => 'Land',
|
|
|
|
'create' => 'Skrá staðsetningu',
|
|
|
|
'update' => 'Uppfæra staðsetningu',
|
2021-04-26 18:11:48 -07:00
|
|
|
'print_assigned' => 'Print Assigned',
|
|
|
|
'print_all_assigned' => 'Print All Assigned',
|
2021-09-08 13:49:33 -07:00
|
|
|
'name' => 'Heiti staðsetningar',
|
|
|
|
'address' => 'Heimilisfang',
|
|
|
|
'zip' => 'Póstnúmer',
|
|
|
|
'locations' => 'Staðsetningar',
|
2018-09-28 11:54:52 -07:00
|
|
|
'parent' => 'Parent',
|
2021-09-08 13:49:33 -07:00
|
|
|
'currency' => 'Gjaldmiðill staðsetningar',
|
2018-09-28 11:54:52 -07:00
|
|
|
'ldap_ou' => 'LDAP Search OU',
|
2022-08-08 15:29:28 -07:00
|
|
|
'user_name' => 'Notandanafn',
|
2022-01-28 12:40:03 -08:00
|
|
|
'department' => 'Deild',
|
2022-03-03 22:21:44 -08:00
|
|
|
'location' => 'Staðsetning',
|
2022-01-28 12:40:03 -08:00
|
|
|
'asset_tag' => 'Assets Tag',
|
2022-08-08 15:29:28 -07:00
|
|
|
'asset_name' => 'Heiti',
|
2022-01-28 12:40:03 -08:00
|
|
|
'asset_category' => 'Category',
|
2022-08-08 15:29:28 -07:00
|
|
|
'asset_manufacturer' => 'Framleiðandi',
|
|
|
|
'asset_model' => 'Tegund',
|
2022-03-03 22:21:44 -08:00
|
|
|
'asset_serial' => 'Raðnúmer',
|
2022-08-08 15:29:28 -07:00
|
|
|
'asset_location' => 'Staðsetning',
|
2022-01-28 12:40:03 -08:00
|
|
|
'asset_checked_out' => 'Checked Out',
|
|
|
|
'asset_expected_checkin' => 'Expected Checkin',
|
2022-03-03 22:21:44 -08:00
|
|
|
'date' => 'Dagsetning:',
|
2022-01-28 12:40:03 -08:00
|
|
|
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
|
|
|
|
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
|
|
|
|
'signed_by_location_manager' => 'Signed By (Location Manager):',
|
|
|
|
'signed_by' => 'Signed Off By:',
|
|
|
|
];
|