mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-22 07:52:36 +00:00
ebbdd7925c
Adding note for translators: //No need to be translated in all caps. Translation used just in menu action items when using the SuiteP template
167 lines
7.2 KiB
PHP
Executable File
167 lines
7.2 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(
|
|
'LBL_BLANK' => ' ',
|
|
'LBL_MODULE_NAME' => 'Calls',
|
|
'LBL_MODULE_TITLE' => 'Calls: Home',
|
|
'LBL_SEARCH_FORM_TITLE' => 'Call Search',
|
|
'LBL_LIST_FORM_TITLE' => 'Call List',
|
|
'LBL_NEW_FORM_TITLE' => 'Create Appointment',
|
|
'LBL_LIST_CLOSE' => 'Close',
|
|
'LBL_LIST_SUBJECT' => 'Subject',
|
|
'LBL_LIST_CONTACT' => 'Contact',
|
|
'LBL_LIST_RELATED_TO' => 'Related to',
|
|
'LBL_LIST_RELATED_TO_ID' => 'Related to ID',
|
|
'LBL_LIST_DATE' => 'Start Date',
|
|
'LBL_LIST_DIRECTION' => 'Direction',
|
|
'LBL_SUBJECT' => 'Subject:',
|
|
'LBL_REMINDER' => 'Reminder:',
|
|
'LBL_CONTACT_NAME' => 'Contact:',
|
|
'LBL_DESCRIPTION' => 'Description:',
|
|
'LBL_STATUS' => 'Status:',
|
|
'LBL_DIRECTION' => 'Direction:',
|
|
'LBL_DATE' => 'Start Date:',
|
|
'LBL_DURATION' => 'Duration:',
|
|
'LBL_DURATION_HOURS' => 'Duration Hours:',
|
|
'LBL_DURATION_MINUTES' => 'Duration Minutes:',
|
|
'LBL_HOURS_MINUTES' => '(hours/minutes)',
|
|
'LBL_DATE_TIME' => 'Start Date & Time:',
|
|
'LBL_TIME' => 'Start Time:',
|
|
'LBL_HOURS_ABBREV' => 'h',
|
|
'LBL_MINSS_ABBREV' => 'm',
|
|
'LNK_NEW_CALL' => 'Log Call',
|
|
'LNK_NEW_MEETING' => 'Schedule Meeting',
|
|
'LNK_CALL_LIST' => 'View Calls',
|
|
'LNK_IMPORT_CALLS' => 'Import Calls',
|
|
'ERR_DELETE_RECORD' => 'A record number must be specified to delete the account.',
|
|
'LBL_INVITEE' => 'Invitees',
|
|
'LBL_RELATED_TO' => 'Related To:',
|
|
'LNK_NEW_APPOINTMENT' => 'Create Appointment',
|
|
'LBL_SCHEDULING_FORM_TITLE' => 'Scheduling',
|
|
'LBL_ADD_INVITEE' => 'Add Invitees',
|
|
'LBL_NAME' => 'Name',
|
|
'LBL_FIRST_NAME' => 'First Name',
|
|
'LBL_LAST_NAME' => 'Last Name',
|
|
'LBL_EMAIL' => 'Email',
|
|
'LBL_PHONE' => 'Phone',
|
|
'LBL_REMINDER_POPUP' => 'Popup',
|
|
'LBL_REMINDER_EMAIL_ALL_INVITEES' => 'Email all invitees',
|
|
'LBL_EMAIL_REMINDER' => 'Email Reminder',
|
|
'LBL_EMAIL_REMINDER_TIME' => 'Email Reminder Time',
|
|
'LBL_SEND_BUTTON_TITLE' => 'Save & Send Invites',
|
|
'LBL_SEND_BUTTON_LABEL' => 'Save & Send Invites',
|
|
'LBL_DATE_END' => 'End Date',
|
|
'LBL_REMINDER_TIME' => 'Reminder Time',
|
|
'LBL_EMAIL_REMINDER_SENT' => 'Email reminder sent',
|
|
'LBL_SEARCH_BUTTON' => 'Search',
|
|
'LBL_ADD_BUTTON' => 'Add',
|
|
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Calls',
|
|
'LNK_SELECT_ACCOUNT' => 'Select Account',
|
|
'LNK_NEW_ACCOUNT' => 'New Account',
|
|
'LNK_NEW_OPPORTUNITY' => 'New Opportunity',
|
|
'LBL_LEADS_SUBPANEL_TITLE' => 'Leads',
|
|
'LBL_CONTACTS_SUBPANEL_TITLE' => 'Contacts',
|
|
'LBL_USERS_SUBPANEL_TITLE' => 'Users',
|
|
'LBL_OUTLOOK_ID' => 'Outlook ID',
|
|
'LBL_MEMBER_OF' => 'Member Of',
|
|
'LBL_HISTORY_SUBPANEL_TITLE' => 'Notes',
|
|
'LBL_LIST_ASSIGNED_TO_NAME' => 'Assigned to',
|
|
'LBL_LIST_MY_CALLS' => 'My Calls',
|
|
'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
|
|
'LBL_ASSIGNED_TO_ID' => 'Assigned User',
|
|
'NOTICE_DURATION_TIME' => 'Duration time must be greater than 0',
|
|
'LBL_CALL_INFORMATION' => 'OVERVIEW', //No need to be translated in all caps. Translation used just in menu action items when using the SuiteP template
|
|
'LBL_REMOVE' => 'Remove',
|
|
'LBL_ACCEPT_STATUS' => 'Accept Status',
|
|
'LBL_ACCEPT_LINK' => 'Accept Link',
|
|
|
|
// create invitee functionality
|
|
'LBL_CREATE_INVITEE' => 'Create an invitee',
|
|
'LBL_CREATE_CONTACT' => 'As Contact',
|
|
'LBL_CREATE_LEAD' => 'As Lead',
|
|
'LBL_CREATE_AND_ADD' => 'Create & Add',
|
|
'LBL_CANCEL_CREATE_INVITEE' => 'Cancel',
|
|
'LBL_EMPTY_SEARCH_RESULT' => 'Sorry, no results were found. Please create an invitee below.',
|
|
'LBL_NO_ACCESS' => 'You have no access to create $module',
|
|
|
|
'LBL_REPEAT_TYPE' => 'Repeat Type',
|
|
'LBL_REPEAT_INTERVAL' => 'Repeat Interval',
|
|
'LBL_REPEAT_DOW' => 'Repeat Dow',
|
|
'LBL_REPEAT_UNTIL' => 'Repeat Until',
|
|
'LBL_REPEAT_COUNT' => 'Repeat Count',
|
|
'LBL_REPEAT_PARENT_ID' => 'Repeat Parent ID',
|
|
'LBL_RECURRING_SOURCE' => 'Recurring Source',
|
|
|
|
'LBL_SYNCED_RECURRING_MSG' => 'This call originated in another system and was synced to SuiteCRM. To make changes, go to the original call within the other system. Changes made in the other system can be synced to this record.',
|
|
|
|
// for reminders
|
|
'LBL_REMINDERS' => 'Reminders',
|
|
'LBL_REMINDERS_ACTIONS' => 'Actions:',
|
|
'LBL_REMINDERS_POPUP' => 'Popup',
|
|
'LBL_REMINDERS_EMAIL' => 'Email invitees',
|
|
'LBL_REMINDERS_WHEN' => 'When:',
|
|
'LBL_REMINDERS_REMOVE_REMINDER' => 'Remove reminder',
|
|
'LBL_REMINDERS_ADD_ALL_INVITEES' => 'Add All Invitees',
|
|
'LBL_REMINDERS_ADD_REMINDER' => 'Add reminder',
|
|
|
|
'LBL_RESCHEDULE' => 'Reschedule',
|
|
'LBL_RESCHEDULE_COUNT' => 'Call Attempts',
|
|
'LBL_RESCHEDULE_DATE' => 'Date',
|
|
'LBL_RESCHEDULE_REASON' => 'Reason',
|
|
'LBL_RESCHEDULE_ERROR1' => 'Please select a valid date',
|
|
'LBL_RESCHEDULE_ERROR2' => 'Please select a reason',
|
|
'LBL_RESCHEDULE_PANEL' => 'Reschedule',
|
|
'LBL_RESCHEDULE_HISTORY' => 'Call Attempt History',
|
|
'LBL_CANCEL' => 'Cancel',
|
|
'LBL_SAVE' => 'Save',
|
|
|
|
'LBL_CALLS_RESCHEDULE' => 'Calls Reschedule',
|
|
'LBL_LIST_STATUS'=>'Status',
|
|
'LBL_LIST_DATE_MODIFIED'=>'Date Modified',
|
|
'LBL_LIST_DUE_DATE'=>'Due Date',
|
|
'LBL_RESCHEDULED_BY'=>'by',
|
|
);
|