]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Calls/language/en_us.lang.php
Release 6.1.4
[Github/sugarcrm.git] / modules / Calls / language / en_us.lang.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38 /*********************************************************************************
39
40  * Description:  Defines the English language pack for the base application.
41  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
42  * All Rights Reserved.
43  * Contributor(s): ______________________________________..
44  ********************************************************************************/
45
46 $mod_strings = array (
47         'LBL_BLANK'     => ' ',
48
49   'LBL_MODULE_NAME' => 'Calls',
50   'LBL_MODULE_TITLE' => 'Calls: Home',
51   'LBL_SEARCH_FORM_TITLE' => 'Call Search',
52   'LBL_LIST_FORM_TITLE' => 'Call List',
53   'LBL_NEW_FORM_TITLE' => 'Create Appointment',
54   'LBL_LIST_CLOSE' => 'Close',
55   'LBL_LIST_SUBJECT' => 'Subject',
56   'LBL_LIST_CONTACT' => 'Contact',
57   'LBL_LIST_RELATED_TO' => 'Related to',
58   'LBL_LIST_RELATED_TO_ID' => 'Related to ID',
59   'LBL_LIST_DATE' => 'Start Date',
60   'LBL_LIST_TIME' => 'Start Time',
61   'LBL_LIST_DURATION' => 'Duration',
62   'LBL_LIST_DIRECTION' => 'Direction',
63   'LBL_SUBJECT' => 'Subject:',
64   'LBL_REMINDER' => 'Reminder:',
65   'LBL_CONTACT_NAME' => 'Contact:',
66   'LBL_DESCRIPTION_INFORMATION' => 'Description Information',
67   'LBL_DESCRIPTION' => 'Description:',
68   'LBL_STATUS' => 'Status:',
69   'LBL_DIRECTION' => 'Direction:',
70   'LBL_DATE' => 'Start Date:',
71   'LBL_DURATION' => 'Duration:',
72   'LBL_DURATION_HOURS' => 'Duration Hours:',
73   'LBL_DURATION_MINUTES' => 'Duration Minutes:',
74   'LBL_HOURS_MINUTES' => '(hours/minutes)',
75   'LBL_CALL' => 'Call:',
76   'LBL_DATE_TIME' => 'Start Date & Time:',
77   'LBL_TIME' => 'Start Time:',
78   'LBL_HOURS_ABBREV' => 'h',
79   'LBL_MINSS_ABBREV' => 'm',
80   'LBL_COLON' => ':',
81   'LBL_DEFAULT_STATUS' => 'Planned',
82   'LNK_NEW_CALL' => 'Log Call',
83   'LNK_NEW_MEETING' => 'Schedule Meeting',
84   'LNK_CALL_LIST' => 'View Calls',
85   'LNK_IMPORT_CALLS' => 'Import Calls',
86   'ERR_DELETE_RECORD' => 'A record number must be specified to delete the account.',
87   'NTC_REMOVE_INVITEE' => 'Are you sure you want to remove this invitee from the call?',
88   'LBL_INVITEE' => 'Invitees',
89   'LBL_RELATED_TO' => 'Related To:',
90   'LNK_NEW_APPOINTMENT' => 'Create Appointment',
91         'LBL_SCHEDULING_FORM_TITLE' => 'Scheduling',
92   'LBL_ADD_INVITEE' => 'Add Invitees',
93   'LBL_NAME' => 'Name',
94   'LBL_FIRST_NAME' => 'First Name',
95   'LBL_LAST_NAME' => 'Last Name',
96   'LBL_EMAIL' => 'Email',
97   'LBL_PHONE' => 'Phone',
98   'LBL_REMINDER' => 'Reminder:',
99   'LBL_SEND_BUTTON_TITLE'=>'Send Invites [Alt+I]',
100   'LBL_SEND_BUTTON_KEY'=>'I',
101   'LBL_SEND_BUTTON_LABEL'=>'Send Invites',
102         'LBL_DATE_END'=>'Date End',
103         'LBL_TIME_END'=>'Time End',
104         'LBL_REMINDER_TIME'=>'Reminder Time',
105    'LBL_SEARCH_BUTTON'=> 'Search',
106   'LBL_ACTIVITIES_REPORTS' => 'Activities Report',    
107    'LBL_ADD_BUTTON'=> 'Add',
108         'LBL_DEFAULT_SUBPANEL_TITLE' => 'Calls',
109    'LBL_LOG_CALL'=> 'Log Call',
110    'LNK_SELECT_ACCOUNT'=> 'Select Account',
111    'LNK_NEW_ACCOUNT'=> 'New Account',
112    'LNK_NEW_OPPORTUNITY'=> 'New Opportunity',
113     'LBL_DEL' => 'Del',
114     'LBL_LEADS_SUBPANEL_TITLE' => 'Leads',
115     'LBL_CONTACTS_SUBPANEL_TITLE' => 'Contacts',
116     'LBL_USERS_SUBPANEL_TITLE' => 'Users',
117     'LBL_OUTLOOK_ID' => 'Outlook ID',
118     'LBL_MEMBER_OF' => 'Member Of',
119     'LBL_HISTORY_SUBPANEL_TITLE' => 'Notes',
120    'LBL_LIST_ASSIGNED_TO_NAME' => 'Assigned to',
121    'LBL_LIST_MY_CALLS' => 'My Calls',
122    'LBL_SELECT_FROM_DROPDOWN' => 'Please make a selection from the Related To dropdown list first.',
123         'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
124         'LBL_ASSIGNED_TO_ID' => 'Assigned User',
125     'NOTICE_DURATION_TIME' => 'Duration time must be greater than 0',
126     'LBL_CALL_INFORMATION' => 'Call Overview',
127     'LBL_REMOVE' => 'rem',
128    );
129
130
131 ?>