|
1 <?php |
|
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
3 /********************************************************************************* |
|
4 * The contents of this file are subject to the SugarCRM Public License Version |
|
5 * 1.1.3 ("License"); You may not use this file except in compliance with the |
|
6 * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL |
|
7 * Software distributed under the License is distributed on an "AS IS" basis, |
|
8 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
|
9 * for the specific language governing rights and limitations under the |
|
10 * License. |
|
11 * |
|
12 * All copies of the Covered Code must include on each user interface screen: |
|
13 * (i) the "Powered by SugarCRM" logo and |
|
14 * (ii) the SugarCRM copyright notice |
|
15 * in the same form as they appear in the distribution. See full license for |
|
16 * requirements. |
|
17 * |
|
18 * The Original Code is: SugarCRM Open Source |
|
19 * The Initial Developer of the Original Code is SugarCRM, Inc. |
|
20 * Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.; |
|
21 * All Rights Reserved. |
|
22 * Contributor(s): ______________________________________. |
|
23 ********************************************************************************/ |
|
24 /********************************************************************************* |
|
25 |
|
26 * Description: Defines the English language pack for the base application. |
|
27 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. |
|
28 * All Rights Reserved. |
|
29 * Contributor(s): ______________________________________.. |
|
30 ********************************************************************************/ |
|
31 |
|
32 $mod_strings = array ( |
|
33 'LBL_MODULE_NAME' => 'Calls', |
|
34 'LBL_MODULE_TITLE' => 'Calls: Home', |
|
35 'LBL_SEARCH_FORM_TITLE' => 'Call Search', |
|
36 'LBL_LIST_FORM_TITLE' => 'Call List', |
|
37 'LBL_NEW_FORM_TITLE' => 'Schedule Call', |
|
38 'LBL_LIST_CLOSE' => 'Close', |
|
39 'LBL_LIST_SUBJECT' => 'Subject', |
|
40 'LBL_LIST_CONTACT' => 'Contact', |
|
41 'LBL_LIST_RELATED_TO' => 'Related to', |
|
42 'LBL_LIST_DATE' => 'Start Date', |
|
43 'LBL_LIST_TIME' => 'Start Time', |
|
44 'LBL_LIST_DURATION' => 'Duration', |
|
45 'LBL_LIST_DIRECTION' => 'Direction', |
|
46 'LBL_SUBJECT' => 'Subject:', |
|
47 'LBL_REMINDER' => 'Reminder:', |
|
48 'LBL_CONTACT_NAME' => 'Contact:', |
|
49 'LBL_DESCRIPTION_INFORMATION' => 'Description Information', |
|
50 'LBL_DESCRIPTION' => 'Description:', |
|
51 'LBL_STATUS' => 'Status:', |
|
52 'LBL_DIRECTION' => 'Direction:', |
|
53 'LBL_DATE' => 'Start Date:', |
|
54 'LBL_DURATION' => 'Duration:', |
|
55 'LBL_DURATION_HOURS' => 'Duration Hours:', |
|
56 'LBL_DURATION_MINUTES' => 'Duration Minutes:', |
|
57 'LBL_HOURS_MINUTES' => '(hours/minutes)', |
|
58 'LBL_CALL' => 'Call:', |
|
59 'LBL_DATE_TIME' => 'Start Date & Time:', |
|
60 'LBL_TIME' => 'Start Time:', |
|
61 'LBL_HOURS_ABBREV' => 'h', |
|
62 'LBL_MINSS_ABBREV' => 'm', |
|
63 'LBL_COLON' => ':', |
|
64 'LBL_DEFAULT_STATUS' => 'Planned', |
|
65 'LNK_NEW_CALL' => 'Schedule Call', |
|
66 'LNK_NEW_MEETING' => 'Schedule Meeting', |
|
67 'LNK_NEW_TASK' => 'Create Task', |
|
68 'LNK_NEW_NOTE' => 'Create Note or Attachment', |
|
69 'LNK_NEW_EMAIL' => 'Archive Email', |
|
70 'LNK_CALL_LIST' => 'Calls', |
|
71 'LNK_MEETING_LIST' => 'Meetings', |
|
72 'LNK_TASK_LIST' => 'Tasks', |
|
73 'LNK_NOTE_LIST' => 'Notes', |
|
74 'LNK_EMAIL_LIST' => 'Emails', |
|
75 'LNK_VIEW_CALENDAR' => 'Today', |
|
76 'ERR_DELETE_RECORD' => 'A record number must be specified to delete the account.', |
|
77 'NTC_REMOVE_INVITEE' => 'Are you sure you want to remove this invitee from the call?', |
|
78 'LBL_INVITEE' => 'Invitees', |
|
79 'LBL_RELATED_TO' => 'Related To:', |
|
80 'LNK_NEW_APPOINTMENT' => 'Create Appointment', |
|
81 'LBL_SCHEDULING_FORM_TITLE' => 'Scheduling', |
|
82 'LBL_ADD_INVITEE' => 'Add Invitees', |
|
83 'LBL_NAME' => 'Name', |
|
84 'LBL_FIRST_NAME' => 'First Name', |
|
85 'LBL_LAST_NAME' => 'Last Name', |
|
86 'LBL_EMAIL' => 'Email', |
|
87 'LBL_PHONE' => 'Phone', |
|
88 'LBL_SEND_BUTTON_TITLE'=>'Send Invites [Alt+I]', |
|
89 'LBL_SEND_BUTTON_KEY'=>'I', |
|
90 'LBL_SEND_BUTTON_LABEL'=>'Send Invites', |
|
91 'LBL_DATE_END'=>'Date End', |
|
92 'LBL_TIME_END'=>'Time End', |
|
93 'LBL_REMINDER_TIME'=>'Reminder Time', |
|
94 'LBL_SEARCH_BUTTON'=> 'Search', |
|
95 'LBL_ADD_BUTTON'=> 'Add', |
|
96 'LBL_DEFAULT_SUBPANEL_TITLE' => 'Calls', |
|
97 'LBL_LOG_CALL'=> 'Log Call', |
|
98 'LNK_SELECT_ACCOUNT'=> 'Select Account', |
|
99 'LNK_NEW_ACCOUNT'=> 'New Account', |
|
100 'LNK_NEW_OPPORTUNITY'=> 'New Opportunity', |
|
101 'LBL_DEL' => 'Del', |
|
102 |
|
103 'LBL_CONTACTS_SUBPANEL_TITLE' => 'Contacts', |
|
104 'LBL_USERS_SUBPANEL_TITLE' => 'Users', |
|
105 'LBL_OUTLOOK_ID' => 'Outlook ID', |
|
106 'LBL_MEMBER_OF' => 'Member Of', |
|
107 'LBL_HISTORY_SUBPANEL_TITLE' => 'Notes', |
|
108 'LBL_LIST_ASSIGNED_TO_NAME' => 'Assigned User', |
|
109 'LBL_LIST_MY_CALLS' => 'My Calls', |
|
110 'LBL_SELECT_FROM_DROPDOWN' => 'Please make a selection from the Related To dropdown first.', |
|
111 ); |
|
112 |
|
113 |
|
114 ?> |