
This reverts commit e9ad11742876f9f78d743a28afd547ee7480c7f9, reversing changes made to f30fc6204a6bc7643d7952b1df98a3aa7b462dea.
30 lines
544 B
PHP
Executable File
30 lines
544 B
PHP
Executable File
<?php
|
|
|
|
|
|
$lang['admin']['uploader']['default'] = array(
|
|
'head' => 'Uploader',
|
|
'descr' => 'Pick one or more file to upload.',
|
|
'fset1' => 'File Picker',
|
|
'fset2' => 'Upload',
|
|
'submit' => 'Upload',
|
|
|
|
);
|
|
|
|
$lang['admin']['uploader']['default']['msgs'] = array(
|
|
1 => 'File(s) uploaded',
|
|
-1 => 'An error occurred while trying to upload.',
|
|
);
|
|
|
|
|
|
|
|
$lang['admin']['uploader']['browse'] = array(
|
|
'head' => 'Browse',
|
|
'descr' => 'Pick one or more file to upload.',
|
|
'fset1' => 'File Picker',
|
|
'submit' => 'Upload',
|
|
|
|
);
|
|
|
|
|
|
?>
|