[ 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 * Vicus eBusiness Solutions (www.vicus.nl) Version Control 11 * Dutch language pack for vtiger CRM version 6.x 12 * 13 * @package NL-Dutch 14 * @author $Author: luuk $ 15 * @version CVS: $Revision: 1.5 $ $Date: 2014/09/07 22:42:08 $ 16 * @source $Source: /var/lib/cvs/vtiger600/languages/nl_nl/Calendar.php,v $ 17 * @copyright 2005-2014 Vicus eBusiness Solutions B.V. <[email protected]> 18 * @link http://www.vicus.nl 19 ************************************************************************************/ 20 $languageStrings = array( 21 'SINGLE_Calendar' => 'Te doen' , 22 'LBL_ADD_TASK' => 'Te doen toevoegen' , 23 'LBL_ADD_EVENT' => 'Afspraken toevoegen' , 24 'LBL_RECORDS_LIST' => 'Bekijk lijst' , 25 'LBL_EVENTS' => 'Afspraken' , 26 'LBL_TODOS' => 'Acties' , 27 'LBL_CALENDAR_SETTINGS' => 'Agenda-instellingen' , 28 'LBL_CALENDAR_SHARING' => 'Agenda delen' , 29 'LBL_DEFAULT_EVENT_DURATION' => 'Standaard duur activiteit' , 30 'LBL_CALL' => 'Telefoontje' , 31 'LBL_OTHER_EVENTS' => 'Andere activiteit' , 32 'LBL_MINUTES' => 'Minuten' , 33 'LBL_SELECT_USERS' => 'Selecteer Gebruikers' , 34 'LBL_EVENT_OR_TASK' => 'Afspraak / Te doen' , 35 'LBL_TASK_INFORMATION' => 'Te doen informatie' , 36 'LBL_EVENT_INFORMATION' => 'Event Details' , 37 'Subject' => 'Onderwerp' , 38 'Start Date & Time' => 'Startdatum & tijd' , 39 'Activity Type' => 'Type Activiteit' , 40 'Send Notification' => 'Stuur notificatie' , 41 'Location' => 'Locatie' , 42 'End Date & Time' => 'Einddatum & tijd' , 43 'LBL_ACTIVITY_TYPES' => 'Type Activiteit' , 44 'LBL_CONTACTS_SUPPORT_END_DATE' => 'Ondersteuning einddatum' , 45 'LBL_CONTACTS_BIRTH_DAY' => 'Geboortedatum' , 46 'LBL_ADDED_CALENDARS' => "Toegevoegde Agenda's" , 47 'Call' => 'Bel' , 48 'Meeting' => 'Vergadering' , 49 'Task' => 'Te doen' , 50 'Planned' => 'Gepland' , 51 'Held' => 'Gehouden', 52 'Not Held' => 'Niet Gehouden', 53 'Completed' => 'Gereed' , 54 'Pending Input' => 'Wacht op informatie' , 55 'Not Started' => 'Niet gestart' , 56 'Deferred' => 'Uitgesteld' , 57 'Medium' => 'Medium' , 58 'LBL_CHANGE_OWNER' => 'Wijzig eigenaar' , 59 'LBL_EVENT' => 'Afspraak' , 60 'LBL_TASK' => 'Te doen' , 61 'LBL_TASKS' => 'Te doen', 62 'LBL_CALENDAR_VIEW' => 'Agendaoverzicht' , 63 'LBL_SHARED_CALENDAR' => 'Gedeelde Agenda' , 64 'LBL_DAY0' => 'Zondag' , 65 'LBL_DAY1' => 'Maandag' , 66 'LBL_DAY2' => 'Dinsdag' , 67 'LBL_DAY3' => 'Woensdag' , 68 'LBL_DAY4' => 'Donderdag' , 69 'LBL_DAY5' => 'Vrijdag' , 70 'LBL_DAY6' => 'Zaterdag' , 71 'first' => 'Eerste' , 72 'last' => 'Laatste' , 73 'LBL_DAY_OF_THE_MONTH' => 'dag van de maand' , 74 'LBL_ON' => 'op' , 75 'Daily' => 'Dag(en)' , 76 'Weekly' => 'Week(en)' , 77 'Monthly' => 'Maanden(en)' , 78 'Yearly' => 'Jaar' , 79 'LBL_DEFAULT_STATUS_TYPE' => 'Standaard Status & Type' , 80 'LBL_STATUS' => 'Toestand' , 81 'LBL_TYPE' => 'Type' , 82 //Fixing colors for Shared Calendar and My Calendar 83 'LBL_EDIT_COLOR' => 'Kleur bewerken', 84 'LBL_ADD_CALENDAR_VIEW' => 'Voeg Kalender toe', 85 'LBL_SELECT_USER_CALENDAR' => 'Selecteer agenda van gebruiker', 86 'LBL_SELECT_CALENDAR_COLOR' => 'Selecteer Agendakleur', 87 'LBL_EDITING_CALENDAR_VIEW' => 'Bewerken Agenda', 88 'LBL_DELETE_CALENDAR' => 'Verwijderen Agenda', 89 'LBL_SELECT_ACTIVITY_TYPE' => 'Selecteer Activiteit Type', 90 'Tasks' => 'Acties', 91 ); 92 $jsLanguageStrings = array( 93 'LBL_ADD_EVENT_TASK' => 'Voeg Afspraak / Te doen toe' , 94 'JS_TASK_IS_SUCCESSFULLY_ADDED_TO_YOUR_CALENDAR' => 'Te doen is succesvol toegevoegd aan Agenda', 95 'LBL_SYNC_BUTTON' => 'Synchroneer Nu' , 96 'LBL_SYNCRONIZING' => 'Synchroniseren....' , 97 'LBL_NOT_SYNCRONIZED' => 'Nog niet gesynchroniseerd' , 98 'LBL_FIELD_MAPPING' => 'Veldtoewijzing' , 99 'LBL_CANT_SELECT_CONTACT_FROM_LEADS' => 'Kan gerelateerde Contacts voor Lead niet selecteren', 100 'JS_FUTURE_EVENT_CANNOT_BE_HELD' => 'Toekomstig event kan niet worden ingesteld als gehouden', 101 102 //Calendar view label translation 103 'LBL_MONTH' => 'Maand', 104 'LBL_TODAY' => 'Vandaag', 105 'LBL_DAY' => 'Dag', 106 'LBL_WEEK' => 'Week', 107 108 'LBL_SUNDAY' => 'Zondag', 109 'LBL_MONDAY' => 'Maandag', 110 'LBL_TUESDAY' => 'Dinsdag', 111 'LBL_WEDNESDAY' => 'Woensdag', 112 'LBL_THURSDAY' => 'Donderdag', 113 'LBL_FRIDAY' => 'Vrijdag', 114 'LBL_SATURDAY' => 'Zaterdag', 115 116 'LBL_SUN' => 'Zon', 117 'LBL_MON' => 'Maa', 118 'LBL_TUE' => 'Din', 119 'LBL_WED' => 'Woe', 120 'LBL_THU' => 'Don', 121 'LBL_FRI' => 'Vri', 122 'LBL_SAT' => 'Zat', 123 124 'LBL_JANUARY' => 'Januari', 125 'LBL_FEBRUARY' => 'Februari', 126 'LBL_MARCH' => 'Maart', 127 'LBL_APRIL' => 'April', 128 'LBL_MAY' => 'Mei', 129 'LBL_JUNE' => 'Juni', 130 'LBL_JULY' => 'Juli', 131 'LBL_AUGUST' => 'Augustus', 132 'LBL_SEPTEMBER' => 'September', 133 'LBL_OCTOBER' => 'October', 134 'LBL_NOVEMBER' => 'November', 135 'LBL_DECEMBER' => 'December', 136 137 'LBL_JAN' => 'Jan', 138 'LBL_FEB' => 'Feb', 139 'LBL_MAR' => 'Maa', 140 'LBL_APR' => 'Apr', 141 'LBL_MAY' => 'Mei', 142 'LBL_JUN' => 'Jun', 143 'LBL_JUL' => 'Jul', 144 'LBL_AUG' => 'Aug', 145 'LBL_SEP' => 'Sep', 146 'LBL_OCT' => 'Oct', 147 'LBL_NOV' => 'Nov', 148 'LBL_DEC' => 'Dec', 149 150 'LBL_ALL_DAY' => 'Hele Dag', 151 152 'Mobile Call' => 'Mobile oproep', 153 //End 154 155 //Fixing colors for Shared Calendar and My Calendar 156 'JS_CALENDAR_VIEW_COLOR_UPDATED_SUCCESSFULLY' => 'Agenda weergavekleur succesvol bijgewerkt', 157 'JS_CALENDAR_VIEW_DELETE_CONFIRMATION' => 'Weet u zeker dat u deze agendaview wilt verwijderen?', 158 'JS_CALENDAR_VIEW_ADDED_SUCCESSFULLY' => 'Agendaview toegevoegd', 159 'JS_CALENDAR_VIEW_DELETED_SUCCESSFULLY' => 'Agendaview succesvol verwijderd', 160 'JS_NO_CALENDAR_VIEWS_TO_ADD' => 'Geen agendaview toe te voegen', 161 'JS_EDIT_CALENDAR' => 'Agenda bewerken', 162 ); 163 164 // below are added by our tester maybe they belong samewhere else 165 $languageStrings['Reminder Interval'] = 'Herinneringsinterval'; # auto added 2014-04-17 19:04:41 166 $languageStrings['Starting Day of the week'] = 'Start dag van de week'; # auto added 2014-04-17 19:04:41 167 $languageStrings['Default Activity View'] = 'Standaard Afsprakenlijst'; # auto added 2014-04-17 19:04:41 168 $languageStrings['Date Format'] = 'Datumformaat'; # auto added 2014-04-17 19:04:41 169 $languageStrings['Calendar Hour Format'] = 'Agenda uurformaat'; # auto added 2014-04-17 19:04:41 170 $languageStrings['Day starts at'] = 'Dag start om'; # auto added 2014-04-17 19:04:41 171 $languageStrings['Time Zone'] = 'Tijdzone'; # auto added 2014-04-17 19:04:41 172 $languageStrings['Duration Minutes'] = 'Duur in minuten'; # auto added 2014-04-17 19:04:43 173 $languageStrings['Duration'] = 'Duur'; # auto added 2014-04-17 19:04:43 174 $languageStrings['End Time'] = 'Eindtijd'; # auto added 2014-04-17 19:04:43 175 $languageStrings['Google Calendar'] = 'Google Kalender'; # auto added 2014-04-17 19:04:41 176 $languageStrings['No Time'] = 'Geen tijd'; # auto added 2014-04-17 19:04:43 177 $languageStrings['Private'] = 'Priv�'; # auto added 2014-04-17 19:04:41 178 $languageStrings['Recurrence'] = 'Herhaling'; # auto added 2014-04-17 19:04:43 179 $languageStrings['Selected Users'] = 'Geselecteerde Gebruikers'; # auto added 2014-04-17 19:04:41 180 $languageStrings['Send Reminder'] = 'Stuur herinnering'; # auto added 2014-04-17 19:04:43 181 $languageStrings['Time Start'] = 'Starttijd'; # auto added 2014-04-17 19:04:43 182 $languageStrings['Visibility'] = 'Zichtbaarheid'; # auto added 2014-04-17 19:04:43 183 $languageStrings['LBL_EVENT_INFORMATION'] = 'Activiteitsinformatie'; # auto added 2014-04-17 20:04:47 184 $languageStrings['LBL_RECURRENCE_INFORMATION'] = 'Herhalingsinformatie'; # auto added 2014-04-17 20:04:47 185 $languageStrings['LBL_RELATED_TO'] = 'Gerelateerd aan'; # auto added 2014-04-17 20:04:47 186 $languageStrings['End Date'] = 'Einddatum'; # auto added 2014-04-17 21:04:24
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 |