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