[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /*+********************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 ************************************************************************************/ 10 $languageStrings = array( 11 'SINGLE_Calendar' => 'To Do' , 12 'LBL_ADD_TASK' => 'Add To Do' , 13 'LBL_ADD_EVENT' => 'Add Event' , 14 'LBL_RECORDS_LIST' => 'List View' , 15 'LBL_EVENTS' => 'Events' , 16 'LBL_TODOS' => 'To Dos' , 17 'LBL_CALENDAR_SETTINGS' => 'Calendar Settings' , // TODO: Review 18 'LBL_CALENDAR_SHARING' => 'Calendar Sharing' , // TODO: Review 19 'LBL_DEFAULT_EVENT_DURATION' => 'Default Event Duration' , // TODO: Review 20 'LBL_CALL' => 'Call' , // TODO: Review 21 'LBL_OTHER_EVENTS' => 'Other Events' , // TODO: Review 22 'LBL_MINUTES' => 'Minutes' , // TODO: Review 23 'LBL_SELECT_USERS' => 'Select Users' , // TODO: Review 24 'LBL_EVENT_OR_TASK' => 'Event / To Do' , 25 'LBL_TASK_INFORMATION' => 'To Do Information' , 26 'LBL_EVENT_INFORMATION' => 'Event Details' , 27 'Subject' => 'Subject' , 28 'Start Date & Time' => 'Start Date & Time' , 29 'Activity Type' => 'Activity Type' , 30 'Send Notification' => 'Send Notification' , 31 'Location' => 'Location' , 32 'End Date & Time' => 'End Date & Time' , 33 'LBL_ACTIVITY_TYPES' => 'Activity Types' , 34 'LBL_CONTACTS_SUPPORT_END_DATE' => 'Support End Date' , 35 'LBL_CONTACTS_BIRTH_DAY' => 'Date of Birth' , 36 'LBL_ADDED_CALENDARS' => 'Added Calendars' , // TODO: Review 37 'Call' => 'Call' , 38 'Meeting' => 'Meeting' , 39 'Task' => 'To Do' , // TODO: Review 40 'Planned' => 'Planned' , 41 'Held' => 'Held', 42 'Not Held' => 'Not Held', 43 'Completed' => 'Completed' , 44 'Pending Input' => 'Pending Input' , 45 'Not Started' => 'Not Started' , 46 'Deferred' => 'Deferred' , 47 'Medium' => 'Medium' , 48 'LBL_CHANGE_OWNER' => 'Change Owner' , 49 'LBL_EVENT' => 'Event' , 50 'LBL_TASK' => 'To Do' , 51 'LBL_TASKS' => 'To Do' , 52 'LBL_CALENDAR_VIEW' => 'Calendar View' , 53 'LBL_SHARED_CALENDAR' => 'Shared Calendar' , // TODO: Review 54 'LBL_DAY0' => 'Sunday' , // TODO: Review 55 'LBL_DAY1' => 'Monday' , // TODO: Review 56 'LBL_DAY2' => 'Tuesday' , // TODO: Review 57 'LBL_DAY3' => 'Wednesday' , // TODO: Review 58 'LBL_DAY4' => 'Thursday' , // TODO: Review 59 'LBL_DAY5' => 'Friday' , // TODO: Review 60 'LBL_DAY6' => 'Saturday' , // TODO: Review 61 'first' => 'First' , // TODO: Review 62 'last' => 'Last' , // TODO: Review 63 'LBL_DAY_OF_THE_MONTH' => 'day of the month' , // TODO: Review 64 'LBL_ON' => 'on' , // TODO: Review 65 'Daily' => 'Day(s)' , // TODO: Review 66 'Weekly' => 'Week(s)' , // TODO: Review 67 'Monthly' => 'Month(s)' , // TODO: Review 68 'Yearly' => 'Year' , // TODO: Review 69 'LBL_DEFAULT_STATUS_TYPE' => 'Default Status & Type' , 70 'LBL_STATUS' => 'Status' , 71 'LBL_TYPE' => 'Type', 72 //Fixing colors for Shared Calendar and My Calendar 73 'LBL_EDIT_COLOR' => 'Edit Colour', 74 'LBL_ADD_CALENDAR_VIEW' => 'Add Calendar', 75 'LBL_SELECT_USER_CALENDAR' => 'Select User Calendar', 76 'LBL_SELECT_CALENDAR_COLOR' => 'Select Calendar Colour', 77 'LBL_EDITING_CALENDAR_VIEW' => 'Editing User Calendar', 78 'LBL_DELETE_CALENDAR' => 'Delete Calendar', 79 'LBL_SELECT_ACTIVITY_TYPE' => 'Select Activity Type', 80 'Tasks' => 'To Do', 81 ); 82 $jsLanguageStrings = array( 83 'LBL_ADD_EVENT_TASK' => 'Add Event / To Do' , 84 'JS_TASK_IS_SUCCESSFULLY_ADDED_TO_YOUR_CALENDAR' => 'Task is successfully added to your Calendar', // TODO: Review 85 'LBL_SYNC_BUTTON' => 'Synchronise Now' , // TODO: Review 86 'LBL_SYNCRONIZING' => 'Synchronising....' , // TODO: Review 87 'LBL_NOT_SYNCRONIZED' => 'You have not synchronised yet', // TODO: Review 88 'LBL_FIELD_MAPPING' => 'Field Mapping' , // TODO: Review 89 'LBL_CANT_SELECT_CONTACT_FROM_LEADS' => 'Cannot select related Contacts for Leads', // TODO: Review 90 'JS_FUTURE_EVENT_CANNOT_BE_HELD' => 'Cannot Be Held For Future', 91 92 //Calendar view label translation 93 'LBL_MONTH' => 'Month', 94 'LBL_TODAY' => 'Today', 95 'LBL_DAY' => 'Day', 96 'LBL_WEEK' => 'Week', 97 98 'LBL_SUNDAY' => 'Sunday', 99 'LBL_MONDAY' => 'Monday', 100 'LBL_TUESDAY' => 'Tuesday', 101 'LBL_WEDNESDAY' => 'Wednesday', 102 'LBL_THURSDAY' => 'Thursday', 103 'LBL_FRIDAY' => 'Friday', 104 'LBL_SATURDAY' => 'Saturday', 105 106 'LBL_SUN' => 'Sun', 107 'LBL_MON' => 'Mon', 108 'LBL_TUE' => 'Tue', 109 'LBL_WED' => 'Wed', 110 'LBL_THU' => 'Thu', 111 'LBL_FRI' => 'Fri', 112 'LBL_SAT' => 'Sat', 113 114 'LBL_JANUARY' => 'January', 115 'LBL_FEBRUARY' => 'February', 116 'LBL_MARCH' => 'March', 117 'LBL_APRIL' => 'April', 118 'LBL_MAY' => 'May', 119 'LBL_JUNE' => 'June', 120 'LBL_JULY' => 'July', 121 'LBL_AUGUST' => 'August', 122 'LBL_SEPTEMBER' => 'September', 123 'LBL_OCTOBER' => 'October', 124 'LBL_NOVEMBER' => 'November', 125 'LBL_DECEMBER' => 'December', 126 127 'LBL_JAN' => 'Jan', 128 'LBL_FEB' => 'Feb', 129 'LBL_MAR' => 'Mar', 130 'LBL_APR' => 'Apr', 131 'LBL_MAY' => 'May', 132 'LBL_JUN' => 'Jun', 133 'LBL_JUL' => 'Jul', 134 'LBL_AUG' => 'Aug', 135 'LBL_SEP' => 'Sep', 136 'LBL_OCT' => 'Oct', 137 'LBL_NOV' => 'Nov', 138 'LBL_DEC' => 'Dec', 139 140 'LBL_ALL_DAY' => 'All Day', 141 142 'Mobile Call' => 'Mobile Call', 143 //End 144 145 //Fixing colors for Shared Calendar and My Calendar 146 'JS_CALENDAR_VIEW_COLOR_UPDATED_SUCCESSFULLY' => 'User calendar colour updated successfully', 147 'JS_CALENDAR_VIEW_DELETE_CONFIRMATION' => 'Are you sure you want to delete this user Calendar?', 148 'JS_CALENDAR_VIEW_ADDED_SUCCESSFULLY' => 'User calendar added successfully', 149 'JS_CALENDAR_VIEW_DELETED_SUCCESSFULLY' => 'User calendar deleted successfully', 150 'JS_NO_CALENDAR_VIEWS_TO_ADD' => 'No Users Calendar to add', 151 'JS_EDIT_CALENDAR' => 'Edit Calendar', 152 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |