summaryrefslogtreecommitdiffstats
path: root/res/values-af/cm_strings.xml
blob: 7d24956b8b21a281b3af667fc2b59a11ccf9cf96 (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
1101
<?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">Jy is nou <xliff:g id="step_count">%1$d </xliff:g> stap weg om navrae te doen na toestel ID.</item>
    <item quantity="other">Jy is nou <xliff:g id="step_count">%1$d </xliff:g> stappe weg om navrae te doen na toestel ID.</item>
  </plurals>
  <!--  Device Info screen. Confirmation that Device ID is copied to clipboard -->
  <string name="show_device_id_copied_cm">Toestel-ID: [<xliff:g id="device_id">%1$s </xliff:g>] gekopieer na knipbord</string>
  <!--  Device Info screen. Confirmation that Device ID is not available -->
  <string name="show_device_id_failed_cm">Toestel-ID is nie beskikbaar op hierdie weergawe nie</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Label for the deviceID text put to clipboard -->
  <string name="show_device_id_clipboard_label">Toestel-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">Jy is nou <xliff:g id="step_count">%1$d</xliff:g> stap weg van bemagtigende ontwikkelaar opsies.</item>
    <item quantity="other">Jy is nou <xliff:g id="step_count">%1$d</xliff:g> stappe weg van bemagtigende ontwikkelaar opsies.</item>
  </plurals>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
  <string name="show_dev_on_cm">Jy het die ontwikkeling opsies geaktiveer!</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
  <string name="show_dev_already_cm">Nie nodig, het jy reeds die ontwikkeling opsies geaktiveer.</string>
  <!-- Launch Dev Tools -->
  <string name="development_tools_title">Ontwikkeling gereedskap</string>
  <!-- Development shortcut -->
  <string name="development_shortcut_title">Ontwikkeling kortpad</string>
  <string name="development_shortcut_summary">Aktiveer program bestuur kortpaaie in onlangse program lys</string>
  <!-- Setting checkbox title for root access -->
  <string name="root_access">\'Root\' toegang</string>
  <string name="root_access_warning_title">Laat \'root\' toegang toe</string>
  <string name="root_access_warning_message">Die toelaat van programme om \'root\' toegang aan te vra kan die sekuriteit van jou stelsel in gevaar stel!</string>
  <string name="root_access_none">Gedeaktiveer</string>
  <string name="root_access_apps">Slegs programme</string>
  <string name="root_access_adb">Slegs ADB</string>
  <string name="root_access_all">Programme en ADB</string>
  <!-- Preference link for root appops -->
  <string name="root_appops_title">Bestuur root toegang</string>
  <string name="root_appops_summary">Kyk na en beheer die root reëls</string>
  <!-- NFC PreferenceCategory title -->
  <string name="nfc_title_category">NFC</string>
  <!-- About phone screen, Replicant version -->
  <string name="mod_version">Replicant weergawe</string>
  <string name="mod_version_default">Onbekend</string>
  <!-- About phone screen, Device model -->
  <string name="device_model">Toestel tipe</string>
  <!-- About phone screen, Device name -->
  <string name="device_name">Toestel naam</string>
  <!-- About phone screen, Replicant Api Level -->
  <string name="mod_api_level">Replicant API vlak</string>
  <string name="mod_api_level_default">Onbekend</string>
  <!-- About phone screen, build date -->
  <string name="build_date">Bou datum</string>
  <!-- CM Updater -->
  <string name="cmupdate_settings_title">Replicant opgradering</string>
  <!-- Settings switch for updating Cyanogen recovery -->
  <string name="update_recovery_title">Opdateer Cyanogen recovery</string>
  <string name="update_recovery_summary">Opdateer recovery met stelsel opdaterings</string>
  <string name="update_recovery_on_warning">KENNISGEWING: Wanneer hierdie funksie geaktiveer is, sal jou geïnstalleerde recovery vervang word deur een ingesluit met die huidige weergawe van die Beheer Stelsel\n\nJou recovery sal opgedateer word saam met die opgraderings aan jou stelsel, dit help om versoenbaarheid te verseker van toekomstige weergawes.\n\nWil jy hierdie funksie aktiveer?</string>
  <string name="update_recovery_off_warning">WAARSKUWING: Wanneer hierdie funksie afgeskakel is, sal jou geïnstalleerde recovery nie opgedateer word met Beheer Stelsel (BS) opgraderings nie.\n\nToekomstige BS opdaterings kan dalk nie geïnstalleer word met verouderde of persoonlike recovery weergawes nie.\n\nWil jy regtig hierdie funksie af skakel?</string>
  <!-- Themes Settings -->
  <!-- Settings main menu entry -->
  <string name="themes_settings_title">Temas</string>
  <!-- Sound settings screen -->
  <string name="ring_mode_title">Luimetode</string>
  <string name="ring_mode_normal">Normaal</string>
  <string name="ring_mode_vibrate">Vibreer</string>
  <string name="ring_mode_mute">Gedemp</string>
  <string name="settings_reset_button">Stel terug</string>
  <!-- Profiles settings  -->
  <string name="profiles_settings_title">Stelsel profiele</string>
  <string name="profiles_add">Voeg by</string>
  <string name="profile_menu_delete">Verwyder</string>
  <string name="profile_settings_title">Profiel</string>
  <string name="profile_empty_list_profiles_off">Skakel stelsel Profiele aan om profiele te gebruik.</string>
  <string name="profile_trigger_configure">Sneller konfigurasie</string>
  <string name="profile_write_nfc_tag">Skryf na NFC merker</string>
  <string name="profile_write_touch_tag">Raak merker aan om te skryf</string>
  <string name="profile_write_success">Merker suksesvol geskryf</string>
  <string name="profile_write_failed">Merker skrywing het misluk!</string>
  <string name="profile_selected">Profiel geselekteer: %1$s</string>
  <string name="profile_nfc_text">Die skryf van \'n profiel na \'n NFC merker laat die aanraking van die merker die profiel kies. Raak merker vir \'n tweede keer aan om die vorige geselekteerde profiel te kies.</string>
  <string name="profile_unknown_nfc_tag">Onbekende profiel</string>
  <string name="profile_add_nfc_text">Hierdie NFC merker verwys na \'n onbekende profiel. Heg hierdie NFC merker aan \'n bestaande profiel om die nuwe profiel in die toekoms te kies.</string>
  <string name="profile_select">Kies profiel</string>
  <string name="profile_remove_dialog_message">Verwyder profiel %1$s?</string>
  <string name="profile_populate_profile_from_state">Konfigureer profiel instellings van huidige toestel?</string>
  <string name="profile_menu_fill_from_state">Voer instellings in van huidige toestel instellings</string>
  <string name="profile_remove_current_profile">Kan nie huidige profiel verwyder nie!</string>
  <string name="profile_app_group_category_title">Kennisgewing veranderings</string>
  <string name="profile_app_group_item_instructions">Voegby of verwyder groepe</string>
  <string name="profile_app_group_item_instructions_summary">Voegby of verwyder, kennisgewing veranderings program groepe, na hierdie profiel</string>
  <!-- Profile mode options. -->
  <string name="profile_entries_on">Aan</string>
  <string name="profile_entries_off">Af</string>
  <string name="profile_entries_no_override">Geen verstelling</string>
  <!-- Add Profile -->
  <string name="profile_name_title">Naam</string>
  <string name="new_profile_name">&lt;nuwe profiel&gt;</string>
  <!-- Rename Dialog  -->
  <string name="rename_dialog_title">Hernoem</string>
  <string name="rename_dialog_message">Tik \'n nuwe naam</string>
  <string name="duplicate_appgroup_name">Duplikaat program groep naam!</string>
  <string name="rename_dialog_hint">Tik profiel naam</string>
  <!-- Reset Profiles -->
  <string name="profile_reset_title">Stel terug</string>
  <string name="profile_reset_message">Verwyder alle gebruiker profiele en program groepe en stel terug na die standaard instellings?</string>
  <!-- Delete confimation messages -->
  <string name="profile_app_delete_confirm">Verwyder hierdie program?</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">Klankoorskrywings</string>
  <string name="connection_state_enabled">Aktiveer</string>
  <string name="volume_override_summary">Stel na %1$s/%2$s</string>
  <string name="profile_volume_override_checkbox_label">Ignoreer volume</string>
  <!-- Menu item for managing profiles -->
  <string name="profile_profiles_manage">Profiele</string>
  <string name="profile_profile_manage">Bestuur profiel</string>
  <string name="profile_appgroups_manage">Program groepe</string>
  <string name="profile_appgroup_manage">Bestuur program groepe</string>
  <!-- Profile settings screen, section header for settings related to notification profiles -->
  <string name="profile_settings">Profiel instellings</string>
  <string name="profile_trigger_connect">Konnektering</string>
  <string name="profile_trigger_disconnect">Diskonnektering</string>
  <string name="profile_trigger_notrigger">Geen sneller nie</string>
  <!-- Profile Settings sound modes labels -->
  <string name="sound_mode">Kennisgewing metode</string>
  <string name="ringer_mode">Foon-luitoon metode</string>
  <string name="lights_mode">Liggie metode</string>
  <string name="vibrate_mode">Vibrator metode</string>
  <string name="choose_soundtone">Kies kennisgewing-luitoon</string>
  <string name="choose_ringtone">Kies foon-luitoon</string>
  <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
  <string name="soundtone_title">Kennisgewingtoon</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">Program groepe</string>
  <string name="profile_applist_title">Programme</string>
  <string name="profile_new_appgroup">Nuwe program groep</string>
  <string name="profile_delete_appgroup">Verwyder program groep?</string>
  <string name="profile_appgroup_name_prompt">Tik \'n naam vir die nuwe program groep</string>
  <string name="profile_appgroup_name_title">Naam</string>
  <!-- Add application dialog box title -->
  <string name="profile_choose_app">Kies program</string>
  <!-- Profiles - system settings -->
  <string name="profile_system_settings_title">Stelsel instellings</string>
  <string name="profile_lockmode_title">Slotskerm metode</string>
  <string name="profile_lockmode_policy_disabled_summary">Hierdie profiel opsie is afgeskakel deur \'n toestel administrasie beleid</string>
  <string name="profile_lockmode_insecure_summary">Moenie vra nie vir PIN of wagwoord</string>
  <string name="profile_lockmode_disabled_summary">Deaktiveer slot skerm</string>
  <string name="profile_airplanemode_title">Vliegtuigmodus</string>
  <string name="profile_brightness_title">Skerm helderheid</string>
  <string name="profile_brightness_override_summary">Stel na %1$d%%</string>
  <string name="profile_brightness_override_checkbox_label">Verander helderheid</string>
  <!-- Connection override toggles (not all are used at this time ) -->
  <string name="toggleWifi">Wi\u2011Fi</string>
  <string name="toggleWifiAp">Draagbare Wi\u2011Fi warmkol</string>
  <string name="toggleBluetooth">Bluetooth</string>
  <string name="toggleGPS">GPS</string>
  <string name="toggleData">Data verbinding</string>
  <string name="toggleSync">Outo-Sinkroniseer data</string>
  <string name="toggle2g3g4g">Voorkeur netwerk tipe</string>
  <string name="toggle2g3g4g_msim">Voorkeur netwerk tipe (%1$s)</string>
  <string name="toggleNfc">NFC</string>
  <!-- Wi-Fi region code -->
  <string name="wifi_setting_countrycode_title">Wi\u2011Fi streek-kode</string>
  <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
  <string name="wifi_setting_countrycode_summary">Spesifiseer die streek-kode vir Wi\u2011Fi</string>
  <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
  <string name="wifi_setting_countrycode_error">Daar was a probleem om die streek kode te verander.</string>
  <string name="wifi_countrycode_us">Verenigde State</string>
  <string name="wifi_countrycode_ca">Kanada, 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">Australia</string>
  <string name="wifi_countrycode_cn">Sjina</string>
  <string name="wifi_countrycode_kr">Korea</string>
  <string name="wifi_countrycode_tr">Suid Afrika, Turkye</string>
  <string name="wifi_countrycode_sg">Israel, Singapoer</string>
  <string name="wifi_countrycode_br">Brasil</string>
  <string name="wifi_countrycode_in">India</string>
  <!-- Profiles -->
  <string name="profile_menu_delete_title">Verwyder</string>
  <string name="profile_action_none">Laat onveranderd</string>
  <string name="profile_action_system">Stelsel standaard</string>
  <string name="profile_action_disable">Skakel af</string>
  <string name="profile_action_enable">Skakel aan</string>
  <string name="profile_trigger_a2dp_connect">Op A2DP verbinding</string>
  <string name="profile_trigger_a2dp_disconnect">Op A2DP ontkoppeling</string>
  <string name="profile_tabs_wifi">Wi\u2011Fi</string>
  <string name="profile_tabs_bluetooth">Bluetooth</string>
  <string name="profile_tabs_nfc">NFC</string>
  <string name="profile_triggers_header">Snellers wat jou profiel sal aktiveer</string>
  <string name="profile_setup_setup_triggers_title">Stap 1: Voeg snellers by</string>
  <string name="profile_setup_setup_triggers_title_config">Verander snellers: <xliff:g id="profile_name">%1$s</xliff:g></string>
  <string name="profile_setup_actions_title">Stap 2: Stel aksies</string>
  <string name="profile_setup_actions_title_config">Herkonfigureer aksies</string>
  <string name="profile_appgroups_manage">Program groepe</string>
  <string name="profile_appgroup_manage">Bestuur program groepe</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">Program groepe</string>
  <string name="profile_new_appgroup">Nuwe program groep</string>
  <string name="profile_delete_appgroup">Verwyder program groep?</string>
  <string name="profile_appgroup_name_prompt">Tik \'n naam vir die nuwe program groep</string>
  <string name="profile_appgroup_name_title">Naam</string>
  <string name="duplicate_appgroup_name">Duplikaat program groep naam!</string>
  <string name="profile_app_delete_confirm">Verwyder hierdie program?</string>
  <string name="no_bluetooth_triggers">Geen Bluetooth toestelle gepaar.\nRaak om met Bluetooth te paar voordat jy jou snellers opstel.</string>
  <string name="no_wifi_triggers">Geen  Wi\u2011Fi toestelle opgestel.\nRaak om jou Wi\u2011Fi op te stel voordat jy jou snellers opstel.</string>
  <string name="no_triggers_configured">Geen snellers op gestel. Raak om nog by te voeg.</string>
  <string name="no_triggers_configured_nfc">Raak om NFC sneller op te stel.</string>
  <string name="profile_setup_setup_triggers_description">Kies snellers wat die profiel sal aktiveer</string>
  <string name="profile_setup_actions_description">Nou stel wat gebeur wanneer die profiel geaktiveer word</string>
  <!-- Navigation Bar -->
  <string name="navigation_bar_category">Navigasiebalk</string>
  <string name="navigation_bar_left_title">Linkshandige wyse</string>
  <string name="navigation_bar_left_summary">Plaas die navigasie balk aan die linkerkant van die skerm in landskap modus</string>
  <string name="navigation_bar_title">Knoppies en uitleg</string>
  <string name="navigation_bar_help_text">Om te begin redigeer, raak die wysig ikoon\n\nJy kan \'n ikoon raak om funksionaliteit toe te wys of te verander of Lang-druk \'n ikoon om die volgorde te herrangskik \n\nOm te stoor, raak die stoor ikoon of om na standaard terug te stel, raak die herstel-knoppie.</string>
  <string name="navigation_restore_button_text">Herstel\nstandaard</string>
  <string name="navigation_edit_button_text">Wysig</string>
  <string name="navigation_save_button_text">Stoor</string>
  <string name="navigation_bar_reset_message">Verwyder huidige instellings en herstel na standaard uitleg?</string>
  <string name="navigation_bar_arrow_keys_title">Wys pyltjie sleutels terwyl tik</string>
  <string name="navigation_bar_arrow_keys_summary">Wys links en regs wyser knoppies terwyl tik. Oorskryf IME wisselaar.</string>
  <string name="navigation_bar_recents_title">Onlangse lang druk aksie</string>
  <!-- Notification light dialogs -->
  <string name="edit_light_settings">&gt;Verander liggie instellings</string>
  <string name="pulse_speed_title">Flikker lengte en spoed</string>
  <string name="default_time">Normaal</string>
  <string name="custom_time">Persoonlik</string>
  <string name="dialog_delete_title">Vee uit</string>
  <string name="dialog_delete_message">Vee die geselekteerde item uit?</string>
  <!-- Values for the notification light pulse spinners -->
  <string name="pulse_length_always_on">Altyd aan</string>
  <string name="pulse_length_very_short">Baie kort</string>
  <string name="pulse_length_short">Kort</string>
  <string name="pulse_length_normal">Normaal</string>
  <string name="pulse_length_long">Lank</string>
  <string name="pulse_length_very_long">Baie lank</string>
  <string name="pulse_speed_very_fast">Baie vinnig</string>
  <string name="pulse_speed_fast">Vinnig</string>
  <string name="pulse_speed_normal">Normaal</string>
  <string name="pulse_speed_slow">Stadig</string>
  <string name="pulse_speed_very_slow">Baie stadig</string>
  <!-- Battery light settings -->
  <string name="battery_light_title">Battery liggie</string>
  <string name="battery_low_pulse_title">Flikker wanneer battery laag is</string>
  <string name="battery_light_list_title">Kleure</string>
  <string name="battery_light_low_color_title">Laag</string>
  <string name="battery_light_medium_color_title">Tydens laai\u2026</string>
  <string name="battery_light_full_color_title">Vol gelaai</string>
  <!-- Lights settings screen, notification light settings -->
  <string name="notification_light_title">Kennisgewing liggie</string>
  <string name="notification_light_general_title">Algemeen</string>
  <string name="notification_light_applist_title">Programme</string>
  <string name="notification_light_phonelist_title">Telefoon</string>
  <string name="notification_light_use_custom">Gebruik persoonlike waardes</string>
  <string name="notification_light_default_value">Normaal</string>
  <string name="notification_light_missed_call_title">Oproep gemis</string>
  <string name="notification_light_voicemail_title">Stempos</string>
  <string name="notification_light_screen_on">Ligte met skerm aan</string>
  <string name="notification_light_zen_mode">Ligte in Moenie steur modus</string>
  <string name="notification_light_use_multiple_leds">Verskeie LEDs</string>
  <string name="keywords_lights_brightness_level">verdof LED\'s helderheid</string>
  <string name="notification_light_automagic">Kies kleure outomaties</string>
  <!-- Lights settings, LED notification -->
  <string name="led_notification_title">Ligte instellings</string>
  <string name="led_notification_text">LED liggie word deur instellings gaktiveer</string>
  <string name="notification_light_no_apps_summary">Om per toep beheer by te voeg, aktiveer \'%1$s\' en druk \'\u002b\' op die kieslys balk</string>
  <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. -->
  <string name="enable_adb_cm">Android ontfouting</string>
  <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone -->
  <string name="enable_adb_summary_cm">Aktiveer die Android Debug Bridge (ADB) koppelvlak</string>
  <!-- Android debugging over WiFi -->
  <string name="adb_over_network">ADB oor netwerk</string>
  <string name="adb_over_network_summary">Aktiveer TCP/IP\u2011ontfouting oor die netwerk koppelvlakke (Wi\u2011Fi, USB netwerke). Hierdie instelling word terug gestel tydens herlaai</string>
  <!-- Warning for Adb over Network -->
  <string name="adb_over_network_warning">WAARSKUWING: Wanneer ADB oor netwerk aangeskakel is, is die toestel kwesbaar vir indringers op alle verbonde netwerke, insluitend die GSM data netwerk\n\nGebruik Slegs hierdie funksie wanneer vertroude netwerke verbind is\n\nWil jy dit aanskakel?</string>
  <!-- Setting checkbox summary for displaying USB debugging notification -->
  <string name="adb_notify">Ontfouting kennisgewing</string>
  <string name="adb_notify_summary">Vertoon \'n kennisgewing wanneer USB of netwerk ontfouting geaktiveer is</string>
  <!-- Names of categories of app ops tabs - extension of AOSP -->
  <string name="app_ops_categories_location">Ligging</string>
  <string name="app_ops_categories_personal">Persoonlik</string>
  <string name="app_ops_categories_messaging">Boodskappe</string>
  <string name="app_ops_categories_media">Media</string>
  <string name="app_ops_categories_device">Toestel</string>
  <string name="app_ops_categories_bootup">Selflaaiproses</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">growwe ligging</string>
  <string name="app_ops_summaries_fine_location">akurrate ligging</string>
  <string name="app_ops_summaries_gps">GPS</string>
  <string name="app_ops_summaries_vibrate">vibreer</string>
  <string name="app_ops_summaries_read_contacts">lees kontakte</string>
  <string name="app_ops_summaries_modify_contacts">verander kontakte</string>
  <string name="app_ops_summaries_read_call_log">Lees oproep log</string>
  <string name="app_ops_summaries_modify_call_log">verander oproep log</string>
  <string name="app_ops_summaries_read_calendar">lees kalendar</string>
  <string name="app_ops_summaries_modify_calendar">verander kalendar</string>
  <string name="app_ops_summaries_wifi_scan">Wi-Fi skandeer</string>
  <string name="app_ops_summaries_notification">kennisgewing/nie opkomende</string>
  <string name="app_ops_summaries_cell_scan">sel skandeer</string>
  <string name="app_ops_summaries_call_phone">telefoon oproep</string>
  <string name="app_ops_summaries_read_sms">lees SMS</string>
  <string name="app_ops_summaries_write_sms">skryf SMS</string>
  <string name="app_ops_summaries_receive_sms">ontvang SMS</string>
  <string name="app_ops_summaries_receive_emergency_sms">ontvang nood SMS</string>
  <string name="app_ops_summaries_receive_mms">ontvang MMS</string>
  <string name="app_ops_summaries_receive_wap_push">ontvang WAP stoot</string>
  <string name="app_ops_summaries_send_sms">stuur SMS</string>
  <string name="app_ops_summaries_read_icc_sms">lees ICC SMS</string>
  <string name="app_ops_summaries_write_icc_sms">skryf ICC SMS</string>
  <string name="app_ops_summaries_modify_settings">verander settings</string>
  <string name="app_ops_summaries_draw_on_top">laai heelbo</string>
  <string name="app_ops_summaries_access_notifications">toegang kennisgewings</string>
  <string name="app_ops_summaries_camera">kamera</string>
  <string name="app_ops_summaries_record_audio">Klank opneem</string>
  <string name="app_ops_summaries_play_audio">speel oudio</string>
  <string name="app_ops_summaries_read_clipboard">lees knipbord</string>
  <string name="app_ops_summaries_modify_clipboard">verander knipbord</string>
  <string name="app_ops_summaries_media_buttons">media knoppies</string>
  <string name="app_ops_summaries_audio_focus">oudio fokus</string>
  <string name="app_ops_summaries_master_volume">meester volume</string>
  <string name="app_ops_summaries_voice_volume">stem volume</string>
  <string name="app_ops_summaries_ring_volume">lui volume</string>
  <string name="app_ops_summaries_media_volume">media volume</string>
  <string name="app_ops_summaries_alarm_volume">alarm volume</string>
  <string name="app_ops_summaries_notification_volume">kennisgewing volume</string>
  <string name="app_ops_summaries_bluetooth_volume">bluetooth volume</string>
  <string name="app_ops_summaries_keep_awake">how wakker</string>
  <string name="app_ops_summaries_monitor_location">monitor ligging</string>
  <string name="app_ops_summaries_monitor_high_power_location">monitor hoë krag ligging</string>
  <string name="app_ops_summaries_get_usage_stats">kry gebruik statistieke</string>
  <string name="app_ops_summaries_mute_unmute_microphone">demp/ontdemp mikrofoon</string>
  <string name="app_ops_summaries_toast_window">Vertoon uitspring kennisgewing</string>
  <string name="app_ops_summaries_project_media">projek media</string>
  <string name="app_ops_summaries_activate_vpn">Aktiveer VPN</string>
  <string name="app_ops_summaries_write_wallpaper">skryf agtergrond</string>
  <string name="app_ops_summaries_assist_structure">help struktuur</string>
  <string name="app_ops_summaries_assist_screenshot">help skermkiekie</string>
  <string name="app_ops_summaries_read_phone_state">lees foon status</string>
  <string name="app_ops_summaries_add_voicemail">voeg stem boodskap by</string>
  <string name="app_ops_summaries_use_sip">gebruik SIP</string>
  <string name="app_ops_summaries_make_call">maak oproep</string>
  <string name="app_ops_summaries_use_fingerprint">gebruik vingerafdruk</string>
  <string name="app_ops_summaries_use_body_sensors">gebruik liggaam sensors</string>
  <string name="app_ops_summaries_read_cell_broadcasts">lees sel uitsendings</string>
  <string name="app_ops_summaries_mock_location">skyn ligging</string>
  <string name="app_ops_summaries_read_external_storage">lees eksterne spasie</string>
  <string name="app_ops_summaries_write_external_storage">skryf na eksterne stoor spasie</string>
  <string name="app_ops_summaries_turn_screen_on">skakel skerm aan</string>
  <string name="app_ops_summaries_get_accounts">kry rekeninge</string>
  <string name="app_ops_summaries_toggle_wifi">wissel Wi-Fi</string>
  <string name="app_ops_summaries_toggle_bluetooth">wissel bluetooth</string>
  <string name="app_ops_summaries_start_at_boot">begin by stelsel begin</string>
  <string name="app_ops_summaries_toggle_nfc">wissel NFC</string>
  <string name="app_ops_summaries_toggle_mobile_data">skakel sellulêre data aan/af</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">Growwe ligging</string>
  <string name="app_ops_labels_fine_location">Akurrate ligging</string>
  <string name="app_ops_labels_gps">GPS</string>
  <string name="app_ops_labels_vibrate">Vibreer</string>
  <string name="app_ops_labels_read_contacts">Lees kontakte</string>
  <string name="app_ops_labels_modify_contacts">Verander kontakte</string>
  <string name="app_ops_labels_read_call_log">Lees oproep log</string>
  <string name="app_ops_labels_modify_call_log">Verander oproep log</string>
  <string name="app_ops_labels_read_calendar">Lees kalendar</string>
  <string name="app_ops_labels_modify_calendar">Verander kalendar</string>
  <string name="app_ops_labels_wifi_scan">Wi-Fi skandeer</string>
  <string name="app_ops_labels_notification">Na kennisgewing</string>
  <string name="app_ops_labels_cell_scan">Sell skandeer</string>
  <string name="app_ops_labels_call_phone">Telefoon oproep</string>
  <string name="app_ops_labels_read_sms">Lees SMS</string>
  <string name="app_ops_labels_write_sms">Skryf SMS</string>
  <string name="app_ops_labels_receive_sms">Ontvang SMS/MMS</string>
  <string name="app_ops_labels_receive_emergency_sms">Ontvang nood SMS</string>
  <string name="app_ops_labels_receive_mms">Ontvang SMS/MMS</string>
  <string name="app_ops_labels_receive_wap_push">Ontvang WAP stoot boodskap</string>
  <string name="app_ops_labels_send_sms">Stuur SMS/MMS</string>
  <string name="app_ops_labels_read_icc_sms">Lees ICC SMS</string>
  <string name="app_ops_labels_write_icc_sms">Skryf ICC SMS</string>
  <string name="app_ops_labels_modify_settings">Verander instellings</string>
  <string name="app_ops_labels_draw_on_top">Laai heelbo</string>
  <string name="app_ops_labels_access_notifications">Toegang kennisgewings</string>
  <string name="app_ops_labels_camera">Kamera</string>
  <string name="app_ops_labels_record_audio">Klank opneem</string>
  <string name="app_ops_labels_play_audio">Speel klank</string>
  <string name="app_ops_labels_read_clipboard">Lees knipbord</string>
  <string name="app_ops_labels_modify_clipboard">Verander knipbord</string>
  <string name="app_ops_labels_media_buttons">Media knoppies</string>
  <string name="app_ops_labels_audio_focus">Oudio fokus</string>
  <string name="app_ops_labels_master_volume">Meester volume</string>
  <string name="app_ops_labels_voice_volume">Stem volume</string>
  <string name="app_ops_labels_ring_volume">Lui volume</string>
  <string name="app_ops_labels_media_volume">Media volume</string>
  <string name="app_ops_labels_alarm_volume">Oudio fokus</string>
  <string name="app_ops_labels_notification_volume">Meester volume</string>
  <string name="app_ops_labels_bluetooth_volume">Stem volume</string>
  <string name="app_ops_labels_keep_awake">How wakker</string>
  <string name="app_ops_labels_monitor_location">Monitor ligging</string>
  <string name="app_ops_labels_monitor_high_power_location">Monitor hoë krag ligging</string>
  <string name="app_ops_labels_get_usage_stats">Kry gebruik statistieke</string>
  <string name="app_ops_labels_mute_unmute_microphone">Demp/ontdemp mikrofoon</string>
  <string name="app_ops_labels_toast_window">Vertoon uitspring kennisgewing</string>
  <string name="app_ops_labels_project_media">Projek media</string>
  <string name="app_ops_labels_activate_vpn">Aktiveer VPN</string>
  <string name="app_ops_labels_write_wallpaper">Skryf agtergrond</string>
  <string name="app_ops_labels_assist_structure">Help struktuur</string>
  <string name="app_ops_labels_assist_screenshot">Help skermkiekie</string>
  <string name="app_ops_labels_read_phone_state">Lees foon status</string>
  <string name="app_ops_labels_add_voicemail">Voeg stem boodskap by</string>
  <string name="app_ops_labels_use_sip">Gebruik SIP</string>
  <string name="app_ops_labels_make_call">Maak oproep</string>
  <string name="app_ops_labels_use_fingerprint">Gebruik vingerafdruk</string>
  <string name="app_ops_labels_use_body_sensors">Gebruik liggaam sensors</string>
  <string name="app_ops_labels_read_cell_broadcasts">Lees sel uitsendings</string>
  <string name="app_ops_labels_mock_location">Skyn ligging</string>
  <string name="app_ops_labels_read_external_storage">Lees eksterne spasie</string>
  <string name="app_ops_labels_write_external_storage">Skryf na eksterne stoor spasie</string>
  <string name="app_ops_labels_turn_screen_on">Skakel skerm aan</string>
  <string name="app_ops_labels_get_accounts">Kry rekeninge</string>
  <string name="app_ops_labels_toggle_wifi">Wissel Wi-Fi</string>
  <string name="app_ops_labels_toggle_bluetooth">Wissel bluetooth</string>
  <string name="app_ops_labels_start_at_boot">Begin by stelsel begin</string>
  <string name="app_ops_labels_toggle_nfc">Wissel NFC</string>
  <string name="app_ops_labels_toggle_mobile_data">Skakel sellulêre data aan/af</string>
  <string name="app_ops_labels_superuser">\'Root\' toegang</string>
  <!-- App ops permissions -->
  <string name="app_ops_permissions_allowed">Toegelaat</string>
  <string name="app_ops_permissions_ignored">Geïgnoreer</string>
  <string name="app_ops_permissions_always_ask">Vrae altyd</string>
  <!-- App ops detail -->
  <string name="app_ops_entry_summary"><xliff:g id="op">%1$s</xliff:g> (gebruik <xliff:g id="count">%2$s</xliff:g>)</string>
  <string name="app_ops_allowed_count">Toegelaat <xliff:g id="count" example="2 times">%s</xliff:g></string>
  <string name="app_ops_ignored_count">Ontken <xliff:g id="count" example="2 times">%s</xliff:g></string>
  <string name="app_ops_both_count">Toegelaat <xliff:g id="count">%1$s</xliff:g>, ontken <xliff:g id="count">%2$s</xliff:g></string>
  <string name="app_ops_disabled_by_optimization">Gedeaktiveer deur battery optimalisering</string>
  <!-- App ops menu options -->
  <string name="app_ops_show_user_apps">Wys gebruiker programme</string>
  <string name="app_ops_show_system_apps">Wys ingeboude programme</string>
  <string name="app_ops_reset_counters">Herstel toelaat/weier tellers</string>
  <string name="app_ops_reset_confirm_title">Bevestig tellers terugstel</string>
  <string name="app_ops_reset_confirm_mesg">Is jy seker jy wil tellers herstel?</string>
  <string name="ok">OK</string>
  <!-- Hostname setting -->
  <string name="device_hostname">Toestel gasheernaam</string>
  <string name="unlock_scramble_pin_layout_title">Skommel uitleg</string>
  <string name="unlock_scramble_pin_layout_summary">Skommel PIN uitleg wanneer die toestel ontsluit word</string>
  <string name="button_pref_title">Knoppies</string>
  <string name="hardware_keys_power_key_title">Krag knoppie</string>
  <string name="hardware_keys_home_key_title">Tuis-knoppie</string>
  <string name="hardware_keys_back_key_title">Terug-knoppie</string>
  <string name="hardware_keys_menu_key_title">Kieslys-knoppie</string>
  <string name="hardware_keys_assist_key_title">Soek-knoppie</string>
  <string name="hardware_keys_appswitch_key_title">Onlangse-knoppie</string>
  <string name="hardware_keys_camera_key_title">Kamera knoppie</string>
  <string name="hardware_keys_volume_keys_title">Volume-knoppies</string>
  <string name="hardware_keys_short_press_title">Aanraak aksie</string>
  <string name="hardware_keys_long_press_title">Lang-druk aksie</string>
  <string name="hardware_keys_double_tap_title">Dubbelle aanrak aksie</string>
  <string name="hardware_keys_action_nothing">Geen aksie</string>
  <string name="hardware_keys_action_menu">Kieslys oop/toemaak</string>
  <string name="hardware_keys_action_app_switch">Program wisselaar</string>
  <string name="hardware_keys_action_search">Soek assistent</string>
  <string name="hardware_keys_action_voice_search">Stemsoektog</string>
  <string name="hardware_keys_action_in_app_search">In-program soek</string>
  <string name="hardware_keys_action_launch_camera">Begin kamera</string>
  <string name="hardware_keys_action_sleep">Skakel skerm af</string>
  <string name="hardware_keys_action_last_app">Laaste program</string>
  <string name="camera_sleep_on_release_title">Skerm loer</string>
  <string name="camera_sleep_on_release_summary">\'n Half druk sal die skerm aanhou slegs terwyl die knoppie ingehou word</string>
  <string name="camera_launch_title">Begin kamera</string>
  <string name="camera_launch_summary">\'n Lang druk en los sal kamera begin</string>
  <string name="volbtn_music_controls_title">Volume knoppies beheer musiek</string>
  <string name="volbtn_music_controls_summary">Wanneer die skerm af is, sal \'n lang-druk op die volume knoppies poog om deur musiek liedtjies te soek</string>
  <string name="volbtn_cursor_control_title">Sleutelbord beheer Por</string>
  <string name="volbtn_cursor_control_off">Afgeskakel</string>
  <string name="volbtn_cursor_control_on">Volume op/af beweeg por links/regs</string>
  <string name="volbtn_cursor_control_on_reverse">Volume op/af beweeg por regs/links</string>
  <string name="power_end_call_title">Beëindig oproep</string>
  <string name="power_end_call_summary">Druk van krag knoppie sal die huidige oproep beëindig</string>
  <string name="swap_volume_buttons_title">Herorienteer</string>
  <string name="swap_volume_buttons_summary">Ruil volume knoppies om wanneer die skerm geroteer word</string>
  <string name="button_wake_title">Wakker maak van toestel</string>
  <string name="home_answer_call_title">Antwoord oproep</string>
  <string name="home_answer_call_summary">Druk van die tuisknoppie sal die huidige inkomende oproep beantwoord</string>
  <!-- Backlight brightness settings screen -->
  <string name="adaptive_backlight_title">Aanpasbare agtergrond verligting</string>
  <string name="adaptive_backlight_summary">Dinamies verander die helderheid van die skerm om battery lewe te maksimeer en bruikbaarheid te maksimeer</string>
  <!-- Sunlight readability enhancement screen -->
  <string name="sunlight_enhancement_title">Sonlig verbetering</string>
  <string name="sunlight_enhancement_summary">Verbeter helderheid van die skerm en leesbaarheid onder helder sonlig</string>
  <!-- Color enhancement settings screen -->
  <string name="color_enhancement_title">Kleur verbetering</string>
  <string name="color_enhancement_summary">Dinamiese verbeter die kleur van die skerm</string>
  <!-- Key backlight -->
  <string name="button_backlight_title">Agtergrond lig</string>
  <string name="button_backlight_enabled">Verlig knoppies</string>
  <string name="keyboard_backlight_enabled">Verlig sleutelbord</string>
  <string name="button_backlight_seekbar_title">Knoppie helderheid</string>
  <string name="keyboard_backlight_seekbar_title">Sleutelbord helderheid</string>
  <string name="backlight_timeout_title">Verligting tydsduur</string>
  <string name="backlight_timeout_unlimited">Moet nie afsit nie</string>
  <string name="backlight_summary_disabled">Gedeaktiveer</string>
  <string name="backlight_summary_enabled_with_timeout">Aktiveer vir <xliff:g id="timeout">%s</xliff:g></string>
  <string name="backlight_summary_enabled">Aktiveer</string>
  <!-- Gesture Settings -->
  <!-- Settings main menu entry -->
  <string name="gesture_settings_title">Gebare</string>
  <!-- Power menu -->
  <string name="power_menu_title">Kragkieslys</string>
  <string name="power_menu_reboot_title">Herlaai kielys</string>
  <string name="power_menu_screenshot_title">Skermfoto</string>
  <string name="power_menu_airplane_title">Vliegtuigmodus</string>
  <string name="power_menu_users_title">Gebruiker wisselaar</string>
  <string name="power_menu_settings_title">Instellings kortpad</string>
  <string name="power_menu_lockdown_title">Toestel \'lockdown\'</string>
  <string name="power_menu_bug_report_title">Foutverslag</string>
  <string name="power_menu_sound_title">Klankpaneel</string>
  <string name="power_menu_bug_report_disabled">Fout verslagdoening is in ontwikkelaar opsies gedeaktiveer</string>
  <!-- Buttons - Enable navbar -->
  <string name="disable_navkeys_title">Aktiveer op skerm nav balk</string>
  <string name="disable_navkeys_summary">Aktiveer op skerm navigasie balk en skakel hardeware knoppies af</string>
  <!-- tap-to-wake -->
  <string name="double_tap_to_wake_title">Klop-Klop wakker instelling</string>
  <string name="double_tap_to_wake_summary">Dubbel klop op die skerm om dit aan te skakel</string>
  <!-- tap-to-sleep -->
  <string name="double_tap_to_sleep_title">Klop-Klop om te slaap</string>
  <string name="double_tap_to_sleep_summary">Dubbel klop op die statusbalk om skerm af te skakel</string>
  <!-- Proximity wake -->
  <string name="proximity_wake_title">Voorkom toevallige wakker word</string>
  <string name="proximity_wake_summary">Kontroleer die nabyheidsensor voor wakkerword, wat deur gebare veroorsaak is</string>
  <!-- Turn on display when power connected; turn off display when power disconnected -->
  <string name="wake_when_plugged_or_unplugged_title">Word wakker op in/uit prop</string>
  <string name="wake_when_plugged_or_unplugged_summary">Skakel die skerm aan met die koppeling of ontkoppeling van \'n kragbron</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">Voorbeeld</string>
  <!-- Volume settings - Volume adjustment sound -->
  <string name="volume_adjust_sounds_title">Volume verander klanke</string>
  <!-- Hardware tunables - Vibrator intensity -->
  <string name="vibrator_intensity_title">Vibrator intensiteit</string>
  <string name="vibrator_warning">Waardes hoër as %1$d%% word nie aanbeveel nie</string>
  <!-- Hardware tunables - Color calibration -->
  <string name="color_calibration_title">Kleur kalibrasie</string>
  <string name="color_calibration_summary">Kalibreer skerm kleure</string>
  <string name="color_red_title">Rooi</string>
  <string name="color_green_title">Groen</string>
  <string name="color_blue_title">Blou</string>
  <!-- Launch music player when headset is connected -->
  <string name="headset_connect_player_title">Begin musiek program</string>
  <string name="headset_connect_player_summary">Begin die standaard musiek program wanneer oorfone gekoppel word</string>
  <!-- WiFi auto-configure priorities -->
  <string name="wifi_auto_config_priorities">Outomatiese prioriteit</string>
  <string name="auto_brightness_reset_button">Stel terug</string>
  <!-- Display : Rotation  -->
  <string name="display_rotation_title">Rotasie</string>
  <string name="display_rotation_disabled">Gedeaktifeer</string>
  <string name="display_rotation_unit">Grade</string>
  <string name="display_lockscreen_rotation_title">Draai slotskerm</string>
  <string name="display_rotation_category_title">Rotasie modus</string>
  <string name="display_rotation_0_title">0 grade</string>
  <string name="display_rotation_90_title">90 grade</string>
  <string name="display_rotation_180_title">180 grade</string>
  <string name="display_rotation_270_title">270 grade</string>
  <!-- LiveDisplay -->
  <string name="live_display_summary">Optimaliseer jou skerm gebaseer op die tyd van die dag en die omringende omstandighede om leesbaarheid te verbeter en verminder oogspanning</string>
  <string name="live_display_mode">Skerm modus</string>
  <string name="live_display_color_temperature_title">Kleurtemperatuur</string>
  <string name="live_display_color_temperature_summary">Dag: <xliff:g id="day_temperature">%1$d</xliff:g>K  Night: <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">Dag</string>
  <string name="live_display_night">Nag</string>
  <string name="live_display_outdoor_mode_title">Outomatiese buitelug modus</string>
  <string name="live_display_outdoor_mode_summary">Verhoog helderheid en diepte outomaties onder helder sonlig</string>
  <string name="live_display_low_power_title">Verminder kragverbruik</string>
  <string name="live_display_low_power_summary">Verstel skerm vir laagste kragverbruik sonder verswakking</string>
  <string name="live_display_enhance_color_title">Verbeter kleure</string>
  <string name="live_display_enhance_color_summary">Verbeter kleur impak van vlees toon, natuurskoon en ander beelde</string>
  <string name="live_display_color_profile_title">Kleur profiel</string>
  <string name="live_display_color_profile_standard_title">Standaard</string>
  <string name="live_display_color_profile_standard_summary">Akkurate kleure en helder wit</string>
  <string name="live_display_color_profile_natural_title">Natuurlik</string>
  <string name="live_display_color_profile_natural_summary">Realistiese kleure en vlees skakerings</string>
  <string name="live_display_color_profile_dynamic_title">Dinamies</string>
  <string name="live_display_color_profile_dynamic_summary">Verbeterde kleure en helder wit</string>
  <string name="live_display_color_profile_cinema_title">Film</string>
  <string name="live_display_color_profile_cinema_summary">Perfekte kleur voortplanting vir video</string>
  <string name="live_display_color_profile_astronomy_title">Sterrekunde</string>
  <string name="live_display_color_profile_astronomy_summary">Diep rooi vir die behoud van die nag visie</string>
  <string name="live_display_color_profile_photography_title">Fotografie</string>
  <string name="live_display_color_profile_photography_summary">Perfekte kleur voortplanting vir foto\'s</string>
  <string name="live_display_color_profile_basic_title">Basies</string>
  <string name="live_display_color_profile_basic_summary">Gebruik die skerm ongekalibreerd</string>
  <string name="live_display_color_profile_adaptive_title">Aanpasbaar</string>
  <string name="live_display_color_profile_adaptive_summary">Kleure pas by omringende omstandighede</string>
  <!-- LiveDisplay : Picture Adjustment -->
  <string name="picture_adjustment_title">Prent aanpassing</string>
  <string name="picture_adjustment_summary">Verstel kleur, versadiging, intensiteit en kontras</string>
  <string name="adj_hue_title">Kleur</string>
  <string name="adj_saturation_title">Versadigingspunt</string>
  <string name="adj_intensity_title">Intensiteit</string>
  <string name="adj_contrast_title">Kontras</string>
  <!-- Whether to display IME switcher notifcation -->
  <string name="ime_switcher_notify">Selektor ikoon</string>
  <string name="ime_switcher_notify_summary">Wys invoer metode selektor ikoon</string>
  <!-- Heads up -->
  <string name="heads_up_notifications">Loer boodskap</string>
  <string name="summary_heads_up_enabled">Loer boodskap kennisgewings aangeskakel</string>
  <string name="summary_heads_up_disabled">Loar boodskap kennisgewings is afgeskakel</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">Aanvaar alle lêer tipes</string>
  <!-- High touch sensitivity -->
  <string name="high_touch_sensitivity_title">Hoë raak sensitiwiteit</string>
  <string name="high_touch_sensitivity_summary">Verhoog skerm sensitiwiteit, sodat dit kan gebruik word met die dra van handskoene</string>
  <!-- Display & Lights screen, setting options for LCD density -->
  <string name="lcd_density">LCD digtheid</string>
  <string name="dialog_title_lcd_density">LCD digtheid</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">Herbegin koppelvlak\u2026</string>
  <!-- Stylus Icon -->
  <string name="stylus_icon_enabled_title">Toon ikoon tydens die gebruik van \'n stilus</string>
  <string name="stylus_icon_enabled_summary">Wys die wyser ikoon wanneer beweeg of skets met die stilus</string>
  <!-- Stylus Gestures -->
  <string name="gestures_settings_title">Stilus-gebare</string>
  <string name="category_spen_title">Stilus-gebare</string>
  <string name="enable_subcat_title">Stilus</string>
  <string name="enable_spen_title_head">Aktiveer stilus-gebare</string>
  <string name="enable_spen_summary_head">Gebruik skuif gebare deur die hou van die stilus knoppie</string>
  <string name="gestures_subcat_title">Gebare</string>
  <string name="gestures_left_spen_title_head">Vee links</string>
  <string name="gestures_right_spen_title_head">Vee regs</string>
  <string name="gestures_up_spen_title_head">Vee op</string>
  <string name="gestures_down_spen_title_head">Vee af</string>
  <string name="gestures_long_spen_title_head">Lang-druk</string>
  <string name="gestures_double_spen_title_head">Dubbele aanraak</string>
  <!-- Gestures Options -->
  <string name="gestures_action_empty">Geen aksie</string>
  <string name="gestures_action_home">Tuis</string>
  <string name="gestures_action_back">Terug-knoppie aksie</string>
  <string name="gestures_action_menu">Kieslys-knoppie aksie</string>
  <string name="gestures_action_search">Soek-knoppie aksie</string>
  <string name="gestures_action_recent">Onlangse programme</string>
  <!-- Stylus gestures -->
  <string name="stylus_app_not_installed">%s is nie geïnstalleer nie</string>
  <!-- Touchscreen hovering -->
  <string name="touchscreen_hovering_title">Raakskerm swewing</string>
  <string name="touchscreen_hovering_summary">Laat toe om bo die sekrm te sweef soos \'n muis in die web blaaiers, Remote desktops, ens</string>
  <!-- Increasing ring tone volume -->
  <string name="increasing_ring_volume_option_title">Toenemende luitoon volume</string>
  <string name="increasing_ring_min_volume_title">Begin volume</string>
  <string name="increasing_ring_ramp_up_time_title">Tydsduur</string>
  <!-- LTO download data over wi-fi only -->
  <string name="lto_download_data_wifi_only">GPS data aflaai</string>
  <string name="lto_download_data_wifi_only_on">Oor enige netwerke</string>
  <string name="lto_download_data_wifi_only_off">Slegs Wi\u2011Fi netwerke</string>
  <string name="volume_keys_control_ring_stream_title">Beheer luitoon volume</string>
  <string name="volume_keys_control_ring_stream_summary_on">Volume-knoppies beheer luitoon volume</string>
  <string name="volume_keys_control_ring_stream_summary_off">Volume-knoppies beheer media volume</string>
  <string name="category_calibration">Kalibrasie</string>
  <string name="display_and_lights">Skerm &amp; liggies</string>
  <!-- Category title for Charging sounds (Power state change) specific Settings.
         [CHAR LIMIT=40] -->
  <string name="power_notifications_category_title">Laaier-klank</string>
  <!-- Sound settings, Charging sounds enable/disable, setting check box label -->
  <string name="power_notifications_enable_title">Aktiveer</string>
  <string name="power_notifications_enable_summary">Speel \'n klank met die koppeling of ontkoppeling van \'n kragbron</string>
  <!-- Sound settings, Charging sounds vibrate enable/disable, setting check box label -->
  <string name="power_notifications_vibrate_title">Vibreer</string>
  <!-- Sound settings, Charging sounds ringtone selection, preference label -->
  <string name="power_notifications_ringtone_title">Kennisgewing-luitoon</string>
  <!-- Sound settings, charging sounds label for ringtone == none -->
  <string name="power_notifications_ringtone_silent">Gedemp</string>
  <!-- Status bar -->
  <string name="status_bar_title">Statusbalk</string>
  <string name="status_bar_toggle_brightness">Helderheid beheer</string>
  <string name="status_bar_toggle_brightness_summary">Verander helderheid aan deur te gly oor die statusbalk</string>
  <string name="status_bar_notif_count_title">Kennisgewingstelling</string>
  <string name="status_bar_notif_count_summary">Vertoon die aantal uitstaande kennisgewings</string>
  <string name="status_bar_quick_qs_pulldown_title">Vinnige Instellings</string>
  <string name="status_bar_quick_qs_pulldown_summary">%1$s rand van die statusbalk vertoon Vinnige Instellings</string>
  <string name="status_bar_quick_qs_pulldown_summary_left">Links</string>
  <string name="status_bar_quick_qs_pulldown_summary_right">Regs</string>
  <string name="status_bar_quick_qs_pulldown_off">Af</string>
  <string name="status_bar_quick_qs_pulldown_left">Links</string>
  <string name="status_bar_quick_qs_pulldown_right">Regs</string>
  <!-- Status bar - Clock -->
  <string name="status_bar_clock_style_title">Horlosie styl</string>
  <string name="status_bar_clock_style_right">Regs</string>
  <string name="status_bar_clock_style_left">Links</string>
  <string name="status_bar_clock_style_center">Middel</string>
  <string name="status_bar_clock_style_hidden">Versteek</string>
  <string name="status_bar_am_pm_title">VM/NM styl</string>
  <string name="status_bar_am_pm_info">24-uur horlosie is aangeskakel</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">Versteek</string>
  <!-- Status bar - Battery -->
  <string name="status_bar_battery_style_title">Battery status styl</string>
  <string name="status_bar_battery_style_icon_portrait">Portret ikoon</string>
  <string name="status_bar_battery_style_icon_landscape">Landskap ikoon</string>
  <string name="status_bar_battery_style_circle">Sirkel</string>
  <string name="status_bar_battery_style_text">Teks</string>
  <string name="status_bar_battery_style_hidden">Versteek</string>
  <!-- Status bar - Battery percentage -->
  <string name="status_bar_battery_percentage_title">Battery persentasie</string>
  <string name="status_bar_battery_percentage_default">Versteek</string>
  <string name="status_bar_battery_percentage_text_inside">Binne-in die ikoon</string>
  <string name="status_bar_battery_percentage_text_next">Langs die ikoon</string>
  <!-- Status bar - icon blacklist -->
  <string name="status_bar_icons_title">Status balk ikone</string>
  <string name="status_bar_icons_summary">Beheer watter status balk ikone word getoon</string>
  <!-- EdgeGesture service -->
  <string name="edge_gesture_service_title">Blok gebaar raak gebeure</string>
  <string name="edge_gesture_service_summary">Moenie raak gebeure vir navigasie en status balk gebare stuur na programme</string>
  <!-- Keep screen on strings -->
  <string name="keep_screen_on_never">Nooit</string>
  <string name="keep_screen_on_debugging">Tydens USB ontfouting</string>
  <string name="keep_screen_on_charging">Tydens laai</string>
  <!-- Privacy Settings Header item -->
  <string name="privacy_settings_cyanogenmod_title">Privaatheid</string>
  <!-- Privacy Guard -->
  <string name="privacy_guard_default_title">Standaard instelling</string>
  <string name="privacy_guard_default_summary">Aktiveer as \'n standaard instelling vir nuut-geinstalleerde programme</string>
  <string name="privacy_guard_manager_title">Privaatheidswag</string>
  <string name="privacy_guard_manager_summary">Bestuur programme se toegang tot persoonlike data</string>
  <string name="privacy_guard_no_user_apps">Geen programme is geinstalleer nie</string>
  <string name="privacy_guard_help_title">Help</string>
  <string name="privacy_guard_reset_title">Herstel</string>
  <string name="privacy_guard_reset_text">Herstel regte?</string>
  <string name="privacy_guard_help_text">Selekteer vir watter programme Privaatheidswag geaktiveer is deur die program ikoon te raak. Geselekteerde programme sal nie toegang tot persoonlike data soos kontakte, boodskappe en oproep geskiedenis kan kry nie. Lang-raak op \'n program om die program besonderhede te sien.\n\nBy verstek word interne programme uitgesluit. Om die filters vir sigbare programme te verander, selekteer die toepaslike opsies in die kieslys.</string>
  <string name="privacy_guard_manager_show_system_apps">Sluit interne programme in</string>
  <string name="privacy_guard_advanced_settings_title">Gevorderd</string>
  <string name="privacy_guard_notification_title">Wys kennisgewing</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">Wys patroon fout</string>
  <!-- Whether the dots will be drawn when using the lockscreen pattern -->
  <string name="lockpattern_settings_enable_dots_title">Wys patroon kolle</string>
  <!-- Whether the keyguard will directly pass to password entry -->
  <string name="lock_directly_show_password">Wys direk wagwoord inskrywing</string>
  <!-- Whether the keyguard will directly pass to pattern view -->
  <string name="lock_directly_show_pattern">Wys direk patroon inskrywing</string>
  <!-- Whether the keyguard will directly pass to PIN entry -->
  <string name="lock_directly_show_pin">Wys direk PIN inskrywing</string>
  <!-- lock screen visualizer -->
  <string name="lockscreen_visualizer_title">Vertoon musiek visualiseerder</string>
  <!-- lock screen disabled by QS tile warning -->
  <string name="lockscreen_disabled_by_qs_tile_title">Afgeskakel deur vinnige instellings teël</string>
  <string name="lockscreen_disabled_by_qs_tile_summary">Tik om die skerm slot aanteskakel</string>
  <string name="lockscreen_disabled_by_qs_tile_summary_enabled">Skerm slot aangesit!</string>
  <!-- Battery saver -->
  <string name="battery_saver_threshold">Battery spaarder grens</string>
  <string name="battery_saver_summary">Verminder werkverrigting en beperk agtergrond data</string>
  <string name="battery_saver_summary_unavailable">Nie beskikbaar tydens laai</string>
  <!-- Battery : Automatic performance profiles -->
  <string name="autoperf_title">Aktiveer per program profiele</string>
  <string name="autoperf_summary">Kies outomaties \'n toepaslike battery modus vir verskeie programme</string>
  <string name="perf_profile_title">Battery modus</string>
  <!-- Memory -->
  <string name="memory_startup_apps_title">Toepe wat begin met stelsel begin</string>
  <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
  <string name="notification_ringtone_title_cm">Kennisgewingtoon</string>
  <!-- Advanced reboot options -->
  <string name="advanced_reboot_title">Gevorderde herlaai</string>
  <string name="advanced_reboot_summary">Wanneer ontsluit, sluit opsies in die krag kieslys vir herlaai na \'recovery\', \'bootloader\' of doen a vinnige herlaai</string>
  <string name="category_interface">Koppelvlak</string>
  <!-- Expanded desktop -->
  <string name="power_menu_expanded_desktop">Uitgebreide lessenaar</string>
  <string name="expanded_hide_nothing">Verberg niks</string>
  <string name="expanded_hide_status">Versteek status balk</string>
  <string name="expanded_hide_navigation">Versteek navigasie balk</string>
  <string name="expanded_hide_both">Versteek beide</string>
  <string name="expanded_nothing_to_show">Vir \'n persoonlike per-program opset vir uitgebreide staat, stel \'aangeskakel vir almal\' na die af posisie</string>
  <string name="expanded_enabled_for_all">Aangeskakel vir almal</string>
  <string name="expanded_desktop_style">Uitgebreide werkskerm styl</string>
  <string name="expanded_desktop_style_description">Kies \'n standaard uitgebreide werkskerm styl</string>
  <string name="expanded_desktop_title">Uitgebreide werkskerm opsies</string>
  <!-- Kill app long-press back -->
  <string name="kill_app_longpress_back">Beëindig met Terug-knoppie</string>
  <string name="kill_app_longpress_back_summary">Beëindig die aktiewe program deur lang-druk van die Terug-knoppie</string>
  <!-- Show/Hide Search Bar -->
  <string name="recents_show_searchbar">Wys soekbalk in onlangse kieslys</string>
  <string name="keywords_recents_show_searchbar">onlangs onlangse deaktiveer aktiveer wys versteek soekbalk</string>
  <!-- Voice Wakeup -->
  <string name="voice_wakeup_settings_title">Maak wakker met stem</string>
  <string name="voice_wakeup_retrain_title">Herprogrammeer jou stem</string>
  <string name="voice_wakeup_activity_title">Aktiwiteit om te begin</string>
  <string name="voice_wakeup_default_activity">Google Now</string>
  <string name="voice_wakeup_needs_dial_permission_warning">Stem wakker word toestemming benodig oproep toestemming om \'n direkte oproep kontak te kies.</string>
  <string name="picker_activities">Aktiwiteite</string>
  <string name="select_custom_app_title">Kies persoonlike program</string>
  <string name="select_custom_activity_title">Kies persoonlike aktiwiteit</string>
  <!-- Blacklist preferences -->
  <string name="blacklist_title">Lys geblokkeerde oproepers</string>
  <string name="blacklist_edit_dialog_title">Verander geblokkeerde foon nommer</string>
  <string name="blacklist_prefs">Instellings</string>
  <string name="blacklist_button_delete">Verwyder</string>
  <string name="blacklist_empty_text">Daar is geen geblokkeerde nommers nie. Voeg \'n inskrywing by deur die aanraking van die \"Voeg by\"(+) knoppie.</string>
  <string name="blacklist_disabled_empty_text">Om te verhoed dat persone jou skakel of boodskappe stuur, aktiveer die blokkeer lys opsie.</string>
  <string name="blacklist_summary_disabled">Gedeaktiveer</string>
  <string name="blacklist_summary">Jy sal nie inkomende oproepe of boodskappe van persone ontvang op die lys van geblokkeerde oproepe</string>
  <string name="blacklist_notify">Wys kennisgewing</string>
  <string name="blacklist_private_numbers_title">Private nommers</string>
  <string name="blacklist_private_numbers_summary_disabled">Moet nie oproepe van private nommers blokkeer nie</string>
  <string name="blacklist_private_numbers_summary">Blokkeer inkomende <xliff:g id="type">%s</xliff:g> van privaat nommers</string>
  <string name="blacklist_unknown_numbers_title">Onbekende nommers</string>
  <string name="blacklist_unknown_numbers_summary_disabled">Moet nie oproepe of boodskappe van nommers wat nie in die kontak lys blokkeer nie</string>
  <string name="blacklist_unknown_numbers_summary">Blok inkomende <xliff:g id="type">%s</xliff:g> van nommers wat nie in die kontak lys is nie</string>
  <string name="blacklist_summary_type_calls_only">oproepe</string>
  <string name="blacklist_summary_type_messages_only">boodskappe</string>
  <string name="blacklist_summary_type_calls_and_messages">oproepe en boodskappe</string>
  <string name="blacklist_regex_title">Gebruik jokers</string>
  <string name="blacklist_regex_summary">Gebruik . as \'n joker en * vir herhaling. Bv 123.* blokkeer nommers wat begin met 123 en .*123.* blokkeer nommers wat 123 bevat</string>
  <string name="blacklist_policy_block_calls">Blokkeer inkomende oproepe</string>
  <string name="blacklist_policy_block_messages">Blokkeer inkomende boodskappe</string>
  <string name="blacklist_bad_number_add">Kan nie ongeldig telefoonnommer byvoeg by blokkeer lys nie</string>
  <!-- Blacklist management -->
  <string name="remove_blacklist_number_title">Verwyder nommer</string>
  <string name="remove_blacklist_entry">Wil jy hierdie geblokkeerde telefoonnommer verwyder?</string>
  <string name="select_contact">Kies kontak</string>
  <!-- Sms security limit -->
  <string name="app_security_title">Program sekuriteit</string>
  <string name="sms_security_check_limit_title">SMS-boodskap limiet</string>
  <string name="sms_security_check_limit_summary">Programme kan %d boodskappe stuur in 1 minuut voordat dit toestemming benodig</string>
  <string name="sms_security_check_limit_summary_none">Programme word nie toegelaat om enige boodskappe te stuur sonder toestemming</string>
  <string name="sms_security_check_limit_none">Geen</string>
  <!-- Notification spamfilter -->
  <string name="spam_added_title">%1$s bygevoeg</string>
  <string name="spam_last_blocked_title">%1$s is geblokkeer</string>
  <string name="block_notifications_title">Filter kennisgewings</string>
  <string name="block_notifications_summary">Bestuur geïgnoreerde kennisgewings en ​​filters</string>
  <string name="no_filters_title">Geen filters opgestel</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">LineageOS statistieke</string>
  <string name="anonymous_statistics_summary">Help om LineageOS beter maak deur te kies in anonieme statistieke verslaggewing</string>
  <string name="anonymous_statistics_warning_title">Aangaande</string>
  <string name="anonymous_statistics_warning">Deur LineageOS statistieke toe te laat sal nie-persoonlike data ingestuur word na die ontwikkelaars van LineageOS. Die inligting sluit in \'n unieke identifikasienommer in wat nie privaatheid of persoonlike data in gevaar stel nie. Die data word ingestuur tydens elke \'boot\'.\n\nVir \'n voorbeeld van die data wat ingestuur word, raak Voorskou.</string>
  <string name="enable_reporting_title">Aktiveer verslaggewing</string>
  <string name="preview_data_title">Voorskou</string>
  <string name="view_stats_title">Kyk na statistieke</string>
  <string name="anonymous_learn_more">Leer meer</string>
  <!-- Anonymous Statistics - Preview -->
  <string name="preview_id_title">Unieke ID</string>
  <string name="preview_device_title">Toestel</string>
  <string name="preview_version_title">Weergawe</string>
  <string name="preview_country_title">Land</string>
  <string name="preview_carrier_title">Draer</string>
  <string name="stats_collection_title">Statistieke versameling</string>
  <string name="stats_collection_summary">As dit aangeskakel is, laat statistieke versameling toe</string>
  <!-- Protected apps lockpattern reset button -->
  <string name="lockpattern_reset_button">Herstel patroon</string>
  <string name="lockpattern_settings_reset_summary">Tik primêre e-pos rekening en gepaardgaande wagwoord om patroon slot te herstel</string>
  <!-- Protected Apps -->
  <string name="menu_hidden_apps_delete">Stel terug</string>
  <string name="menu_hidden_apps_reset_lock">Herstel patroon slot</string>
  <string name="protected_apps">Beskermde programme</string>
  <string name="protected_apps_summary">Bestuur watter toepassings is verberg agter \'n veilige slot</string>
  <string name="saving_protected_components">Stoor komponent toestand\u2026</string>
  <string name="pa_login_username_hint">Gebruikersnaam (e-pos)</string>
  <string name="pa_login_password_hint">Wagwoord</string>
  <string name="pa_login_submit_button">Teken in</string>
  <string name="pa_login_checking_password">Kontroleer rekening\u2026</string>
  <string name="pa_login_incorrect_login">Aanmelding was verkeerd</string>
  <string name="pa_pattern_or_fingerprint_header">Moet patroon teken of gebruik vingerafdruk om te ontsluit</string>
  <!-- Contributors cloud activity -->
  <string name="contributors_cloud_fragment_title">Bydraers</string>
  <string name="contributors_cloud_loading_message">Laai bydraers data\u2026</string>
  <string name="contributors_cloud_failed_message">Kan nie bydraers data laai nie</string>
  <string name="contributor_info_menu">Bydraers inligting</string>
  <string name="contributor_info_msg">
        <![CDATA[<b>Naam:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/>
                 <b>Bynaam:</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">Bydraers info</string>
  <string name="contributions_info_msg">
        <![CDATA[<b>Totale bydraers:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
                 <b>Totale commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
                 <b>Laaste opgedateer:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
  <string name="category_sounds">Klanke</string>
  <string name="notification_manager">Kennisgewings</string>
  <string name="lockscreen_settings">Slotskerm</string>
  <string name="category_lights">Liggies</string>
  <string name="category_volume">Volume</string>
  <string name="category_vibrate">Vibreer</string>
  <string name="category_misc">Diverse</string>
  <string name="title_general">Algemeen</string>
  <string name="advanced">Gevorderd</string>
  <string name="link_volume_option_title">Koppel foon-luitoon &amp; kennisgewing volumes</string>
  <string name="lcd_density_prompt_message">Sommige toepassings kan nie funksioneer met nie-standaard DPI.\n\nHierdie instelling sal jou toestel laat herbegin.</string>
  <!-- Edit access point labels: PPP number -->
  <string name="apn_ppp_number">APN PPP telefoon nommer</string>
  <!-- APNs screen message indicating new APN user is adding is a duplicate -->
  <string name="duplicate_apn_error_title">Duplikaat TPN</string>
  <string name="duplicate_apn_error_message">Hierdie TPN bestaan alreeds. Gooi weg of verander 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">gedeaktiveer</string>
  <string name="sim_missing">verlore of foutief</string>
  <string name="sim_enabler_need_disable_sim">SIM-kaart sal gedeaktiveer word. Wil jy voortgaan?</string>
  <string name="sim_enabler_will_disable_sim_title">Aandag</string>
  <string name="sim_enabler_need_switch_data_service">Dit SIM sal versper word en SIM <xliff:g id="slotid">%1$s</xliff:g> sal gebruik word vir data-dienste. Is jy seker jy wil voort gaan?</string>
  <string name="sim_enabler_airplane_on">Kan nie die aksie uit voer, terwyl vliegtuigmodus aan is.</string>
  <string name="sim_enabler_in_call">Kan nie die aksie uit voer, terwyl besig met \'n oproep.</string>
  <string name="sim_enabler_both_inactive">Kan nie alle SIM-kaarte afskakel</string>
  <string name="sim_enabler_enabling">Aktiveer\u2026</string>
  <string name="sim_enabler_disabling">Deaktiveer\u2026</string>
  <string name="sub_activate_success">SIM geaktiveer.</string>
  <string name="sub_activate_failed">Aktivering het misluk.</string>
  <string name="sub_deactivate_success">SIM gedeaktiveer.</string>
  <string name="sub_deactivate_failed">Deaktivering het misluk.</string>
  <string name="primary_sub_select_title">Standaard 3G/LTE inskrywing</string>
  <string name="select_sim_card">Kies SIM-kaart</string>
  <!-- MSIM SIM status -->
  <string name="sim_card_status_title">SIM %d status</string>
  <string name="sim_card_lock_settings_title">SIM %d gesluit instellings</string>
  <string name="sim_card_summary_empty">SIM nie ingesit</string>
  <string name="sim_mobile_network_settings_category_title">Selnetwerkinstellings</string>
  <string name="sim_mobile_network_settings_title">SIM %d instellings</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">herinnering</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_events">gebeure</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">kies 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">geselekteerde boodskappe</string>
  <!-- Allow vibration in zen mode -->
  <string name="zen_mode_vibration">Vibrasie</string>
  <string name="zen_mode_vibration_never">Moenie vibreer nie</string>
  <string name="zen_mode_vibration_calls_only">Vibreer net vir oproepe</string>
  <string name="zen_mode_vibration_calls_and_notifications">Vibreer vir oproepe en kennisgewings</string>
  <!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
  <!-- SAR information -->
  <string name="maximum_head_level">Hoof: %1$s W/kg</string>
  <string name="maximum_body_level">Lyf: %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">SIM %d luitoon</string>
  <!-- label for application name -->
  <string name="app_name_label_cm">Toep:</string>
  <!-- label for last time used -->
  <string name="last_time_used_label_cm">Laaste gebruik:</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">Hierdie sal alle data verwyder van jou tablet se <b>interne spasie</b>, insluitende:\n\n<li>Jou tablet rekeninge</li>\n<li> Stelsel data, program data en instellings</li>\n<li>Afgelaaide programme</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">Hierdie sal alle data verwyder van jou foon se <b>interne spasie</b>, insluitende:\n\n<li>Jou foon rekeninge</li>\n<li> Stelsel data, program data en instellings</li>\n<li>Afgelaaide programme</li></string>
  <!-- Factory reset strings -->
  <string name="factory_reset_instructions_title">Persoonlike data &amp; programme</string>
  <string name="factory_reset_instructions_summary">Hierdie gaan al jou rekeninge, programme, program data en stelsel instellings verwyder vanaf hierdie toestel</string>
  <string name="factory_reset_personal_content">Persoonlike inhoud</string>
  <string name="factory_reset_erase_stored_content">Verwyder gestoorde inhoud</string>
  <string name="factory_reset_erase_stored_content_summary">Verwyder musiek, foto\'s, video\'s en ander gebruiker gestoorde data op hierdie toestel</string>
  <string name="factory_reset_erase_stored_content_summary_forced">Verwyder musiek, foto\'s, video\'s en ander gebruiker gestoorde data op hierdie toestel\n\n<b>Inhoud kan nie gestoor word nie omdat die toestel geënkripteer is.</b></string>
  <string name="factory_reset_erase_sd_card">Formateer SD-Kaart</string>
  <string name="factory_reset_erase_sd_card_summary">Verwyder alle data op die SD-Kaary, insluitend musiek en foto\'s</string>
  <string name="factory_reset_warning_text_reset_now">HERSTEL NOU</string>
  <string name="factory_reset_warning_text_message">Al jou rekeninge, programme, program data en stelsel instellings sal verwyder vanaf hierdie toestel. Hierdie kan nie ontdoen word nie!</string>
  <!-- Tethering & portable hotspot other category -->
  <string name="tethering_other_category_text">Ander</string>
  <!-- Wi-Fi tethering inactivity timeout -->
  <string name="hotstpot_inactivity_timeout_text">Wi\u2011Fi warmkol tydverstreke</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 minute</string>
  <string name="hotstpot_inactivity_timeout_10_minutes">10 minute</string>
  <string name="hotstpot_inactivity_timeout_never_summary_text">Draagbare Wifi\u2011Fi warmkol sal nooit uittel</string>
  <string name="hotstpot_inactivity_timeout_summary_text">Draagbare Wi\u2011Fi warmkol sal uittel na <xliff:g id="timeout">%1$s</xliff:g></string>
  <!-- Live lock screen -->
  <!-- Live lock screen title -->
  <string name="live_lock_screen_title">Lewendige slotskerm</string>
  <!-- Live lock screen summary -->
  <string name="live_lock_screen_summary">Aktiveer en konfigureer lewendige slotskerms</string>
  <!-- Live lock screen settings content description -->
  <string name="live_lock_screen_settings_button">Instellings</string>
  <!-- Live lock screen settings screen, caption for when live lock screens are disabled -->
  <string name="live_lock_screen_settings_disabled_prompt">Om lewendige slotskerms te sien, skakel lewendige slotskerms aan.</string>
  <string name="interruptions_ignore_while_media_title">Verhoed oudio \'ducking\'</string>
  <string name="interruptions_ignore_while_media_summary">Moet nie media terugspeel volume verminder wanneer \'n kennisgewing arriveer</string>
  <!-- CM Legal -->
  <string name="cmlicense_title">Replicant Regs</string>
  <!-- Menu label for reset the battery stats -->
  <string name="menu_stats_reset">Herstel stats</string>
  <!-- Reset stats confirmation dialog's message -->
  <string name="reset_stats_msg">Battery geskiedenis stats gaan herstel word</string>
  <!-- Dock battery not present message -->
  <string name="dock_battery_not_present">Dok battery nie teenwoordig nie</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">Laai op dok krag 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">Laai oor dok USB</string>
  <string name="restrict_app_wlan_title">Deaktiveer toep Wi\u2011Fi gebruik</string>
  <string name="restrict_app_wlan_summary">Voorkom toep om Wi\u2011Fi konneksie te gebruik</string>
  <string name="restrict_app_cellular_title">Deaktiveer toep sellulêre data gebruik</string>
  <string name="restrict_app_cellular_summary">Voorkom toep om sellulêre data konneksie te gebruik</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 weer verskaffer dienste geïnstalleer</string>
  <string name="weather_settings_button">Verskaffer instellings</string>
  <string name="weather_settings_activity_not_found">Kon nie die instellings-kieslys van die verskaffer begin nie</string>
  <string name="weather_settings_add_weather_provider">Voeg weer verskaffer by</string>
  <string name="weather_settings_general_settings_title">Algemeen</string>
  <string name="weather_settings_providers_title">Verskaffers</string>
  <string name="weather_settings_temp_units_title">Temperatuur eenheid</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">Agtergrond data toegang</string>
  <string name="allow_background_both">Oor sellulêre data &amp; Wi\u2011Fi</string>
  <string name="allow_background_wlan">Slegs oor Wi\u2011Fi</string>
  <string name="allow_background_none">Geen toegang</string>
  <string name="mobile_data_alert">Sellulêre data waarskuwing</string>
  <string name="mobile_data_alert_summary">Stel my in kennis wanneer die toep baie data gebruik</string>
  <string name="data_usage_menu_enable_data_alerts">Aktiveer data gebruik waarskuwings</string>
  <string name="data_usage_menu_disable_data_alerts">Deaktiveer data gebruik waarskuwings</string>
  <string name="data_usage_menu_reset_stats">Data statistiek terug gestel</string>
  <string name="reset_data_stats_msg">Dit sal alle vorige en huidige data opsporings inligting verwyder</string>
  <string name="reset_stats_confirm">Bevestig</string>
  <string name="restrict_cellular_access_title">Beperk sellulêre data toegang</string>
  <string name="restrict_cellular_access_summary">Deaktiveer data toegang op sellulêre netwerke</string>
  <string name="restrict_cellular_access_dialog_title">Beperk sellulêre data toegang?</string>
  <string name="restrict_cellular_access_dialog_summary">Hierdie funksie kan veroorsaak dat \'n toepassing wat netwerk toegang benodig hang wanneer net sellulêre netwerke beskikbaar is.\n\nJy kan meer toepaslike data gebruik kontroleer met behulp van instellings binne die teop.</string>
  <!-- Label for settings shortcut: carrier selection -->
  <string name="shortcut_carrier_title">Netwerk operateurs</string>
  <!-- title for lock screen blur preference -->
  <string name="lockscreen_blur_enabled_title">Blur agtergrond</string>
  <!-- title for lock screen weather preference -->
  <string name="lockscreen_weather_enabled_title">Wys weer</string>
  <!-- Per app controls for LP keyguard notifications -->
  <string name="app_notification_show_on_keyguard_title">Vertoon op slotskerm</string>
  <string name="app_notification_show_on_keyguard_summary">Vertoon kennisgewings vanuit hierdie program op die slotskerm</string>
  <string name="app_notification_no_ongoing_on_keyguard_title">Deaktiveer aanhoudende kennisgewings op die slotskerm</string>
  <string name="app_notification_no_ongoing_on_keyguard_summary">Moet nooit aanhoudende kennisgewings vertoon vanuit hierdie program op die slotskerm</string>
  <!-- Notification sound timeout -->
  <string name="app_notification_sound_timeout_title">Minimum tyd tussen kennisgewingklanke</string>
  <string name="app_notification_sound_timeout_summary_template">Laat geluide of vibrasie nie meer as een keer elke <xliff:g id="duration">%1$s </xliff:g> toe</string>
  <string name="app_notification_sound_timeout_value_none">Geen beperkings</string>
  <string name="app_notification_sound_timeout_value_10_seconds">10 sekondes</string>
  <string name="app_notification_sound_timeout_value_30_seconds">30 sekondes</string>
  <string name="app_notification_sound_timeout_value_1_minute">1 minuut</string>
  <string name="app_notification_sound_timeout_value_5_minutes">5 minute</string>
  <string name="app_notification_sound_timeout_value_15_minutes">10 minute</string>
  <string name="app_notification_sound_timeout_value_30_minutes">30 minute</string>
  <!-- CmRadioInfo -->
  <string name="cm_radio_info_label">Verbeterde radio beheer</string>
  <!-- Radio Control (IMS/MBN etc.) -->
  <string name="cm_radio_info_mbn_auto_load_on_label">Skakel MBN outo laai af</string>
  <string name="cm_radio_info_mbn_auto_load_off_label">Skakel MBN outo laai aan</string>
  <string name="cm_radio_info_volte_avail_ovr_on_label">Skakel fout opspoor vir VoLTE af</string>
  <string name="cm_radio_info_volte_avail_ovr_off_label">Skakel fout opspoor vir VoLTE aan</string>
  <string name="cm_radio_info_vt_avail_ovr_on_label">Skakel fout opspoor vir VT af</string>
  <string name="cm_radio_info_vt_avail_ovr_off_label">Skakel fout opspoor vir VT aan</string>
  <string name="cm_radio_info_wfc_avail_ovr_on_label">Skakel fout opspoor vir WFC af</string>
  <string name="cm_radio_info_wfc_avail_ovr_off_label">Skakel fout opspoor vir WFC aan</string>
  <string name="cm_radio_info_adb_log_on_label">Skakel ADB radio log af</string>
  <string name="cm_radio_info_adb_log_off_label">Skakel ADB radio log aan</string>
  <string name="cm_radio_info_diag_log_on_label">Skakel Diag log af</string>
  <string name="cm_radio_info_diag_log_off_label">Skakel Diag log aan</string>
  <!-- Lock screen wallpaper -->
  <string name="lockscreen_wallpaper_title">Muurpapier</string>
  <string name="not_available_with_app">Nie beskikbaar met %1$s</string>
  <!-- Format string for fingerprint location message -->
  <string name="security_settings_fingerprint_enroll_find_sensor_message_cm">Vind die vingerafdruk sensor op die <xliff:g id="sensor_location">%1$s </xliff:g> van jou foon.</string>
  <!-- Fingerprint sensor locations -->
  <string name="security_settings_fingerprint_sensor_location_back">terug</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">regte kant</string>
  <!-- SIM status format string -->
  <string name="sim_status_format_string">Stem: <xliff:g id="voice_status">%1$s </xliff:g> / Data: <xliff:g id="data_status">%2$s </xliff:g></string>
</resources>