[ 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 'Events' => 'Activités' , 12 'SINGLE_Events' => 'Evènement' , 13 'LBL_ADD_RECORD' => 'Add Event' , 14 'LBL_RECORDS_LIST' => 'List View' , 15 'LBL_EVENTS' => 'Activités' , 16 'LBL_TODOS' => 'Tâche' , 17 'LBL_HOLD_FOLLOWUP_ON' => 'Tenez Suivi sur' , 18 'LBL_CREATE_FOLLOWUP_EVENT' => 'Créer Suivi événement' , 19 'LBL_EVENT_INFORMATION' => 'Event Details' , 20 'LBL_RECURRENCE_INFORMATION' => 'Recurrence Details' , 21 'LBL_RELATED_TO' => 'Related To' , // TODO: Review 22 'Start Date & Time' => 'Date et heure de début' , 23 'Recurrence' => 'Recurrence' , 24 'Send Notification' => 'Send Notification' , 25 'Location' => 'Location' , 26 'Send Reminder' => 'Send Reminder' , 27 'End Date & Time' => 'Date et heure de fin' , 28 'Activity Type' => 'Type d\'activité' , 29 'Visibility' => 'Visibility' , 30 'Private' => 'Privé' , 31 'Public' => 'Public' , 32 'Call' => 'Appel' , 33 'Meeting' => 'Conférence' , 34 'Planned' => 'Planifiée' , 35 'Held' => 'A eu lieu' , 36 'Not Held' => 'N\'a pas eu lieu' , 37 'LBL_DAYS' => 'Days' , 38 'LBL_HOURS' => 'Hours' , 39 'LBL_DAYS_TYPE' => 'Day(s)' , // TODO: Review 40 'LBL_WEEKS_TYPE' => 'Week(s)' , // TODO: Review 41 'LBL_MONTHS_TYPE' => 'Month(s)' , // TODO: Review 42 'LBL_YEAR_TYPE' => 'Year' , // TODO: Review 43 'LBL_FIRST' => 'First' , // TODO: Review 44 'LBL_LAST' => 'Last' , // TODO: Review 45 'LBL_SM_SUN' => 'Sun' , // TODO: Review 46 'LBL_SM_MON' => 'Mon' , // TODO: Review 47 'LBL_SM_TUE' => 'Tue' , // TODO: Review 48 'LBL_SM_WED' => 'Wed' , // TODO: Review 49 'LBL_SM_THU' => 'Thr' , // TODO: Review 50 'LBL_SM_FRI' => 'Fri' , // TODO: Review 51 'LBL_SM_SAT' => 'Sat' , // TODO: Review 52 'LBL_DAY0' => 'Sunday' , // TODO: Review 53 'LBL_DAY1' => 'Monday' , // TODO: Review 54 'LBL_DAY2' => 'Tuesday' , // TODO: Review 55 'LBL_DAY3' => 'Wednesday' , // TODO: Review 56 'LBL_DAY4' => 'Thursday' , // TODO: Review 57 'LBL_DAY5' => 'Friday' , // TODO: Review 58 'LBL_DAY6' => 'Saturday' , // TODO: Review 59 'Daily' => 'Day(s)' , // TODO: Review 60 'Weekly' => 'Week(s)' , // TODO: Review 61 'Monthly' => 'Month(s)' , // TODO: Review 62 'Yearly' => 'Year' , // TODO: Review 63 'LBL_REPEATEVENT' => 'Une fois tous les' , // TODO: Review 64 'LBL_UNTIL' => 'Until' , // TODO: Review 65 'LBL_DAY_OF_THE_MONTH' => 'day of the month' , // TODO: Review 66 'LBL_ON' => 'on' , // TODO: Review 67 'LBL_CALENDAR_VIEW' => 'Calendar View' , 68 'LBL_INVITE_USER_BLOCK' => 'Invite' , // TODO: Review 69 'LBL_INVITE_USERS' => 'Invite Users' , // TODO: Review 70 );
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 |