ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 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.'
)
);