snipe-it/resources/lang/is/admin/suppliers/message.php
snipe 903609b5a5 Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2021-10-04 19:59:55 -07:00

28 lines
1.3 KiB
PHP

<?php
return array(
'does_not_exist' => 'Þessi birgir er ekki til.',
'create' => array(
'error' => 'Þessi birgir var ekki skráður. Vinsamlegast reyndu aftur.',
'success' => 'Supplier created successfully.'
),
'update' => array(
'error' => 'Þessi birgi var ekki skráður. Vinsamlegast reyndu aftur',
'success' => 'Supplier updated successfully.'
),
'delete' => array(
'confirm' => 'Ertu viss um að þú viljir afskrá þennan birgi?',
'error' => 'There was an issue deleting the supplier. Please try again.',
'success' => 'Supplier was deleted successfully.',
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
)
);