[ 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' => 'Ereignisse' , 12 'SINGLE_Events' => 'Ereignis' , 13 'LBL_ADD_RECORD' => 'Add Event' , 14 'LBL_RECORDS_LIST' => 'List View' , 15 'LBL_EVENTS' => 'Ereignisse' , 16 'LBL_TODOS' => 'Aufgabe' , 17 'LBL_HOLD_FOLLOWUP_ON' => 'Halten Followup auf' , 18 'LBL_CREATE_FOLLOWUP_EVENT' => 'Neues Follow Up Event' , 19 'LBL_EVENT_INFORMATION' => 'Event Details' , 20 'LBL_RECURRENCE_INFORMATION' => 'Recurrence Details' , 21 'LBL_RELATED_TO' => 'Related To' , 22 'Start Date & Time' => 'Termin beginnt' , 23 'Recurrence' => 'Recurrence' , 24 'Send Notification' => 'Send Notification' , 25 'Location' => 'Location' , 26 'Send Reminder' => 'Send Reminder' , 27 'End Date & Time' => 'Termin endet' , 28 'Activity Type' => 'Aktivitätentyp' , 29 'Visibility' => 'Visibility' , 30 'Private' => 'privat' , 31 'Public' => 'öffentlich' , 32 'Call' => 'Anruf' , 33 'Meeting' => 'Meeting' , 34 'Planned' => 'geplant' , 35 'Held' => 'durchgeführt' , 36 'Not Held' => 'nicht durchgeführt' , 37 'LBL_DAYS' => 'Days' , 38 'LBL_HOURS' => 'Hours' , 39 'LBL_DAYS_TYPE' => 'Day(s)' , 40 'LBL_WEEKS_TYPE' => 'Week(s)' , 41 'LBL_MONTHS_TYPE' => 'Month(s)' , 42 'LBL_YEAR_TYPE' => 'Year' , 43 'LBL_FIRST' => 'First' , 44 'LBL_LAST' => 'Last' , 45 'LBL_SM_SUN' => 'Sun' , 46 'LBL_SM_MON' => 'Mon' , 47 'LBL_SM_TUE' => 'Tue' , 48 'LBL_SM_WED' => 'Wed' , 49 'LBL_SM_THU' => 'Thr' , 50 'LBL_SM_FRI' => 'Fri' , 51 'LBL_SM_SAT' => 'Sat' , 52 'LBL_DAY0' => 'Sunday' , 53 'LBL_DAY1' => 'Monday' , 54 'LBL_DAY2' => 'Tuesday' , 55 'LBL_DAY3' => 'Wednesday' , 56 'LBL_DAY4' => 'Thursday' , 57 'LBL_DAY5' => 'Friday' , 58 'LBL_DAY6' => 'Saturday' , 59 'Daily' => 'Day(s)' , 60 'Weekly' => 'Week(s)' , 61 'Monthly' => 'Month(s)' , 62 'Yearly' => 'Year' , 63 'LBL_REPEATEVENT' => 'Einmal in jeder' , 64 'LBL_UNTIL' => 'Until' , 65 'LBL_DAY_OF_THE_MONTH' => 'day of the month' , 66 'LBL_ON' => 'on' , 67 'LBL_CALENDAR_VIEW' => 'Calendar View' , 68 'LBL_INVITE_USER_BLOCK' => 'Invite' , 69 'LBL_INVITE_USERS' => 'Invite Users' , 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 |