[ 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' => 'erstelle Ereignis' , 14 'LBL_RECORDS_LIST' => 'Listenansicht' , 15 'LBL_EVENTS' => 'Ereignisse' , 16 'LBL_TODOS' => 'Aufgaben' , 17 'LBL_CALENDAR_SETTINGS' => 'Calendar Settings' , 18 'LBL_CALENDAR_SHARING' => 'Calendar Sharing' , 19 'LBL_DEFAULT_EVENT_DURATION' => 'Default Event Duration' , 20 'LBL_CALL' => 'Call' , 21 'LBL_OTHER_EVENTS' => 'Other Events' , 22 'LBL_MINUTES' => 'Minutes' , 23 'LBL_SELECT_USERS' => 'Select Users' , 24 'LBL_EVENT_OR_TASK' => 'Termin / Aufgabe' , 25 'LBL_TASK_INFORMATION' => 'To Do Informationen' , 26 'LBL_EVENT_INFORMATION' => 'Weitere Informationen zur Veranstaltung' , 27 'Subject' => 'Betreff' , 28 'Start Date & Time' => 'Termin beginnt' , 29 'Activity Type' => 'Aktivitätentyp' , 30 'Send Notification' => 'sende Termin als E-Mail Nachricht', 31 'Location' => 'Ort' , 32 'End Date & Time' => 'Termin endet' , 33 'LBL_ACTIVITY_TYPES' => 'Activity Types' , 34 'LBL_CONTACTS_SUPPORT_END_DATE' => 'Support Endedatum' , 35 'LBL_CONTACTS_BIRTH_DAY' => 'Date of Birth' , 36 'LBL_ADDED_CALENDARS' => 'Added Calendars' , 37 'Call' => 'Anruf' , 38 'Meeting' => 'Meeting' , 39 'Task' => 'Task' , 40 'Planned' => 'geplant' , 41 'Held' => 'Besitz', 42 'Not Held' => 'Nicht gehaltene', 43 'Completed' => 'abgeschlossen' , 44 'Pending Input' => 'erwarte Zuarbeit' , 45 'Not Started' => 'nicht begonnen' , 46 'Deferred' => 'verschoben' , 47 'Medium' => 'mittel' , 48 'LBL_CHANGE_OWNER' => 'Besitzer wechseln' , 49 'LBL_EVENT' => 'Ereignis' , 50 'LBL_TASK' => 'To Do' , 51 'LBL_TASKS' => 'To Do', 52 'LBL_CALENDAR_VIEW' => 'Calendar View' , 53 'LBL_SHARED_CALENDAR' => 'Shared Calendar' , 54 'LBL_DAY0' => 'Sunday' , 55 'LBL_DAY1' => 'Monday' , 56 'LBL_DAY2' => 'Tuesday' , 57 'LBL_DAY3' => 'Wednesday' , 58 'LBL_DAY4' => 'Thursday' , 59 'LBL_DAY5' => 'Friday' , 60 'LBL_DAY6' => 'Saturday' , 61 'first' => 'First' , 62 'last' => 'Last' , 63 'LBL_DAY_OF_THE_MONTH' => 'day of the month' , 64 'LBL_ON' => 'on' , 65 'Daily' => 'Day(s)' , 66 'Weekly' => 'Week(s)' , 67 'Monthly' => 'Month(s)' , 68 'Yearly' => 'Year' , 69 'LBL_DEFAULT_STATUS_TYPE' => 'Standard Status & Type' , 70 'LBL_STATUS' => 'Status' , 71 'LBL_TYPE' => 'Typ', 72 //Fixing colors for Shared Calendar and My Calendar 73 'LBL_EDIT_COLOR' => 'Farbe bearbeiten', 74 'LBL_ADD_CALENDAR_VIEW' => 'In Kalenderansicht', 75 'LBL_SELECT_USER_CALENDAR' => 'Wählen Sie User Kalender', 76 'LBL_SELECT_CALENDAR_COLOR' => 'Wählen Sie Kalender Farbe', 77 'LBL_EDITING_CALENDAR_VIEW' => 'Bearbeiten von Kalender-Ansicht', 78 'LBL_DELETE_CALENDAR' => 'Löschen Kalender', 79 'LBL_SELECT_ACTIVITY_TYPE' => 'Wählen Aktivitätstyp', 80 'Tasks' => 'Aufgaben', 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', 85 'LBL_CANT_SELECT_CONTACT_FROM_LEADS' => 'Cannot select related Contacts for Leads', 86 'JS_FUTURE_EVENT_CANNOT_BE_HELD' => 'Kann nicht For Future gehalten zu werden', 87 88 //Calendar view label translation 89 'LBL_MONTH' => 'Month', 90 'LBL_TODAY' => 'Today', 91 'LBL_DAY' => 'Day', 92 'LBL_WEEK' => 'Week', 93 94 'LBL_SUNDAY' => 'Sunday', 95 'LBL_MONDAY' => 'Monday', 96 'LBL_TUESDAY' => 'Tuesday', 97 'LBL_WEDNESDAY' => 'Wednesday', 98 'LBL_THURSDAY' => 'Thursday', 99 'LBL_FRIDAY' => 'Friday', 100 'LBL_SATURDAY' => 'Saturday', 101 102 'LBL_SUN' => 'Sun', 103 'LBL_MON' => 'Mon', 104 'LBL_TUE' => 'Tue', 105 'LBL_WED' => 'Wed', 106 'LBL_THU' => 'Thu', 107 'LBL_FRI' => 'Fri', 108 'LBL_SAT' => 'Sat', 109 110 'LBL_JANUARY' => 'January', 111 'LBL_FEBRUARY' => 'February', 112 'LBL_MARCH' => 'March', 113 'LBL_APRIL' => 'April', 114 'LBL_MAY' => 'May', 115 'LBL_JUNE' => 'June', 116 'LBL_JULY' => 'July', 117 'LBL_AUGUST' => 'August', 118 'LBL_SEPTEMBER' => 'September', 119 'LBL_OCTOBER' => 'October', 120 'LBL_NOVEMBER' => 'November', 121 'LBL_DECEMBER' => 'December', 122 123 'LBL_JAN' => 'Jan', 124 'LBL_FEB' => 'Feb', 125 'LBL_MAR' => 'Mar', 126 'LBL_APR' => 'Apr', 127 'LBL_MAY' => 'May', 128 'LBL_JUN' => 'Jun', 129 'LBL_JUL' => 'Jul', 130 'LBL_AUG' => 'Aug', 131 'LBL_SEP' => 'Sep', 132 'LBL_OCT' => 'Oct', 133 'LBL_NOV' => 'Nov', 134 'LBL_DEC' => 'Dec', 135 136 'LBL_ALL_DAY' => 'All-Day', 137 138 'Mobile Call' => 'Mobile Call', 139 //End 140 141 //Fixing colors for Shared Calendar and My Calendar 142 'JS_CALENDAR_VIEW_COLOR_UPDATED_SUCCESSFULLY' => 'Farbe Kalenderansicht erfolgreich aktualisiert', 143 'JS_CALENDAR_VIEW_DELETE_CONFIRMATION' => 'Sind Sie sicher, dass Sie diese Ansicht Kalender löschen?', 144 'JS_CALENDAR_VIEW_ADDED_SUCCESSFULLY' => 'Kalenderansicht erfolgreich hinzugefügt', 145 'JS_CALENDAR_VIEW_DELETED_SUCCESSFULLY' => 'Kalenderansicht erfolgreich gelöscht', 146 'JS_NO_CALENDAR_VIEWS_TO_ADD' => 'Kein Kalender-Ansicht hinzufügen', 147 'JS_EDIT_CALENDAR' => 'Kalender bearbeiten', 148 );
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 |