SuiteCRM-Core/modules/DynamicFields/language/en_us.lang.php
Jack Anderson 88ca186f1a Squashed 'public/legacy/' changes from a403361326..60ccef0448
60ccef0448 SuiteCRM 7.12.8 Release
36b2069cc8 Update composer packages
b33f4c68df Fix #6756 - Add Label to Dynamic Fields
371f038c30 Fix #9803 - Workflow test returns boolean
c453e9fe84 Fix #9804 - Update jquery-ui to 1.13.2
be22920ec5 Fix #9800 Fix issue with send as system being hidden
efd1dbe647 fix escapeField where $cell string is empty
c0b4d56199 Turn privates to protecteds to fix Emailtemplate overrides
dbadb85136 Turn private to protected to fix SendMail AOW_Action overrides
eaefb2ba62 Fix #7030 - Contains, Startwith and End with fixes Workflow
cfef8eaba1 Fix #9650 - Deprecated constructor method is being called in Calendar
f0121f4da7 Fix #9658 - SuiteCRM add duplicate dashlet when filter is used
aeb1c3ffbe Fix #9668 - It is not possible to use a custom template for password change
a2abbde8a8 Fix #9672 - Bug in CSS class causes bad button display
be6f2de05a Fix #9674 - Error when importing (creating and updating) a record with ID already deleted in the database
57c40c6f71 Fix #9688: Use the same browser title for the regular views as the Ajax UI
d6856805a1 Fix #9698 - Do not delete the subject when editing a tracking url from the campaign assistant
5bc6c80b35 Fix #9704 - Missing relationship definition in SurveysQuestionResponses
5d17f027a3 Fix #9706 - ModuleBuilder doesn't save language files in the correct path
d85edb029a Fix #9711 - Update date_modified field when deleting a Target List
4fd11b676e Fix #9721 - Adding Years option to aow_date_type_list in Workflow conditions
0ddb1c523c Fix #9728 - cron.php fails with "must be compatible" error from AOPInboundEmail.php
bd90cb2d71 Fix #9730 - cron.php fails with fatal TypeError using PHP 8
2eb6c16df9 Fix #9753 - Do not save white spaces in SMTP data
3ff0092441 Fix #9781 Fetch existing Call/Meeting Reminder data in quickeditview of Calendar
51b606d90f Fix #9588 Flag "Display Employee Record" doesn't work properly
063def6acb Fix #7827 - Error resetting modules

git-subtree-dir: public/legacy
git-subtree-split: 60ccef0448b22658c89f5c501f62d68aa209dcea
2022-11-10 09:38:28 +00:00

105 lines
4.7 KiB
PHP
Executable file

<?php
/**
*
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
*
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
* Copyright (C) 2011 - 2019 SalesAgility Ltd.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU Affero General Public License version 3.
*
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo and "Supercharged by SuiteCRM" logo. If the display of the logos is not
* reasonably feasible for technical reasons, the Appropriate Legal Notices must
* display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM".
*/
if (!defined('sugarEntry') || !sugarEntry) {
die('Not A Valid Entry Point');
}
$mod_strings = array(
'LNK_NEW_CALL' => 'Log Call',
'LNK_NEW_MEETING' => 'Schedule Meeting',
'LNK_NEW_TASK' => 'Create Task',
'LNK_NEW_NOTE' => 'Create Note or Attachment',
'LNK_NEW_EMAIL' => 'Archive Email',
'LNK_CALL_LIST' => 'Calls',
'LNK_MEETING_LIST' => 'Meetings',
'LNK_TASK_LIST' => 'Tasks',
'LNK_NOTE_LIST' => 'Notes',
'LBL_ADD_FIELD' => 'Add Field:',
'LBL_SEARCH_FORM_TITLE' => 'Module Search',
'COLUMN_TITLE_NAME' => 'Field Name',
'COLUMN_TITLE_DISPLAY_LABEL' => 'Display Label',
'COLUMN_TITLE_LABEL_VALUE' => 'Label Value',
'COLUMN_TITLE_LABEL' => 'System Label',
'COLUMN_TITLE_DATA_TYPE' => 'Data Type',
'COLUMN_TITLE_MAX_SIZE' => 'Max Size',
'COLUMN_TITLE_HELP_TEXT' => 'Help Text',
'COLUMN_TITLE_COMMENT_TEXT' => 'Comment Text',
'COLUMN_TITLE_REQUIRED_OPTION' => 'Required Field',
'COLUMN_TITLE_DEFAULT_VALUE' => 'Default Value',
'COLUMN_TITLE_FRAME_HEIGHT' => 'IFrame Height',
'COLUMN_TITLE_HTML_CONTENT' => 'HTML',
'COLUMN_TITLE_URL' => 'Default URL',
'COLUMN_TITLE_AUDIT' => 'Audit',
'COLUMN_TITLE_MIN_VALUE' => 'Min Value',
'COLUMN_TITLE_MAX_VALUE' => 'Max Value',
'COLUMN_TITLE_LABEL_ROWS' => 'Rows',
'COLUMN_TITLE_LABEL_COLS' => 'Columns',
'COLUMN_TITLE_DISPLAYED_ITEM_COUNT' => '# Items displayed',
'COLUMN_TITLE_AUTOINC_NEXT' => 'Auto Increment Next Value',
'COLUMN_DISABLE_NUMBER_FORMAT' => 'Disable Format',
'COLUMN_TITLE_ENABLE_RANGE_SEARCH' => 'Enable Range Search',
'LBL_DROP_DOWN_LIST' => 'Drop Down List',
'LBL_RADIO_FIELDS' => 'Radio Fields',
'LBL_MULTI_SELECT_LIST' => 'Multi Select List',
'COLUMN_TITLE_PRECISION' => 'Precision',
'LBL_MODULE' => 'Module',
'COLUMN_TITLE_MASS_UPDATE' => 'Mass Update',
'COLUMN_TITLE_IMPORTABLE' => 'Importable',
'COLUMN_TITLE_DUPLICATE_MERGE' => 'Duplicate Merge',
'LBL_LABEL' => 'Label',
'LBL_DATA_TYPE' => 'Data Type',
'LBL_DEFAULT_VALUE' => 'Default Value',
'ERR_RESERVED_FIELD_NAME' => "Reserved Keyword",
'ERR_SELECT_FIELD_TYPE' => 'Please Select a Field Type',
'ERR_FIELD_NAME_ALREADY_EXISTS' => 'Field Name already exists',
'LBL_BTN_ADD' => 'Add',
'LBL_BTN_EDIT' => 'Edit',
'LBL_GENERATE_URL' => 'Generate URL',
'LBL_CALCULATED' => 'Calculated Value',
'LBL_LINK_TARGET' => 'Open Link In',
'LBL_IMAGE_WIDTH' => 'Width',
'LBL_IMAGE_HEIGHT' => 'Height',
'LBL_IMAGE_BORDER' => 'Border',
'LBL_HELP' => 'Help' /*for 508 compliance fix*/,
'COLUMN_TITLE_INLINE_EDIT_TEXT' => 'Inline Edit',
'COLUMN_TITLE_PARENT_ENUM' => 'Parent DropDown',
'LBL_INSERT_FIELD' => 'Insert Field',
);