mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-04 18:37:29 -08:00
11 lines
146 B
PHP
11 lines
146 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'file' => 'File',
|
|
'created' => 'Created',
|
|
'size' => 'Size',
|
|
'process' => 'Process',
|
|
'delete' => 'Delete',
|
|
];
|