mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
5fb3cea0bb
Signed-off-by: snipe <snipe@snipe.net>
30 lines
1.4 KiB
PHP
30 lines
1.4 KiB
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'does_not_exist' => 'Staðsetningin er ekki til.',
|
|
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company 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.'
|
|
)
|
|
|
|
);
|