[ 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 11 /* NOTE: Should be inline with Calendar language translation but few variations */ 12 13 $languageStrings = array( 14 'Activity Type'=>'Activity Type', 15 'Busy' => 'Busy', 16 'Call' => 'Call', 17 'Daily'=>'Day(s)', 18 'End Date & Time' => 'End Date & Time', 19 'Events' => 'Events', 20 'Held' => 'Held', 21 'INVITATION'=>' Invitation ', 22 'LBL_ADD_RECORD' => 'Add Event', 23 'LBL_CALENDAR_VIEW' => 'Calendar View', 24 'LBL_CREATE_FOLLOWUP_EVENT' => 'Create Follow Up Event', 25 'LBL_DAY0' => 'Sunday', 26 'LBL_DAY1' => 'Monday', 27 'LBL_DAY2' => 'Tuesday', 28 'LBL_DAY3' => 'Wednesday', 29 'LBL_DAY4' => 'Thursday', 30 'LBL_DAY5' => 'Friday', 31 'LBL_DAY6' => 'Saturday', 32 'LBL_DAY_OF_THE_MONTH' => 'day of the month', 33 'LBL_DAYS' => 'Days', 34 'LBL_DAYS_TYPE' => 'Day(s)', 35 'LBL_EVENT_INFORMATION' => 'Event Details', 36 'LBL_EVENTS' => 'Events', 37 'LBL_FIRST' => 'First', 38 'LBL_HOLD_FOLLOWUP_ON' => 'Hold Followup on', 39 'LBL_HOURS' => 'Hours', 40 'LBL_INVITE_USER_BLOCK' => 'Invite', 41 'LBL_INVITE_USERS' => 'Invite Users', 42 'LBL_LAST' => 'Last', 43 'LBL_MONTHS_TYPE' => 'Month(s)', 44 'LBL_ON' => 'on', 45 'LBL_RECORDS_LIST' => 'List View', //Duplicated key-value pair 46 'LBL_RECURRENCE_INFORMATION' => 'Recurrence Details', 47 'LBL_RELATED_TO' => 'Related To', 48 'LBL_REPEATEVENT' => 'Once in every', 49 'LBL_SM_FRI' => 'Fri', 50 'LBL_SM_MON' => 'Mon', 51 'LBL_SM_SAT' => 'Sat', 52 'LBL_SM_SUN' => 'Sun', 53 'LBL_SM_THU' => 'Thr', 54 'LBL_SM_TUE' => 'Tue', 55 'LBL_SM_WED' => 'Wed', 56 'LBL_TODOS' => 'To Do', 57 'LBL_UNTIL' => 'Until', 58 'LBL_WEEKS_TYPE' => 'Week(s)', 59 'LBL_YEAR_TYPE' => 'Year', 60 'Location'=>'Location', 61 'Meeting' => 'Meeting', 62 'Monthly'=>'Month(s)', 63 'Not Held' => 'Not Held', 64 'Planned' => 'Planned', 65 'Private' => 'Private', 66 'Public' => 'Public', 67 'Recurrence' => 'Repeat', //Duplicated key-value pair 68 'Send Notification' => 'Send Notification', 69 'Send Reminder' => 'Send Email Reminder Before', 70 'SINGLE_Events' => 'Event', 71 'Start Date & Time'=>'Start Date & Time', 72 'Visibility' => 'Visibility', 73 'Weekly'=>'Week(s)', 74 'Yearly'=>'Year', 75 );
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 |