321 lines
12 KiB
PHP

<?php
/*+********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
********************************************************************************/
$mod_strings = array(
'LBL_MODULE_NAME' => 'Calendar',
'LBL_MODULE_TITLE' => 'Calendar: Home',
'LBL_MODULE_APPOINTMENT' => 'Calendar: Appointment',
'LBL_MODULE_APPOINTMENT_DETAIL' => 'Calendar: Appointment Detail',
'LBL_SAVE' => 'Save',
'LBL_RESET' => 'Cancel',
'LBL_LIST_USER_NAME' => 'User Name',
'LBL_LIST_NAME' => 'Name',
'LBL_CALENDAR_SHARED' => 'Calendar currently shared with',
'LBL_CALENDAR_SHARING' => 'Share calendar with',
'LBL_SHARING_OPTION' => 'Can see my calendar?',
'LBL_LIST_TOOLS' => 'Tools',
'LBL_SETTINGS' => 'Settings',
'LBL_CALSETTINGS' => 'Calendar Settings',
'LBL_USE24' => 'Use 24 hour format',
'LBL_CALSTART' => 'Start my calendar time at',
'LBL_TIMESETTINGS' => 'Time Settings',
'LBL_HOLDFOLLOWUP' => 'Hold followup on',
'LBL_CALL' => 'Call',
'LBL_MEET' => 'Meeting',
'LBL_APPNT' => 'Appointment',
'LBL_NEW_APPNT' => 'New Appointment',
'LBL_NEW_APPNT_INFO' => 'Create a new appointment',
'LBL_VIEW_DAY_APPNT_INFO' => 'View appointment(s) for this day',
'LBL_CHANGE_APPNT' => 'see or change this appointment (%s - %s)',
'LBL_DAY' => 'Day',
'LBL_DAY_BUTTON_KEY' => 'D',
'LBL_DAY_BUTTON_TITLE' => 'Day [Alt+D]',
'LBL_DAY1' => 'Monday',
'LBL_DAY2' => 'Tuesday',
'LBL_DAY3' => 'Wednesday',
'LBL_DAY4' => 'Thursday',
'LBL_DAY5' => 'Friday',
'LBL_DAY6' => 'Saturday',
'LBL_DAY0' => 'Sunday',
'LBL_SM_MON' => 'Mon',
'LBL_SM_TUE' => 'Tue',
'LBL_SM_WED' => 'Wed',
'LBL_SM_THU' => 'Thu',
'LBL_SM_FRI' => 'Fri',
'LBL_SM_SAT' => 'Sat',
'LBL_SM_SUN' => 'Sun',
'LBL_DATE_TITLE' => 'Day %d, %A',
'LBL_WEEK' => 'Week',
'LBL_WEEK_BUTTON_KEY' => 'W',
'LBL_WEEK_BUTTON_TITLE' => 'Week [Alt+W]',
'LBL_WEEKS' => 'Week(s)',
'LBL_NEXT_WEEK' => 'next week',
'LBL_LAST_WEEK' => 'last week',
'LBL_4WEEKS_BACK' => '4 weeks back',
'LBL_4WEEKS_PLUS' => '4 weeks plus',
'LBL_RELOAD' => 'Reload',
'LBL_APPCREATED_BY' => 'Created by',
'LBL_AT_DATE_TIME' => 'at',
'LBL_MON' => 'Month',
'LBL_MON_BUTTON_KEY' => 'M',
'LBL_MON_BUTTON_TITLE' => 'Month [Alt+M]',
'LBL_PREV_MON' => 'Previous Month',
'LBL_NEXT_MON' => 'Next Month',
'LBL_YEAR_BUTTON_KEY' => 'Y',
'LBL_PREV_YEAR' => 'Previous Year',
'LBL_NEXT_YEAR' => 'Next Year',
'LBL_APP_LOCATION' => 'Location',
'LBL_APP_IGNORE_TIME' => 'ignore above times',
'LBL_SUBJECT' => 'Subject:',
'LBL_APP_DESCRIPTION' => 'Description',
'LBL_CONTACT' => 'Contact:',
'LBL_CONTACT_LIST' => 'Contact List:',
'LBL_APP_IGNORE_TIME2' => '(i.e. the appointment takes place<br />at no particular time on these day(s) )',
'LBL_APP_ERR001' => 'Invalid date in field %s!',
'LBL_APP_ERR002' => 'start after end!',
'LBL_APP_ERR003' => 'Missing Contact!',
'LBL_APP_ERR004' => 'Missing Subject!',
'ERR_DELETE_RECORD' => 'A record number must be specified to delete the Organisation',
'DELETE_CONFIRMATION' => 'Are you sure you want to delete this appointment?',
'AppLoc' => array('Office','Out','Holiday','Sick','Postponed','Option','Private'),
'cal_month_long' => array('','January','February','March','April','May','June','July','August','September','October','November','December'),
'cal_weekdays_short' => array('Mon','Tue','Wed','Thu','Fri','Sat','Sun'),
'cal_weekdays_long' => array('Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'),
'cal_month_short' => array('','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'),
'LBL_TIME' => 'Time',
'LBL_START_TIME' => 'Start Time',
'LBL_END_TIME' => 'End Time',
'LBL_START_DATE' => 'Start Date',
'LBL_TIME_START' => 'Time Start',
'LBL_DUE_DATE' => 'Due Date',
'LBL_START_DATE_TIME' => 'Start Date & Time',
'LBL_END_DATE_TIME' => 'End Date & Time',
'LBL_TODO' => 'To Do',
'LBL_TODOS' => 'To Dos',
'LBL_EVENTS' => 'Events',
'LBL_TOTALEVENTS' => 'My Total Events :',
'LBL_TOTALTODOS' => 'My Total To Dos :',
'LBL_VIEW' => 'View',
'LBL_LISTVIEW' => 'List View',
'LBL_HRVIEW' => 'Hour View',
'LBL_WEEKVIEW' => 'Weekly Calendar View',
'LBL_MONTHVIEW' => 'Monthly Calendar View',
'LBL_YEARVIEW' => 'Yearly Calendar View',
'LBL_STATUS' => 'Status',
'LBL_ACTION' => 'Actions',
'LBL_ADD' => 'Add',
'LBL_OPENCAL' => 'Open Calendar',
'LBL_ADD_EVENT' => 'Add Event',
'LBL_ADDCALL' => 'Call',
'LBL_ADDMEETING' => 'Meeting',
'LBL_ADDTODO' => 'To Do',
'LBL_BEFOREEVENT' => 'before the event starts',
'LBL_BEFORETASK' => 'before the task starts',
'LBL_EVENTDETAILS' => 'Event Details',
'LBL_CURSTATUS' => 'Current Status',
'LBL_ASSINGEDTO' => 'Assigned To',
'LBL_RELATEDTO' => 'Related To',
'LBL_PENDING' => 'Pending',
'LBL_PUBLIC' => 'Mark Public',
'LBL_MORE' => 'More',
'LBL_EDIT' => 'Edit',
'LBL_EVERYDAY' => 'Every Day',
'LBL_EVERYWEEK' => 'Every Week',
'LBL_EVERYMON' => 'Every Month',
'LBL_MONTHS' => 'Month(s)',
'LBL_YEAR' => 'Year',
'LBL_NONE_SCHEDULED' => 'None Scheduled',
'LBL_INVITE_INST1' => 'To invite, select the users from the Available Users list and click the Add button.',
'LBL_INVITE_SHARE' => 'To share, select the users from the Available Users list and click the Add button.',
'LBL_INVITE_INST2' => 'To remove, select the users from the Selected Users list and the click Remove button.',
'LBL_SELUSR_INFO' => 'Selected users will receive an email about the event.',
'LBL_CALSHAREMESSAGE' => 'Share my calendar with the following selected users',
'LBL_CALSHARE' => 'Calendar Sharing',
'LBL_SEL_USERS' => 'Selected Users',
'LBL_AVL_USERS' => 'Available Users',
'LBL_ADD_BUTTON' => 'Add',
'LBL_USERS' => 'Users',
'LBL_RMV_BUTTON' => 'Remove',
'LBL_SDRMD' => 'Send Reminder to',
'LBL_ENABLE_REPEAT' => 'Enable Repeat',
'LBL_REPEAT_ONCE' => 'Repeat once in every',
'LBL_ADD_TODO' => 'Create To Do',
'LBL_TODONAME' => 'To Do',
'LBL_TODODATETIME' => 'Time & Date',
'db_last_name' => 'LBL_LIST_LAST_NAME',
'db_first_name' => 'LBL_LIST_FIRST_NAME',
'db_title' => 'LBL_LIST_TITLE',
'db_email1' => 'LBL_LIST_EMAIL_ADDRESS',
'db_email2' => 'LBL_LIST_EMAIL_ADDRESS',
'LBL_COMPLETED' => 'Mark completed',
'LBL_DEFERRED' => 'Mark Deferred',
'LBL_HELD' => 'Mark Held',
'LBL_NOTHELD' => 'Mark Not Held',
'LBL_POSTPONE' => 'Postpone',
'LBL_CHANGEOWNER' => 'Change owner',
'LBL_DEL' => 'Delete',
'LBL_SEARCH_FORM_TITLE' => 'Activity Search',
'LBL_LIST_FORM_TITLE' => 'Activity List',
'LBL_NEW_FORM_TITLE' => 'New Activity',
'LBL_TASK_INFORMATION' => 'Task Information',
'LBL_EVENT_INFORMATION' => 'Event Information',
'LBL_CALENDAR_INFORMATION' => 'Calendar Information',
'LBL_NAME' => 'Subject:',
'LBL_ACTIVITY_NOTIFICATION' => 'This is a notification that an activity assigned to you has been',
'LBL_ACTIVITY_INVITATION' => 'You have been invited for an activity that has been ',
'LBL_DETAILS_STRING' => 'The details are',
'LBL_REGARDS_STRING' => 'Thanks & regards',
'LBL_CONTACT_NAME' => 'Contact Name',
'LBL_OPEN_ACTIVITIES' => 'Open Activities',
'LBL_ACTIVITY' => 'Activity:',
'LBL_HISTORY' => 'History',
'LBL_UPCOMING' => 'My Upcoming and Pending Activities',
'LBL_TODAY' => 'through ',
'LBL_NEW_TASK_BUTTON_TITLE' => 'New Task [Alt+N]',
'LBL_NEW_TASK_BUTTON_KEY' => 'N',
'LBL_NEW_TASK_BUTTON_LABEL' => 'New Task',
'LBL_SCHEDULE_MEETING_BUTTON_TITLE' => 'Schedule Meeting [Alt+M]',
'LBL_SCHEDULE_MEETING_BUTTON_KEY' => 'M',
'LBL_SCHEDULE_MEETING_BUTTON_LABEL' => 'Schedule Meeting',
'LBL_SCHEDULE_CALL_BUTTON_TITLE' => 'Schedule Call [Alt+C]',
'LBL_SCHEDULE_CALL_BUTTON_KEY' => 'C',
'LBL_SCHEDULE_CALL_BUTTON_LABEL' => 'Schedule Call',
'LBL_NEW_NOTE_BUTTON_TITLE' => 'New Document [Alt+T]',
'LBL_NEW_ATTACH_BUTTON_TITLE' => 'Attach File [Alt+F]',
'LBL_NEW_NOTE_BUTTON_KEY' => 'T',
'LBL_NEW_ATTACH_BUTTON_KEY' => 'F',
'LBL_NEW_NOTE_BUTTON_LABEL' => 'New Document',
'LBL_NEW_ATTACH_BUTTON_LABEL' => 'Attach File',
'LBL_TRACK_EMAIL_BUTTON_TITLE' => 'Track Email [Alt+K]',
'LBL_TRACK_EMAIL_BUTTON_KEY' => 'K',
'LBL_TRACK_EMAIL_BUTTON_LABEL' => 'Track Email',
'LBL_LIST_CLOSE' => 'Close',
'LBL_LIST_STATUS' => 'Status',
'LBL_LIST_CONTACT' => 'Contact',
'LBL_LIST_ACCOUNT' => 'Organisation',
'LBL_LIST_RELATED_TO' => 'Related to',
'LBL_LIST_DUE_DATE' => 'Due Date',
'LBL_LIST_DATE' => 'Date',
'LBL_LIST_SUBJECT' => 'Subject',
'LBL_LIST_LAST_MODIFIED' => 'Last Modified',
'LBL_LIST_RECURRING_TYPE' => 'Recurring Type',
'NTC_NONE_SCHEDULED' => 'None scheduled.',
'LBL_ATTACHMENTS' => 'Attachments',
'LBL_NEW_ATTACHMENT' => 'New Attachment',
'LBL_ALL' => 'All',
'LBL_MEETING' => 'Meeting',
'LBL_TASK' => 'Task',
'Subject' => 'Subject',
'Assigned To' => 'Assigned To',
'Start Date & Time' => 'Start Date & Time',
'Time Start' => 'Time Start',
'Due Date' => 'Due Date',
'Related To' => 'Related to',
'Contact Name' => 'Contact Name',
'Status' => 'Status',
'Priority' => 'Priority',
'Visibility' => 'Visibility',
'Send Notification' => 'Send Notification',
'Created Time' => 'Created Time',
'Modified Time' => 'Modified Time',
'Activity Type' => 'Activity Type',
'Description' => 'Description',
'Duration' => 'Duration',
'Duration Minutes' => 'Duration Minutes',
'Location' => 'Location',
'No Time' => 'No Time',
'Send Reminder' => 'Send Reminder',
'LBL_YES' => 'Yes',
'LBL_NO' => 'No',
'LBL_DAYS' => 'day(s)',
'LBL_MINUTES' => 'minutes',
'LBL_HOURS' => 'hours',
'LBL_BEFORE_EVENT' => 'before event',
'Close' => 'Close',
'Start Date' => 'Start Date',
'Type' => 'Type',
'End Date' => 'End date',
'Recurrence' => 'Recurrence',
'Recurring Type' => 'Recurring Type',
'LBL_NOTIFICATION_ERROR' => 'Mail Error : Please check the outgoing mail server configuration in Settings->Outgoing Mail Server Configuration or the email address for the present user',
'LBL_GENERAL_INFORMATION' => 'General Information',
'LBL_EVENTTYPE' => 'Event Type',
'LBL_EVENTNAME' => 'Event Name',
'LBL_EVENTSTAT' => 'Event starts at',
'LBL_EVENTEDAT' => 'Event ends on',
'LBL_INVITE' => 'Invite',
'LBL_REPEAT' => 'Repeat',
'LBL_REMINDER' => 'Reminder',
'LBL_SENDREMINDER' => 'Send Reminder',
'LBL_NOTIFICATION' => 'Notification',
'LBL_SENDNOTIFICATION' => 'Send Notification',
'LBL_RMD_ON' => 'Remind on',
'LBL_REPEATEVENT' => 'Repeat once in every',
'LBL_TIMEDATE' => 'Time & Date',
'LBL_HR' => 'Hr',
'LBL_MIN' => 'min',
'LBL_EVENT' => 'Event',
'Daily' => 'Day(s)',
'Weekly' => 'Week(s)',
'Monthly' => 'Month(s)',
'Yearly' => 'Year',
'createdtime' => 'Created Time',
'modifiedtime' => 'Modified Time',
'first' => 'First',
'last' => 'Last',
'High' => 'High',
'Medium' => 'Medium',
'Low' => 'Low',
'LBL_SELECT' => 'Select',
'LBL_ALL_EVENTS_TODOS' => 'All Events & To Dos',
'on' => 'on',
'day of the month' => 'day of the month',
'Private' => 'Private',
'Public' => 'Public',
'Planned' => 'Planned',
'Held' => 'Held',
'Not Held' => 'Not Held',
'Completed' => 'Completed',
'Deferred' => 'Deferred',
'Not Started' => 'Not Started',
'In Progress' => 'In Progress',
'Pending Input' => 'Pending Input',
'LBL_REMAINDER_DAY' => 'days',
'LBL_REMAINDER_HRS' => 'hrs',
'Call' => 'Call',
'Meeting' => 'Meeting',
'Start date and time' => 'Start Date & Time',
'End date and time' => 'End Date & Time',
'LBL_SET_DATE' => 'Set Date',
'INVITATION' => 'Invitation',
'LBL_YEAR_BUTTON_TITLE' => 'Year [Alt+Y]',
'LBL_SELECT_CONTACT' => 'Select Contacts',
'SHARED_EVENT_DEL_MSG' => 'The user does not have permission to Edit/Delete shared event.',
'LBL_CREATED' => 'created',
'LBL_UPDATED' => 'updated',
'LBL_BUSY' => 'Busy',
'LBL_CUSTOM_INFORMATION' => 'Custom Information',
'LBL_UNTIL' => 'Until',
'LBL_MINE' => 'Mine',
'LBL_SUCCESS_CALENDAR_1' => 'No. of Tasks successfully imported: ',
'LBL_SKIPPED_CALENDAR_1' => 'No. of Tasks skipped as they were missing one or more required fields: ',
'LBL_SUCCESS_EVENTS_1' => 'No. of Events successfully imported: ',
'LBL_SKIPPED_EVENTS_1' => 'No. of Events skipped as they were missing one or more required fields: ',
'LBL_FINISHED' => 'Finished',
'LBL_UNDO_LAST_IMPORT' => 'Undo Last Import',
'LBL_LAST_IMPORT' => 'Last Imported',
'LBL_LAST_IMPORT_UNDONE' => 'Your Last import was undone',
'LBL_SUCCESS' => 'Success!',
'LBL_NO_IMPORT_TO_UNDO' => 'There was no import to undo.',
'LBL_FAILURE' => 'Failed!',
'LBL_ARE_YOU_SURE' => 'Are you sure?',
'Calendar ID' => 'Calendar ID',
);
?>