mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-20 19:05:55 -08:00
11 lines
151 B
PHP
11 lines
151 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'file' => 'File',
|
|
'created' => 'Created',
|
|
'size' => 'Size',
|
|
'process' => 'Process',
|
|
'delete' => 'Delete',
|
|
);
|