]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Calendar/language/en_us.lang.php
Release 6.5.0
[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-2012 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
128         'LBL_SAVE_BUTTON' => 'Save',
129         'LBL_DELETE_BUTTON' => 'Delete',
130         'LBL_APPLY_BUTTON' => 'Apply',
131         'LBL_SEND_INVITES' => 'Save & Send Invites',
132         'LBL_CANCEL_BUTTON' => 'Cancel',
133         'LBL_CLOSE_BUTTON' => 'Close',
134
135         'LBL_GENERAL_TAB' => 'Details',
136         'LBL_PARTICIPANTS_TAB' => 'Invitees',
137         'LBL_REPEAT_TAB' => 'Recurrence',       
138         
139         'LBL_REPEAT_TYPE' => 'Repeat',
140         'LBL_REPEAT_INTERVAL' => 'Every',
141         'LBL_REPEAT_END' => 'End',      
142         'LBL_REPEAT_END_AFTER' => 'After',
143         'LBL_REPEAT_OCCURRENCES' => 'recurrences',
144         'LBL_REPEAT_END_BY' => 'By',    
145         'LBL_REPEAT_DOW' => 'On',       
146         'LBL_REPEAT_UNTIL' => 'Repeat Until',
147         'LBL_REPEAT_COUNT' => 'Number of recurrences',
148         'LBL_REPEAT_LIMIT_ERROR' => 'Your request was going to create more than $limit meetings.',
149         
150         'LBL_EDIT_ALL_RECURRENCES' => 'Edit All Recurrences',
151         'LBL_REMOVE_ALL_RECURRENCES' => 'Delete All Recurrences',
152         
153         'LBL_DATE_END_ERROR' => 'End date is before start date',
154
155 );
156
157 $mod_list_strings = array(
158         'dom_cal_weekdays'=>
159                 array(
160                         "Sun",
161                         "Mon",
162                         "Tue",
163                         "Wed",
164                         "Thu",
165                         "Fri",
166                         "Sat",
167                 ),
168         'dom_cal_weekdays_long'=>
169                 array(
170                         "Sunday",
171                         "Monday",
172                         "Tuesday",
173                         "Wednesday",
174                         "Thursday",
175                         "Friday",
176                         "Saturday",
177                 ),
178         'dom_cal_month'=>
179                 array(
180                         "",
181                         "Jan",
182                         "Feb",
183                         "Mar",
184                         "Apr",
185                         "May",
186                         "Jun",
187                         "Jul",
188                         "Aug",
189                         "Sep",
190                         "Oct",
191                         "Nov",
192                         "Dec",
193                 ),
194         'dom_cal_month_long'=>
195                 array(
196                         "",
197                         "January",
198                         "February",
199                         "March",
200                         "April",
201                         "May",
202                         "June",
203                         "July",
204                         "August",
205                         "September",
206                         "October",
207                         "November",
208                         "December",
209                 ),
210 );
211 ?>