mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
28 lines
1.1 KiB
PHP
28 lines
1.1 KiB
PHP
<?php
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
$mod_strings = array(
|
|
'FieldFormulas'=>'Field Formulas',
|
|
'LBL_FIELDFORMULAS'=>'Field Formulas',
|
|
'LBL_FIELDFORMULAS_DESCRIPTION'=>'Add custom equations to custom fields',
|
|
'LBL_FIELDS'=>'Fields',
|
|
'LBL_FUNCTIONS'=>'Functions',
|
|
'LBL_FIELD'=>'Field',
|
|
'LBL_EXPRESSION'=>'Expression',
|
|
'LBL_SETTINGS'=>'Settings',
|
|
'LBL_NEW_FIELD_EXPRESSION_BUTTON'=>'New Field Expression',
|
|
'LBL_EDIT_EXPRESSION'=>'Edit Expression',
|
|
'LBL_MODULE_INFO'=>'Formulas defined for ',
|
|
'NEED_TO_ADD_A'=>'You need to add a string or integer type ',
|
|
'LBL_CUSTOM_FIELD'=>'Custom field',
|
|
'LBL_CHECKING'=>'Checking...',
|
|
'LBL_SELECT_ONE_DOTDOTDOT'=>'Select One...',
|
|
'LBL_TARGET_FIELD'=>'Target Field',
|
|
'LBL_DELETE_EXPRESSION_CONFIRM'=>'Are you sure you want to delete the expression?',
|
|
'LBL_EXAMPLES'=>'Examples',
|
|
'LBL_USE_FIELD_VALUE_DASHDASH'=>'-- Use Field Value --',
|
|
'LBL_USE_FUNCTION_DASHDASH'=>'-- Use Function --',
|
|
);
|
|
?>
|