]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Calendar/language/en_us.lang.php
Release 6.5.11
[Github/sugarcrm.git] / modules / Calendar / language / en_us.lang.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM Community Edition is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2013 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 $mod_strings = array (
40
41         'LBL_MODULE_NAME' => 'Calendar',
42         'LBL_MODULE_TITLE' => 'Calendar',
43         'LNK_NEW_CALL' => 'Schedule Call',
44         'LNK_NEW_MEETING' => 'Schedule Meeting',
45         'LNK_NEW_APPOINTMENT' => 'Create Appointment',
46         'LNK_NEW_TASK' => 'Create Task',
47         'LNK_CALL_LIST' => 'Calls',
48         'LNK_MEETING_LIST' => 'Meetings',
49         'LNK_TASK_LIST' => 'Tasks',
50         'LNK_VIEW_CALENDAR' => 'Today',
51         'LNK_IMPORT_CALLS' => 'Import Calls',
52         'LNK_IMPORT_MEETINGS' => 'Import Meetings',
53         'LNK_IMPORT_TASKS' => 'Import Tasks',
54         'LBL_MONTH' => 'Month',
55         'LBL_DAY' => 'Day',
56         'LBL_YEAR' => 'Year',
57         'LBL_WEEK' => 'Week',
58         'LBL_PREVIOUS_MONTH' => 'Previous Month',
59         'LBL_PREVIOUS_DAY' => 'Previous Day',
60         'LBL_PREVIOUS_YEAR' => 'Previous Year',
61         'LBL_PREVIOUS_WEEK' => 'Previous Week',
62         'LBL_NEXT_MONTH' => 'Next Month',
63         'LBL_NEXT_DAY' => 'Next Day',
64         'LBL_NEXT_YEAR' => 'Next Year',
65         'LBL_NEXT_WEEK' => 'Next Week',
66         'LBL_AM' => 'AM',
67         'LBL_PM' => 'PM',
68         'LBL_SCHEDULED' => 'Scheduled',
69         'LBL_BUSY' => 'Busy',
70         'LBL_CONFLICT' => 'Conflict',
71         'LBL_USER_CALENDARS' => 'User Calendars',
72         'LBL_SHARED' => 'Shared',
73         'LBL_PREVIOUS_SHARED' => 'Previous',
74         'LBL_NEXT_SHARED' => 'Next',
75         'LBL_SHARED_CAL_TITLE' => 'Shared Calendar',
76         'LBL_USERS' => 'Users',
77         'LBL_REFRESH' => 'Refresh',
78         'LBL_EDIT_USERLIST' => 'User List',
79         'LBL_SELECT_USERS' => 'Select users for calendar display',
80         'LBL_FILTER_BY_TEAM' => 'Filter user list by team:',
81         'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
82         'LBL_DATE' => 'Start Date & Time',  
83         'LBL_CREATE_MEETING' => 'Schedule Meeting',
84         'LBL_CREATE_CALL' => 'Log Call',
85         'LBL_HOURS_ABBREV' => 'h',
86         'LBL_MINS_ABBREV' => 'm',
87
88
89         'LBL_YES' => 'Yes',
90         'LBL_NO' => 'No',
91         'LBL_SETTINGS' => 'Settings',
92         'LBL_CREATE_NEW_RECORD' => 'Create Activity',
93         'LBL_LOADING' => 'Loading ......',
94         'LBL_SAVING' => 'Saving ......',
95         'LBL_SENDING_INVITES' => 'Saving & Sending Invites .....',
96         'LBL_CONFIRM_REMOVE' => 'Are you sure you want to remove the record?',
97         'LBL_CONFIRM_REMOVE_ALL_RECURRING' => 'Are you sure you want to remove all recurring records?',
98         'LBL_EDIT_RECORD' => 'Edit Activity',
99         'LBL_ERROR_SAVING' => 'Error while saving',
100         'LBL_ERROR_LOADING' => 'Error while loading',
101         'LBL_GOTO_DATE' => 'Goto Date',
102         'NOTICE_DURATION_TIME' => 'Duration time must be greater than 0',
103         'LBL_STYLE_BASIC' => 'Basic',
104         'LBL_STYLE_ADVANCED' => 'Advanced',
105
106         'LBL_INFO_TITLE' => 'Additional Details',
107         'LBL_INFO_DESC' => 'Description',
108         'LBL_INFO_START_DT' => 'Start Date',
109         'LBL_INFO_DUE_DT' => 'Due Date',
110         'LBL_INFO_DURATION' => 'Duration',
111         'LBL_INFO_NAME' => 'Subject',
112         'LBL_INFO_RELATED_TO' => 'Related to',
113
114         'LBL_NO_USER' => 'No match for field: Assigned to',
115         'LBL_SUBJECT' => 'Subject',
116         'LBL_DURATION' => 'Duration',
117         'LBL_STATUS' => 'Status',
118         'LBL_DATE_TIME' => 'Date and Time',
119
120
121         'LBL_SETTINGS_TITLE' => 'Settings',
122         'LBL_SETTINGS_DISPLAY_TIMESLOTS' => 'Display time slots in Day and Week views:',
123         'LBL_SETTINGS_TIME_STARTS'=>'Start time:', 
124         'LBL_SETTINGS_TIME_ENDS'=>'End time:', 
125         'LBL_SETTINGS_CALLS_SHOW' => 'Show Calls:',
126         'LBL_SETTINGS_TASKS_SHOW' => 'Show Tasks:',
127     'LBL_SETTINGS_COMPLETED_SHOW' => 'Show Completed Meetings, Calls and Tasks:',
128
129         'LBL_SAVE_BUTTON' => 'Save',
130         'LBL_DELETE_BUTTON' => 'Delete',
131         'LBL_APPLY_BUTTON' => 'Apply',
132         'LBL_SEND_INVITES' => 'Save & Send Invites',
133         'LBL_CANCEL_BUTTON' => 'Cancel',
134         'LBL_CLOSE_BUTTON' => 'Close',
135
136         'LBL_GENERAL_TAB' => 'Details',
137         'LBL_PARTICIPANTS_TAB' => 'Invitees',
138         'LBL_REPEAT_TAB' => 'Recurrence',       
139         
140         'LBL_REPEAT_TYPE' => 'Repeat',
141         'LBL_REPEAT_INTERVAL' => 'Every',
142         'LBL_REPEAT_END' => 'End',      
143         'LBL_REPEAT_END_AFTER' => 'After',
144         'LBL_REPEAT_OCCURRENCES' => 'recurrences',
145         'LBL_REPEAT_END_BY' => 'By',    
146         'LBL_REPEAT_DOW' => 'On',       
147         'LBL_REPEAT_UNTIL' => 'Repeat Until',
148         'LBL_REPEAT_COUNT' => 'Number of recurrences',
149         'LBL_REPEAT_LIMIT_ERROR' => 'Your request was going to create more than $limit meetings.',
150         
151         'LBL_EDIT_ALL_RECURRENCES' => 'Edit All Recurrences',
152         'LBL_REMOVE_ALL_RECURRENCES' => 'Delete All Recurrences',
153         
154         'LBL_DATE_END_ERROR' => 'End date is before start date',
155
156 );
157
158 $mod_list_strings = array(
159         'dom_cal_weekdays'=>
160                 array(
161                         "Sun",
162                         "Mon",
163                         "Tue",
164                         "Wed",
165                         "Thu",
166                         "Fri",
167                         "Sat",
168                 ),
169         'dom_cal_weekdays_long'=>
170                 array(
171                         "Sunday",
172                         "Monday",
173                         "Tuesday",
174                         "Wednesday",
175                         "Thursday",
176                         "Friday",
177                         "Saturday",
178                 ),
179         'dom_cal_month'=>
180                 array(
181                         "",
182                         "Jan",
183                         "Feb",
184                         "Mar",
185                         "Apr",
186                         "May",
187                         "Jun",
188                         "Jul",
189                         "Aug",
190                         "Sep",
191                         "Oct",
192                         "Nov",
193                         "Dec",
194                 ),
195         'dom_cal_month_long'=>
196                 array(
197                         "",
198                         "January",
199                         "February",
200                         "March",
201                         "April",
202                         "May",
203                         "June",
204                         "July",
205                         "August",
206                         "September",
207                         "October",
208                         "November",
209                         "December",
210                 ),
211 );
212 ?>