1e05a9e4cSAndreas Boehler<?php 24858fc45SAndreas Boehler/** 34858fc45SAndreas Boehler * Dutch language file for DAVCal 44858fc45SAndreas Boehler * 54858fc45SAndreas Boehler * @author Willem-Jan de Hoog 64858fc45SAndreas Boehler */ 7e05a9e4cSAndreas Boehler$lang['created_by_davcal'] = 'Gemaakt door DAVCal for DokuWiki'; 8e05a9e4cSAndreas Boehler$lang['unknown_error'] = 'Onbekende fout'; 9e05a9e4cSAndreas Boehler$lang['event_added'] = 'Gebeurtenis toegevoegd'; 10e05a9e4cSAndreas Boehler$lang['event_edited'] = 'Gebeurtenis gewijzigd'; 11e05a9e4cSAndreas Boehler$lang['event_deleted'] = 'Gebeurtenis verwijderd'; 12e05a9e4cSAndreas Boehler$lang['no_permission'] = 'U heeft onvoldoende rechten om deze kalender te wijzigen'; 13e05a9e4cSAndreas Boehler$lang['settings'] = 'Instellingen/Sync'; 14e05a9e4cSAndreas Boehler$lang['settings_saved'] = 'Instellingen opgeslagen'; 15e05a9e4cSAndreas Boehler$lang['error_saving'] = 'Fout tijdens opslaan instellingen.'; 16e05a9e4cSAndreas Boehler$lang['local_time'] = 'Lokale tijd (van browser)'; 17e05a9e4cSAndreas Boehler$lang['from'] = 'Van'; 18e05a9e4cSAndreas Boehler$lang['to'] = 'Tot'; 19e05a9e4cSAndreas Boehler$lang['at'] = 'Op'; 20e05a9e4cSAndreas Boehler$lang['description'] = 'Omschrijving'; 21e05a9e4cSAndreas Boehler$lang['title'] = 'Titel'; 22*b8265976SAndreas Boehler$lang['calendar'] = 'Kalender'; 23e05a9e4cSAndreas Boehler$lang['js']['create_new_event'] = 'Nieuwe Gebeurtenis'; 24e05a9e4cSAndreas Boehler$lang['js']['cancel'] = 'Annuleer'; 25e05a9e4cSAndreas Boehler$lang['js']['create'] = 'Nieuw'; 26e05a9e4cSAndreas Boehler$lang['js']['save'] = 'Opslaan'; 27e05a9e4cSAndreas Boehler$lang['js']['settings'] = 'Instellingen'; 28e05a9e4cSAndreas Boehler$lang['js']['edit'] = 'Wijzig'; 29e05a9e4cSAndreas Boehler$lang['js']['delete'] = 'Verwijder'; 30e05a9e4cSAndreas Boehler$lang['js']['edit_event'] = 'Wijzig Gebeurtenis'; 31e05a9e4cSAndreas Boehler$lang['js']['allday'] = 'Hele dag Gebeurtenis'; 32e05a9e4cSAndreas Boehler$lang['js']['title'] = 'Titel'; 33e05a9e4cSAndreas Boehler$lang['js']['from'] = 'Van'; 34e05a9e4cSAndreas Boehler$lang['js']['to'] = 'Tot'; 35e05a9e4cSAndreas Boehler$lang['js']['yes'] = 'Ja'; 36e05a9e4cSAndreas Boehler$lang['js']['confirmation'] = 'Bevestiging'; 37e05a9e4cSAndreas Boehler$lang['js']['ok'] = 'OK'; 38e05a9e4cSAndreas Boehler$lang['js']['info'] = 'Info'; 39e05a9e4cSAndreas Boehler$lang['js']['really_delete_this_event'] = 'Deze gebeurtenis echt verwijderen?'; 40e05a9e4cSAndreas Boehler$lang['js']['timezone'] = 'Tijdzone'; 41e05a9e4cSAndreas Boehler$lang['js']['weeknumbers'] = 'Week Nummers'; 425b6f6d95SAndreas Boehler$lang['js']['use_lang_tz'] = 'Zelfde tijdzone zoals ingestelde taal'; 43e05a9e4cSAndreas Boehler$lang['js']['only_workweek'] = 'Toon alleen werkdagen'; 44e05a9e4cSAndreas Boehler$lang['js']['sync_url'] = 'CalDAV URL'; 45e05a9e4cSAndreas Boehler$lang['js']['error_retrieving_data'] = 'Er is een fout opgetreden bij het ophalen van de gegevens van de kalender server.'; 46e05a9e4cSAndreas Boehler$lang['js']['start_date_invalid'] = 'Start datum/tijd is ongeldig.'; 47e05a9e4cSAndreas Boehler$lang['js']['end_date_invalid'] = 'Eind datum/tijd is ongeldig.'; 48e05a9e4cSAndreas Boehler$lang['js']['end_date_before_start_date'] = 'Eind datum/tijd is voor start datum/tijd.'; 49e05a9e4cSAndreas Boehler$lang['js']['end_date_is_same_as_start_date'] = 'Eind datum/tijd is gelijk aan start datum/tijd.'; 50e05a9e4cSAndreas Boehler$lang['js']['description'] = 'Omschrijving'; 51e05a9e4cSAndreas Boehler$lang['js']['private_url'] = 'Prive URL'; 52e05a9e4cSAndreas Boehler$lang['js']['recurring_cant_edit'] = 'Wijzigen van herhalende gebeurtenissen wordt niet ondersteund'; 53e05a9e4cSAndreas Boehler$lang['js']['no_permission'] = 'U heeft onvoldoende rechten om deze kalender te wijzigen'; 54e05a9e4cSAndreas Boehler$lang['js']['calendar'] = 'Kalender'; 555b6f6d95SAndreas Boehler$lang['js']['start_monday'] = 'Week begint op maandag'; 56e05a9e4cSAndreas Boehler$lang['js']['nothing_to_show'] = 'Niets weer te geven'; 57c85f7c04SAndreas Boehler$lang['js']['add_attachment'] = 'Voeg Link toe'; 58c85f7c04SAndreas Boehler$lang['js']['attachments'] = 'Bijgevoegde Links'; 59e86c8dd3SAndreas Boehler$lang['js']['language_specific'] = 'Language specific'; 60e86c8dd3SAndreas Boehler$lang['js']['sync_ical'] = 'iCal Sync URL'; 6152010ac7SAndreas Boehler$lang['js']['timeformat'] = 'Tijd Formaat'; 62