This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,29 @@
<?php
return array(
'does_not_exist' => 'Staðsetningin er ekki til.',
'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
'assigned_assets' => 'Skráðar eignir',
'current_location' => 'Núverandi staðsetning',
'create' => array(
'error' => 'Þessi birgi var ekki stofnaður. Vinsamlegast reyndu aftur.',
'success' => 'Stofnun staðsetingar gekk.'
),
'update' => array(
'error' => 'Staðsetning var ekki uppfærð, vinsamlega reyndu aftur',
'success' => 'Stofnun staðsetningar gekk.'
),
'delete' => array(
'confirm' => 'Ertu viss um að þú vilkjir eyða þessari staðsetningu?',
'error' => 'Það er vandamál við að eyða þessari staðsetningu. Vinsamlega reyndu aftur.',
'success' => 'Þessari staðsetningur var eytt.'
)
);

View File

@ -0,0 +1,42 @@
<?php
return [
'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',
'id' => 'Auðkenni',
'city' => 'Borg',
'state' => 'Fylki',
'country' => 'Land',
'create' => 'Skrá staðsetningu',
'update' => 'Uppfæra staðsetningu',
'print_assigned' => 'Prenta skráð',
'print_all_assigned' => 'Prenta allt skráð',
'name' => 'Heiti staðsetningar',
'address' => 'Heimilisfang',
'address2' => 'Address Line 2',
'zip' => 'Póstnúmer',
'locations' => 'Staðsetningar',
'parent' => 'Yfir',
'currency' => 'Gjaldmiðill staðsetningar',
'ldap_ou' => 'LDAP Search OU',
'user_name' => 'Notandanafn',
'department' => 'Deild',
'location' => 'Staðsetning',
'asset_tag' => 'Eignamerking',
'asset_name' => 'Heiti',
'asset_category' => 'Flokkur',
'asset_manufacturer' => 'Framleiðandi',
'asset_model' => 'Tegund',
'asset_serial' => 'Raðnúmer',
'asset_location' => 'Staðsetning',
'asset_checked_out' => 'Skráð út',
'asset_expected_checkin' => 'Áætluð skil',
'date' => 'Dagsetning:',
'phone' => 'Location Phone',
'signed_by_asset_auditor' => 'Undirritað af (fulltrúa Tölvudeildar):',
'signed_by_finance_auditor' => 'Undirritað af (fulltrúa fjármáladeildar):',
'signed_by_location_manager' => 'Undirritað af (fulltrúa forstöðumanns):',
'signed_by' => 'Undirritað af By:',
];