summaryrefslogtreecommitdiffstats
path: root/res/values-nl/cm_strings.xml
blob: c0f526e191f4589f9fdb54c8a501a8f3de0bd617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-2016 The CyanogenMod Project
               (C) 2017 The LineageOS Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to show Device Id -->
  <plurals name="show_device_id_countdown_cm">
    <item quantity="one">U bent nog <xliff:g id="step_count">%1$d</xliff:g> stap verwijderd van het opvragen van het apparaat-ID.</item>
    <item quantity="other">U bent nog <xliff:g id="step_count">%1$d</xliff:g> stappen verwijderd van het opvragen van het apparaat-ID.</item>
  </plurals>
  <!--  Device Info screen. Confirmation that Device ID is copied to clipboard -->
  <string name="show_device_id_copied_cm">Apparaat-ID:[<xliff:g id="device_id">%1$s</xliff:g>] naar klembord gekopieerd</string>
  <!--  Device Info screen. Confirmation that Device ID is not available -->
  <string name="show_device_id_failed_cm">Apparaat-ID is niet beschikbaar in deze versie</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Label for the deviceID text put to clipboard -->
  <string name="show_device_id_clipboard_label">Apparaat-ID</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
  <plurals name="show_dev_countdown_cm">
    <item quantity="one">U bent nog <xliff:g id="step_count">%1$d</xliff:g> stap verwijderd van de opties voor ontwikkelaars.</item>
    <item quantity="other">U bent nog <xliff:g id="step_count">%1$d</xliff:g> stappen verwijderd van de opties voor ontwikkelaars.</item>
  </plurals>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
  <string name="show_dev_on_cm">U hebt de opties voor ontwikkelaars ingeschakeld!</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
  <string name="show_dev_already_cm">Niet nodig, u hebt de opties voor ontwikkelaars al ingeschakeld.</string>
  <!-- Launch Dev Tools -->
  <string name="development_tools_title">Opties voor ontwikkelaars</string>
  <!-- Development shortcut -->
  <string name="development_shortcut_title">Ontwikkelingssnelkoppeling</string>
  <string name="development_shortcut_summary">Snelkoppelingen voor applicatiebeheer weergeven in recente appslijst</string>
  <!-- Setting checkbox title for root access -->
  <string name="root_access">Root-toegang</string>
  <string name="root_access_warning_title">Root-toegang toestaan?</string>
  <string name="root_access_warning_message">Root-toegang toestaan kan zeer gevaarlijk zijn en kan uw systeem onveilig maken</string>
  <string name="root_access_none">Uitgeschakeld</string>
  <string name="root_access_apps">Alleen apps</string>
  <string name="root_access_adb">Alleen ADB</string>
  <string name="root_access_all">Apps en ADB</string>
  <!-- Preference link for root appops -->
  <string name="root_appops_title">Root-toegang beheren</string>
  <string name="root_appops_summary">Root-instellingen bekijken en beheren</string>
  <!-- NFC PreferenceCategory title -->
  <string name="nfc_title_category">NFC</string>
  <!-- About phone screen, Replicant version -->
  <string name="mod_version">Replicant-versie</string>
  <string name="mod_version_default">Onbekend</string>
  <!-- About phone screen, Device model -->
  <string name="device_model">Model</string>
  <!-- About phone screen, Device name -->
  <string name="device_name">Apparaatnaam</string>
  <!-- About phone screen, Replicant Api Level -->
  <string name="mod_api_level">Niveau van Replicant-API</string>
  <string name="mod_api_level_default">Onbekend</string>
  <!-- About phone screen, build date -->
  <string name="build_date">Build-datum</string>
  <!-- CM Updater -->
  <string name="cmupdate_settings_title">Replicant-updates</string>
  <!-- Settings switch for updating Cyanogen recovery -->
  <string name="update_recovery_title">Cyanogen-recovery bijwerken</string>
  <string name="update_recovery_summary">Recovery bijwerken met systeemupdates</string>
  <string name="update_recovery_on_warning">Let op: als deze functie ingeschakeld is, wordt uw recovery vervangen door de recovery die met uw huidige besturingssysteem geleverd wordt.\n\nUw recovery wordt met systeemupdates ook bijgewerkt om compatibiliteit met toekomstige versies te garanderen.\n\nWilt u deze functie inschakelen?</string>
  <string name="update_recovery_off_warning">Let op: als deze functie is uitgeschakeld, wordt uw recovery niet bijgewerkt bij systeemupdates.\n\nToekomstige systeemupdates kunnen wellicht niet geïnstalleerd worden op oude recovery-versies.\n\nWeet u zeker dat u deze functie wilt uitschakelen?</string>
  <!-- Themes Settings -->
  <!-- Settings main menu entry -->
  <string name="themes_settings_title">Thema\'s</string>
  <!-- Sound settings screen -->
  <string name="ring_mode_title">Belmodus</string>
  <string name="ring_mode_normal">Normaal</string>
  <string name="ring_mode_vibrate">Trillen</string>
  <string name="ring_mode_mute">Stil</string>
  <string name="settings_reset_button">Opnieuw instellen</string>
  <!-- Profiles settings  -->
  <string name="profiles_settings_title">Systeemprofielen</string>
  <string name="profiles_add">Toevoegen</string>
  <string name="profile_menu_delete">Verwijderen</string>
  <string name="profile_settings_title">Profiel</string>
  <string name="profile_empty_list_profiles_off">Om systeemprofielen te gebruiken, schakelt u Profielen in.</string>
  <string name="profile_trigger_configure">Trigger instellen</string>
  <string name="profile_write_nfc_tag">Schrijven naar NFC-tag</string>
  <string name="profile_write_touch_tag">Raak tag aan om te schrijven</string>
  <string name="profile_write_success">Tag succesvol geschreven</string>
  <string name="profile_write_failed">Tag schrijven mislukt</string>
  <string name="profile_selected">Gekozen profiel: %1$s</string>
  <string name="profile_nfc_text">Een profiel naar een NFC-tag schrijven maakt het mogelijk een profiel te kiezen door de tag aan te raken. Een tweede keer aanraken selecteert het vorig gekozen profiel.</string>
  <string name="profile_unknown_nfc_tag">Onbekend profiel</string>
  <string name="profile_add_nfc_text">Deze NFC-tag verwijst naar een onbekend profiel. Door deze NFC-tag toe te wijzen aan een bestaand profiel wordt het kiezen van het profiel mogelijk.</string>
  <string name="profile_select">Profiel kiezen</string>
  <string name="profile_remove_dialog_message">Profiel %1$s verwijderen?</string>
  <string name="profile_populate_profile_from_state">Profiel instellen met behulp van huidige apparaatinstellingen?</string>
  <string name="profile_menu_fill_from_state">Huidige apparaatinstellingen importeren</string>
  <string name="profile_remove_current_profile">Kan huidige profiel niet verwijderen.</string>
  <string name="profile_app_group_category_title">Meldingen aanpassen</string>
  <string name="profile_app_group_item_instructions">Groepen toevoegen of verwijderen</string>
  <string name="profile_app_group_item_instructions_summary">App-groepen toevoegen of verwijderen om meldingsgedrag te manipuleren</string>
  <!-- Profile mode options. -->
  <string name="profile_entries_on">Aan</string>
  <string name="profile_entries_off">Uit</string>
  <string name="profile_entries_no_override">Niet wijzigen</string>
  <!-- Add Profile -->
  <string name="profile_name_title">Naam</string>
  <string name="new_profile_name">&lt;nieuw profiel&gt;</string>
  <!-- Rename Dialog  -->
  <string name="rename_dialog_title">Naam wijzigen</string>
  <string name="rename_dialog_message">Nieuwe naam invoeren</string>
  <string name="duplicate_appgroup_name">Naam bestaat al!</string>
  <string name="rename_dialog_hint">Profielnaam invoeren</string>
  <!-- Reset Profiles -->
  <string name="profile_reset_title">Opnieuw instellen</string>
  <string name="profile_reset_message">Alle gemaakte gebruikersprofielen en app-groepen verwijderen en naar standaardwaarden herstellen?</string>
  <!-- Delete confimation messages -->
  <string name="profile_app_delete_confirm">Deze app verwijderen?</string>
  <!-- Profile network mode -->
  <string name="profile_networkmode_2g">2G</string>
  <string name="profile_networkmode_3g">3G</string>
  <string name="profile_networkmode_4g">LTE</string>
  <string name="profile_networkmode_2g3g">2G/3G</string>
  <string name="profile_networkmode_2g3g4g">2G/3G/LTE</string>
  <!-- Profile Config screen PreferenceGroup titles -->
  <string name="profile_volumeoverrides_title">Volume instellen</string>
  <string name="connection_state_enabled">Opladergeluid</string>
  <string name="volume_override_summary">Ingesteld op %1$s/%2$s</string>
  <string name="profile_volume_override_checkbox_label">Volume geforceerd wijzigen</string>
  <!-- Menu item for managing profiles -->
  <string name="profile_profiles_manage">Profielen</string>
  <string name="profile_profile_manage">Profiel beheren</string>
  <string name="profile_appgroups_manage">App-groepen</string>
  <string name="profile_appgroup_manage">App-groep beheren</string>
  <!-- Profile settings screen, section header for settings related to notification profiles -->
  <string name="profile_settings">Profielinstellingen</string>
  <string name="profile_trigger_connect">Bij verbinden</string>
  <string name="profile_trigger_disconnect">Bij verbinding verbreken</string>
  <string name="profile_trigger_notrigger">Geen trigger</string>
  <!-- Profile Settings sound modes labels -->
  <string name="sound_mode">Meldingsstand</string>
  <string name="ringer_mode">Beltoonstand</string>
  <string name="lights_mode">Meldingsled</string>
  <string name="vibrate_mode">Trilstand</string>
  <string name="choose_soundtone">Meldingstoon kiezen</string>
  <string name="choose_ringtone">Beltoon kiezen</string>
  <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
  <string name="soundtone_title">Meldingstoon</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">App-groepen</string>
  <string name="profile_applist_title">Apps</string>
  <string name="profile_new_appgroup">Nieuwe app-groep</string>
  <string name="profile_delete_appgroup">Deze app-groep verwijderen?</string>
  <string name="profile_appgroup_name_prompt">Naam invoeren voor nieuwe app-groep</string>
  <string name="profile_appgroup_name_title">Naam</string>
  <!-- Add application dialog box title -->
  <string name="profile_choose_app">App selecteren</string>
  <!-- Profiles - system settings -->
  <string name="profile_system_settings_title">Systeeminstellingen</string>
  <string name="profile_lockmode_title">Type schermvergrendeling</string>
  <string name="profile_lockmode_policy_disabled_summary">Deze profieloptie is uitgeschakeld door het beleid van de apparaatbeheerder</string>
  <string name="profile_lockmode_insecure_summary">Niet vragen om pincode of wachtwoord</string>
  <string name="profile_lockmode_disabled_summary">Schermvergrendeling uitschakelen</string>
  <string name="profile_airplanemode_title">Vliegtuigmodus</string>
  <string name="profile_brightness_title">Schermhelderheid</string>
  <string name="profile_brightness_override_summary">Ingesteld op %1$d%%</string>
  <string name="profile_brightness_override_checkbox_label">Helderheid aanpassen</string>
  <!-- Connection override toggles (not all are used at this time ) -->
  <string name="toggleWifi">Wifi</string>
  <string name="toggleWifiAp">Draagbare wifi-hotspot</string>
  <string name="toggleBluetooth">Bluetooth</string>
  <string name="toggleGPS">GPS</string>
  <string name="toggleData">Gegevensverbinding</string>
  <string name="toggleSync">Gegevenssynchronisatie</string>
  <string name="toggle2g3g4g">Voorkeursnetwerktype</string>
  <string name="toggle2g3g4g_msim">Voorkeursnetwerktype (%1$s)</string>
  <string name="toggleNfc">NFC</string>
  <!-- Wi-Fi region code -->
  <string name="wifi_setting_countrycode_title">Wifi-regiocode</string>
  <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
  <string name="wifi_setting_countrycode_summary">Regiocode opgeven voor wifi</string>
  <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
  <string name="wifi_setting_countrycode_error">Kan regiocode niet instellen.</string>
  <string name="wifi_countrycode_us">Verenigde Staten</string>
  <string name="wifi_countrycode_ca">Canada, Taiwan</string>
  <string name="wifi_countrycode_de">Duitsland</string>
  <string name="wifi_countrycode_gb">Europa</string>
  <string name="wifi_countrycode_jp">Japan, Rusland</string>
  <string name="wifi_countrycode_au">Australië</string>
  <string name="wifi_countrycode_cn">China</string>
  <string name="wifi_countrycode_kr">Korea</string>
  <string name="wifi_countrycode_tr">Zuid-Afrika, Turkije</string>
  <string name="wifi_countrycode_sg">Israël, Singapore</string>
  <string name="wifi_countrycode_br">Brazilië</string>
  <string name="wifi_countrycode_in">India</string>
  <!-- Profiles -->
  <string name="profile_menu_delete_title">Verwijderen</string>
  <string name="profile_action_none">Niet wijzigen</string>
  <string name="profile_action_system">Systeemstandaard</string>
  <string name="profile_action_disable">Uitschakelen</string>
  <string name="profile_action_enable">Inschakelen</string>
  <string name="profile_trigger_a2dp_connect">Bij A2DP-verbinding</string>
  <string name="profile_trigger_a2dp_disconnect">Bij A2DP-verbinding verbreken</string>
  <string name="profile_tabs_wifi">Wifi</string>
  <string name="profile_tabs_bluetooth">Bluetooth</string>
  <string name="profile_tabs_nfc">NFC</string>
  <string name="profile_triggers_header">Triggers die dit profiel activeren</string>
  <string name="profile_setup_setup_triggers_title">Stap 1: triggers toevoegen</string>
  <string name="profile_setup_setup_triggers_title_config">Triggers aanpassen: <xliff:g id="profile_name">%1$s</xliff:g></string>
  <string name="profile_setup_actions_title">Stap 2: acties instellen</string>
  <string name="profile_setup_actions_title_config">Acties aanpassen</string>
  <string name="profile_appgroups_manage">App-groepen</string>
  <string name="profile_appgroup_manage">App-groep beheren</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">App-groepen</string>
  <string name="profile_new_appgroup">Nieuwe app-groep</string>
  <string name="profile_delete_appgroup">Deze app-groep verwijderen?</string>
  <string name="profile_appgroup_name_prompt">Naam invoeren voor nieuwe app-groep</string>
  <string name="profile_appgroup_name_title">Naam</string>
  <string name="duplicate_appgroup_name">Naam bestaat al!</string>
  <string name="profile_app_delete_confirm">Deze app verwijderen?</string>
  <string name="no_bluetooth_triggers">Geen Bluetooth-apparaten gekoppeld.\nTik om Bluetooth-apparaat te koppelen alvorens triggers in te stellen.</string>
  <string name="no_wifi_triggers">Geen draadloze toegangspunten ingesteld.\nTik om met wifi te verbinden alvorens triggers in te stellen.</string>
  <string name="no_triggers_configured">Geen triggers ingesteld. Tik om toe te voegen.</string>
  <string name="no_triggers_configured_nfc">Tik om nieuwe NFC-trigger in te stellen.</string>
  <string name="profile_setup_setup_triggers_description">Selecteer de triggers die dit profiel activeren</string>
  <string name="profile_setup_actions_description">Selecteer nu wat er moet gebeuren wanneer dit profiel wordt geactiveerd</string>
  <!-- Navigation Bar -->
  <string name="navigation_bar_category">Navigatiebalk</string>
  <string name="navigation_bar_left_title">Linkshandige modus</string>
  <string name="navigation_bar_left_summary">Navigatiebalk aan de linkerkant van het scherm weergeven in liggende stand</string>
  <string name="navigation_bar_title">Knoppen en indeling</string>
  <string name="navigation_bar_help_text">Tik op het bewerkingspictogram om te beginnen met het bewerken van de navigatiebalk.\n\nU kunt op een pictogram tikken om de snelkoppeling te wijzigen of blijf een pictogram lang aanraken om de indeling te veranderen.\n\nTik op \'Opslaan\' om uw wijzigingen te bewaren of tik \'Herstellen\' om de indeling naar standaardinstellingen te herstellen.</string>
  <string name="navigation_restore_button_text">Herstel\nstandaard</string>
  <string name="navigation_edit_button_text">Aanpassen</string>
  <string name="navigation_save_button_text">Opslaan</string>
  <string name="navigation_bar_reset_message">Huidige instellingen verwijderen en de standaardindeling herstellen?</string>
  <string name="navigation_bar_arrow_keys_title">Pijltjestoetsen tijdens typen</string>
  <string name="navigation_bar_arrow_keys_summary">Cursor links en rechts weergeven tijdens typen. Verbergt invoermethodepictogram.</string>
  <string name="navigation_bar_recents_title">Recente apps-knop lang indrukken</string>
  <!-- Notification light dialogs -->
  <string name="edit_light_settings">Meldingsledinstellingen</string>
  <string name="pulse_speed_title">Duur en snelheid van knipperen</string>
  <string name="default_time">Normaal</string>
  <string name="custom_time">Aangepast</string>
  <string name="dialog_delete_title">Verwijderen</string>
  <string name="dialog_delete_message">Geselecteerd item verwijderen?</string>
  <!-- Values for the notification light pulse spinners -->
  <string name="pulse_length_always_on">Altijd aan</string>
  <string name="pulse_length_very_short">Zeer kort</string>
  <string name="pulse_length_short">Kort</string>
  <string name="pulse_length_normal">Normaal</string>
  <string name="pulse_length_long">Lang</string>
  <string name="pulse_length_very_long">Zeer lang</string>
  <string name="pulse_speed_very_fast">Zeer snel</string>
  <string name="pulse_speed_fast">Snel</string>
  <string name="pulse_speed_normal">Normaal</string>
  <string name="pulse_speed_slow">Langzaam</string>
  <string name="pulse_speed_very_slow">Zeer langzaam</string>
  <!-- Battery light settings -->
  <string name="battery_light_title">Acculed</string>
  <string name="battery_low_pulse_title">Knipperen bij lage accuspanning</string>
  <string name="battery_light_list_title">Kleuren</string>
  <string name="battery_light_low_color_title">Lage accuspanning</string>
  <string name="battery_light_medium_color_title">Bezig met opladen</string>
  <string name="battery_light_full_color_title">Volledig opgeladen</string>
  <!-- Lights settings screen, notification light settings -->
  <string name="notification_light_title">Meldingsled</string>
  <string name="notification_light_general_title">Algemeen</string>
  <string name="notification_light_applist_title">Apps</string>
  <string name="notification_light_phonelist_title">Telefoon</string>
  <string name="notification_light_use_custom">Aangepaste waarden gebruiken</string>
  <string name="notification_light_default_value">Standaard</string>
  <string name="notification_light_missed_call_title">Gemiste oproep</string>
  <string name="notification_light_voicemail_title">Voicemail</string>
  <string name="notification_light_screen_on">Verlichting met scherm aan</string>
  <string name="notification_light_zen_mode">Meldingsled in modus \'Niet storen\'</string>
  <string name="notification_light_use_multiple_leds">Meerdere LEDs</string>
  <string name="keywords_lights_brightness_level">dimmen led LED helderheid</string>
  <string name="notification_light_automagic">Automatisch kleuren kiezen</string>
  <!-- Lights settings, LED notification -->
  <string name="led_notification_title">Verlichtingsinstellingen</string>
  <string name="led_notification_text">LED-verlichting ingeschakeld door instellingen</string>
  <string name="notification_light_no_apps_summary">Om controle per app toe te voegen, activeer %1$s en tik \'\u002b\' op de menubalk</string>
  <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. -->
  <string name="enable_adb_cm">Android-foutopsporing</string>
  <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone -->
  <string name="enable_adb_summary_cm">Android Debug Bridge (adb)-interface inschakelen</string>
  <!-- Android debugging over WiFi -->
  <string name="adb_over_network">ADB over netwerk</string>
  <string name="adb_over_network_summary">TCP/IP-foutopsporing inschakelen over netwerkinterfaces (wifi, USB-netwerken). Wordt gereset bij opstarten</string>
  <!-- Warning for Adb over Network -->
  <string name="adb_over_network_warning">Let op: als ADB over netwerk is ingeschakeld, kan op uw apparaat worden ingebroken via alle aangesloten netwerken!\n\nGebruik deze functie alleen indien u verbonden bent met vertrouwde netwerken.\n\nWeet u zeker dat u deze functie wilt inschakelen?</string>
  <!-- Setting checkbox summary for displaying USB debugging notification -->
  <string name="adb_notify">Melding foutopsporing</string>
  <string name="adb_notify_summary">Melden wanneer USB- of netwerkfoutopsporing is ingeschakeld</string>
  <!-- Names of categories of app ops tabs - extension of AOSP -->
  <string name="app_ops_categories_location">Locatie</string>
  <string name="app_ops_categories_personal">Persoonlijk</string>
  <string name="app_ops_categories_messaging">Berichten</string>
  <string name="app_ops_categories_media">Media</string>
  <string name="app_ops_categories_device">Apparaat</string>
  <string name="app_ops_categories_bootup">Opstarten</string>
  <string name="app_ops_categories_su">Root-toegang</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_summaries_coarse_location">geschatte locatie</string>
  <string name="app_ops_summaries_fine_location">nauwkeurige locatie</string>
  <string name="app_ops_summaries_gps">GPS</string>
  <string name="app_ops_summaries_vibrate">trillen</string>
  <string name="app_ops_summaries_read_contacts">contacten lezen</string>
  <string name="app_ops_summaries_modify_contacts">contacten aanpassen</string>
  <string name="app_ops_summaries_read_call_log">gespreksstatistieken lezen</string>
  <string name="app_ops_summaries_modify_call_log">gespreksstatistieken aanpassen</string>
  <string name="app_ops_summaries_read_calendar">agenda lezen</string>
  <string name="app_ops_summaries_modify_calendar">agenda aanpassen</string>
  <string name="app_ops_summaries_wifi_scan">wifi-scan</string>
  <string name="app_ops_summaries_notification">melding/toast</string>
  <string name="app_ops_summaries_cell_scan">mobiele scan</string>
  <string name="app_ops_summaries_call_phone">nummer bellen</string>
  <string name="app_ops_summaries_read_sms">sms lezen</string>
  <string name="app_ops_summaries_write_sms">sms schrijven</string>
  <string name="app_ops_summaries_receive_sms">sms ontvangen</string>
  <string name="app_ops_summaries_receive_emergency_sms">nood-sms ontvangen</string>
  <string name="app_ops_summaries_receive_mms">mms ontvangen</string>
  <string name="app_ops_summaries_receive_wap_push">WAP-push ontvangen</string>
  <string name="app_ops_summaries_send_sms">sms verzenden</string>
  <string name="app_ops_summaries_read_icc_sms">ICC-sms lezen</string>
  <string name="app_ops_summaries_write_icc_sms">ICC-sms schrijven</string>
  <string name="app_ops_summaries_modify_settings">instellingen aanpassen</string>
  <string name="app_ops_summaries_draw_on_top">bovenop tekenen</string>
  <string name="app_ops_summaries_access_notifications">toegang tot meldingen</string>
  <string name="app_ops_summaries_camera">camera</string>
  <string name="app_ops_summaries_record_audio">audio opnemen</string>
  <string name="app_ops_summaries_play_audio">audio afspelen</string>
  <string name="app_ops_summaries_read_clipboard">klembord lezen</string>
  <string name="app_ops_summaries_modify_clipboard">klembord aanpassen</string>
  <string name="app_ops_summaries_media_buttons">mediaknoppen</string>
  <string name="app_ops_summaries_audio_focus">audiofocus</string>
  <string name="app_ops_summaries_master_volume">hoofdvolume</string>
  <string name="app_ops_summaries_voice_volume">stemvolume</string>
  <string name="app_ops_summaries_ring_volume">beltoonvolume</string>
  <string name="app_ops_summaries_media_volume">mediavolume</string>
  <string name="app_ops_summaries_alarm_volume">alarmvolume</string>
  <string name="app_ops_summaries_notification_volume">meldingsvolume</string>
  <string name="app_ops_summaries_bluetooth_volume">Bluetooth-volume</string>
  <string name="app_ops_summaries_keep_awake">ingeschakeld houden</string>
  <string name="app_ops_summaries_monitor_location">locatie bijhouden</string>
  <string name="app_ops_summaries_monitor_high_power_location">locatie bijhouden met hoog energieverbruik</string>
  <string name="app_ops_summaries_get_usage_stats">gebruiksstatistieken opvragen</string>
  <string name="app_ops_summaries_mute_unmute_microphone">microfoon in-/uitschakelen</string>
  <string name="app_ops_summaries_toast_window">meldingen weergeven</string>
  <string name="app_ops_summaries_project_media">media projecteren</string>
  <string name="app_ops_summaries_activate_vpn">VPN activeren</string>
  <string name="app_ops_summaries_write_wallpaper">achtergrond schrijven</string>
  <string name="app_ops_summaries_assist_structure">structuur voor ondersteuning</string>
  <string name="app_ops_summaries_assist_screenshot">screenshot voor ondersteuning</string>
  <string name="app_ops_summaries_read_phone_state">telefoonstatus lezen</string>
  <string name="app_ops_summaries_add_voicemail">voicemail toevoegen</string>
  <string name="app_ops_summaries_use_sip">SIP gebruiken</string>
  <string name="app_ops_summaries_make_call">gesprek starten</string>
  <string name="app_ops_summaries_use_fingerprint">vingerafdruk gebruiken</string>
  <string name="app_ops_summaries_use_body_sensors">lichaamssensoren gebruiken</string>
  <string name="app_ops_summaries_read_cell_broadcasts">nooduitzendingen lezen</string>
  <string name="app_ops_summaries_mock_location">neplocatie gebruiken</string>
  <string name="app_ops_summaries_read_external_storage">externe opslag lezen</string>
  <string name="app_ops_summaries_write_external_storage">naar externe opslag schrijven</string>
  <string name="app_ops_summaries_turn_screen_on">scherm inschakelen</string>
  <string name="app_ops_summaries_get_accounts">accounts opvragen</string>
  <string name="app_ops_summaries_toggle_wifi">wifi aan-/uitzetten</string>
  <string name="app_ops_summaries_toggle_bluetooth">Bluetooth aan-/uitzetten</string>
  <string name="app_ops_summaries_start_at_boot">starten tijdens opstarten</string>
  <string name="app_ops_summaries_toggle_nfc">NFC aan-/uitzetten</string>
  <string name="app_ops_summaries_toggle_mobile_data">mobiele gegevens aan-/uitzetten</string>
  <string name="app_ops_summaries_superuser">root-toegang</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_labels_coarse_location">Geschatte locatie</string>
  <string name="app_ops_labels_fine_location">Nauwkeurige locatie</string>
  <string name="app_ops_labels_gps">GPS</string>
  <string name="app_ops_labels_vibrate">Trillen</string>
  <string name="app_ops_labels_read_contacts">Contacten lezen</string>
  <string name="app_ops_labels_modify_contacts">Contacten aanpassen</string>
  <string name="app_ops_labels_read_call_log">Gespreksstatistieken lezen</string>
  <string name="app_ops_labels_modify_call_log">Gespreksstatistieken aanpassen</string>
  <string name="app_ops_labels_read_calendar">Agenda lezen</string>
  <string name="app_ops_labels_modify_calendar">Agenda aanpassen</string>
  <string name="app_ops_labels_wifi_scan">Wifi-scan</string>
  <string name="app_ops_labels_notification">Melding/toast</string>
  <string name="app_ops_labels_cell_scan">Mobiele netwerken zoeken</string>
  <string name="app_ops_labels_call_phone">Nummer bellen</string>
  <string name="app_ops_labels_read_sms">Sms lezen</string>
  <string name="app_ops_labels_write_sms">Sms schrijven</string>
  <string name="app_ops_labels_receive_sms">Sms/mms ontvangen</string>
  <string name="app_ops_labels_receive_emergency_sms">Nood-sms ontvangen</string>
  <string name="app_ops_labels_receive_mms">Sms/mms ontvangen</string>
  <string name="app_ops_labels_receive_wap_push">WAP-push ontvangen</string>
  <string name="app_ops_labels_send_sms">Sms/mms verzenden</string>
  <string name="app_ops_labels_read_icc_sms">ICC-sms lezen</string>
  <string name="app_ops_labels_write_icc_sms">ICC-sms schrijven</string>
  <string name="app_ops_labels_modify_settings">Instellingen aanpassen</string>
  <string name="app_ops_labels_draw_on_top">Bovenop tekenen</string>
  <string name="app_ops_labels_access_notifications">Toegang tot meldingen</string>
  <string name="app_ops_labels_camera">Camera</string>
  <string name="app_ops_labels_record_audio">Audio opnemen</string>
  <string name="app_ops_labels_play_audio">Audio afspelen</string>
  <string name="app_ops_labels_read_clipboard">Klembord lezen</string>
  <string name="app_ops_labels_modify_clipboard">Klembord aanpassen</string>
  <string name="app_ops_labels_media_buttons">Mediaknoppen</string>
  <string name="app_ops_labels_audio_focus">Audio-focus</string>
  <string name="app_ops_labels_master_volume">Hoofdvolume</string>
  <string name="app_ops_labels_voice_volume">Spraakvolume</string>
  <string name="app_ops_labels_ring_volume">Beltoonvolume</string>
  <string name="app_ops_labels_media_volume">Mediavolume</string>
  <string name="app_ops_labels_alarm_volume">Alarmvolume</string>
  <string name="app_ops_labels_notification_volume">Meldingsvolume</string>
  <string name="app_ops_labels_bluetooth_volume">Bluetooth-volume</string>
  <string name="app_ops_labels_keep_awake">Ingeschakeld houden</string>
  <string name="app_ops_labels_monitor_location">Locatie bijhouden</string>
  <string name="app_ops_labels_monitor_high_power_location">Locatie bijhouden met hoog energieverbruik</string>
  <string name="app_ops_labels_get_usage_stats">Gebruiksstatistieken opvragen</string>
  <string name="app_ops_labels_mute_unmute_microphone">Microfoon in-/uitschakelen</string>
  <string name="app_ops_labels_toast_window">Meldingen weergeven</string>
  <string name="app_ops_labels_project_media">Media projecteren</string>
  <string name="app_ops_labels_activate_vpn">VPN activeren</string>
  <string name="app_ops_labels_write_wallpaper">Achtergrond schrijven</string>
  <string name="app_ops_labels_assist_structure">Structuur voor ondersteuning</string>
  <string name="app_ops_labels_assist_screenshot">Screenshot voor ondersteuning</string>
  <string name="app_ops_labels_read_phone_state">Telefoonstatus lezen</string>
  <string name="app_ops_labels_add_voicemail">Voicemail toevoegen</string>
  <string name="app_ops_labels_use_sip">SIP gebruiken</string>
  <string name="app_ops_labels_make_call">Gesprek starten</string>
  <string name="app_ops_labels_use_fingerprint">Vingerafdruk gebruiken</string>
  <string name="app_ops_labels_use_body_sensors">Lichaamssensoren gebruiken</string>
  <string name="app_ops_labels_read_cell_broadcasts">Nooduitzendingen lezen</string>
  <string name="app_ops_labels_mock_location">Neplocatie gebruiken</string>
  <string name="app_ops_labels_read_external_storage">Externe opslag lezen</string>
  <string name="app_ops_labels_write_external_storage">Naar externe opslag schrijven</string>
  <string name="app_ops_labels_turn_screen_on">Scherm inschakelen</string>
  <string name="app_ops_labels_get_accounts">Accounts opvragen</string>
  <string name="app_ops_labels_toggle_wifi">Wifi aan-/uitzetten</string>
  <string name="app_ops_labels_toggle_bluetooth">Bluetooth aan-/uitzetten</string>
  <string name="app_ops_labels_start_at_boot">Starten tijdens opstarten</string>
  <string name="app_ops_labels_toggle_nfc">NFC aan-/uitzetten</string>
  <string name="app_ops_labels_toggle_mobile_data">Mobiele gegevens aan-/uitzetten</string>
  <string name="app_ops_labels_superuser">Root-toegang</string>
  <!-- App ops permissions -->
  <string name="app_ops_permissions_allowed">Toestaan</string>
  <string name="app_ops_permissions_ignored">Negeren</string>
  <string name="app_ops_permissions_always_ask">Vragen</string>
  <!-- App ops detail -->
  <string name="app_ops_entry_summary"><xliff:g id="op">%1$s</xliff:g> (<xliff:g id="count">%2$s</xliff:g> gebruikt)</string>
  <string name="app_ops_allowed_count"><xliff:g id="count" example="2 times">%s</xliff:g> toegestaan</string>
  <string name="app_ops_ignored_count"><xliff:g id="count" example="2 times">%s</xliff:g> geweigerd</string>
  <string name="app_ops_both_count"><xliff:g id="count">%1$s</xliff:g> toegestaan, <xliff:g id="count">%2$s</xliff:g> geweigerd</string>
  <string name="app_ops_disabled_by_optimization">Uitgeschakeld door accuoptimalisatie</string>
  <!-- App ops menu options -->
  <string name="app_ops_show_user_apps">Gebruikersapps tonen</string>
  <string name="app_ops_show_system_apps">Ingebouwde apps tonen</string>
  <string name="app_ops_reset_counters">Tellers opnieuw instellen</string>
  <string name="app_ops_reset_confirm_title">Tellers opnieuw instellen?</string>
  <string name="app_ops_reset_confirm_mesg">Weet u zeker dat u de tellers opnieuw wilt instellen?</string>
  <string name="ok">OK</string>
  <!-- Hostname setting -->
  <string name="device_hostname">Hostnaam apparaat</string>
  <string name="unlock_scramble_pin_layout_title">Lay-out husselen</string>
  <string name="unlock_scramble_pin_layout_summary">PIN-lay-out door elkaar husselen bij apparaat ontgrendelen</string>
  <string name="button_pref_title">Knoppen</string>
  <string name="hardware_keys_power_key_title">Aan/uit-knop</string>
  <string name="hardware_keys_home_key_title">Thuisknop</string>
  <string name="hardware_keys_back_key_title">Terugknop</string>
  <string name="hardware_keys_menu_key_title">Menuknop</string>
  <string name="hardware_keys_assist_key_title">Zoekknop</string>
  <string name="hardware_keys_appswitch_key_title">Recente apps-knop</string>
  <string name="hardware_keys_camera_key_title">Cameraknop</string>
  <string name="hardware_keys_volume_keys_title">Volumeknoppen</string>
  <string name="hardware_keys_short_press_title">Actie kort indrukken</string>
  <string name="hardware_keys_long_press_title">Actie lang indrukken</string>
  <string name="hardware_keys_double_tap_title">Actie twee keer indrukken</string>
  <string name="hardware_keys_action_nothing">Geen actie</string>
  <string name="hardware_keys_action_menu">Menu openen/sluiten</string>
  <string name="hardware_keys_action_app_switch">Recente apps</string>
  <string name="hardware_keys_action_search">Zoek-app</string>
  <string name="hardware_keys_action_voice_search">Spraakgestuurd zoeken</string>
  <string name="hardware_keys_action_in_app_search">Zoeken in apps</string>
  <string name="hardware_keys_action_launch_camera">Camera openen</string>
  <string name="hardware_keys_action_sleep">Scherm uitschakelen</string>
  <string name="hardware_keys_action_last_app">Vorige app</string>
  <string name="camera_sleep_on_release_title">Scherm kort aan</string>
  <string name="camera_sleep_on_release_summary">Scherm aan tijdens half indrukken knop</string>
  <string name="camera_launch_title">Camera openen</string>
  <string name="camera_launch_summary">Lang indrukken en loslaten om camera te openen</string>
  <string name="volbtn_music_controls_title">Muziek beheren</string>
  <string name="volbtn_music_controls_summary">Bij scherm uit door nummers spoelen door volumeknoppen lang in te drukken</string>
  <string name="volbtn_cursor_control_title">Toetsenbordcursor</string>
  <string name="volbtn_cursor_control_off">Uitgeschakeld</string>
  <string name="volbtn_cursor_control_on">Volume omhoog/omlaag beweegt cursor naar links/rechts</string>
  <string name="volbtn_cursor_control_on_reverse">Volume omhoog/omlaag beweegt cursor naar rechts/links</string>
  <string name="power_end_call_title">Gesprek beëindigen</string>
  <string name="power_end_call_summary">Huidige gesprek beëindigen door op de aan/uit-knop te drukken</string>
  <string name="swap_volume_buttons_title">Oriëntatie</string>
  <string name="swap_volume_buttons_summary">Volumeknoppen omdraaien indien het scherm gedraaid is</string>
  <string name="button_wake_title">Apparaat ontwaken</string>
  <string name="home_answer_call_title">Oproep beantwoorden</string>
  <string name="home_answer_call_summary">Inkomende oproep beantwoorden door op de thuisknop te drukken</string>
  <!-- Backlight brightness settings screen -->
  <string name="adaptive_backlight_title">Aanpassende helderheid</string>
  <string name="adaptive_backlight_summary">Schermhelderheid intelligent aanpassen voor langer accugebruik met behoud van bruikbaarheid</string>
  <!-- Sunlight readability enhancement screen -->
  <string name="sunlight_enhancement_title">Zonlichtverbetering</string>
  <string name="sunlight_enhancement_summary">Helderheid van het scherm en leesbaarheid verbeteren bij fel zonlicht</string>
  <!-- Color enhancement settings screen -->
  <string name="color_enhancement_title">Kleurverbetering</string>
  <string name="color_enhancement_summary">Kleur van het display dynamisch verbeteren</string>
  <!-- Key backlight -->
  <string name="button_backlight_title">Verlichting</string>
  <string name="button_backlight_enabled">Knoppen verlichten</string>
  <string name="keyboard_backlight_enabled">Toetsenbord verlichten</string>
  <string name="button_backlight_seekbar_title">Knoppenhelderheid</string>
  <string name="keyboard_backlight_seekbar_title">Toetsenbordhelderheid</string>
  <string name="backlight_timeout_title">Verlichtingstime-out</string>
  <string name="backlight_timeout_unlimited">Niet uitschakelen</string>
  <string name="backlight_summary_disabled">Uitgeschakeld</string>
  <string name="backlight_summary_enabled_with_timeout">Ingeschakeld voor <xliff:g id="timeout">%s</xliff:g></string>
  <string name="backlight_summary_enabled">Ingeschakeld</string>
  <!-- Gesture Settings -->
  <!-- Settings main menu entry -->
  <string name="gesture_settings_title">Gebaren</string>
  <!-- Power menu -->
  <string name="power_menu_title">Opties in afsluitmenu</string>
  <string name="power_menu_reboot_title">Herstarten</string>
  <string name="power_menu_screenshot_title">Screenshot</string>
  <string name="power_menu_airplane_title">Vliegtuigmodus</string>
  <string name="power_menu_users_title">Gebruiker wisselen</string>
  <string name="power_menu_settings_title">Snelkoppeling voor instellingen</string>
  <string name="power_menu_lockdown_title">Apparaat vergrendelen</string>
  <string name="power_menu_bug_report_title">Foutrapport</string>
  <string name="power_menu_sound_title">Geluidspaneel</string>
  <string name="power_menu_bug_report_disabled">Foutrapportage is uitgeschakeld in de opties voor ontwikkelaars</string>
  <!-- Buttons - Enable navbar -->
  <string name="disable_navkeys_title">On-screen navigatiebalk inschakelen</string>
  <string name="disable_navkeys_summary">On-screen navigatiebalk inschakelen en hardware-knoppen uitschakelen</string>
  <!-- tap-to-wake -->
  <string name="double_tap_to_wake_title">Dubbeltikken om te ontwaken</string>
  <string name="double_tap_to_wake_summary">Dubbeltikken op het scherm om te ontwaken</string>
  <!-- tap-to-sleep -->
  <string name="double_tap_to_sleep_title">Dubbeltikken voor slaapstand</string>
  <string name="double_tap_to_sleep_summary">Dubbeltikken op de statusbalk voor slaapstand</string>
  <!-- Proximity wake -->
  <string name="proximity_wake_title">Per ongeluk ontwaken voorkomen</string>
  <string name="proximity_wake_summary">Nabijheidssensor gebruiken voorafgaand aan ontwaken door gebaren</string>
  <!-- Turn on display when power connected; turn off display when power disconnected -->
  <string name="wake_when_plugged_or_unplugged_title">Ontwaken door lader</string>
  <string name="wake_when_plugged_or_unplugged_summary">Scherm aan bij het aansluiten of loskoppelen van een lader</string>
  <!-- Font size sample text. This needs to be a very short string, as it is shown in
    multiple font sizes in a limited amount of space. -->
  <string name="font_size_sample">Test</string>
  <!-- Volume settings - Volume adjustment sound -->
  <string name="volume_adjust_sounds_title">Aanpassingsgeluid volume</string>
  <!-- Hardware tunables - Vibrator intensity -->
  <string name="vibrator_intensity_title">Trilintensiteit</string>
  <string name="vibrator_warning">Waarden hoger dan %1$d%% worden niet aangeraden</string>
  <!-- Hardware tunables - Color calibration -->
  <string name="color_calibration_title">Kleuren kalibreren</string>
  <string name="color_calibration_summary">Schermkleur kalibreren</string>
  <string name="color_red_title">Rood</string>
  <string name="color_green_title">Groen</string>
  <string name="color_blue_title">Blauw</string>
  <!-- Launch music player when headset is connected -->
  <string name="headset_connect_player_title">Muziek-app openen</string>
  <string name="headset_connect_player_summary">Standaardmuziek-app openen bij aansluiten headset</string>
  <!-- WiFi auto-configure priorities -->
  <string name="wifi_auto_config_priorities">Automatische prioriteit</string>
  <string name="auto_brightness_reset_button">Opnieuw instellen</string>
  <!-- Display : Rotation  -->
  <string name="display_rotation_title">Scherm draaien</string>
  <string name="display_rotation_disabled">Uitgeschakeld</string>
  <string name="display_rotation_unit">graden</string>
  <string name="display_lockscreen_rotation_title">Vergrendelingsscherm automatisch draaien</string>
  <string name="display_rotation_category_title">Draaistanden</string>
  <string name="display_rotation_0_title">0 graden</string>
  <string name="display_rotation_90_title">90 graden</string>
  <string name="display_rotation_180_title">180 graden</string>
  <string name="display_rotation_270_title">270 graden</string>
  <!-- LiveDisplay -->
  <string name="live_display_summary">Uw scherm optimaliseren aan de hand van tijdstip op de dag en lichtomstandigheden om de leesbaarheid te verbeteren en oogvermoeidheid te verminderen</string>
  <string name="live_display_mode">Weergavemodus</string>
  <string name="live_display_color_temperature_title">Kleurtemperatuur</string>
  <string name="live_display_color_temperature_summary">Overdag: <xliff:g id="day_temperature">%1$d</xliff:g> K, \'s nachts: <xliff:g id="night_temperature">%2$d</xliff:g> K</string>
  <string name="live_display_color_temperature_label"><xliff:g id="degrees">%1$d</xliff:g> K</string>
  <string name="live_display_day">Overdag</string>
  <string name="live_display_night">\'s Nachts</string>
  <string name="live_display_outdoor_mode_title">Automatische buitenshuismodus</string>
  <string name="live_display_outdoor_mode_summary">Helderheid en verzadiging automatisch verhogen bij helder zonlicht</string>
  <string name="live_display_low_power_title">Energieverbruik verminderen</string>
  <string name="live_display_low_power_summary">Scherm aanpassen voor laagst mogelijke energieverbruik zonder kwaliteitsverlies</string>
  <string name="live_display_enhance_color_title">Kleuren verbeteren</string>
  <string name="live_display_enhance_color_summary">Kleurlevendigheid verbeteren van huidtinten, landschappen en andere afbeeldingen</string>
  <string name="live_display_color_profile_title">Kleurprofiel</string>
  <string name="live_display_color_profile_standard_title">Standaard</string>
  <string name="live_display_color_profile_standard_summary">Nauwkeurige kleuren en heldere witwaarden</string>
  <string name="live_display_color_profile_natural_title">Natuurlijk</string>
  <string name="live_display_color_profile_natural_summary">Realistische kleuren en huidtinten</string>
  <string name="live_display_color_profile_dynamic_title">Dynamisch</string>
  <string name="live_display_color_profile_dynamic_summary">Verbeterde kleuren en heldere witwaarden</string>
  <string name="live_display_color_profile_cinema_title">Bioscoop</string>
  <string name="live_display_color_profile_cinema_summary">Perfecte kleurweergave voor video</string>
  <string name="live_display_color_profile_astronomy_title">Astronomie</string>
  <string name="live_display_color_profile_astronomy_summary">Diepe rode kleuren voor nachtweergave</string>
  <string name="live_display_color_profile_photography_title">Fotografie</string>
  <string name="live_display_color_profile_photography_summary">Perfecte kleurweergave voor foto\'s</string>
  <string name="live_display_color_profile_basic_title">Basis</string>
  <string name="live_display_color_profile_basic_summary">Scherm ongekalibreerd gebruiken</string>
  <string name="live_display_color_profile_adaptive_title">Aanpasbaar</string>
  <string name="live_display_color_profile_adaptive_summary">Kleuren passen zich aan aan de omgeving</string>
  <!-- LiveDisplay : Picture Adjustment -->
  <string name="picture_adjustment_title">Beeldaanpassingen</string>
  <string name="picture_adjustment_summary">Tint, verzadiging, intensiteit en contrast aanpassen</string>
  <string name="adj_hue_title">Tint</string>
  <string name="adj_saturation_title">Verzadiging</string>
  <string name="adj_intensity_title">Intensiteit</string>
  <string name="adj_contrast_title">Contrast</string>
  <!-- Whether to display IME switcher notifcation -->
  <string name="ime_switcher_notify">Melding invoermethode</string>
  <string name="ime_switcher_notify_summary">Invoermethodepictogram weergeven</string>
  <!-- Heads up -->
  <string name="heads_up_notifications">Heads-up</string>
  <string name="summary_heads_up_enabled">Zwevende meldingen ingeschakeld</string>
  <string name="summary_heads_up_disabled">Zwevende meldingen uitgeschakeld</string>
  <!-- Bluetooth settings.  A checkbox to set if we should accept all the file types regardless of their presence in MIME type whitelist -->
  <string name="bluetooth_accept_all_files">Alle bestandstypen accepteren</string>
  <!-- High touch sensitivity -->
  <string name="high_touch_sensitivity_title">Hoge aanraakgevoeligheid</string>
  <string name="high_touch_sensitivity_summary">Gevoeligheid van het scherm verhogen, zodat het gebruikt kan worden tijdens het dragen van handschoenen</string>
  <!-- Display & Lights screen, setting options for LCD density -->
  <string name="lcd_density">LCD-dichtheid</string>
  <string name="dialog_title_lcd_density">LCD-dichtheid</string>
  <string name="lcd_density_value_format">%d DPI</string>
  <string name="lcd_density_default_value_format">%d DPI (standaard)</string>
  <string name="restarting_ui">Gebruikersomgeving herstarten\u2026</string>
  <!-- Stylus Icon -->
  <string name="stylus_icon_enabled_title">Pictogram bij stylusgebruik</string>
  <string name="stylus_icon_enabled_summary">Cursor tonen als een stylus wordt gebruikt</string>
  <!-- Stylus Gestures -->
  <string name="gestures_settings_title">Stylusgebaren</string>
  <string name="category_spen_title">Stylusgebaren</string>
  <string name="enable_subcat_title">Stylus</string>
  <string name="enable_spen_title_head">Gebaren inschakelen</string>
  <string name="enable_spen_summary_head">Gebaren gebruiken met de stylusknop ingedrukt</string>
  <string name="gestures_subcat_title">Gebaren</string>
  <string name="gestures_left_spen_title_head">Veeg naar links</string>
  <string name="gestures_right_spen_title_head">Veeg naar rechts</string>
  <string name="gestures_up_spen_title_head">Veeg omhoog</string>
  <string name="gestures_down_spen_title_head">Veeg omlaag</string>
  <string name="gestures_long_spen_title_head">Lang aanraken</string>
  <string name="gestures_double_spen_title_head">Dubbeltik</string>
  <!-- Gestures Options -->
  <string name="gestures_action_empty">Geen actie</string>
  <string name="gestures_action_home">Thuis</string>
  <string name="gestures_action_back">Terug</string>
  <string name="gestures_action_menu">Menu</string>
  <string name="gestures_action_search">Zoeken</string>
  <string name="gestures_action_recent">Recente apps</string>
  <!-- Stylus gestures -->
  <string name="stylus_app_not_installed">%s is niet geïnstalleerd</string>
  <!-- Touchscreen hovering -->
  <string name="touchscreen_hovering_title">Zweven boven scherm</string>
  <string name="touchscreen_hovering_summary">Met uw vinger boven het zwerm zweven, zoals een muis in browsers, bureaublad op afstand, etc.</string>
  <!-- Increasing ring tone volume -->
  <string name="increasing_ring_volume_option_title">In volume toenemende beltoon</string>
  <string name="increasing_ring_min_volume_title">Startvolume</string>
  <string name="increasing_ring_ramp_up_time_title">Ophoogtijd</string>
  <!-- LTO download data over wi-fi only -->
  <string name="lto_download_data_wifi_only">GPS-ondersteunende gegevens downloaden</string>
  <string name="lto_download_data_wifi_only_on">Via alle netwerken</string>
  <string name="lto_download_data_wifi_only_off">Alleen via wifi-netwerken</string>
  <string name="volume_keys_control_ring_stream_title">Beltoonvolume beheren</string>
  <string name="volume_keys_control_ring_stream_summary_on">Volumeknoppen passen beltoonvolume aan</string>
  <string name="volume_keys_control_ring_stream_summary_off">Volumeknoppen passen mediavolume aan</string>
  <string name="category_calibration">Kalibratie</string>
  <string name="display_and_lights">Scherm &amp; verlichting</string>
  <!-- Category title for Charging sounds (Power state change) specific Settings.
         [CHAR LIMIT=40] -->
  <string name="power_notifications_category_title">Opladergeluid</string>
  <!-- Sound settings, Charging sounds enable/disable, setting check box label -->
  <string name="power_notifications_enable_title">Opladergeluid</string>
  <string name="power_notifications_enable_summary">Geluid afspelen bij het aansluiten of loskoppelen van een lader</string>
  <!-- Sound settings, Charging sounds vibrate enable/disable, setting check box label -->
  <string name="power_notifications_vibrate_title">Trillen</string>
  <!-- Sound settings, Charging sounds ringtone selection, preference label -->
  <string name="power_notifications_ringtone_title">Meldingsgeluid</string>
  <!-- Sound settings, charging sounds label for ringtone == none -->
  <string name="power_notifications_ringtone_silent">Stil</string>
  <!-- Status bar -->
  <string name="status_bar_title">Statusbalk</string>
  <string name="status_bar_toggle_brightness">Helderheid beheren</string>
  <string name="status_bar_toggle_brightness_summary">Helderheid aanpassen door over de statusbalk te slepen</string>
  <string name="status_bar_notif_count_title">Aantal meldingen tonen</string>
  <string name="status_bar_notif_count_summary">Aantal nieuwe meldingen tonen</string>
  <string name="status_bar_quick_qs_pulldown_title">Snel openen</string>
  <string name="status_bar_quick_qs_pulldown_summary">%1$s van statusbalk opent Snelle Instellingen</string>
  <string name="status_bar_quick_qs_pulldown_summary_left">Linkerkant</string>
  <string name="status_bar_quick_qs_pulldown_summary_right">Rechterkant</string>
  <string name="status_bar_quick_qs_pulldown_off">Uit</string>
  <string name="status_bar_quick_qs_pulldown_left">Linkerkant</string>
  <string name="status_bar_quick_qs_pulldown_right">Rechterkant</string>
  <!-- Status bar - Clock -->
  <string name="status_bar_clock_style_title">Indeling klok</string>
  <string name="status_bar_clock_style_right">Rechts</string>
  <string name="status_bar_clock_style_left">Links</string>
  <string name="status_bar_clock_style_center">Gecentreerd</string>
  <string name="status_bar_clock_style_hidden">Verborgen</string>
  <string name="status_bar_am_pm_title">AM/PM stijl</string>
  <string name="status_bar_am_pm_info">24-uurs klok is ingeschakeld</string>
  <string name="status_bar_am_pm_normal">Normaal</string>
  <string name="status_bar_am_pm_small">Klein</string>
  <string name="status_bar_am_pm_hidden">Verborgen</string>
  <!-- Status bar - Battery -->
  <string name="status_bar_battery_style_title">Opmaak accustatus</string>
  <string name="status_bar_battery_style_icon_portrait">Pictogram (staand)</string>
  <string name="status_bar_battery_style_icon_landscape">Pictogram (liggend)</string>
  <string name="status_bar_battery_style_circle">Cirkel</string>
  <string name="status_bar_battery_style_text">Tekst</string>
  <string name="status_bar_battery_style_hidden">Verborgen</string>
  <!-- Status bar - Battery percentage -->
  <string name="status_bar_battery_percentage_title">Accupercentage</string>
  <string name="status_bar_battery_percentage_default">Verborgen</string>
  <string name="status_bar_battery_percentage_text_inside">In het pictogram</string>
  <string name="status_bar_battery_percentage_text_next">Naast het pictogram</string>
  <!-- Status bar - icon blacklist -->
  <string name="status_bar_icons_title">Statusbalkpictogrammen</string>
  <string name="status_bar_icons_summary">Bepalen welke statusbalkpictogrammen worden weergegeven</string>
  <!-- EdgeGesture service -->
  <string name="edge_gesture_service_title">Aanraakgebaren blokkeren</string>
  <string name="edge_gesture_service_summary">Aanraakgebaren voor navigatie- en statusbalk niet naar apps sturen</string>
  <!-- Keep screen on strings -->
  <string name="keep_screen_on_never">Nooit</string>
  <string name="keep_screen_on_debugging">Tijdens USB-foutopsporingmodus</string>
  <string name="keep_screen_on_charging">Tijdens het opladen</string>
  <!-- Privacy Settings Header item -->
  <string name="privacy_settings_cyanogenmod_title">Privacy</string>
  <!-- Privacy Guard -->
  <string name="privacy_guard_default_title">Standaard ingeschakeld</string>
  <string name="privacy_guard_default_summary">Privacybescherming standaard inschakelen voor nieuw geïnstalleerde apps</string>
  <string name="privacy_guard_manager_title">Privacybescherming</string>
  <string name="privacy_guard_manager_summary">Beheren welke apps toegang hebben tot persoonsgegevens</string>
  <string name="privacy_guard_no_user_apps">Geen apps geïnstalleerd</string>
  <string name="privacy_guard_help_title">Help</string>
  <string name="privacy_guard_reset_title">Opnieuw instellen</string>
  <string name="privacy_guard_reset_text">Machtigingen opnieuw instellen?</string>
  <string name="privacy_guard_help_text">Op dit scherm kunt u kiezen voor welke apps Privacybescherming ingeschakeld moet zijn door op ze te tikken. Geselecteerde apps zullen geen toegang hebben tot persoonsgegevens zoals contacten, berichten of gespreksstatistieken. Door een app lang aan te raken opent het info-scherm voor die app.\n\nIngebouwde apps worden standaard niet getoond, maar kunnen getoond worden door de desbetreffende optie in het menu te selecteren.</string>
  <string name="privacy_guard_manager_show_system_apps">Ingebouwde apps tonen</string>
  <string name="privacy_guard_advanced_settings_title">Geavanceerd</string>
  <string name="privacy_guard_notification_title">Melding weergeven</string>
  <!-- Sizes for pattern lockscreen -->
  <!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
  <string name="lockpattern_settings_enable_error_path_title">Patroonfout weergeven</string>
  <!-- Whether the dots will be drawn when using the lockscreen pattern -->
  <string name="lockpattern_settings_enable_dots_title">Patroonknoppen weergeven</string>
  <!-- Whether the keyguard will directly pass to password entry -->
  <string name="lock_directly_show_password">Direct wachtwoordscherm tonen</string>
  <!-- Whether the keyguard will directly pass to pattern view -->
  <string name="lock_directly_show_pattern">Direct patroonscherm tonen</string>
  <!-- Whether the keyguard will directly pass to PIN entry -->
  <string name="lock_directly_show_pin">Direct pincodescherm tonen</string>
  <!-- lock screen visualizer -->
  <string name="lockscreen_visualizer_title">Muziekvisualisaties weergeven</string>
  <!-- lock screen disabled by QS tile warning -->
  <string name="lockscreen_disabled_by_qs_tile_title">Uitgeschakeld door snelle instelling</string>
  <string name="lockscreen_disabled_by_qs_tile_summary">Tik om vergrendelingsscherm in te schakelen</string>
  <string name="lockscreen_disabled_by_qs_tile_summary_enabled">Vergrendelingsscherm ingeschakeld.</string>
  <!-- Battery saver -->
  <string name="battery_saver_threshold">Drempelwaarde energiebesparing</string>
  <string name="battery_saver_summary">Prestaties verminderen en achtergrondgegevens beperken</string>
  <string name="battery_saver_summary_unavailable">Niet beschikbaar bij opladen</string>
  <!-- Battery : Automatic performance profiles -->
  <string name="autoperf_title">Profielen per app</string>
  <string name="autoperf_summary">Automatisch een bijpassende accumodus kiezen voor verschillende apps</string>
  <string name="perf_profile_title">Accumodus</string>
  <!-- Memory -->
  <string name="memory_startup_apps_title">Apps gestart bij opstarten</string>
  <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
  <string name="notification_ringtone_title_cm">Meldingstoon</string>
  <!-- Advanced reboot options -->
  <string name="advanced_reboot_title">Geavanceerd herstarten</string>
  <string name="advanced_reboot_summary">Indien ontgrendeld, opties tonen in het afsluitmenu voor herstarten naar recovery of bootloader of het uitvoeren van een snelle herstart</string>
  <string name="category_interface">Uiterlijk</string>
  <!-- Expanded desktop -->
  <string name="power_menu_expanded_desktop">Uitgebreid bureaublad</string>
  <string name="expanded_hide_nothing">Niets verbergen</string>
  <string name="expanded_hide_status">Statusbalk verbergen</string>
  <string name="expanded_hide_navigation">Navigatiebalk verbergen</string>
  <string name="expanded_hide_both">Beide verbergen</string>
  <string name="expanded_nothing_to_show">Om voor elke app apart het gedrag bij uitgebreid bureaublad in te stellen, schakelt u \'Ingeschakeld voor alles\' uit</string>
  <string name="expanded_enabled_for_all">Ingeschakeld voor alles</string>
  <string name="expanded_desktop_style">Stijl uitgebreid bureaublad</string>
  <string name="expanded_desktop_style_description">Selecteer een standaardstijl voor het uitgebreid bureaublad</string>
  <string name="expanded_desktop_title">Instellingen uitgebreid bureaublad</string>
  <!-- Kill app long-press back -->
  <string name="kill_app_longpress_back">Stoppen forceren</string>
  <string name="kill_app_longpress_back_summary">Openstaande app geforceerd stoppen door terugknop lang in te drukken</string>
  <!-- Show/Hide Search Bar -->
  <string name="recents_show_searchbar">Zoekbalk bij recente apps-scherm</string>
  <string name="keywords_recents_show_searchbar">recent recente apps knop uitschakelen inschakelen weergeven verbergen zoek balk zoekbalk</string>
  <!-- Voice Wakeup -->
  <string name="voice_wakeup_settings_title">Ontwaken met stem</string>
  <string name="voice_wakeup_retrain_title">Uw stem opnieuw aanleren</string>
  <string name="voice_wakeup_activity_title">Activiteit om te starten</string>
  <string name="voice_wakeup_default_activity">Google Now</string>
  <string name="voice_wakeup_needs_dial_permission_warning">\'Ontwaken met stem\' heeft telefoonmachtiging nodig om een contact te selecteren.</string>
  <string name="picker_activities">Activiteiten</string>
  <string name="select_custom_app_title">Aangepaste app kiezen</string>
  <string name="select_custom_activity_title">Aangepaste activiteit kiezen</string>
  <!-- Blacklist preferences -->
  <string name="blacklist_title">Zwarte lijst</string>
  <string name="blacklist_edit_dialog_title">Geblokkeerd telefoonnummer bewerken</string>
  <string name="blacklist_prefs">Instellingen</string>
  <string name="blacklist_button_delete">Verwijderen</string>
  <string name="blacklist_empty_text">Geen telefoonnummers op de zwarte lijst. Voeg een nummer toe door op de \'Toevoegen\'-knop (+) te tikken.</string>
  <string name="blacklist_disabled_empty_text">Om te voorkomen dat telefoonnummers u kunnen bereiken schakelt u de zwarte lijst in.</string>
  <string name="blacklist_summary_disabled">Uitgeschakeld</string>
  <string name="blacklist_summary">U ontvangt geen inkomende oproepen of berichten van telefoonnummers op de zwarte lijst</string>
  <string name="blacklist_notify">Melding weergeven</string>
  <string name="blacklist_private_numbers_title">Afgeschermde nummers</string>
  <string name="blacklist_private_numbers_summary_disabled">Oproepen van afgeschermde nummers toestaan</string>
  <string name="blacklist_private_numbers_summary">Inkomende <xliff:g id="type">%s</xliff:g> van afgeschermde nummers blokkeren</string>
  <string name="blacklist_unknown_numbers_title">Onbekende nummers</string>
  <string name="blacklist_unknown_numbers_summary_disabled">Inkomende oproepen of berichten van nummers die niet in de contactlijst staan toestaan</string>
  <string name="blacklist_unknown_numbers_summary">Inkomende <xliff:g id="type">%s</xliff:g> van nummers die niet in de contactlijst staan blokkeren</string>
  <string name="blacklist_summary_type_calls_only">oproepen</string>
  <string name="blacklist_summary_type_messages_only">berichten</string>
  <string name="blacklist_summary_type_calls_and_messages">oproepen en berichten</string>
  <string name="blacklist_regex_title">Jokertekens gebruiken</string>
  <string name="blacklist_regex_summary">Gebruik . als joker en * voor herhaling. Bijv. 123.* blokkeert nummers beginnend met 123 en .*123.* blokkeert nummers die 123 bevatten</string>
  <string name="blacklist_policy_block_calls">Inkomende oproepen blokkeren</string>
  <string name="blacklist_policy_block_messages">Inkomende berichten blokkeren</string>
  <string name="blacklist_bad_number_add">Kan geen ongeldig telefoonnummer toevoegen aan de zwarte lijst</string>
  <!-- Blacklist management -->
  <string name="remove_blacklist_number_title">Telefoonnummer verwijderen</string>
  <string name="remove_blacklist_entry">Weet u zeker dat u dit geblokkeerde telefoonnummer wilt verwijderen?</string>
  <string name="select_contact">Contact selecteren</string>
  <!-- Sms security limit -->
  <string name="app_security_title">App-beveiliging</string>
  <string name="sms_security_check_limit_title">Limiet sms-berichten</string>
  <string name="sms_security_check_limit_summary">Apps kunnen %d berichten verzenden binnen 1 minuut zonder bevestiging</string>
  <string name="sms_security_check_limit_summary_none">Apps kunnen geen berichten verzenden zonder bevestiging</string>
  <string name="sms_security_check_limit_none">Geen</string>
  <!-- Notification spamfilter -->
  <string name="spam_added_title">Toegevoegd %1$s</string>
  <string name="spam_last_blocked_title">Laatst geblokkeerd %1$s</string>
  <string name="block_notifications_title">Meldingen filteren</string>
  <string name="block_notifications_summary">Genegeerde meldingen en filters beheren</string>
  <string name="no_filters_title">Geen filters ingesteld</string>
  <!-- Anonymous Statistics #CM -->
  <!-- About device screen, list item title. Takes the user to the screen about opting in or out of anonymous statistics. -->
  <string name="anonymous_statistics_title">Replicant-statistieken</string>
  <string name="anonymous_statistics_summary">Help Replicant te verbeteren door anonieme statistieken te verzenden</string>
  <string name="anonymous_statistics_warning_title">Over</string>
  <string name="enable_reporting_title">Statistieken verzenden</string>
  <string name="preview_data_title">Voorbeeld van gegevens</string>
  <string name="view_stats_title">Statistieken tonen</string>
  <string name="anonymous_learn_more">Lees meer</string>
  <!-- Anonymous Statistics - Preview -->
  <string name="preview_id_title">Uniek id</string>
  <string name="preview_device_title">Apparaat</string>
  <string name="preview_version_title">Versie</string>
  <string name="preview_country_title">Land</string>
  <string name="preview_carrier_title">Provider</string>
  <string name="stats_collection_title">Verzamelen van statistieken</string>
  <string name="stats_collection_summary">Indien ingeschakeld, staat het verzamelen van statistieken toe</string>
  <!-- Protected apps lockpattern reset button -->
  <string name="lockpattern_reset_button">Patroon opnieuw instellen</string>
  <string name="lockpattern_settings_reset_summary">Voer primair e-mailadres en bijbehorende wachtwoord in om patroon opnieuw in te stellen</string>
  <!-- Protected Apps -->
  <string name="menu_hidden_apps_delete">Opnieuw instellen</string>
  <string name="menu_hidden_apps_reset_lock">Patroon opnieuw instellen</string>
  <string name="protected_apps">Beschermde apps</string>
  <string name="protected_apps_summary">Beheren welke apps beschermd zijn</string>
  <string name="saving_protected_components">Opslaan\u2026</string>
  <string name="pa_login_username_hint">Gebruikersnaam (e-mail)</string>
  <string name="pa_login_password_hint">Wachtwoord</string>
  <string name="pa_login_submit_button">Inloggen</string>
  <string name="pa_login_checking_password">Account controleren\u2026</string>
  <string name="pa_login_incorrect_login">Inloggen mislukt</string>
  <string name="pa_pattern_or_fingerprint_header">Teken patroon of gebruik vingerafdruk om te ontgrendelen</string>
  <!-- Contributors cloud activity -->
  <string name="contributors_cloud_fragment_title">Bijdragers</string>
  <string name="contributors_cloud_loading_message">Informatie over bijdragers laden\u2026</string>
  <string name="contributors_cloud_failed_message">Kan informatie over bijdragers niet laden</string>
  <string name="contributor_info_menu">Informatie over bijdragers</string>
  <string name="contributor_info_msg">
        <![CDATA[<b>Naam:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/>
                 <b>Alias:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/>
                 <b>Commits:</b> <xliff:g id="commits">%3$s</xliff:g>]]></string>
  <string name="contributions_info_menu">Informatie over bijdragers</string>
  <string name="contributions_info_msg">
        <![CDATA[<b>Aantal bijdragers:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
                 <b>Aantal commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
                 <b>Laatste update:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
  <string name="category_sounds">Geluiden</string>
  <string name="notification_manager">Meldingen</string>
  <string name="lockscreen_settings">Vergrendelingsscherm</string>
  <string name="category_lights">Verlichting</string>
  <string name="category_volume">Volume</string>
  <string name="category_vibrate">Trillen</string>
  <string name="category_misc">Overig</string>
  <string name="title_general">Algemeen</string>
  <string name="advanced">Geavanceerd</string>
  <string name="link_volume_option_title">Volume beltoon en meldingen koppelen</string>
  <string name="lcd_density_prompt_message">Sommige apps werken mogelijk niet goed met een aangepaste DPI.\n\nUw apparaat zal herstarten.</string>
  <!-- Edit access point labels: PPP number -->
  <string name="apn_ppp_number">APN PPP telefoonnummer</string>
  <!-- APNs screen message indicating new APN user is adding is a duplicate -->
  <string name="duplicate_apn_error_title">Dubbele APN</string>
  <string name="duplicate_apn_error_message">Deze APN bestaat al. Verwijder of wijzig parameters.</string>
  <string name="sim_enabler_summary"><xliff:g id="displayName">%1$s</xliff:g> is <xliff:g id="status" example="disabled">%2$s</xliff:g></string>
  <string name="sim_disabled">uitgeschakeld</string>
  <string name="sim_missing">afwezig of defect</string>
  <string name="sim_enabler_need_disable_sim">Simkaart wordt uitgeschakeld? Wilt u doorgaan?</string>
  <string name="sim_enabler_will_disable_sim_title">Let op</string>
  <string name="sim_enabler_need_switch_data_service">Deze simkaart wordt uitgeschakeld en simkaart <xliff:g id="slotid">%1$s</xliff:g> zal worden gebruikt voor gegevensverbinding. Weet u zeker dat u wilt doorgaan?</string>
  <string name="sim_enabler_airplane_on">Kan de bewerking niet uitvoeren in vliegtuigmodus.</string>
  <string name="sim_enabler_in_call">Kan de bewerking niet uitvoeren tijdens gesprek.</string>
  <string name="sim_enabler_both_inactive">Kan niet alle simkaarten uitschakelen</string>
  <string name="sim_enabler_enabling">Inschakelen\u2026</string>
  <string name="sim_enabler_disabling">Uitschakelen\u2026</string>
  <string name="sub_activate_success">Simkaart ingeschakeld.</string>
  <string name="sub_activate_failed">Inschakelen mislukt.</string>
  <string name="sub_deactivate_success">Simkaart uitgeschakeld.</string>
  <string name="sub_deactivate_failed">Uitschakelen mislukt.</string>
  <string name="primary_sub_select_title">Standaard 3G/LTE-abonnement</string>
  <string name="select_sim_card">Simkaart selecteren</string>
  <!-- MSIM SIM status -->
  <string name="sim_card_status_title">Status SIM %d</string>
  <string name="sim_card_lock_settings_title">Vergrendelingsinstellingen SIM %d</string>
  <string name="sim_card_summary_empty">Simkaart niet geplaatst</string>
  <string name="sim_mobile_network_settings_category_title">Instellingen mobiel netwerk</string>
  <string name="sim_mobile_network_settings_title">Instellingen SIM %d</string>
  <!-- Zen mode allowed event setting summary items -->
  <!-- [CHAR LIMIT=50] Like zen_mode_reminders, but part of a list, so lower case if needed-->
  <string name="zen_mode_summary_reminders">herinneringen</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_events">gebeurtenissen</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_callers, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_selected_callers">geselecteerde bellers</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_messages, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_selected_messages">geselecteerde berichten</string>
  <!-- Allow vibration in zen mode -->
  <string name="zen_mode_vibration">Trillen</string>
  <string name="zen_mode_vibration_never">Niet trillen</string>
  <string name="zen_mode_vibration_calls_only">Alleen trillen bij oproepen</string>
  <string name="zen_mode_vibration_calls_and_notifications">Trillen bij oproepen en meldingen</string>
  <!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
  <!-- SAR information -->
  <string name="maximum_head_level">Hoofd: %1$s W/kg</string>
  <string name="maximum_body_level">Lichaam: %1$s W/kg</string>
  <!-- IC Codes -->
  <string name="ic_code_model">Model: %1$s</string>
  <string name="ic_code_full">IC: %1$s</string>
  <string name="sim_ringtone_title">Beltoon voor SIM %d</string>
  <!-- label for application name -->
  <string name="app_name_label_cm">App:</string>
  <!-- label for last time used -->
  <string name="last_time_used_label_cm">Laatst gebruikt:</string>
  <!-- label for usage time -->
  <string name="usage_time_label_cm">Gebruiksduur:</string>
  <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
  <string name="master_clear_desc_cm" product="tablet">Dit zal alle gegevens wissen van de <b>interne opslag</b> van uw tablet, inclusief:\n\n<li>Uw accounts</li>\n<li>Systeem- en app-gegevens en instellingen</li>\n<li>Gedownloade apps</li></string>
  <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
  <string name="master_clear_desc_cm" product="default">Dit zal alle gegevens wissen van de <b>interne opslag</b> van uw telefoon, inclusief:\n\n<li>Uw accounts</li>\n<li>Systeem- en app-gegevens en instellingen</li>\n<li>Gedownloade apps</li></string>
  <!-- Factory reset strings -->
  <string name="factory_reset_instructions_title">Persoonlijke gegevens en apps</string>
  <string name="factory_reset_instructions_summary">Dit zal al uw accounts, apps, app-gegevens en systeeminstellingen op dit apparaat wissen</string>
  <string name="factory_reset_personal_content">Persoonlijke gegevens</string>
  <string name="factory_reset_erase_stored_content">Opgeslagen gegevens wissen</string>
  <string name="factory_reset_erase_stored_content_summary">Muziek, foto\'s, video\'s en andere gebruikersgegevens die zijn opgeslagen op dit apparaat wissen</string>
  <string name="factory_reset_erase_stored_content_summary_forced">Muziek, foto\'s, video\'s en andere gebruikersgegevens die zijn opgeslagen op dit apparaat wissen.\n\n<b>Gegevens kunnen niet worden opgeslagen vanwege apparaatencryptie.</b></string>
  <string name="factory_reset_erase_sd_card">SD-kaart formatteren</string>
  <string name="factory_reset_erase_sd_card_summary">Alle gegevens op de SD-kaart wissen, inclusief muziek en foto\'s</string>
  <string name="factory_reset_warning_text_reset_now">NU OPNIEUW INSTELLEN</string>
  <string name="factory_reset_warning_text_message">Al uw accounts, apps, app-gegevens en systeeminstellingen op dit apparaat worden gewist. Dit kan niet ongedaan worden gemaakt.</string>
  <!-- Tethering & portable hotspot other category -->
  <string name="tethering_other_category_text">Overige</string>
  <!-- Wi-Fi tethering inactivity timeout -->
  <string name="hotstpot_inactivity_timeout_text">Time-out wifi-hotspot</string>
  <string name="hotstpot_inactivity_timeout_never">Nooit</string>
  <string name="hotstpot_inactivity_timeout_1_minute">1 minuut</string>
  <string name="hotstpot_inactivity_timeout_5_minutes">5 minuten</string>
  <string name="hotstpot_inactivity_timeout_10_minutes">10 minuten</string>
  <string name="hotstpot_inactivity_timeout_never_summary_text">Draagbare wifi-hotspot zal nooit op standby gaan</string>
  <string name="hotstpot_inactivity_timeout_summary_text">Draagbare wifi-hotspot zal op standby gaan na <xliff:g id="timeout">%1$s</xliff:g></string>
  <!-- Live lock screen -->
  <!-- Live lock screen title -->
  <string name="live_lock_screen_title">Geanimeerd vergrendelingsscherm</string>
  <!-- Live lock screen summary -->
  <string name="live_lock_screen_summary">Geanimeerd vergrendelingsscherm inschakelen en instellen</string>
  <!-- Live lock screen settings content description -->
  <string name="live_lock_screen_settings_button">Instellingen</string>
  <!-- Live lock screen settings screen, caption for when live lock screens are disabled -->
  <string name="live_lock_screen_settings_disabled_prompt">Om beschikbare geanimeerde vergrendelingsschermen te zien, schakel Geanimeerd vergrendelingsscherm in.</string>
  <string name="interruptions_ignore_while_media_title">Stabiel mediavolume</string>
  <string name="interruptions_ignore_while_media_summary">Mediavolume niet verminderen bij meldingen</string>
  <!-- CM Legal -->
  <string name="cmlicense_title">Juridische afdeling van Replicant</string>
  <!-- Menu label for reset the battery stats -->
  <string name="menu_stats_reset">Statistieken opnieuw instellen</string>
  <!-- Reset stats confirmation dialog's message -->
  <string name="reset_stats_msg">Statistieken over accugeschiedenis worden opnieuw ingesteld</string>
  <!-- Dock battery not present message -->
  <string name="dock_battery_not_present">Dock-accu niet aanwezig</string>
  <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging on Dock AC. -->
  <string name="battery_info_status_charging_dock_ac">Opladen via dock (AC)</string>
  <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging over Dock USB. -->
  <string name="battery_info_status_charging_dock_usb">Opladen via dock (USB)</string>
  <string name="restrict_app_wlan_title">Wifi-gebruik van deze app uitschakelen</string>
  <string name="restrict_app_wlan_summary">Voorkomen dat de app gebruik maakt van de wifi-gegevensverbinding</string>
  <string name="restrict_app_cellular_title">Mobiel gegevensgebruik van deze app uitschakelen</string>
  <string name="restrict_app_cellular_summary">Voorkomen dat de app gebruik maakt van de mobiele gegevensverbinding</string>
  <string name="privacy_guard_internet_category">Internet</string>
  <!-- Weather -->
  <string name="weather_settings_title">Weer</string>
  <string name="weather_settings_no_services_prompt">Geen weeraanbiederservices geïnstalleerd</string>
  <string name="weather_settings_button">Instellingen aanbieder</string>
  <string name="weather_settings_activity_not_found">Kan instellingenmenu van deze aanbieder niet openen</string>
  <string name="weather_settings_add_weather_provider">Weeraanbieder toevoegen</string>
  <string name="weather_settings_general_settings_title">Algemeen</string>
  <string name="weather_settings_providers_title">Aanbieders</string>
  <string name="weather_settings_temp_units_title">Eenheid temperatuur</string>
  <string name="weather_settings_temp_celsius">Celsius</string>
  <string name="weather_settings_temp_fahrenheit">Fahrenheit</string>
  <string name="weather_settings_keyword">weer</string>
  <string name="background_data_access">Toegang tot achtergrondgegevens</string>
  <string name="allow_background_both">Via mobiele gegevens &amp; wifi</string>
  <string name="allow_background_wlan">Alleen via wifi</string>
  <string name="allow_background_none">Geen toegang</string>
  <string name="mobile_data_alert">Waarschuwing mobiele gegevens</string>
  <string name="mobile_data_alert_summary">Waarschuwen als de app een grote hoeveelheid gegevens gebruikt</string>
  <string name="data_usage_menu_enable_data_alerts">Waarschuwingen over gegevensgebruik inschakelen</string>
  <string name="data_usage_menu_disable_data_alerts">Waarschuwingen over gegevensgebruik uitschakelen</string>
  <string name="data_usage_menu_reset_stats">Gegevensstatistieken opnieuw instellen</string>
  <string name="reset_data_stats_msg">Dit zal alle oude en huidige gegevensgeschiedenis verwijderen</string>
  <string name="reset_stats_confirm">Bevestigen</string>
  <string name="restrict_cellular_access_title">Toegang tot mobiele gegevens beperken</string>
  <string name="restrict_cellular_access_summary">Gegevenstoegang op mobiele netwerken uitschakelen</string>
  <string name="restrict_cellular_access_dialog_title">Mobiele gegevenstoegang beperken?</string>
  <string name="restrict_cellular_access_dialog_summary">Deze functie kan ervoor zorgen dat een app die internet nodig heeft stopt met werken als er alleen een mobiel netwerk beschikbaar is.\n\nU kunt meer relevante instellingen voor gegevensgebruik vinden in de instellingen van de app.</string>
  <!-- Label for settings shortcut: carrier selection -->
  <string name="shortcut_carrier_title">Netwerkproviders</string>
  <!-- title for lock screen blur preference -->
  <string name="lockscreen_blur_enabled_title">Achtergrond vervagen</string>
  <!-- title for lock screen weather preference -->
  <string name="lockscreen_weather_enabled_title">Weer weergeven</string>
  <!-- Per app controls for LP keyguard notifications -->
  <string name="app_notification_show_on_keyguard_title">Weergeven op vergrendelingsscherm</string>
  <string name="app_notification_show_on_keyguard_summary">Meldingen van deze app weergeven op het vergrendelingsscherm</string>
  <string name="app_notification_no_ongoing_on_keyguard_title">Permanente meldingen op vergrendelingsscherm uitschakelen</string>
  <string name="app_notification_no_ongoing_on_keyguard_summary">Permanente meldingen van deze app niet weergeven op het vergrendelingsscherm</string>
  <!-- Notification sound timeout -->
  <string name="app_notification_sound_timeout_title">Minimale tijd tussen meldingsgeluiden</string>
  <string name="app_notification_sound_timeout_summary_template">Geluid of trillen niet meer dan één keer per <xliff:g id="duration">%1$s</xliff:g> toestaan</string>
  <string name="app_notification_sound_timeout_value_none">Geen beperking</string>
  <string name="app_notification_sound_timeout_value_10_seconds">10 seconden</string>
  <string name="app_notification_sound_timeout_value_30_seconds">30 seconden</string>
  <string name="app_notification_sound_timeout_value_1_minute">1 minuut</string>
  <string name="app_notification_sound_timeout_value_5_minutes">5 minuten</string>
  <string name="app_notification_sound_timeout_value_15_minutes">10 minuten</string>
  <string name="app_notification_sound_timeout_value_30_minutes">30 minuten</string>
  <!-- CmRadioInfo -->
  <string name="cm_radio_info_label">Geavanceerde modeminstellingen</string>
  <!-- Radio Control (IMS/MBN etc.) -->
  <string name="cm_radio_info_mbn_auto_load_on_label">Automatisch laden MBN uitschakelen</string>
  <string name="cm_radio_info_mbn_auto_load_off_label">Automatisch laden MBN inschakelen</string>
  <string name="cm_radio_info_volte_avail_ovr_on_label">VoLTE foutopsporing uitschakelen</string>
  <string name="cm_radio_info_volte_avail_ovr_off_label">VoLTE foutopsporing inschakelen</string>
  <string name="cm_radio_info_vt_avail_ovr_on_label">VT foutopsporing uitschakelen</string>
  <string name="cm_radio_info_vt_avail_ovr_off_label">VT foutopsporing inschakelen</string>
  <string name="cm_radio_info_wfc_avail_ovr_on_label">WFC foutopsporing uitschakelen</string>
  <string name="cm_radio_info_wfc_avail_ovr_off_label">WFC foutopsporing inschakelen</string>
  <string name="cm_radio_info_adb_log_on_label">ADB radio logboek uitschakelen</string>
  <string name="cm_radio_info_adb_log_off_label">ADB radio logboek inschakelen</string>
  <string name="cm_radio_info_diag_log_on_label">Diag logboek uitschakelen</string>
  <string name="cm_radio_info_diag_log_off_label">Diag logboek inschakelen</string>
  <!-- Lock screen wallpaper -->
  <string name="lockscreen_wallpaper_title">Achtergrond</string>
  <string name="not_available_with_app">Niet beschikbaar met %1$s</string>
  <!-- Format string for fingerprint location message -->
  <string name="security_settings_fingerprint_enroll_find_sensor_message_cm">Vind de vingerafdruksensor op de <xliff:g id="sensor_location">%1$s</xliff:g> van uw telefoon.</string>
  <!-- Fingerprint sensor locations -->
  <string name="security_settings_fingerprint_sensor_location_back">achterkant</string>
  <string name="security_settings_fingerprint_sensor_location_front">voorkant</string>
  <string name="security_settings_fingerprint_sensor_location_left">linkerkant</string>
  <string name="security_settings_fingerprint_sensor_location_right">rechterkant</string>
  <!-- SIM status format string -->
  <string name="sim_status_format_string">Spraak: <xliff:g id="voice_status">%1$s</xliff:g> / Gegevens: <xliff:g id="data_status">%2$s</xliff:g></string>
</resources>