[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 <?php 2 /********************************************************************************* 3 * The contents of this file are subject to the SugarCRM Public License Version 1.1.2 4 * ("License"); You may not use this file except in compliance with the 5 * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL 6 * Software distributed under the License is distributed on an "AS IS" basis, 7 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for 8 * the specific apmt_locationuage governing rights and limitations under the License. 9 * The Original Code is: SugarCRM Open Source 10 * The Initial Developer of the Original Code is SugarCRM, Inc. 11 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.; 12 * All Rights Reserved. 13 * Contributor(s): ______________________________________. 14 ********************************************************************************/ 15 /********************************************************************************* 16 * $Header$ 17 * Description: Defines the English apmt_locationuage pack 18 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. 19 * All Rights Reserved. 20 * Contributor(s): ______________________________________.. 21 ********************************************************************************/ 22 23 $mod_strings = Array( 24 'LBL_MODULE_NAME'=>'Calendar', 25 'LBL_MODULE_TITLE'=>'Calendar: Home', 26 'LBL_MODULE_APPOINTMENT'=>'Calendar: Appointment', 27 'LBL_MODULE_APPOINTMENT_DETAIL'=>'Calendar: Appointment Detail', 28 'LBL_CONTACT'=>'Contact:', 29 'LBL_SAVE'=>'Save', 30 'LBL_RESET'=>'Cancel', 31 'LBL_LIST_USER_NAME'=>'User Name', 32 'LBL_LIST_NAME'=>'Name', 33 'LBL_CALENDAR_SHARED'=>'Calendar currently shared with', 34 'LBL_CALENDAR_SHARING'=>'Share calendar with', 35 'LBL_SHARING_OPTION'=>'Can see my calendar?', 36 'LBL_LIST_TOOLS'=>'Tools', 37 'LBL_SETTINGS'=>'Settings', 38 'LBL_CALSETTINGS'=>'Calendar Settings', 39 'LBL_USE24'=>'Use 24 hours format', 40 'LBL_CALSTART'=>'Start my calendar time at', 41 'LBL_TIMESETTINGS'=>'Time Settings', 42 'LBL_OPENCAL'=>'Open Calendar', 43 44 'LBL_CALL' => 'Call', 45 'LBL_MEET' => 'Meeting', 46 'LBL_APPNT' => 'Appointment', 47 'LBL_NEW_APPNT' => 'New Appointment', 48 'LBL_NEW_APPNT_INFO' => 'Create a new appointment', 49 'LBL_VIEW_DAY_APPNT_INFO' => 'View appointment(s) for this day', 50 'LBL_CHANGE_APPNT' => 'see or change this appointment (%s - %s)', 51 52 'LBL_DAY' => 'Day', 53 'LBL_DAY_BUTTON_KEY' => 'D', 54 'LBL_DAY_BUTTON_TITLE' => 'Day [Alt+D]', 55 'LBL_DAY1' => 'Monday', 56 'LBL_DAY2' => 'Tuesday', 57 'LBL_DAY3' => 'Wednesday', 58 'LBL_DAY4' => 'Thursday', 59 'LBL_DAY5' => 'Friday', 60 'LBL_DAY6' => 'Saturday', 61 'LBL_DAY0' => 'Sunday', 62 63 'LBL_SM_MON' => 'Mon', 64 'LBL_SM_TUE' => 'Tue', 65 'LBL_SM_WED' => 'Wed', 66 'LBL_SM_THU' => 'Thu', 67 'LBL_SM_FRI' => 'Fri', 68 'LBL_SM_SAT' => 'Sat', 69 'LBL_SM_SUN' => 'Sun', 70 71 'LBL_DATE_TITLE' => 'Day %d, %A', 72 73 'LBL_WEEK' => 'Week', 74 'LBL_WEEK_BUTTON_KEY' => 'W', 75 'LBL_WEEK_BUTTON_TITLE' => 'Week [Alt+W]', 76 'LBL_WEEKS' => 'Weeks', 77 'LBL_NEXT_WEEK' => 'next week', 78 'LBL_LAST_WEEK' => 'last week', 79 'LBL_4WEEKS_BACK' => '4 weeks back', 80 'LBL_4WEEKS_PLUS' => '4 weeks plus', 81 'LBL_RELOAD' => 'Reload', 82 83 84 'LBL_APPCREATED_BY' => 'Created by', 85 'LBL_APP_START_DATE' => 'Start Date', 86 'LBL_APP_START_TIME' => 'Start Time', 87 'LBL_APP_END_DATE' => 'End Date', 88 'LBL_APP_END_TIME' => 'End Time', 89 'LBL_AT_DATE_TIME' => 'at', 90 91 'LBL_MON' => 'Month', 92 'LBL_MON_BUTTON_KEY' => 'M', 93 'LBL_MON_BUTTON_TITLE' => 'Month [Alt+M]', 94 'LBL_PREV_MON' => 'Previous Month', 95 'LBL_NEXT_MON' => 'Next Month', 96 97 'LBL_YEAR'=>'Year', 98 'LBL_YEAR_BUTTON_KEY'=>'Y', 99 'LBL_MON_BUTTON_TITLE'=>'Year [Alt+Y]', 100 'LBL_PREV_YEAR'=>'Previous Year', 101 'LBL_NEXT_YEAR' => 'Next Year', 102 103 'LBL_APP_LOCATION' => 'Location', 104 'LBL_APP_IGNORE_TIME' => 'ignore above times', 105 'LBL_SUBJECT'=>'Subject:', 106 'LBL_APP_DESCRIPTION' => 'Description', 107 'LBL_CONTACT'=>'Contact:', 108 109 'LBL_APP_IGNORE_TIME2' => '(i.e. the appointment takes place<br />at no particular time on these day(s) )', 110 111 'LBL_APP_ERR001' =>'Invalid Date in field %s!', 112 'LBL_APP_ERR002' =>'start after end !', 113 'LBL_APP_ERR003' =>'Missing Contact !', 114 'LBL_APP_ERR004' =>'Missing Subject !', 115 'ERR_DELETE_RECORD'=>"A record number must be specified to delete the appointment.", 116 'DELETE_CONFIRMATION'=>"Are you sure you want to delete this appointment?", 117 118 'AppLoc'=> Array('0' => 'Office' 119 , '1' => 'Out' 120 , '2' => 'Vacation' 121 , '3' => 'sick' 122 , '4' => 'Postponed' 123 , '5' => 'Option' 124 , '6' => 'Private'), 125 126 'cal_month_long'=>array( 127 "", 128 "January", 129 "February", 130 "March", 131 "April", 132 "May", 133 "June", 134 "July", 135 "August", 136 "September", 137 "October", 138 "November", 139 "December", 140 ), 141 142 'cal_weekdays_short'=>array( 143 "Sun", 144 "Mon", 145 "Tue", 146 "Wed", 147 "Thu", 148 "Fri", 149 "Sat", 150 ), 151 'cal_weekdays_long'=>array( 152 "Sunday", 153 "Monday", 154 "Tuesday", 155 "Wednesday", 156 "Thursday", 157 "Friday", 158 "Saturday", 159 ), 160 'cal_month_short'=>array( 161 "", 162 "Jan", 163 "Feb", 164 "Mar", 165 "Apr", 166 "May", 167 "Jun", 168 "Jul", 169 "Aug", 170 "Sep", 171 "Oct", 172 "Nov", 173 "Dec", 174 ), 175 176 'LBL_EVENTS'=>'Events', 177 'LBL_TODOS'=>'To Dos', 178 'LBL_TIME'=>'Time', 179 'LBL_ADD_EVENT'=>'Add Event', 180 'LBL_ADD'=>'Add', 181 'LBL_ADDCALL'=>'Call', 182 'LBL_ADDMEETING'=>'Meeting', 183 'LBL_ADDTODO'=>'To Do', 184 'LBL_INVITE'=>'Invite', 185 'LBL_REMINDER'=>'Reminder', 186 'LBL_SENDREMINDER'=>'Send Reminder', 187 'LBL_BEFOREEVENT'=>'before the event starts', 188 'LBL_BEFORETASK'=>'before the task starts', 189 'LBL_REPEAT'=>'Repeat', 190 'LBL_EVENTTYPE'=>'Event Type', 191 'LBL_EVENTNAME'=>'Event Name', 192 'LBL_EVENTSTAT'=>'Event starts at', 193 'LBL_EVENTEDAT'=>'Event ends on', 194 'LBL_HRVIEW'=>'Hour View', 195 'LBL_LISTVIEW'=>'List View', 196 'LBL_WEEKVIEW'=>'Weekly Calendar View', 197 'LBL_MONTHVIEW'=>'Monthly Calendar View', 198 'LBL_YEARVIEW'=>'Yearly Calendar View', 199 'LBL_TOTALEVENTS'=>'Total Events :', 200 'LBL_TOTALTODOS'=>'Total To Dos :', 201 'LBL_EVTDTL'=>'Event Details', 202 'LBL_ACTION'=>'Actions', 203 'LBL_CURSTATUS'=>'Current Status', 204 'LBL_ASSINGEDTO'=>'Assigned To', 205 'LBL_RELATEDTO'=>'Related To', 206 'LBL_STATUS'=>'Status', 207 'LBL_PENDING'=>'Pending', 208 'LBL_PUBLIC'=>'Mark Public', 209 'LBL_MORE'=>'More', 210 'LBL_VIEW'=>'View', 211 'LBL_EDIT'=>'Edit', 212 'LBL_EVERYDAY'=>'Every Day', 213 'LBL_EVERYWEEK'=>'Every Week', 214 'LBL_EVERYMON'=>'Every Month', 215 'LBL_REPEATEVENT'=>'Repeat once in every', 216 'LBL_DAYS'=>'Day(s)', 217 'LBL_WEEKS'=>'Week(s)', 218 'LBL_MONTHS'=>'Month(s)', 219 'LBL_YEAR'=>'Year', 220 'LBL_NONE_SCHEDULED'=>'None Scheduled', 221 222 'LBL_INVITE_INST1'=>'To invite, select the users from the "Available Users" list and click the "Add" button.', 223 'LBL_INVITE_INST2'=>'To remove, select the users in the "Selected Users" list and the click "Remove" button.', 224 'LBL_SELUSR_INFO'=>' Selected users will receive an email about the Event.', 225 'LBL_CALSHAREMESSAGE'=>'Share my calendar with the following selected users', 226 'LBL_CALSHARE'=>'Calendar Sharing', 227 'LBL_SEL_USERS'=>'Selected Users', 228 'LBL_AVL_USERS'=>'Available Users', 229 'LBL_ADD_BUTTON'=>'Add', 230 'LBL_USERS'=>'Users', 231 'LBL_RMV_BUTTON'=>'Remove', 232 'LBL_RMD_ON'=>'Remind on', 233 'LBL_SDRMD'=>'Send Reminder to', 234 'LBL_ENABLE_REPEAT'=>'Enable Repeat', 235 'LBL_REPEAT_ONCE'=>'Repeat once in every', 236 'LBL_ADD_TODO'=>'Create To Do', 237 'LBL_TODONAME'=>'To Do', 238 'LBL_TODODATETIME'=>'Time & Date', 239 240 241 242 243 244 //DON'T CONVERT THESE THEY ARE MAPPINGS 245 'db_last_name' => 'LBL_LIST_LAST_NAME', 246 'db_first_name' => 'LBL_LIST_FIRST_NAME', 247 'db_title' => 'LBL_LIST_TITLE', 248 'db_email1' => 'LBL_LIST_EMAIL_ADDRESS', 249 'db_email2' => 'LBL_LIST_EMAIL_ADDRESS', 250 'LBL_COMPLETED'=>'Mark Completed', 251 'LBL_DEFERRED'=>'Mark Deferred', 252 'LBL_HELD'=>'Mark Held', 253 'LBL_NOTHELD'=>'Mark Not Held', 254 'LBL_POSTPONE'=>'Postpone', 255 'LBL_CHANGEOWNER'=>'Change Owner', 256 'LBL_DEL'=>'Delete', 257 //END DON'T CONVERT 258 259 //Added for actvity merge with calendar 260 'LBL_SEARCH_FORM_TITLE'=>'Activity Search', 261 'LBL_LIST_FORM_TITLE'=>'Activity List', 262 'LBL_NEW_FORM_TITLE'=>'New Activity', 263 'LBL_TASK_INFORMATION'=>'Task Information', 264 'LBL_EVENT_INFORMATION'=>'Event Information', 265 266 'LBL_NAME'=>'Subject:', 267 'LBL_CONTACT_NAME'=>'Contact Name', 268 'LBL_OPEN_ACTIVITIES'=>'Open Activities', 269 'LBL_ACTIVITY'=>'Activity:', 270 'LBL_HISTORY'=>'History', 271 'LBL_UPCOMING'=>"My Upcoming and Pending Activities", 272 'LBL_TODAY'=>'through ', 273 274 'LBL_NEW_TASK_BUTTON_TITLE'=>'New Task [Alt+N]', 275 'LBL_NEW_TASK_BUTTON_KEY'=>'N', 276 'LBL_NEW_TASK_BUTTON_LABEL'=>'New Task', 277 'LBL_SCHEDULE_MEETING_BUTTON_TITLE'=>'Schedule Meeting [Alt+M]', 278 'LBL_SCHEDULE_MEETING_BUTTON_KEY'=>'M', 279 'LBL_SCHEDULE_MEETING_BUTTON_LABEL'=>'Schedule Meeting', 280 'LBL_SCHEDULE_CALL_BUTTON_TITLE'=>'Schedule Call [Alt+C]', 281 'LBL_SCHEDULE_CALL_BUTTON_KEY'=>'C', 282 'LBL_SCHEDULE_CALL_BUTTON_LABEL'=>'Schedule Call', 283 'LBL_NEW_NOTE_BUTTON_TITLE'=>'New Note [Alt+T]', 284 'LBL_NEW_ATTACH_BUTTON_TITLE'=>'Attach File [Alt+F]', 285 'LBL_NEW_NOTE_BUTTON_KEY'=>'T', 286 'LBL_NEW_ATTACH_BUTTON_KEY'=>'F', 287 'LBL_NEW_NOTE_BUTTON_LABEL'=>'New Note', 288 'LBL_NEW_ATTACH_BUTTON_LABEL'=>'Attach File', 289 'LBL_TRACK_EMAIL_BUTTON_TITLE'=>'Track Email [Alt+K]', 290 'LBL_TRACK_EMAIL_BUTTON_KEY'=>'K', 291 'LBL_TRACK_EMAIL_BUTTON_LABEL'=>'Track Email', 292 293 'LBL_LIST_CLOSE'=>'Close', 294 'LBL_LIST_STATUS'=>'Status', 295 'LBL_LIST_CONTACT'=>'Contact', 296 //Added for 4.2 release for Account column support as shown by Fredy 297 'LBL_LIST_ACCOUNT'=>'Account', 298 'LBL_LIST_RELATED_TO'=>'Related to', 299 'LBL_LIST_DUE_DATE'=>'Due Date', 300 'LBL_LIST_DATE'=>'Date', 301 'LBL_LIST_SUBJECT'=>'Subject', 302 'LBL_LIST_LAST_MODIFIED'=>'Last Modified', 303 'LBL_LIST_RECURRING_TYPE'=>'Recurring Type', 304 305 'ERR_DELETE_RECORD'=>"A record number must be specified to delete the vtiger_account.", 306 'NTC_NONE_SCHEDULED'=>'None scheduled.', 307 308 // Added vtiger_fields for Attachments in Activities/SubPanelView.php 309 'LBL_ATTACHMENTS'=>'Attachments', 310 'LBL_NEW_ATTACHMENT'=>'New Attachment', 311 312 //Added vtiger_fields after RC1 - Release 313 'LBL_ALL'=>'All', 314 'LBL_CALL'=>'Call', 315 'LBL_MEETING'=>'Meeting', 316 'LBL_TASK'=>'Task', 317 318 //Added for 4GA Release 319 'Subject'=>'Subject', 320 'Assigned To'=>'Assigned To', 321 'Start Date & Time'=>'Start Date & Time', 322 'Time Start'=>'Time Start', 323 'Due Date'=>'Due Date', 324 'Related To'=>'Related to', 325 'Contact Name'=>'Contact Name', 326 'Status'=>'Status', 327 'Priority'=>'Priority', 328 'Visibility'=>'Visibility', 329 'Send Notification'=>'Send Notification', 330 'Created Time'=>'Created Time', 331 'Modified Time'=>'Modified Time', 332 'Activity Type'=>'Activity Type', 333 'Description'=>'Description', 334 'Duration'=>'Duration', 335 'Duration Minutes'=>'Duration Minutes', 336 'Location'=>'Location', 337 'No Time'=>'No Time', 338 //Added for Send Reminder 4.2 release 339 'Send Reminder'=>'Send Reminder', 340 'LBL_YES'=>'Yes', 341 'LBL_NO'=>'No', 342 'LBL_DAYS'=>'day(s)', 343 'LBL_MINUTES'=>'minutes', 344 'LBL_HOURS'=>'hours', 345 'LBL_BEFORE_EVENT'=>'before event', 346 //Added for CustomView 4.2 Release 347 'Close'=>'Close', 348 'Start Date'=>'Start Date', 349 'Type'=>'Type', 350 'End Date'=>'End Date', 351 'Recurrence'=> 'Recurring Events', 352 'Recurring Type'=> 'Recurring Type', 353 //Activities - Notification Error 354 'LBL_NOTIFICATION_ERROR'=>'Mail Error : Please check your outgoing mail server configuration in Settings->Outgoing Mail Server Configuration OR MailId for the present user is not Configured', 355 // Mike Crowe Mod --------------------------------------------------------added for generic search 356 'LBL_GENERAL_INFORMATION'=>'General Information', 357 358 'LBL_EVENTTYPE'=>'Event Type', 359 'LBL_EVENTNAME'=>'Event Name', 360 'LBL_EVENTSTAT'=>'Event starts at', 361 'LBL_EVENTEDAT'=>'Event ends on', 362 'LBL_INVITE'=>'Invite', 363 'LBL_REPEAT'=>'Repeat', 364 'LBL_REMINDER'=>'Reminder', 365 'LBL_ENABLE_REPEAT'=>'Enable Repeat', 366 'LBL_SENDREMINDER'=>'Send Reminder', 367 'LBL_NOTIFICATION'=>'Notification', 368 'LBL_SENDNOTIFICATION'=>'Send Notification', 369 'LBL_RMD_ON'=>'Remind on', 370 'LBL_REPEATEVENT'=>'Repeat once in every', 371 'LBL_TIMEDATE'=>'Time & Date', 372 'LBL_TODO'=>'To Do', 373 'LBL_EVENT'=>'Event', 374 'Daily'=>'Day(s)', 375 'Weekly'=>'Week(s)', 376 'Monthly'=>'Month(s)', 377 'Yearly'=>'Year', 378 'createdtime'=>'Created Time', 379 'modifiedtime'=>'Modified Time', 380 'first'=>'First', 381 'last'=>'Last', 382 'High'=>'High', 383 'Medium'=>'Medium', 384 'Low'=>'Low', 385 'LBL_SELECT'=>'Select', 386 'LBL_SELECT_CONTACT'=>'Select Contact', 387 'LBL_ALL_EVENTS_TODOS'=>'All Events & Todos', 388 'First'=>'First', 389 'Last'=>'Last', 390 'on'=>'on', 391 'day of the month'=>'day of the month', 392 393 //Added for existing Picklist entries 394 395 'Planned'=>'Planned', 396 'Held'=>'Held', 397 'Not Held'=>'Not Held', 398 'Completed'=>'Completed', 399 'Deferred'=>'Deferred', 400 'Not Started'=>'Not Started', 401 'In Progress'=>'In Progress', 402 'Pending Input'=>'Pending Input', 403 'LBL_REMAINDER_DAY'=>'days', 404 'LBL_REMAINDER_HRS'=>'hrs', 405 'Call'=>'Call', 406 'Meeting'=>'Meeting', 407 408 ); 409 410 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |