mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-01 00:47:27 -08:00
8 lines
111 B
PHP
8 lines
111 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'select_import_file' => 'Select Import File...',
|
||
|
'select_file' => 'Select file'
|
||
|
];
|