mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 19:15:38 +00:00
Fixed #18409 - command line option to purge signatures
This commit is contained in:
@ -332,6 +332,7 @@ return [
|
||||
'password' => 'Password',
|
||||
'accepted' => 'accepted',
|
||||
'declined' => 'declined',
|
||||
'declined_date' => 'Date Declined',
|
||||
'declined_note' => 'Declined Notes',
|
||||
'unassigned' => 'Unassigned',
|
||||
'unaccepted_asset_report' => 'Unaccepted Items',
|
||||
@ -351,7 +352,7 @@ return [
|
||||
'file_not_inlineable' => 'The requested file cannot be opened inline in your browser. You can download it instead.',
|
||||
'open_new_window' => 'Open this file in a new window',
|
||||
'file_upload_success' => 'File upload success!',
|
||||
'no_files_uploaded' => 'File upload success!',
|
||||
'no_files_uploaded' => 'No files were uploaded.',
|
||||
'token_expired' => 'Your form session has expired. Please try again.',
|
||||
'login_enabled' => 'Login Enabled',
|
||||
'login_disabled' => 'Login Disabled',
|
||||
@ -628,6 +629,7 @@ return [
|
||||
'something_went_wrong' => 'Something went wrong with your request.',
|
||||
'close' => 'Close',
|
||||
'expires' => 'Expires',
|
||||
'filename' => 'File Name',
|
||||
'map_fields'=> 'Map :item_type Fields',
|
||||
'remaining_var' => ':count Remaining',
|
||||
'label' => 'Label',
|
||||
|
||||
Reference in New Issue
Block a user