mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
14 lines
372 B
PHP
14 lines
372 B
PHP
<?php
|
|
|
|
return array(
|
|
'error' => 'You must select at least ONE option.',
|
|
|
|
'create' => [
|
|
'success' => 'Report saved successfully',
|
|
'needs_title' => 'Report title can not be blank.',
|
|
'duplicate' => 'Report title already exists. Please choose a different one.',
|
|
],
|
|
|
|
'delete' => 'Are you sure you want to delete this report?',
|
|
);
|