snipe-it/resources/lang/fi/admin/asset_maintenances/message.php
2016-03-25 01:18:05 -07:00

17 lines
816 B
PHP
Executable file

<?php
return [
'not_found' => 'Asset Maintenance you were looking for was not found!',
'delete' => [
'confirm' => 'Are you sure you wish to delete this asset maintenance?',
'error' => 'There was an issue deleting the asset maintenance. Please try again.',
'success' => 'The asset maintenance was deleted successfully.'
],
'create' => [
'error' => 'Asset Maintenance was not created, please try again.',
'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Not Completed Yet',
'warranty' => 'Takuu',
'not_warranty' => 'Takuu päättynyt',
];