SuiteCRM-Core/modules/SurveyQuestionOptions/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

76 lines
5.8 KiB
PHP

<?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".
*/
$mod_strings = array(
'LBL_ASSIGNED_TO_ID' => 'Assigned User Id',
'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
'LBL_SECURITYGROUPS' => 'Security Groups',
'LBL_SECURITYGROUPS_SUBPANEL_TITLE' => 'Security Groups',
'LBL_ID' => 'ID',
'LBL_DATE_ENTERED' => 'Date Created',
'LBL_DATE_MODIFIED' => 'Date Modified',
'LBL_MODIFIED' => 'Modified By',
'LBL_MODIFIED_ID' => 'Modified By Id',
'LBL_MODIFIED_NAME' => 'Modified By Name',
'LBL_CREATED' => 'Created By',
'LBL_CREATED_ID' => 'Created By Id',
'LBL_DESCRIPTION' => 'Description',
'LBL_SORT_ORDER' => 'Order',
'LBL_DELETED' => 'Deleted',
'LBL_NAME' => 'Name',
'LBL_CREATED_USER' => 'Created by User',
'LBL_MODIFIED_USER' => 'Modified by User',
'LBL_LIST_NAME' => 'Name',
'LBL_EDIT_BUTTON' => 'Edit',
'LBL_REMOVE' => 'Remove',
'LBL_LIST_FORM_TITLE' => 'Survey Question Options List',
'LBL_MODULE_NAME' => 'Survey Question Options',
'LBL_MODULE_TITLE' => 'Survey Question Options',
'LBL_HOMEPAGE_TITLE' => 'My Survey Question Options',
'LNK_NEW_RECORD' => 'Create Survey Question Options',
'LNK_LIST' => 'View Survey Question Options',
'LNK_IMPORT_SURVEYQUESTIONOPTIONS' => 'Import Survey Question Options',
'LBL_SEARCH_FORM_TITLE' => 'Search Survey Question Options',
'LBL_HISTORY_SUBPANEL_TITLE' => 'View History',
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Activities',
'LBL_SURVEYQUESTIONOPTIONS_SUBPANEL_TITLE' => 'Survey Question Options',
'LBL_NEW_FORM_TITLE' => 'New Survey Question Options',
'LBL_SURVEYQUESTIONOPTIONS_SURVEYQUESTIONRESPONSES_FROM_SURVEYQUESTIONRESPONSES_TITLE' => 'Survey Question Responses',
);