mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
19 lines
568 B
PHP
19 lines
568 B
PHP
<?php
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
|
|
$mod_strings = Array(
|
|
|
|
//Added fields for uploads (attach files)
|
|
'LBL_ATTACH_FILE'=>'Attach File',
|
|
'LBL_ATTACH'=>'Attach',
|
|
'LBL_CANCEL'=>'Cancel',
|
|
'LBL_STEP_SELECT_FILE'=>'Step 1 : Select File',
|
|
'LBL_BROWSE_FILES'=>'Click the browse button and select the file to be attached',
|
|
'LBL_DESCRIPTION'=>'Step 2 : Write some description',
|
|
'LBL_OPTIONAL'=>'(optional)',
|
|
);
|
|
|
|
?>
|