<?xml version='1.0' encoding='UTF-8'?>
<resources>
  <!--app global-->
  <string name="app_name">BOINC</string>
  <!--generic. used by multiple Activities/tabs-->
  <string name="generic_button_continue">Ga verder</string>
  <string name="generic_button_finish">Voltooien</string>
  <!--attach project-->
  <!--selection list-->
  <string name="attachproject_list_desc">Selecteer wetenschappelijke projecten om aan deel te nemen:</string>
  <string name="attachproject_list_header">Kies een project:</string>
  <string name="attachproject_list_manual_button">Project toevoegen via URL</string>
  <string name="attachproject_list_manual_dialog_title">Projectspecifieke URL invoeren:</string>
  <string name="attachproject_list_no_internet">Geen internetverbinding</string>
  <!--credential input-->
  <string name="attachproject_credential_input_sing_desc">Vul account informatie in</string>
  <string name="attachproject_credential_input_desc">Vul account informatie in voor geselecteerde projecten:</string>
  <string name="attachproject_credential_input_show_pwd">Laat wachtwoord zien</string>
  <string name="attachproject_individual_credential_input">Voeg projecten apart toe</string>
  <!--conflicts-->
  <string name="attachproject_conflicts_desc">Er zijn problemen met toevoegen van volgende projecten:</string>
  <string name="attachproject_conflict_undefined">Verbinding mislukt</string>
  <string name="attachproject_conflict_not_unique">Account bestaat met ander wachtwoord</string>
  <string name="attachproject_conflict_bad_password">Foutief wachtwoord</string>
  <string name="attachproject_conflict_unknown_user">Account bestaat niet</string>
  <string name="attachproject_conflict_unknown_user_creation_disabled">Account bestaat niet, bezoek projectwebsite om te registreren</string>
  <!--working-->
  <string name="attachproject_working_attaching">%1$s aan het toevoegen</string>
  <!--e.g. Attaching Einstein@Home-->
  <!--hints-->
  <string name="attachproject_hints_header">Hint</string>
  <!--e.g. Hint 1/2-->
  <string name="attachproject_hint_contribtion_header">Hoe deel te nemen;</string>
  <string name="attachproject_hint_contribtion_wifi">1. Verbind met WIFI</string>
  <string name="attachproject_hint_contribtion_charger">2. Oplader aansluiten</string>
  <string name="attachproject_hint_contribtion_screen">4. Scherm uitzetten</string>
  <string name="attachproject_hint_projectwebsite_header">Bezoek project website om:</string>
  <string name="attachproject_hint_projectwebsite_science">Leer meer over de wetenschap</string>
  <string name="attachproject_hint_projectwebsite_stats">Bekijk de gebruikers statistieken</string>
  <string name="attachproject_hint_projectwebsite_community">In contact te komen met andere vrijwiligers</string>
  <string name="attachproject_hint_platforms_header">BOINC is ook beschikbaar voor je computer of laptop, bezoek boinc.berkeley.edu voor meer informatie.</string>
  <!--project login-->
  <string name="attachproject_login_loading">Verbinding maken met projectspecifieke server...</string>
  <string name="attachproject_login_header_general_area">Vakgebied:</string>
  <string name="attachproject_login_header_specific_area">Specifiek vakgebied:</string>
  <string name="attachproject_login_header_description">Omschrijving:</string>
  <string name="attachproject_login_header_home">Start:</string>
  <string name="attachproject_login_header_url">Website:</string>
  <string name="attachproject_login_header_id_email">E-mailadres:</string>
  <string name="attachproject_login_header_id_name">Naam:</string>
  <string name="attachproject_login_header_pwd">Wachtwoord:</string>
  <string name="attachproject_login_button_registration">Aanmaken</string>
  <string name="attachproject_login_button_login">Aanmelden</string>
  <string name="attachproject_login_button_forgotpw">Wachtwoord Vergeten</string>
  <!--account manager-->
  <string name="attachproject_acctmgr_list_desc">Gebruik BOINC account manager om meerdere projecten toe te voegen en te onderhouden</string>
  <string name="attachproject_acctmgr_header">Accountmanager gebruiken</string>
  <string name="attachproject_acctmgr_header_url">URL</string>
  <string name="attachproject_acctmgr_header_name">Gebruiker:</string>
  <string name="attachproject_acctmgr_header_pwd">Wachtwoord:</string>
  <!--error strings-->
  <string name="attachproject_error_wrong_name">Gebruiker niet gevonden</string>
  <string name="attachproject_error_short_pwd">Het wachtwoord is te kort</string>
  <string name="attachproject_error_no_internet">Verbinding mislukt</string>
  <string name="attachproject_error_no_url">Vul a.u.b. URL in</string>
  <string name="attachproject_error_no_email">Voer je e-mailadres in</string>
  <string name="attachproject_error_no_pwd">Voer een wachtwoord in</string>
  <string name="attachproject_error_no_name">Voer gebruikersnaam in</string>
  <string name="attachproject_error_unknown">mislukt</string>
  <string name="attachproject_error_bad_username">Gebruikersnaam geweigerd</string>
  <string name="attachproject_error_email_in_use">E-mailadres is al in gebruik</string>
  <string name="attachproject_error_project_down">Project is offline</string>
  <string name="attachproject_error_email_bad_syntax">E-mailadres geweigerd</string>
  <string name="attachproject_error_bad_pwd">Wachtwoord geweigerd</string>
  <string name="attachproject_error_creation_disabled">Aanmaken van een account is voor dit project niet mogelijk</string>
  <string name="attachproject_error_invalid_url">Ongeldig URL</string>
  <!--tab names-->
  <string name="tab_status">Status</string>
  <string name="tab_projects">Projecten</string>
  <string name="tab_tasks">Taken</string>
  <string name="tab_transfers">Overdrachten</string>
  <string name="tab_preferences">Voorkeursinstellingen</string>
  <string name="tab_notices">Berichten</string>
  <string name="tab_desc">Navigatie</string>
  <!--status strings-->
  <string name="status_running">Berekenen</string>
  <string name="status_running_long">Dank je voor je deelname.</string>
  <string name="status_paused">Onderbroken</string>
  <string name="status_idle">Niets te doen</string>
  <string name="status_idle_long">Wachten op taaktoewijzing...</string>
  <string name="status_computing_disabled">Onderbroken</string>
  <string name="status_computing_disabled_long">Klik op afspelen om de netwerkactiviteit en de berekeningen te hervatten.</string>
  <string name="status_launching">Opstarten...</string>
  <string name="status_noproject">Kies een project om aan deel te nemen.</string>
  <string name="status_benchmarking">Bezig met benchmark...</string>
  <string name="status_image_description">project afbeelding</string>
  <!--preferences tab strings-->
  <string name="prefs_category_general">Algemeen</string>
  <string name="prefs_category_network">Netwerk</string>
  <string name="prefs_category_power">Energie</string>
  <string name="prefs_category_cpu">Processor</string>
  <string name="prefs_category_storage">Opslag</string>
  <string name="prefs_category_memory">Geheugen</string>
  <string name="prefs_category_other">Anders</string>
  <string name="prefs_category_debug">Foutoplossing</string>
  <string name="prefs_show_advanced_header">Toon geavanceerde voorkeuren en instellingen</string>
  <string name="prefs_suspend_when_screen_on">Pauzeer berekening wanneer scherm ingeschakeld is</string>
  <string name="prefs_general_device_name_header">Apparaatnaam</string>
  <string name="prefs_theme_header">Thema</string>
  <string name="prefs_stationary_device_mode_header">Stationaire apparaatmodus</string>
  <string name="prefs_stationary_device_mode_description">Staat berekening toe ongeacht stroomvoorkeuren. Alleen inschakelen als het apparaat geen batterij heeft.</string>
  <string name="prefs_power_source_header">Stroombronnen voor berekeningen</string>
  <string name="prefs_power_source_ac">Wandcontactdoos</string>
  <string name="prefs_power_source_usb">USB verbinding</string>
  <string name="prefs_power_source_wireless">Draadloze oplader</string>
  <string name="prefs_power_source_battery">Accu</string>
  <string name="battery_charge_min_pct_header">Min. batterijniveau (%)</string>
  <string name="battery_temperature_max_header">Max. batterij temperatuur (°C)</string>
  <string name="prefs_disk_max_pct_header">Max. gebruikte opslagruimte (%)</string>
  <string name="prefs_disk_min_free_gb_header">Min. reserve opslagruimte (GB)</string>
  <string name="prefs_disk_access_interval_header">Toegangs interval (seconde)</string>
  <string name="prefs_network_daily_xfer_limit_mb_header">Dagelijkse overdracht limiet (MB)</string>
  <string name="prefs_network_daily_xfer_limit_period_days_header">Dagelijkse overdracht limiet (Dagen)</string>
  <string name="prefs_network_wifi_only_header">Taken alleen bijwerken via WiFi</string>
  <string name="prefs_autostart_header">Autostart</string>
  <string name="prefs_show_notification_notices_header">Melding weergeven voor nieuwe berichten</string>
  <string name="prefs_cpu_number_cpus_header">Gebruikte CPU cores</string>
  <string name="prefs_cpu_number_cpus_description">Beperkt het aantal gebruikte CPU cores voor BOINC berekeningen.</string>
  <string name="prefs_cpu_other_load_suspension_header">Pauzeer bij CPU gebruik hoger dan (%)</string>
  <string name="prefs_cpu_other_load_suspension_description">Bepaald wanneer BOINC de berekening pauzeert vanwege CPU gebruik door andere apps.</string>
  <string name="prefs_cpu_time_max_header">CPU limiet (%)</string>
  <string name="prefs_cpu_time_max_description">Beperkt de CPU tijd gebruikt door BOINC voor berekeningen.</string>
  <string name="prefs_memory_max_idle_header">RAM limiet (%)</string>
  <string name="prefs_other_store_at_least_x_days_of_work_header">werkeendheid buffer (dagen)</string>
  <string name="prefs_other_store_up_to_an_additional_x_days_of_work_header">Extra werkeenheid buffer (dagen)</string>
  <string name="prefs_client_log_flags_header">BOINC Client log markering</string>
  <string name="prefs_gui_log_level_header">GUI log level</string>
  <string name="prefs_gui_log_level_description">Specificeert uitgebreidheid van GUI log berichten.</string>
  <string name="prefs_theme_light">licht</string>
  <string name="prefs_theme_dark">Donker</string>
  <string name="prefs_theme_system">Systeem standaard</string>
  <!--projects tab strings-->
  <string name="projects_add">Project toevoegen</string>
  <string name="projects_icon">Project icoon</string>
  <string name="projects_credits">Punten:</string>
  <string name="projects_credits_host_and_user">%1$,d (op dit apparaat) %2$,d (totaal)</string>
  <!--project status strings-->
  <string name="projects_status_suspendedviagui">Onderbroken door gebruiker</string>
  <string name="projects_status_dontrequestmorework">Krijgt geen nieuwe taken</string>
  <string name="projects_status_ended">Project beëindigd - OK om te verwijderen </string>
  <string name="projects_status_detachwhendone">Wordt verwijderd als taken klaar zijn</string>
  <string name="projects_status_schedrpcpending">Bijwerkverzoek in behandeling</string>
  <string name="projects_status_schedrpcinprogress">Bijwerkverzoek is bezig</string>
  <string name="projects_status_trickleuppending">Trickle up bericht in behandeling</string>
  <string name="projects_status_backoff">Communicatie gepland in: \'%1$s\' </string>
  <!--project controls-->
  <string name="projects_control_dialog_title">Project opdrachten:</string>
  <string name="projects_control_visit_website">Bezoek website</string>
  <string name="projects_control_update">Bijwerken</string>
  <string name="projects_control_remove">Verwijderen</string>
  <string name="projects_control_suspend">Pauzeren</string>
  <string name="projects_control_resume">Hervatten</string>
  <string name="projects_control_nonewtasks">Geen nieuwe taken</string>
  <string name="projects_control_allownewtasks">Nieuwe taken toestaan</string>
  <string name="projects_control_reset">Resetten</string>
  <string name="projects_control_dialog_title_acctmgr">Accountmanager opdrachten:</string>
  <string name="projects_control_sync_acctmgr">Bijwerken</string>
  <string name="projects_control_remove_acctmgr">Uitzetten</string>
  <!--project confirm dialog-->
  <string name="projects_confirm_title">\'%1$s\' project?</string>
  <string name="projects_confirm_message">weet u zeker dat us \'%1$s\' \'%2$s\' ?</string>
  <string name="projects_confirm_detach_message">van BOINC</string>
  <string name="projects_confirm_detach_confirm">Verwijderen</string>
  <string name="projects_confirm_reset_confirm">Resetten</string>
  <string name="projects_confirm_remove_acctmgr_title">Accountmanager uitzetten</string>
  <string name="projects_confirm_remove_acctmgr_message">gebruik stoppen</string>
  <string name="projects_confirm_remove_acctmgr_confirm">Uitzetten</string>
  <!--tasks tab strings-->
  <string name="tasks_header_name">Taaknaam:</string>
  <string name="tasks_header_elapsed_time">Verstreken tijd: </string>
  <string name="tasks_header_project_paused">(onderbroken)</string>
  <string name="tasks_header_deadline">Deadline:</string>
  <string name="tasks_result_new">nieuw</string>
  <string name="tasks_result_files_downloading">Aan het downloaden</string>
  <string name="tasks_result_files_downloaded">downloaden voltooid</string>
  <string name="tasks_result_compute_error">verwerkingsfout</string>
  <string name="tasks_result_files_uploading">uploaden</string>
  <string name="tasks_result_files_uploaded">uploaden voltooid</string>
  <string name="tasks_result_aborted">afgebroken</string>
  <string name="tasks_result_upload_failed">uploaden mislukt</string>
  <string name="tasks_active_uninitialized">voltooid</string>
  <string name="tasks_active_executing">loopt</string>
  <string name="tasks_active_suspended">onderbroken</string>
  <string name="tasks_active_abort_pending">onderbreken</string>
  <string name="tasks_active_quit_pending">onderbreken</string>
  <string name="tasks_custom_suspended_via_gui">onderbroken</string>
  <string name="tasks_custom_project_suspended_via_gui">project onderbroken</string>
  <string name="tasks_custom_ready_to_report">klaar om te rapporteren</string>
  <!--confirmation dialog-->
  <string name="confirm_abort_task_title">Taak afbreken?</string>
  <string name="confirm_abort_task_message">taak afbreken: %1$s</string>
  <string name="confirm_abort_task_confirm">Afbreken</string>
  <string name="confirm_cancel">Annuleren</string>
  <string name="confirm_image_desc">Bevestigingsdialoog</string>
  <!--transfers tab strings-->
  <string name="trans_upload">Upload</string>
  <string name="trans_download">Download</string>
  <string name="trans_retry_in">opnieuw proberen in %1$s</string>
  <string name="trans_failed">mislukt</string>
  <string name="trans_suspended">onderbroken</string>
  <string name="trans_active">actief</string>
  <string name="trans_pending">in behandeling</string>
  <string name="trans_control_retry">Opnieuw verzenden</string>
  <!--eventlog tab strings-->
  <string name="eventlog_client_header">Berichten van Cliënt</string>
  <string name="eventlog_gui_header">GUI berichten</string>
  <string name="eventlog_copy_toast">Log naar klembord gekopieerd.</string>
  <string name="eventlog_email_subject">Logberichten voor BOINC op Android:</string>
  <!--suspend reasons-->
  <string name="suspend_unknown">Bewerking onderbroken.</string>
  <string name="suspend_batteries">Verbind het apparaat met een oplader om verder te gaan.</string>
  <string name="suspend_screen_on">Scherm uitschakelen om met berekeningen door te gaan.</string>
  <string name="suspend_useractive">Gebruiker is actief.</string>
  <string name="suspend_tod">Niet binnen berekenings-tijdsbestek.</string>
  <string name="suspend_disksize">Geen vrije schijfruimte over.</string>
  <string name="suspend_cputhrottle">Geplande CPU beperking.</string>
  <string name="suspend_noinput">Geen recente gebruikers activiteit.</string>
  <string name="suspend_delay">Initialiseren vertraagd.</string>
  <string name="suspend_exclusiveapp">Er wordt een exclusieve app uitgevoerd.</string>
  <string name="suspend_cpu">Apparaat is bezig met andere apps.</string>
  <string name="suspend_network_quota">BOINC transfer limiet is bereikt.</string>
  <string name="suspend_os">Gestopt door Android.</string>
  <string name="suspend_wifi">Niet verbonden met WiFi.</string>
  <string name="suspend_battery_charging">Wachten op laden van batterij.</string>
  <string name="suspend_battery_charging_long">Berekenen wordt hervat wanneer het batterijniveau %1$d%% is (huidig niveau %2$d%%) </string>
  <string name="suspend_battery_overheating">Wacht op afkoelen batterij</string>
  <string name="suspend_user_req">Berekeningen hervatten...</string>
  <!--rpc reasons-->
  <string name="rpcreason_userreq">Op verzoek van gebruiker</string>
  <string name="rpcreason_needwork">Om werk te verkrijgen</string>
  <string name="rpcreason_resultsdue">Om taken te rapporteren</string>
  <string name="rpcreason_trickleup">Om trickle-up berichten te verzenden</string>
  <string name="rpcreason_acctmgrreq">Op verzoek van accountmanager</string>
  <string name="rpcreason_init">Project instellen</string>
  <string name="rpcreason_projectreq">Op verzoek van project</string>
  <string name="rpcreason_unknown">Onbekende reden</string>
  <!--menu-->
  <string name="menu_refresh">Ververs</string>
  <string name="menu_emailto">Verzend als email</string>
  <string name="menu_copy">Naar klembord kopiëren</string>
  <string name="menu_eventlog">Gebeurtenis Log</string>
  <string name="menu_run_mode_disable">Onderbreek</string>
  <string name="menu_run_mode_enable">Hervatten</string>
  <string name="menu_about">Over</string>
  <string name="menu_help">Help</string>
  <string name="menu_report_issue">Rapporteer Probleem</string>
  <!--about dialog-->
  <string name="about_button">Terug</string>
  <string name="about_title">Over</string>
  <string name="about_name">BOINC</string>
  <string name="about_version">Versie %1$s</string>
  <string name="about_copyright">\u00A9 2003–2021 University of California, Berkeley.</string>
  <string name="about_copyright_reserved">Alle rechten voorbehouden.</string>
  <string name="about_credits">Met dank aan het Max Planck Instituut voor Gravitationele Natuurkunde, IBM Corporation en HTC Corporation voor hun steun.</string>
  <!--notice notification e.g. New notice from SETI@HOME OR 3 new notices-->
  <plurals name="notice_notification">
    <item quantity="one">Nieuwe berichten van %1$s</item>
    <item quantity="other">%2$,d nieuwe berichten</item>
  </plurals>
  <!--multi BOINC compatibility-->
  <string name="nonexcl_dialog_header">Andere berekenings app gedetecteerd</string>
  <string name="nonexcl_dialog_text">Een andere vrijwilligersapp is berekeningen aan het doen op dit apparaat. Er kan maar één versie tegelijk uitgevoerd worden.</string>
  <string name="nonexcl_dialog_exit">Afsluiten</string>
  <!--social integration-->
  <string name="social_invite_button">Vrienden uitnodigen</string>
  <string name="social_invite_intent_title">Hoe wil je dit delen?</string>
  <string name="social_invite_content_title">Ik doe wetenschap op mijn smartphone!</string>
  <string name="social_invite_content_body">Ik gebruik mijn %1$s om berekeningen te doen voor de wetenschap. Jij kan dat ook! Download de app van: %2$s</string>
  <!--first parameter: device manufacturer, second: URL-->
  <string name="social_invite_content_url_google">https://play.google.com/store/apps/details?id=edu.berkeley.boinc</string>
  <string name="social_invite_content_url_amazon">http://www.amazon.com/gp/mas/dl/android?p=edu.berkeley.boinc</string>
  <!--Notification channels-->
  <string name="main_notification_channel_name">BOINC</string>
  <string name="notice_notification_channel_name">Berichten</string>
  <string name="notice_notification_channel_description">Notificaties van de projecten weergeven.</string>
</resources>
