summaryrefslogtreecommitdiffstats
path: root/res/values-iw/cm_strings.xml
blob: ec52fe51ce71e22e6c01f48e884c2de704004d87 (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
<?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">אתה במרחק של צעד <xliff:g id="step_count">%1$d</xliff:g> מחשיפת מזהה ההתקן.</item>
    <item quantity="two">אתה במרחק של <xliff:g id="step_count">%1$d</xliff:g> צעדים מחשיפת מזהה ההתקן.</item>
    <item quantity="many">אתה במרחק של <xliff:g id="step_count">%1$d</xliff:g> צעדים מחשיפת מזהה ההתקן.</item>
    <item quantity="other">אתה במרחק של <xliff:g id="step_count">%1$d</xliff:g> צעדים מחשיפת מזהה ההתקן.</item>
  </plurals>
  <!--  Device Info screen. Confirmation that Device ID is copied to clipboard -->
  <string name="show_device_id_copied_cm">מזהה התקן:[<xliff:g id="device_id">%1$s</xliff:g>] הועתק ללוח</string>
  <!--  Device Info screen. Confirmation that Device ID is not available -->
  <string name="show_device_id_failed_cm">מזהה התקן אינו זמין בגרסה זאת</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Label for the deviceID text put to clipboard -->
  <string name="show_device_id_clipboard_label">מזהה התקן</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
  <plurals name="show_dev_countdown_cm">
    <item quantity="one">רק עוד צעד <xliff:g id="step_count">%1$d</xliff:g> מהפעלת אפשרויות מפתח.</item>
    <item quantity="two">רק עוד <xliff:g id="step_count">%1$d</xliff:g> צעדים מהפעלת אפשרויות מפתח.</item>
    <item quantity="many">רק עוד <xliff:g id="step_count">%1$d</xliff:g> צעדים מהפעלת אפשרויות מפתח.</item>
    <item quantity="other">רק עוד <xliff:g id="step_count">%1$d</xliff:g> צעדים מהפעלת אפשרויות מפתח.</item>
  </plurals>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
  <string name="show_dev_on_cm">אפשרויות מפתח פעילות!</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
  <string name="show_dev_already_cm">אין צורך. כבר הפעלת את אפשרויות המפתח.</string>
  <!-- Launch Dev Tools -->
  <string name="development_tools_title">כלי פיתוח</string>
  <!-- Development shortcut -->
  <string name="development_shortcut_title">קיצור דרך לכלי פיתוח</string>
  <string name="development_shortcut_summary">הפעל קיצורי דרך לניהול יישומים מרשימת היישומים האחרונים</string>
  <!-- Setting checkbox title for root access -->
  <string name="root_access">גישת שורש (Root)</string>
  <string name="root_access_warning_title">לאפשר גישת שורש?</string>
  <string name="root_access_warning_message">מתן האפשרות ליישומים לבקש גישת שורש הוא מסוכן מאוד ועלול לסכן את אבטחת המערכת שלך!</string>
  <string name="root_access_none">מושבת</string>
  <string name="root_access_apps">יישומים בלבד</string>
  <string name="root_access_adb">ADB בלבד</string>
  <string name="root_access_all">יישומים ו-ADB</string>
  <!-- Preference link for root appops -->
  <string name="root_appops_title">ניהול גישות שורש</string>
  <string name="root_appops_summary">הצג ושלוט בחוקי גישת השורש</string>
  <!-- NFC PreferenceCategory title -->
  <string name="nfc_title_category">NFC</string>
  <!-- About phone screen, Replicant version -->
  <string name="mod_version">גרסת Replicant</string>
  <string name="mod_version_default">לא ידוע</string>
  <!-- About phone screen, Device model -->
  <string name="device_model">דגם המכשיר</string>
  <!-- About phone screen, Device name -->
  <string name="device_name">שם המכשיר</string>
  <!-- About phone screen, Replicant Api Level -->
  <string name="mod_api_level">רמת ה-API של Replicant</string>
  <string name="mod_api_level_default">לא ידוע</string>
  <!-- About phone screen, build date -->
  <string name="build_date">תאריך בנייה</string>
  <!-- CM Updater -->
  <string name="cmupdate_settings_title">עדכוני Replicant</string>
  <!-- Settings switch for updating Cyanogen recovery -->
  <string name="update_recovery_title">עדכן את השחזור של Cyanogen</string>
  <string name="update_recovery_summary">עדכן את השחזור יחד עם עדכוני מערכת</string>
  <string name="update_recovery_on_warning">שים לב: כשתכונה זו מופעלת, השחזור הנוכחי שלך יוחלף בשחזור הכלול בגרסה הנוכחית של מערכת ההפעלה שלך.\n\nהשחזור הנוכחי שלך יתעדכן יחד עם עדכונים למערכת שלך, כדי להבטיח תאימות עם גרסאות עתידיות.\n\nהאם להפעיל את תכונה זו?</string>
  <string name="update_recovery_off_warning">אזהרה: כשתכונה זו מושבתת, השחזור הנוכחי לא יתעדכן עם עדכוני מערכת.\n\nעדכוני מערכת עתידיים לא יותקנו עם גרסה לא עדכנית של השחזור.\n\nהאם להשבית תכונה זו?</string>
  <!-- Themes Settings -->
  <!-- Settings main menu entry -->
  <string name="themes_settings_title">ערכות עיצוב</string>
  <!-- Sound settings screen -->
  <string name="ring_mode_title">מצב צלצול</string>
  <string name="ring_mode_normal">רגיל</string>
  <string name="ring_mode_vibrate">רטט</string>
  <string name="ring_mode_mute">השתק</string>
  <string name="settings_reset_button">איפוס</string>
  <!-- Profiles settings  -->
  <string name="profiles_settings_title">פרופילי מערכת</string>
  <string name="profiles_add">הוסף</string>
  <string name="profile_menu_delete">מחק</string>
  <string name="profile_settings_title">פרופיל</string>
  <string name="profile_empty_list_profiles_off">כדי להגדיר ולהשתמש במערכת הפרופילים, הפעל את הפרופילים.</string>
  <string name="profile_trigger_configure">הגדר גורם המפעיל</string>
  <string name="profile_write_nfc_tag">כתוב לתווית NFC</string>
  <string name="profile_write_touch_tag">גע בתווית לכתיבה</string>
  <string name="profile_write_success">התווית נכתבה בהצלחה</string>
  <string name="profile_write_failed">כתיבת תווית נכשלה!</string>
  <string name="profile_selected">הפרופיל שנבחר: %1$s</string>
  <string name="profile_nfc_text">כתיבת פרופיל לתג NFC תאפשר את הפעלת הפרופיל על ידי הקשה על התג. הקשה שנייה תחזיר לפרופיל הקודם.</string>
  <string name="profile_unknown_nfc_tag">פרופיל לא ידוע</string>
  <string name="profile_add_nfc_text">תג NFC זה מחובר לפרופיל לא ידוע. חיבור תג זה לפרופיל קיים יאפשר את הפעלתו בעתיד.</string>
  <string name="profile_select">בחר פרופיל</string>
  <string name="profile_remove_dialog_message">להסיר את הפרופיל %1$s?</string>
  <string name="profile_populate_profile_from_state">להגדיר פרופיל לפי הגדרות המכשיר הנוכחיות?</string>
  <string name="profile_menu_fill_from_state">ייבא את הגדרות המכשיר הנוכחיות</string>
  <string name="profile_remove_current_profile">אין אפשרות למחוק את הפרופיל הנוכחי!</string>
  <string name="profile_app_group_category_title">התראה עוקפת</string>
  <string name="profile_app_group_item_instructions">הוסף או הסר קבוצות</string>
  <string name="profile_app_group_item_instructions_summary">הוסף או הסר קבוצות יישומים בעלי התראה עוקפת לפרופיל זה</string>
  <!-- Profile mode options. -->
  <string name="profile_entries_on">מופעל</string>
  <string name="profile_entries_off">כבוי</string>
  <string name="profile_entries_no_override">ללא עקיפה</string>
  <!-- Add Profile -->
  <string name="profile_name_title">שם</string>
  <string name="new_profile_name">&lt;פרופיל חדש&gt;</string>
  <!-- Rename Dialog  -->
  <string name="rename_dialog_title">שינוי שם</string>
  <string name="rename_dialog_message">הזן שם חדש</string>
  <string name="duplicate_appgroup_name">שם כפול לקבוצת יישומים!</string>
  <string name="rename_dialog_hint">הזן שם פרופיל</string>
  <!-- Reset Profiles -->
  <string name="profile_reset_title">איפוס</string>
  <string name="profile_reset_message">למחוק את כל הפרופילים וקבוצות היישומים שנוצרו לברירת המחדל?</string>
  <!-- Delete confimation messages -->
  <string name="profile_app_delete_confirm">להסיר יישום זה?</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">עקיפת עוצמת קול</string>
  <string name="connection_state_enabled">הפעל</string>
  <string name="volume_override_summary">הגדר ל-%1$s/%2$s</string>
  <string name="profile_volume_override_checkbox_label">עקוף עוצמת קול</string>
  <!-- Menu item for managing profiles -->
  <string name="profile_profiles_manage">פרופילים</string>
  <string name="profile_profile_manage">נהל פרופיל</string>
  <string name="profile_appgroups_manage">קבוצות יישומים</string>
  <string name="profile_appgroup_manage">נהל קבוצות יישומים</string>
  <!-- Profile settings screen, section header for settings related to notification profiles -->
  <string name="profile_settings">הגדרות פרופיל</string>
  <string name="profile_trigger_connect">בחיבור</string>
  <string name="profile_trigger_disconnect">בניתוק</string>
  <string name="profile_trigger_notrigger">ללא גורם מפעיל</string>
  <!-- Profile Settings sound modes labels -->
  <string name="sound_mode">מצב התראות</string>
  <string name="ringer_mode">מצב צלצול</string>
  <string name="lights_mode">מצב נוריות</string>
  <string name="vibrate_mode">מצב רטט</string>
  <string name="choose_soundtone">בחר צליל התראה</string>
  <string name="choose_ringtone">בחר רינגטון</string>
  <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
  <string name="soundtone_title">צליל התראה</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">קבוצות יישומים</string>
  <string name="profile_applist_title">יישומים</string>
  <string name="profile_new_appgroup">קבוצת יישומים חדשה</string>
  <string name="profile_delete_appgroup">למחוק קבוצת יישומים זו?</string>
  <string name="profile_appgroup_name_prompt">הזן שם עבור קבוצת היישומים החדשה</string>
  <string name="profile_appgroup_name_title">שם</string>
  <!-- Add application dialog box title -->
  <string name="profile_choose_app">בחר יישום</string>
  <!-- Profiles - system settings -->
  <string name="profile_system_settings_title">הגדרות מערכת</string>
  <string name="profile_lockmode_title">מצב מסך הנעילה</string>
  <string name="profile_lockmode_policy_disabled_summary">אפשרות פרופיל זאת מושבתת עקב מדיניות מנהל המכשיר</string>
  <string name="profile_lockmode_insecure_summary">אל תבקש PIN או סיסמה</string>
  <string name="profile_lockmode_disabled_summary">השבתת מסך נעילה</string>
  <string name="profile_airplanemode_title">מצב טיסה</string>
  <string name="profile_brightness_title">בהירות מסך</string>
  <string name="profile_brightness_override_summary">הגדר ל-%1$d%%</string>
  <string name="profile_brightness_override_checkbox_label">עקוף את הבהירות</string>
  <!-- Connection override toggles (not all are used at this time ) -->
  <string name="toggleWifi">Wi\u2011Fi</string>
  <string name="toggleWifiAp">‏נקודת רשת ציבורית ניידת של Wi\u2011Fi</string>
  <string name="toggleBluetooth">Bluetooth</string>
  <string name="toggleGPS">GPS</string>
  <string name="toggleData">חיבור נתונים</string>
  <string name="toggleSync">סנכרון נתונים אוטומטי</string>
  <string name="toggle2g3g4g">סוג רשת מועדף</string>
  <string name="toggle2g3g4g_msim">סוג רשת מועדף (%1$s)</string>
  <string name="toggleNfc">NFC</string>
  <!-- Wi-Fi region code -->
  <string name="wifi_setting_countrycode_title">קוד אזור Wi\u2011Fi</string>
  <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
  <string name="wifi_setting_countrycode_summary">ציין קוד אזור עבור 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">אירעה שגיאה בהגדרת הקוד האזורי.</string>
  <string name="wifi_countrycode_us">ארצות הברית</string>
  <string name="wifi_countrycode_ca">קנדה, טאיוואן</string>
  <string name="wifi_countrycode_de">גרמניה</string>
  <string name="wifi_countrycode_gb">אירופה</string>
  <string name="wifi_countrycode_jp">יפן, רוסיה</string>
  <string name="wifi_countrycode_au">אוסטרליה</string>
  <string name="wifi_countrycode_cn">סין</string>
  <string name="wifi_countrycode_kr">קוריאה</string>
  <string name="wifi_countrycode_tr">דרום אפריקה, טורקיה</string>
  <string name="wifi_countrycode_sg">ישראל, סינגפור</string>
  <string name="wifi_countrycode_br">ברזיל</string>
  <string name="wifi_countrycode_in">הודו</string>
  <!-- Profiles -->
  <string name="profile_menu_delete_title">מחק</string>
  <string name="profile_action_none">השאר ללא שינוי</string>
  <string name="profile_action_system">ברירת המחדל של המערכת</string>
  <string name="profile_action_disable">כבה</string>
  <string name="profile_action_enable">הפעל</string>
  <string name="profile_trigger_a2dp_connect">בחיבור A2DP</string>
  <string name="profile_trigger_a2dp_disconnect">בניתוק A2DP</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">גורמים שיפעילו פרופיל זה</string>
  <string name="profile_setup_setup_triggers_title">שלב 1: הוסף גורמים מפעילים</string>
  <string name="profile_setup_setup_triggers_title_config">שנה גורמים מפעילים: <xliff:g id="profile_name">%1$s </xliff:g></string>
  <string name="profile_setup_actions_title">שלב 2: הגדר פעולות</string>
  <string name="profile_setup_actions_title_config">הגדר פעולות מחדש</string>
  <string name="profile_appgroups_manage">קבוצות יישומים</string>
  <string name="profile_appgroup_manage">נהל קבוצות יישומים</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">קבוצות יישומים</string>
  <string name="profile_new_appgroup">קבוצת יישומים חדשה</string>
  <string name="profile_delete_appgroup">למחוק קבוצת יישומים זו?</string>
  <string name="profile_appgroup_name_prompt">הזן שם עבור קבוצת היישומים החדשה</string>
  <string name="profile_appgroup_name_title">שם</string>
  <string name="duplicate_appgroup_name">שם כפול לקבוצת יישומים!</string>
  <string name="profile_app_delete_confirm">להסיר יישום זה?</string>
  <string name="no_bluetooth_triggers">אין מכשירי Bluetooth מחוברים.\nהקש כדי לחבר מכשיר Bluetooth לפני הגדרת גורמים מפעילים.</string>
  <string name="no_wifi_triggers">לא הוגדרו נקודות Wi-Fi.\nהקש כדי להתחבר ל-Wi-Fi לפני הגדרת גורמים מפעילים.</string>
  <string name="no_triggers_configured">לא הוגדרו גורמים מפעילים. הקש כדי להגדיר עוד.</string>
  <string name="no_triggers_configured_nfc">הקש כדי להגדיר גורם מפעיל חדש ל-NFC.</string>
  <string name="profile_setup_setup_triggers_description">הגדר גורמים מפעילים להפעלת פרופיל זה</string>
  <string name="profile_setup_actions_description">עכשיו קבע מה קורה כאשר הפרופיל מופעל</string>
  <!-- Navigation Bar -->
  <string name="navigation_bar_category">סרגל ניווט</string>
  <string name="navigation_bar_left_title">מצב לשמאליים</string>
  <string name="navigation_bar_left_summary">מקם את שורת ההפעלה בצד השמאלי של המסך במצב רוחב</string>
  <string name="navigation_bar_title">לחצנים ופריסה</string>
  <string name="navigation_bar_help_text">כדי להתחיל, הקש על סמל העריכה, כדי לפתוח את סרגל הניווט לעריכה.\n\nניתן להקיש על סמל כדי לשנות את קיצור הדרך שלו, או ללחוץ לחיצה ארוכה על סמל כדי לשנות את סידור הפריסה.\n\nלחץ \"שמור\" כדי להחיל את השינויים שלך, או \"שחזר ברירות מחדל\" כדי לאפס את הסידור להגדרות ברירת המחדל.</string>
  <string name="navigation_restore_button_text">שחזור\nברירת מחדל</string>
  <string name="navigation_edit_button_text">ערוך</string>
  <string name="navigation_save_button_text">שמור</string>
  <string name="navigation_bar_reset_message">למחוק את ההגדרות הנוכחיות ולשחזר את פריסת ברירת המחדל?</string>
  <string name="navigation_bar_arrow_keys_title">הצג מקשי חיצים בעת הקלדה</string>
  <string name="navigation_bar_arrow_keys_summary">הצג חיצי כתיבה ימניים ושמאליים בעת הכתיבה. עוקף את מחליף IME.</string>
  <string name="navigation_bar_recents_title">פעולת לחיצה ארוכה על לחצן ה\"אחרונים\"</string>
  <!-- Notification light dialogs -->
  <string name="edit_light_settings">ערוך הגדרות אור</string>
  <string name="pulse_speed_title">אורך הבהוב ומהירות</string>
  <string name="default_time">רגיל</string>
  <string name="custom_time">מותאם אישית</string>
  <string name="dialog_delete_title">מחק</string>
  <string name="dialog_delete_message">להסיר את הפריט הנבחר?</string>
  <!-- Values for the notification light pulse spinners -->
  <string name="pulse_length_always_on">תמיד מופעל</string>
  <string name="pulse_length_very_short">קצר מאוד</string>
  <string name="pulse_length_short">קצר</string>
  <string name="pulse_length_normal">רגיל</string>
  <string name="pulse_length_long">ארוך</string>
  <string name="pulse_length_very_long">ארוך מאוד</string>
  <string name="pulse_speed_very_fast">מהיר מאוד</string>
  <string name="pulse_speed_fast">מהיר</string>
  <string name="pulse_speed_normal">רגיל</string>
  <string name="pulse_speed_slow">איטי</string>
  <string name="pulse_speed_very_slow">איטי מאוד</string>
  <!-- Battery light settings -->
  <string name="battery_light_title">נורית הסוללה</string>
  <string name="battery_low_pulse_title">הבהב כאשר הסוללה חלשה</string>
  <string name="battery_light_list_title">צבעים</string>
  <string name="battery_light_low_color_title">סוללה חלשה</string>
  <string name="battery_light_medium_color_title">בטעינה</string>
  <string name="battery_light_full_color_title">טעון</string>
  <!-- Lights settings screen, notification light settings -->
  <string name="notification_light_title">נורית התראה</string>
  <string name="notification_light_general_title">כללי</string>
  <string name="notification_light_applist_title">יישומים</string>
  <string name="notification_light_phonelist_title">טלפון</string>
  <string name="notification_light_use_custom">השתמש בערכים מותאמים אישית</string>
  <string name="notification_light_default_value">ברירת מחדל</string>
  <string name="notification_light_missed_call_title">שיחה שלא נענתה</string>
  <string name="notification_light_voicemail_title">תא קולי</string>
  <string name="notification_light_screen_on">נוריות התראה כאשר המסך מופעל</string>
  <string name="notification_light_zen_mode">אורות התראה במצב \"נא לא להפריע\"</string>
  <string name="notification_light_use_multiple_leds">נוריות LED מרובות</string>
  <string name="keywords_lights_brightness_level">עמעם בהירות נוריות</string>
  <string name="notification_light_automagic">בחר צבעים אוטומטית</string>
  <!-- Lights settings, LED notification -->
  <string name="led_notification_title">הגדרות נורית</string>
  <string name="led_notification_text">נורית LED מופעלת בהגדרות</string>
  <string name="notification_light_no_apps_summary">כדי להוסיף בקרה ברמת יישום בודד, הפעל את \"%1$s\" ולחץ על \"\u002b\" בסרגל התפריטים</string>
  <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. -->
  <string name="enable_adb_cm">איתור באגים של אנדרואיד</string>
  <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone -->
  <string name="enable_adb_summary_cm">הפעל ממשק ניקוי באגים (adb)</string>
  <!-- Android debugging over WiFi -->
  <string name="adb_over_network">ADB דרך הרשת</string>
  <string name="adb_over_network_summary">הפעל איתור באגים של TCP/IP דרך ממשקי רשת (Wi\u2011Fi, רשתות USB). אפשרות זו תתאפס בעת אתחול מחדש של המכשיר</string>
  <!-- Warning for Adb over Network -->
  <string name="adb_over_network_warning">אזהרה: כאשר ADB דרך הרשת מופעל, הטלפון שלך חדיר מכל הרשתות המחוברות!\n\nיש להשתמש באפשרות זו רק כשאתה מחובר לרשת שניתן לסמוך עליה.\n\nהאם ברצונך להפעיל את אפשרות זו?</string>
  <!-- Setting checkbox summary for displaying USB debugging notification -->
  <string name="adb_notify">התראת איתור באגים</string>
  <string name="adb_notify_summary">הצג התראה כשאיתור באגים דרך הרשת\ USB פעיל</string>
  <!-- Names of categories of app ops tabs - extension of AOSP -->
  <string name="app_ops_categories_location">מיקום</string>
  <string name="app_ops_categories_personal">אישי</string>
  <string name="app_ops_categories_messaging">העברת הודעות</string>
  <string name="app_ops_categories_media">מדיה</string>
  <string name="app_ops_categories_device">מכשיר</string>
  <string name="app_ops_categories_bootup">אתחול</string>
  <string name="app_ops_categories_su">גישת שורש (Root)</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_summaries_coarse_location">מיקום משוער</string>
  <string name="app_ops_summaries_fine_location">מיקום מדויק</string>
  <string name="app_ops_summaries_gps">GPS</string>
  <string name="app_ops_summaries_vibrate">רטט</string>
  <string name="app_ops_summaries_read_contacts">קרא אנשי קשר</string>
  <string name="app_ops_summaries_modify_contacts">שנה אנשי קשר</string>
  <string name="app_ops_summaries_read_call_log">קרא יומן שיחות</string>
  <string name="app_ops_summaries_modify_call_log">שינוי יומן שיחות</string>
  <string name="app_ops_summaries_read_calendar">קרא לוח שנה</string>
  <string name="app_ops_summaries_modify_calendar">שינוי לוח שנה</string>
  <string name="app_ops_summaries_wifi_scan">סרוק רשתות אלחוטיות</string>
  <string name="app_ops_summaries_notification">התראה/הודעה קופצת</string>
  <string name="app_ops_summaries_cell_scan">סריקה סלולרית</string>
  <string name="app_ops_summaries_call_phone">חיוג למכשיר הטלפון</string>
  <string name="app_ops_summaries_read_sms">‏קרא SMS</string>
  <string name="app_ops_summaries_write_sms">‏כתוב SMS</string>
  <string name="app_ops_summaries_receive_sms">‏קבל SMS</string>
  <string name="app_ops_summaries_receive_emergency_sms">‏קבל SMS חירום</string>
  <string name="app_ops_summaries_receive_mms">‏קבל MMS</string>
  <string name="app_ops_summaries_receive_wap_push">‏קבל WAP בדחיפה</string>
  <string name="app_ops_summaries_send_sms">‏שלח SMS</string>
  <string name="app_ops_summaries_read_icc_sms">‏קרא ICC SMS</string>
  <string name="app_ops_summaries_write_icc_sms">‏כתוב ICC SMS</string>
  <string name="app_ops_summaries_modify_settings">שנה הגדרות</string>
  <string name="app_ops_summaries_draw_on_top">צייר מעל</string>
  <string name="app_ops_summaries_access_notifications">גש אל ההתראות</string>
  <string name="app_ops_summaries_camera">מצלמה</string>
  <string name="app_ops_summaries_record_audio">הקלט שמע</string>
  <string name="app_ops_summaries_play_audio">נגן שמע</string>
  <string name="app_ops_summaries_read_clipboard">קרא לוח העתקה</string>
  <string name="app_ops_summaries_modify_clipboard">שנה לוח העתקה</string>
  <string name="app_ops_summaries_media_buttons">לחצני מדיה</string>
  <string name="app_ops_summaries_audio_focus">מיקוד שמע</string>
  <string name="app_ops_summaries_master_volume">שליטה ראשית בעוצמת קול</string>
  <string name="app_ops_summaries_voice_volume">עוצמת קול של שיחה</string>
  <string name="app_ops_summaries_ring_volume">עוצמת קול של צלצול</string>
  <string name="app_ops_summaries_media_volume">עוצמת קול של מדיה</string>
  <string name="app_ops_summaries_alarm_volume">עוצמת קול של שעון מעורר</string>
  <string name="app_ops_summaries_notification_volume">עוצמת קול של התראה</string>
  <string name="app_ops_summaries_bluetooth_volume">עוצמת קול של Bluetooth</string>
  <string name="app_ops_summaries_keep_awake">השאר במצב פעיל</string>
  <string name="app_ops_summaries_monitor_location">עקוב אחר מיקום</string>
  <string name="app_ops_summaries_monitor_high_power_location">עקוב אחר מיקום עם צריכת סוללה גבוהה</string>
  <string name="app_ops_summaries_get_usage_stats">קבל נתוני שימוש</string>
  <string name="app_ops_summaries_mute_unmute_microphone">השתק/הפעל מיקרופון</string>
  <string name="app_ops_summaries_toast_window">הצג התראות קופצות</string>
  <string name="app_ops_summaries_project_media">הקרן מדיה</string>
  <string name="app_ops_summaries_activate_vpn">הפעל VPN</string>
  <string name="app_ops_summaries_write_wallpaper">קבע טפט</string>
  <string name="app_ops_summaries_assist_structure">תבנית המידע ליישום הסיוע</string>
  <string name="app_ops_summaries_assist_screenshot">צילום מסך מסייע</string>
  <string name="app_ops_summaries_read_phone_state">קרא את מצב הטלפון</string>
  <string name="app_ops_summaries_add_voicemail">הוסף תא קולי</string>
  <string name="app_ops_summaries_use_sip">השתמש ב-SIP</string>
  <string name="app_ops_summaries_make_call">התקשר</string>
  <string name="app_ops_summaries_use_fingerprint">השתמש בטביעת אצבע</string>
  <string name="app_ops_summaries_use_body_sensors">השתמש בחיישני הגוף</string>
  <string name="app_ops_summaries_read_cell_broadcasts">קרא שידורים סלולריים</string>
  <string name="app_ops_summaries_mock_location">מיקום מדומה</string>
  <string name="app_ops_summaries_read_external_storage">קרא אחסון חיצוני</string>
  <string name="app_ops_summaries_write_external_storage">כתוב לאחסון חיצוני</string>
  <string name="app_ops_summaries_turn_screen_on">הפעל מסך</string>
  <string name="app_ops_summaries_get_accounts">קבל חשבונות</string>
  <string name="app_ops_summaries_toggle_wifi">שנה את מצב הרשת האלחוטית</string>
  <string name="app_ops_summaries_toggle_bluetooth">שנה מצב Bluetooth</string>
  <string name="app_ops_summaries_start_at_boot">הפעל בעת אתחול המכשיר</string>
  <string name="app_ops_summaries_toggle_nfc">הפעל/כבה NFC</string>
  <string name="app_ops_summaries_toggle_mobile_data">הפעל/כבה תקשורת נתונים סלולרית</string>
  <string name="app_ops_summaries_superuser">גישת שורש (Root)</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_labels_coarse_location">מיקום משוער</string>
  <string name="app_ops_labels_fine_location">מיקום מדויק</string>
  <string name="app_ops_labels_gps">GPS</string>
  <string name="app_ops_labels_vibrate">רטט</string>
  <string name="app_ops_labels_read_contacts">קרא אנשי קשר</string>
  <string name="app_ops_labels_modify_contacts">שנה אנשי קשר</string>
  <string name="app_ops_labels_read_call_log">קרא יומן שיחות</string>
  <string name="app_ops_labels_modify_call_log">שנה יומן שיחות</string>
  <string name="app_ops_labels_read_calendar">קרא לוח שנה</string>
  <string name="app_ops_labels_modify_calendar">שנה לוח שנה</string>
  <string name="app_ops_labels_wifi_scan">סריקת Wi-Fi</string>
  <string name="app_ops_labels_notification">התראות/ התראות קופצות</string>
  <string name="app_ops_labels_cell_scan">סריקת סלולר</string>
  <string name="app_ops_labels_call_phone">חייג למכשיר הטלפון</string>
  <string name="app_ops_labels_read_sms">קרא SMS</string>
  <string name="app_ops_labels_write_sms">כתוב SMS</string>
  <string name="app_ops_labels_receive_sms">‏קבל SMS</string>
  <string name="app_ops_labels_receive_emergency_sms">‏קבל SMS חירום</string>
  <string name="app_ops_labels_receive_mms">‏קבל MMS</string>
  <string name="app_ops_labels_receive_wap_push">קבל דחיפת WAP</string>
  <string name="app_ops_labels_send_sms">‏שלח SMS</string>
  <string name="app_ops_labels_read_icc_sms">קרא הודעת SMS ICC</string>
  <string name="app_ops_labels_write_icc_sms">כתוב הודעת SMS ICC</string>
  <string name="app_ops_labels_modify_settings">שנה הגדרות</string>
  <string name="app_ops_labels_draw_on_top">צייר מעל</string>
  <string name="app_ops_labels_access_notifications">גישה להתראות</string>
  <string name="app_ops_labels_camera">מצלמה</string>
  <string name="app_ops_labels_record_audio">הקלטת שמע</string>
  <string name="app_ops_labels_play_audio">ניגון שמע</string>
  <string name="app_ops_labels_read_clipboard">קרא את לוח ההעתקה</string>
  <string name="app_ops_labels_modify_clipboard">שינוי לוח העתקה</string>
  <string name="app_ops_labels_media_buttons">לחצני מדיה</string>
  <string name="app_ops_labels_audio_focus">מיקוד שמע</string>
  <string name="app_ops_labels_master_volume">עוצמת הקול הראשית</string>
  <string name="app_ops_labels_voice_volume">עוצמת השיחה</string>
  <string name="app_ops_labels_ring_volume">עוצמת הצלצול</string>
  <string name="app_ops_labels_media_volume">עוצמת המדיה</string>
  <string name="app_ops_labels_alarm_volume">עוצמת השעון המעורר</string>
  <string name="app_ops_labels_notification_volume">עוצמת ההתראה</string>
  <string name="app_ops_labels_bluetooth_volume">עוצמת הקול של ה-Bluetooth</string>
  <string name="app_ops_labels_keep_awake">שמור במצב פעיל</string>
  <string name="app_ops_labels_monitor_location">עקוב אחר מיקום</string>
  <string name="app_ops_labels_monitor_high_power_location">עקוב אחר מיקום עם צריכת סוללה גבוהה</string>
  <string name="app_ops_labels_get_usage_stats">קבל סטטיסטיקות שימוש</string>
  <string name="app_ops_labels_mute_unmute_microphone">השתק/הפעל מיקרופון</string>
  <string name="app_ops_labels_toast_window">הצג התראות קופצות</string>
  <string name="app_ops_labels_project_media">הקרן מדיה</string>
  <string name="app_ops_labels_activate_vpn">הפעל VPN</string>
  <string name="app_ops_labels_write_wallpaper">קבע טפט</string>
  <string name="app_ops_labels_assist_structure">תבנית המידע ליישום הסיוע</string>
  <string name="app_ops_labels_assist_screenshot">צילום מסך מסייע</string>
  <string name="app_ops_labels_read_phone_state">קרא מצב טלפון</string>
  <string name="app_ops_labels_add_voicemail">הוסף תא קולי</string>
  <string name="app_ops_labels_use_sip">השתמש ב-SIP</string>
  <string name="app_ops_labels_make_call">התקשר</string>
  <string name="app_ops_labels_use_fingerprint">השתמש בטביעת אצבע</string>
  <string name="app_ops_labels_use_body_sensors">השתמש בחיישני גוף</string>
  <string name="app_ops_labels_read_cell_broadcasts">קרא שידורים סלולרים</string>
  <string name="app_ops_labels_mock_location">מיקום מדומה</string>
  <string name="app_ops_labels_read_external_storage">קרא אחסון חיצוני</string>
  <string name="app_ops_labels_write_external_storage">כתוב לאחסון חיצוני</string>
  <string name="app_ops_labels_turn_screen_on">הפעל מסך</string>
  <string name="app_ops_labels_get_accounts">קבל חשבונות</string>
  <string name="app_ops_labels_toggle_wifi">הפעל/כבה Wi-Fi</string>
  <string name="app_ops_labels_toggle_bluetooth">הפעל/כבה Bluetooth</string>
  <string name="app_ops_labels_start_at_boot">הפעל בעת אתחול המכשיר</string>
  <string name="app_ops_labels_toggle_nfc">הפעל/כבה NFC</string>
  <string name="app_ops_labels_toggle_mobile_data">הפעל/כבה נתונים סלולריים</string>
  <string name="app_ops_labels_superuser">גישת שורש (Root)</string>
  <!-- App ops permissions -->
  <string name="app_ops_permissions_allowed">אושר</string>
  <string name="app_ops_permissions_ignored">התעלם</string>
  <string name="app_ops_permissions_always_ask">שאל תמיד</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>)</string>
  <string name="app_ops_allowed_count"><xliff:g id="count" example="2 times">%s</xliff:g> אושרו</string>
  <string name="app_ops_ignored_count"><xliff:g id="count" example="2 times">%s</xliff:g> נחסמו</string>
  <string name="app_ops_both_count"><xliff:g id="count">%1$s</xliff:g> אושרו, <xliff:g id="count">%2$s</xliff:g> נחסמו</string>
  <string name="app_ops_disabled_by_optimization">מושבת על-ידי שיפורי סוללה</string>
  <!-- App ops menu options -->
  <string name="app_ops_show_user_apps">הצג יישומי משתמש</string>
  <string name="app_ops_show_system_apps">הצג יישומים מובנים</string>
  <string name="app_ops_reset_counters">איפוס מוני אישור/חסימה</string>
  <string name="app_ops_reset_confirm_title">אשר איפוס מונים</string>
  <string name="app_ops_reset_confirm_mesg">בטוח שברצונך לאפס מונים?</string>
  <string name="ok">אישור</string>
  <!-- Hostname setting -->
  <string name="device_hostname">שם הרשת עבור המכשיר</string>
  <string name="unlock_scramble_pin_layout_title">ערבב פריסה</string>
  <string name="unlock_scramble_pin_layout_summary">ערבב פריסת PIN בעת פתיחת המכשיר</string>
  <string name="button_pref_title">לחצנים</string>
  <string name="hardware_keys_power_key_title">לחצן הפעלה</string>
  <string name="hardware_keys_home_key_title">לחצן הבית</string>
  <string name="hardware_keys_back_key_title">לחצן \'הקודם\'</string>
  <string name="hardware_keys_menu_key_title">לחצן התפריט</string>
  <string name="hardware_keys_assist_key_title">לחצן חיפוש</string>
  <string name="hardware_keys_appswitch_key_title">לחצן יישומים אחרונים</string>
  <string name="hardware_keys_camera_key_title">לחצן מצלמה</string>
  <string name="hardware_keys_volume_keys_title">לחצני עוצמת קול</string>
  <string name="hardware_keys_short_press_title">פעולה בלחיצה קצרה</string>
  <string name="hardware_keys_long_press_title">פעולה בלחיצה ארוכה</string>
  <string name="hardware_keys_double_tap_title">פעולה בהקשה כפולה</string>
  <string name="hardware_keys_action_nothing">ללא פעולה</string>
  <string name="hardware_keys_action_menu">פתח/סגור תפריט</string>
  <string name="hardware_keys_action_app_switch">מחליף יישומים אחרונים</string>
  <string name="hardware_keys_action_search">סיוע-חיפוש</string>
  <string name="hardware_keys_action_voice_search">חיפוש קולי</string>
  <string name="hardware_keys_action_in_app_search">חיפוש ביישום</string>
  <string name="hardware_keys_action_launch_camera">הפעלת מצלמה</string>
  <string name="hardware_keys_action_sleep">כיבוי המסך</string>
  <string name="hardware_keys_action_last_app">יישום אחרון</string>
  <string name="camera_sleep_on_release_title">הצצה מהמסך</string>
  <string name="camera_sleep_on_release_summary">חצי לחיצה תשאיר את המסך פעיל כל עוד הלחצן לחוץ</string>
  <string name="camera_launch_title">הפעלת מצלמה</string>
  <string name="camera_launch_summary">לחיצה ארוכה ושחרור תפעיל את המצלמה</string>
  <string name="volbtn_music_controls_title">שליטה על ניגון</string>
  <string name="volbtn_music_controls_summary">כאשר המסך כבוי, לחיצה ארוכה על לחצני עוצמת הקול תחליף את רצועת המוזיקה</string>
  <string name="volbtn_cursor_control_title">שליטה בסמן עם מקלדת</string>
  <string name="volbtn_cursor_control_off">מושבת</string>
  <string name="volbtn_cursor_control_on">עוצמת קול למעלה/למטה מעבירה את הסמן שמאלה/ימינה</string>
  <string name="volbtn_cursor_control_on_reverse">עוצמת קול למעלה/למטה מעבירה את הסמן ימינה/שמאלה</string>
  <string name="power_end_call_title">סיום שיחה</string>
  <string name="power_end_call_summary">לחיצה על לחצן ההפעלה תסיים את השיחה הנוכחית</string>
  <string name="swap_volume_buttons_title">כיוון מחדש</string>
  <string name="swap_volume_buttons_summary">החלפת כיוון לחצני עוצמת הקול כאשר המסך מסובב</string>
  <string name="button_wake_title">הער את המכשיר</string>
  <string name="home_answer_call_title">מענה לשיחה</string>
  <string name="home_answer_call_summary">לחיצה על לחצן הבית תענה לשיחה הנכנסת הנוכחית</string>
  <!-- Backlight brightness settings screen -->
  <string name="adaptive_backlight_title">תאורה אחורית מסתגלת</string>
  <string name="adaptive_backlight_summary">התאם באופן דינמי את בהירות המסך כדי להאריך את חיי הסוללה תוך שמירה על שימושיות</string>
  <!-- Sunlight readability enhancement screen -->
  <string name="sunlight_enhancement_title">שיפור לאור שמש</string>
  <string name="sunlight_enhancement_summary">שפר בהירות תצוגה וקריאות תחת אור שמש בהיר</string>
  <!-- Color enhancement settings screen -->
  <string name="color_enhancement_title">שיפור צבע</string>
  <string name="color_enhancement_summary">שפר את צבעי התצוגה באופן דינמי</string>
  <!-- Key backlight -->
  <string name="button_backlight_title">תאורה אחורית</string>
  <string name="button_backlight_enabled">האר לחצנים</string>
  <string name="keyboard_backlight_enabled">האר מקלדת</string>
  <string name="button_backlight_seekbar_title">בהירות לחצנים</string>
  <string name="keyboard_backlight_seekbar_title">בהירות לוח מקשים</string>
  <string name="backlight_timeout_title">זמן קצוב לתאורה</string>
  <string name="backlight_timeout_unlimited">אל תכבה</string>
  <string name="backlight_summary_disabled">מושבת</string>
  <string name="backlight_summary_enabled_with_timeout">פעיל למשך <xliff:g id="timeout">%s</xliff:g></string>
  <string name="backlight_summary_enabled">פעיל</string>
  <!-- Gesture Settings -->
  <!-- Settings main menu entry -->
  <string name="gesture_settings_title">מחוות</string>
  <!-- Power menu -->
  <string name="power_menu_title">תפריט הפעלה</string>
  <string name="power_menu_reboot_title">תפריט אתחול מחדש</string>
  <string name="power_menu_screenshot_title">צילום מסך</string>
  <string name="power_menu_airplane_title">מצב טיסה</string>
  <string name="power_menu_users_title">מחליף משתמש</string>
  <string name="power_menu_settings_title">קיצור דרך להגדרות</string>
  <string name="power_menu_lockdown_title">נעילת המכשיר</string>
  <string name="power_menu_bug_report_title">דיווח באגים</string>
  <string name="power_menu_sound_title">לוח צלילים</string>
  <string name="power_menu_bug_report_disabled">דיווח באגים מושבת בהגדרות מפתחים</string>
  <!-- Buttons - Enable navbar -->
  <string name="disable_navkeys_title">הפעל לחצני ניווט על המסך</string>
  <string name="disable_navkeys_summary">אפשר לחצני ניווט על המסך והשבת לחצנים פיזיים</string>
  <!-- tap-to-wake -->
  <string name="double_tap_to_wake_title">הקשה כפולה כדי להעיר</string>
  <string name="double_tap_to_wake_summary">הקש פעמיים כדי להפעיל את התצוגה</string>
  <!-- tap-to-sleep -->
  <string name="double_tap_to_sleep_title">הקשה כפולה לכיבוי מסך</string>
  <string name="double_tap_to_sleep_summary">הקש פעמיים בשורת המצב כדי לכבות את המסך</string>
  <!-- Proximity wake -->
  <string name="proximity_wake_title">מנע התעוררות מקרית</string>
  <!-- Turn on display when power connected; turn off display when power disconnected -->
  <string name="wake_when_plugged_or_unplugged_title">הער מסך בעת חיבור</string>
  <string name="wake_when_plugged_or_unplugged_summary">הפעל את המסך כאשר מקור חשמל מתחבר או מתנתק מהמכשיר</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">דוגמה</string>
  <!-- Volume settings - Volume adjustment sound -->
  <string name="volume_adjust_sounds_title">צליל שינוי עוצמת קול</string>
  <!-- Hardware tunables - Vibrator intensity -->
  <string name="vibrator_intensity_title">עוצמת רטט</string>
  <string name="vibrator_warning">ערכים גבוהים מ-%1$d%% אינם מומלצים</string>
  <!-- Hardware tunables - Color calibration -->
  <string name="color_calibration_title">כיול צבע</string>
  <string name="color_calibration_summary">כיול צבעי מסך</string>
  <string name="color_red_title">אדום</string>
  <string name="color_green_title">ירוק</string>
  <string name="color_blue_title">כחול</string>
  <!-- Launch music player when headset is connected -->
  <string name="headset_connect_player_title">הפעל נגן מוזיקה</string>
  <string name="headset_connect_player_summary">הפעל את נגן המוזיקה המוגדר כברירת המחדל בעת חיבור אוזניות</string>
  <!-- WiFi auto-configure priorities -->
  <string name="wifi_auto_config_priorities">עדיפות אוטומטית</string>
  <string name="auto_brightness_reset_button">איפוס</string>
  <!-- Display : Rotation  -->
  <string name="display_rotation_title">סיבוב</string>
  <string name="display_rotation_disabled">מושבת</string>
  <string name="display_rotation_unit">מעלות</string>
  <string name="display_lockscreen_rotation_title">סובב מסך נעילה</string>
  <string name="display_rotation_category_title">מצבי סיבוב</string>
  <string name="display_rotation_0_title">0 מעלות</string>
  <string name="display_rotation_90_title">90 מעלות</string>
  <string name="display_rotation_180_title">180 מעלות</string>
  <string name="display_rotation_270_title">270 מעלות</string>
  <!-- LiveDisplay -->
  <string name="live_display_summary">התאם את מסך מכשירך בהתאם לשעה ולתנאי הסביבה על מנת לשפר את נוחות הקריאה ולהפחית את עייפות העין</string>
  <string name="live_display_mode">מצב תצוגה</string>
  <string name="live_display_color_temperature_title">טמפרטורת צבע</string>
  <string name="live_display_color_temperature_summary">יום: <xliff:g id="day_temperature">%1$d</xliff:g>K לילה: <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">יום</string>
  <string name="live_display_night">לילה</string>
  <string name="live_display_outdoor_mode_title">מצב חוץ אוטומטי</string>
  <string name="live_display_outdoor_mode_summary">הגבר את הבהירות והרוויה באופן אוטומטי תחת אור שמש חזק</string>
  <string name="live_display_low_power_title">הפחת צריכת אנרגיה</string>
  <string name="live_display_low_power_summary">התאם את התצוגה עבור צריכת האנרגיה הנמוכה ביותר ללא פגיעה באיכות</string>
  <string name="live_display_enhance_color_title">שפר צבעים</string>
  <string name="live_display_enhance_color_summary">שפר את רווית הצבעים של גווני עור, נופים וסוגי תמונות נוספים</string>
  <string name="live_display_color_profile_title">פרופיל צבע</string>
  <string name="live_display_color_profile_standard_title">רגיל</string>
  <string name="live_display_color_profile_standard_summary">צבעים וגווני לבן בהירים מדויקים</string>
  <string name="live_display_color_profile_natural_title">טבעי</string>
  <string name="live_display_color_profile_natural_summary">צבעים וגווני עור מציאותיים</string>
  <string name="live_display_color_profile_dynamic_title">דינמי</string>
  <string name="live_display_color_profile_dynamic_summary">צבעים וגווני לבן בהירים משופרים</string>
  <string name="live_display_color_profile_cinema_title">קולנוע</string>
  <string name="live_display_color_profile_cinema_summary">שפר הפקת צבעים עבור וידאו</string>
  <string name="live_display_color_profile_astronomy_title">אסטרונומיה</string>
  <string name="live_display_color_profile_astronomy_summary">אדום עמוק לשמירה על ראיית לילה</string>
  <string name="live_display_color_profile_photography_title">צילום</string>
  <string name="live_display_color_profile_photography_summary">שפר הפקת צבעים עבור תמונות</string>
  <string name="live_display_color_profile_basic_title">בסיסי</string>
  <string name="live_display_color_profile_basic_summary">השתמש בתצוגה ללא כיול</string>
  <string name="live_display_color_profile_adaptive_title">מסתגל</string>
  <string name="live_display_color_profile_adaptive_summary">הצבעים מסתגלים לתנאי הסביבה</string>
  <!-- LiveDisplay : Picture Adjustment -->
  <string name="picture_adjustment_title">התאמת תמונה</string>
  <string name="picture_adjustment_summary">התאם גוון, רוויה, עוצמה וניגודיות</string>
  <string name="adj_hue_title">גוון</string>
  <string name="adj_saturation_title">רוויה</string>
  <string name="adj_intensity_title">עוצמה</string>
  <string name="adj_contrast_title">ניגודיות</string>
  <!-- Whether to display IME switcher notifcation -->
  <string name="ime_switcher_notify">סמל בורר</string>
  <string name="ime_switcher_notify_summary">הצג סמל בחירת קלט כתיבה</string>
  <!-- Heads up -->
  <string name="heads_up_notifications">התראות קופצות</string>
  <string name="summary_heads_up_enabled">התראות קופצות פעילות</string>
  <string name="summary_heads_up_disabled">התראות קופצות מושבתות</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">קבל את כל סוגי הקבצים</string>
  <!-- High touch sensitivity -->
  <string name="high_touch_sensitivity_title">רגישות גבוהה למגע</string>
  <string name="high_touch_sensitivity_summary">הגבר את רגישות מסך המגע, כך שניתן יהיה להשתמש בו בעת לבישת כפפות</string>
  <!-- Display & Lights screen, setting options for LCD density -->
  <string name="lcd_density">צפיפות LCD</string>
  <string name="dialog_title_lcd_density">צפיפות LCD</string>
  <string name="lcd_density_value_format">%d DPI</string>
  <string name="lcd_density_default_value_format">%d DPI (ברירת מחדל)</string>
  <string name="restarting_ui">מאתחל מערכת\u2026</string>
  <!-- Stylus Icon -->
  <string name="stylus_icon_enabled_title">הצג סמל בעת שימוש בעט אלקטרוני</string>
  <string name="stylus_icon_enabled_summary">הצג את סמל העט בעת ריחוף או ציור עם העט האלקטרוני</string>
  <!-- Stylus Gestures -->
  <string name="gestures_settings_title">מחוות עט אלקטרוני</string>
  <string name="category_spen_title">מחוות עט אלקטרוני</string>
  <string name="enable_subcat_title">עט אלקטרוני</string>
  <string name="enable_spen_title_head">הפעל מחוות</string>
  <string name="enable_spen_summary_head">השתמש במחוות החלקה בעת החזקת לחצן העט האלקטרוני</string>
  <string name="gestures_subcat_title">מחוות</string>
  <string name="gestures_left_spen_title_head">החלקה שמאלה</string>
  <string name="gestures_right_spen_title_head">החלקה ימינה</string>
  <string name="gestures_up_spen_title_head">החלקה למעלה</string>
  <string name="gestures_down_spen_title_head">החלקה למטה</string>
  <string name="gestures_long_spen_title_head">לחיצה ארוכה</string>
  <string name="gestures_double_spen_title_head">הקשה כפולה</string>
  <!-- Gestures Options -->
  <string name="gestures_action_empty">ללא פעולה</string>
  <string name="gestures_action_home">בית</string>
  <string name="gestures_action_back">חזור</string>
  <string name="gestures_action_menu">תפריט</string>
  <string name="gestures_action_search">הפעל חיפוש</string>
  <string name="gestures_action_recent">יישומים אחרונים</string>
  <!-- Stylus gestures -->
  <string name="stylus_app_not_installed">%s לא מותקן</string>
  <!-- Touchscreen hovering -->
  <string name="touchscreen_hovering_title">מגע בריחוף</string>
  <string name="touchscreen_hovering_summary">מאפשר להעביר את האצבע מעל המסך כמו עכבר של מחשב בדפדפנים, בעמדות שליטה מרחוק וכד\'</string>
  <!-- Increasing ring tone volume -->
  <string name="increasing_ring_volume_option_title">עוצמת צלצול מתגברת</string>
  <string name="increasing_ring_min_volume_title">עוצמה התחלתית</string>
  <string name="increasing_ring_ramp_up_time_title">אורך זמן ההגברה</string>
  <!-- LTO download data over wi-fi only -->
  <string name="lto_download_data_wifi_only">הורדת נתוני סיוע ל-GPS</string>
  <string name="lto_download_data_wifi_only_on">דרך כל סוגי הרשתות</string>
  <string name="lto_download_data_wifi_only_off">דרך רשתות Wi\u2011Fi בלבד</string>
  <string name="volume_keys_control_ring_stream_title">שליטה בעוצמת הרינגטון</string>
  <string name="volume_keys_control_ring_stream_summary_on">מקשי העוצמה שולטים בעוצמת הרינגטון</string>
  <string name="volume_keys_control_ring_stream_summary_off">מקשי עוצמת הקול שולטים בעוצמת המדיה</string>
  <string name="category_calibration">כיול</string>
  <string name="display_and_lights">תצוגה ונוריות</string>
  <!-- Category title for Charging sounds (Power state change) specific Settings.
         [CHAR LIMIT=40] -->
  <string name="power_notifications_category_title">צלילי טעינה</string>
  <!-- Sound settings, Charging sounds enable/disable, setting check box label -->
  <string name="power_notifications_enable_title">הפעל</string>
  <string name="power_notifications_enable_summary">השמע צליל בעת חיבור או ניתוק ממקור חשמל</string>
  <!-- Sound settings, Charging sounds vibrate enable/disable, setting check box label -->
  <string name="power_notifications_vibrate_title">רטט</string>
  <!-- Sound settings, Charging sounds ringtone selection, preference label -->
  <string name="power_notifications_ringtone_title">צליל הודעה</string>
  <!-- Sound settings, charging sounds label for ringtone == none -->
  <string name="power_notifications_ringtone_silent">שקט</string>
  <!-- Status bar -->
  <string name="status_bar_title">שורת מצב</string>
  <string name="status_bar_toggle_brightness">בקרת הבהירות</string>
  <string name="status_bar_toggle_brightness_summary">התאם בהירות על-ידי החלקה על שורת המצב</string>
  <string name="status_bar_notif_count_title">הצג מספור הודעות</string>
  <string name="status_bar_notif_count_summary">הצג מספר התראות ממתינות</string>
  <string name="status_bar_quick_qs_pulldown_title">משיכה מהירה</string>
  <string name="status_bar_quick_qs_pulldown_summary">משיכה מצד %1$s של סרגל המצב פותחת את ההגדרות המהירות</string>
  <string name="status_bar_quick_qs_pulldown_summary_left">שמאל</string>
  <string name="status_bar_quick_qs_pulldown_summary_right">ימין</string>
  <string name="status_bar_quick_qs_pulldown_off">כבוי</string>
  <string name="status_bar_quick_qs_pulldown_left">שמאל</string>
  <string name="status_bar_quick_qs_pulldown_right">ימין</string>
  <!-- Status bar - Clock -->
  <string name="status_bar_clock_style_title">סגנון השעון</string>
  <string name="status_bar_clock_style_right">ימין</string>
  <string name="status_bar_clock_style_left">שמאל</string>
  <string name="status_bar_clock_style_center">מרכז</string>
  <string name="status_bar_clock_style_hidden">מוסתר</string>
  <string name="status_bar_am_pm_title">סגנון AM/PM</string>
  <string name="status_bar_am_pm_info">שעון 24 שעות מופעל</string>
  <string name="status_bar_am_pm_normal">רגיל</string>
  <string name="status_bar_am_pm_small">קטן</string>
  <string name="status_bar_am_pm_hidden">מוסתר</string>
  <!-- Status bar - Battery -->
  <string name="status_bar_battery_style_title">סגנון הצגת מצב סוללה</string>
  <string name="status_bar_battery_style_icon_portrait">סמל אורך</string>
  <string name="status_bar_battery_style_icon_landscape">סמל רוחב</string>
  <string name="status_bar_battery_style_circle">עיגול</string>
  <string name="status_bar_battery_style_text">טקסט</string>
  <string name="status_bar_battery_style_hidden">מוסתר</string>
  <!-- Status bar - Battery percentage -->
  <string name="status_bar_battery_percentage_title">אחוזי סוללה</string>
  <string name="status_bar_battery_percentage_default">מוסתר</string>
  <string name="status_bar_battery_percentage_text_inside">בתוך הסמל</string>
  <string name="status_bar_battery_percentage_text_next">ליד הסמל</string>
  <!-- Status bar - icon blacklist -->
  <string name="status_bar_icons_title">סמלי שורת מצב</string>
  <string name="status_bar_icons_summary">שלוט הסמלים שיוצגו בשורת המצב</string>
  <!-- EdgeGesture service -->
  <string name="edge_gesture_service_title">חסום אירועי מחוות מגע</string>
  <string name="edge_gesture_service_summary">אל תשלח אירועי נגיעות בסרגל הניווט ובשורת המצב ליישומים</string>
  <!-- Keep screen on strings -->
  <string name="keep_screen_on_never">אף פעם</string>
  <string name="keep_screen_on_debugging">בעת איתור באגים דרך USB</string>
  <string name="keep_screen_on_charging">בעת טעינה</string>
  <!-- Privacy Settings Header item -->
  <string name="privacy_settings_cyanogenmod_title">פרטיות</string>
  <!-- Privacy Guard -->
  <string name="privacy_guard_default_title">מופעל כברירת מחדל</string>
  <string name="privacy_guard_default_summary">הפעל כברירת מחדל עבור יישומים שהותקנו לאחרונה</string>
  <string name="privacy_guard_manager_title">שומר הפרטיות</string>
  <string name="privacy_guard_manager_summary">נהל לאילו יישומים יש גישה למידע הפרטי שלך</string>
  <string name="privacy_guard_no_user_apps">אין יישומים מותקנים</string>
  <string name="privacy_guard_help_title">עזרה</string>
  <string name="privacy_guard_reset_title">איפוס</string>
  <string name="privacy_guard_reset_text">לאפס הרשאות?</string>
  <string name="privacy_guard_help_text">בחלון זה באפשרותך לבחור באמצעות הקשה עבור אילו יישומים שומר הפרטיות יפעל. היישומים הנבחרים לא יקבלו גישה למידע הפרטי שלך כמו אנשי קשר, הודעות ויומן שיחות. לחיצה ארוכה על יישום תפתח את פרטי ההרשאות שלו.\n\nיישומים מובנים לא מוצגים כברירת מחדל, אבל יכולים להיחשף על ידי בחירת ההגדרה המתאימה.</string>
  <string name="privacy_guard_manager_show_system_apps">הצג יישומים מובנים</string>
  <string name="privacy_guard_advanced_settings_title">מתקדם</string>
  <string name="privacy_guard_notification_title">הצג התראה</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">הצג שגיאות דפוס</string>
  <!-- Whether the dots will be drawn when using the lockscreen pattern -->
  <string name="lockpattern_settings_enable_dots_title">הצג נקודות דפוס</string>
  <!-- Whether the keyguard will directly pass to password entry -->
  <string name="lock_directly_show_password">הצג ישירות את הזנת הסיסמה</string>
  <!-- Whether the keyguard will directly pass to pattern view -->
  <string name="lock_directly_show_pattern">הצג ישירות את תצוגת הדפוס הנעילה</string>
  <!-- Whether the keyguard will directly pass to PIN entry -->
  <string name="lock_directly_show_pin">הצג ישירות את הכנסת קוד ה-PIN</string>
  <!-- lock screen visualizer -->
  <string name="lockscreen_visualizer_title">הצג אפקטים בעת השמעת מוזיקה</string>
  <!-- lock screen disabled by QS tile warning -->
  <string name="lockscreen_disabled_by_qs_tile_title">הושבת על ידי אריח הגדרות מהירות</string>
  <string name="lockscreen_disabled_by_qs_tile_summary">הקש כדי להפעיל את מסך הנעילה</string>
  <string name="lockscreen_disabled_by_qs_tile_summary_enabled">מסך הנעילה מופעל!</string>
  <!-- Battery saver -->
  <string name="battery_saver_threshold">סף להפעלת שומר סוללה</string>
  <string name="battery_saver_summary">הנמך ביצועים והגבל תעבורת נתונים ברקע</string>
  <string name="battery_saver_summary_unavailable">לא זמין בזמן טעינה</string>
  <!-- Battery : Automatic performance profiles -->
  <string name="autoperf_title">הפעל פרופילים מותאמים לכל יישום</string>
  <string name="autoperf_summary">בחר באופן אוטומטי את מצב הסוללה המתאים עבור יישומים שונים</string>
  <string name="perf_profile_title">מצב סוללה</string>
  <!-- Memory -->
  <string name="memory_startup_apps_title">יישומים שהופעלו בעת אתחול המכשיר</string>
  <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
  <string name="notification_ringtone_title_cm">צליל התראה</string>
  <!-- Advanced reboot options -->
  <string name="advanced_reboot_title">אתחול מתקדם</string>
  <string name="advanced_reboot_summary">כאשר פתוח, מוסיף לתפריט ההפעלה אפשרויות לאתחול עבור שחזור, תוכנת טעינה ראשונית או ביצוע אתחול מהיר</string>
  <string name="category_interface">ממשק</string>
  <!-- Expanded desktop -->
  <string name="power_menu_expanded_desktop">שולחן עבודה מורחב</string>
  <string name="expanded_hide_nothing">הצג הכל</string>
  <string name="expanded_hide_status">הסתר שורת מצב</string>
  <string name="expanded_hide_navigation">הסתר סרגל ניווט</string>
  <string name="expanded_hide_both">הסתר את שניהם</string>
  <string name="expanded_nothing_to_show">כדי להוסיף תצורה מותאמת אישית למצב מורחב עבור כל יישום, העבר את \"הפעל עבור הכול\" למצב כבוי</string>
  <string name="expanded_enabled_for_all">הפעל עבור הכול</string>
  <string name="expanded_desktop_style">סגנון שולחן עבודה מורחב</string>
  <string name="expanded_desktop_style_description">בחר סגנון ברירת מחדל לשולחן העבודה המורחב</string>
  <string name="expanded_desktop_title">אפשרויות שולחן עבודה מורחב</string>
  <!-- Kill app long-press back -->
  <string name="kill_app_longpress_back">הרוג יישום עם לחצן חזור</string>
  <string name="kill_app_longpress_back_summary">הרוג יישום נראה על ידי לחיצה ארוכה על לחצן החזרה</string>
  <!-- Show/Hide Search Bar -->
  <string name="recents_show_searchbar">הצג את סרגל החיפוש במסך יישומים אחרונים</string>
  <string name="keywords_recents_show_searchbar">אחרון אחרונים השבתה הפעלה הצג הסתר סרגל חיפוש סרגל-חיפוש</string>
  <!-- Voice Wakeup -->
  <string name="voice_wakeup_settings_title">השכמה קולית</string>
  <string name="voice_wakeup_retrain_title">אמן שוב את קולך</string>
  <string name="voice_wakeup_activity_title">פעילות להפעלה</string>
  <string name="voice_wakeup_default_activity">Google Now</string>
  <string name="voice_wakeup_needs_dial_permission_warning">השכמה קולית צריכה לקבל הרשאות שיחת טלפון כדי לבחור איש קשר בחיוג ישיר.</string>
  <string name="picker_activities">פעילויות</string>
  <string name="select_custom_app_title">בחר יישום אחר</string>
  <string name="select_custom_activity_title">בחר פעילות מותאמת אישית</string>
  <!-- Blacklist preferences -->
  <string name="blacklist_title">רשימת מתקשרים חסומים</string>
  <string name="blacklist_edit_dialog_title">ערוך מספר טלפון חסום</string>
  <string name="blacklist_prefs">הגדרות</string>
  <string name="blacklist_button_delete">מחק</string>
  <string name="blacklist_empty_text">אין לך מספרים חסומים. הוסף ערך בלחיצה על הלחצן (+).</string>
  <string name="blacklist_disabled_empty_text">כדי למנוע ממספרי טלפון להתקשר אליך, או לשלוח הודעות, הפעל את רשימת המתקשרים החסומים.</string>
  <string name="blacklist_summary_disabled">מושבת</string>
  <string name="blacklist_summary">לא יתקבלו שיחות נכנסות או הודעות ממספרי הטלפון הנמצאים ברשימת המתקשרים החסומים</string>
  <string name="blacklist_notify">הצג התראות</string>
  <string name="blacklist_private_numbers_title">מספרים חסויים</string>
  <string name="blacklist_private_numbers_summary_disabled">אל תחסום שיחות ממספרים חסויים</string>
  <string name="blacklist_private_numbers_summary">חסום <xliff:g id="type">%s</xliff:g> נכנסות ממספרים חסויים</string>
  <string name="blacklist_unknown_numbers_title">מספרים לא ידועים</string>
  <string name="blacklist_unknown_numbers_summary_disabled">אל תחסום שיחות או הודעות ממספרים שאינם ברשימת אנשי קשר</string>
  <string name="blacklist_unknown_numbers_summary">חסום <xliff:g id="type">%s</xliff:g> נכנסות ממספרים שאינם ברשימת אנשי קשר</string>
  <string name="blacklist_summary_type_calls_only">שיחות</string>
  <string name="blacklist_summary_type_messages_only">הודעות</string>
  <string name="blacklist_summary_type_calls_and_messages">שיחות והודעות</string>
  <string name="blacklist_regex_title">השתמש בתווים כלליים</string>
  <string name="blacklist_regex_summary">השתמש בתו \'.\' כתו כולל, ובתו \'*\' כחזרה. לדוגמה: 123.* יחסום את כל המספרים שמתחילים ב-123, ו-.*123.* יחסום את כל המספרים שמכילים 123</string>
  <string name="blacklist_policy_block_calls">חסום שיחות נכנסות</string>
  <string name="blacklist_policy_block_messages">חסום הודעות נכנסות</string>
  <string name="blacklist_bad_number_add">לא ניתן להוסיף מספר טלפון לא חוקי לרשימת המתקשרים החסומים</string>
  <!-- Blacklist management -->
  <string name="remove_blacklist_number_title">הסר מספר</string>
  <string name="remove_blacklist_entry">האם ברצונך להסיר את מספר הטלפון החסום הנ\"ל?</string>
  <string name="select_contact">בחר איש קשר</string>
  <!-- Sms security limit -->
  <string name="app_security_title">אבטחת יישום</string>
  <string name="sms_security_check_limit_title">מגבלת הודעות SMS</string>
  <string name="sms_security_check_limit_summary">יישומים יכולים לשלוח %d הודעות בדקה לפני שידרשו לבקש אישור</string>
  <string name="sms_security_check_limit_summary_none">יישומים אינם מאושרים לשלוח הודעות ללא אישור</string>
  <string name="sms_security_check_limit_none">ללא</string>
  <!-- Notification spamfilter -->
  <string name="spam_added_title">%1$s נוסף</string>
  <string name="spam_last_blocked_title">נחסם לאחרונה %1$s</string>
  <string name="block_notifications_title">סנן התראות</string>
  <string name="block_notifications_summary">נהל התראות ומסננים שמהם התעלמת</string>
  <string name="no_filters_title">לא הוגדרו מסננים</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_warning_title">אודות</string>
  <string name="enable_reporting_title">הפעל דיווח</string>
  <string name="preview_data_title">תצוגה מקדימה של נתונים</string>
  <string name="view_stats_title">הצג סטטיסטיקות</string>
  <string name="anonymous_learn_more">למידע נוסף</string>
  <!-- Anonymous Statistics - Preview -->
  <string name="preview_id_title">מזהה ייחודי</string>
  <string name="preview_device_title">מכשיר</string>
  <string name="preview_version_title">גרסה</string>
  <string name="preview_country_title">מדינה</string>
  <string name="preview_carrier_title">ספק תקשורת</string>
  <string name="stats_collection_title">אוסף סטטיסטיקות</string>
  <string name="stats_collection_summary">כאשר מופעל, מאפשר איסוף מדדים</string>
  <!-- Protected apps lockpattern reset button -->
  <string name="lockpattern_reset_button">איפוס דפוס</string>
  <string name="lockpattern_settings_reset_summary">הזן חשבון דוא\"ל ראשי וסיסמה משויכת כדי לאפס את דפוס הנעילה</string>
  <!-- Protected Apps -->
  <string name="menu_hidden_apps_delete">איפוס</string>
  <string name="menu_hidden_apps_reset_lock">איפוס נעילת דפוס</string>
  <string name="protected_apps">יישומים מוגנים</string>
  <string name="protected_apps_summary">נהל אילו יישומים מוסתרים מאחורי נעילה מאובטחת</string>
  <string name="saving_protected_components">שמירת מצב רכיב\u2026</string>
  <string name="pa_login_username_hint">שם משתמש (דוא\"ל)</string>
  <string name="pa_login_password_hint">סיסמה</string>
  <string name="pa_login_submit_button">התחברות</string>
  <string name="pa_login_checking_password">בודק חשבון\u2026</string>
  <string name="pa_login_incorrect_login">התחברות נכשלה</string>
  <string name="pa_pattern_or_fingerprint_header">עלייך לצייר דפוס או להשתמש בטביעת אצבע כדי לשחרר נעילה</string>
  <!-- Contributors cloud activity -->
  <string name="contributors_cloud_fragment_title">תורמים</string>
  <string name="contributors_cloud_loading_message">טוען נתוני תורמים\u2026</string>
  <string name="contributors_cloud_failed_message">לא ניתן לטעון נתוני תורמים</string>
  <string name="contributor_info_menu">פרטי תורם</string>
  <string name="contributor_info_msg">
        <![CDATA[<b>שם:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/>
                 <b>כינוי:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/>
                 <b>שינויים:</b> <xliff:g id="commits">%3$s</xliff:g>]]></string>
  <string name="contributions_info_menu">פרטי תורמים</string>
  <string name="contributions_info_msg">
<![CDATA[<b>סה"כ תורמים:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
                 <b>סה"כ חלקי קוד:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
                 <b>עדכון אחרון:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
  <string name="category_sounds">צלילים</string>
  <string name="notification_manager">התראות</string>
  <string name="lockscreen_settings">מסך נעילה</string>
  <string name="category_lights">נוריות</string>
  <string name="category_volume">עוצמת קול</string>
  <string name="category_vibrate">רטט</string>
  <string name="category_misc">שונות</string>
  <string name="title_general">כללי</string>
  <string name="advanced">מתקדם</string>
  <string name="link_volume_option_title">קשר את עוצמות הרינגטון וההתראות</string>
  <string name="lcd_density_prompt_message">ייתכן שמספר יישומים לא יתפקדו כראוי בשימוש ב-DPI לא סטנדרטי.\n\nמכשירך יבצע הפעלה מחדש.</string>
  <!-- Edit access point labels: PPP number -->
  <string name="apn_ppp_number">מספר טלפון APN PPP</string>
  <!-- APNs screen message indicating new APN user is adding is a duplicate -->
  <string name="duplicate_apn_error_title">APN כפול</string>
  <string name="duplicate_apn_error_message">APN זה כבר קיים. מחק או שנה פרמטרים.</string>
  <string name="sim_enabler_summary"><xliff:g id="displayName">%1$s</xliff:g> <xliff:g id="status" example="disabled">%2$s</xliff:g></string>
  <string name="sim_disabled">מושבת</string>
  <string name="sim_missing">חסר או פגום</string>
  <string name="sim_enabler_need_disable_sim">כרטיס ה-SIM יפסיק לפעול. האם ברצונך להמשיך?</string>
  <string name="sim_enabler_will_disable_sim_title">שים לב</string>
  <string name="sim_enabler_need_switch_data_service">SIM זה יהפוך ללא זמין ו-SIM <xliff:g id="slotid">%1$s</xliff:g> ישמש לשירותי נתונים. בטוח שברצונך להמשיך?</string>
  <string name="sim_enabler_airplane_on">אין אפשרות לבצע את הפעולה במצב טיסה פעיל.</string>
  <string name="sim_enabler_in_call">אין אפשרות לבצע את הפעולה בזמן השיחה.</string>
  <string name="sim_enabler_both_inactive">אין אפשרות להשבית את כל כרטיסי ה-SIM</string>
  <string name="sim_enabler_enabling">מפעיל\u2026</string>
  <string name="sim_enabler_disabling">מכבה\u2026</string>
  <string name="sub_activate_success">SIM הופעל.</string>
  <string name="sub_activate_failed">הפעלה נכשלה.</string>
  <string name="sub_deactivate_success">SIM בוטל.</string>
  <string name="sub_deactivate_failed">ביטול הפעלה נכשלה.</string>
  <string name="primary_sub_select_title">מנוי ברירת מחדל של דור 3/LTE</string>
  <string name="select_sim_card">בחר כרטיס SIM</string>
  <!-- MSIM SIM status -->
  <string name="sim_card_status_title">מצב SIM %d</string>
  <string name="sim_card_lock_settings_title">הגדרות נעילה של SIM %d</string>
  <string name="sim_card_summary_empty">לא הוכנס SIM</string>
  <string name="sim_mobile_network_settings_category_title">הגדרות רשת סלולרית</string>
  <string name="sim_mobile_network_settings_title">הגדרות 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">תזכורות</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_events">אירועים</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">מתקשרים נבחרים</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">הודעות נבחרות</string>
  <!-- Allow vibration in zen mode -->
  <string name="zen_mode_vibration">רטט</string>
  <string name="zen_mode_vibration_never">אל תרטוט</string>
  <string name="zen_mode_vibration_calls_only">רטט רק עבור שיחות</string>
  <string name="zen_mode_vibration_calls_and_notifications">רטט עבור שיחות והתראות</string>
  <!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
  <!-- SAR information -->
  <string name="maximum_head_level">ראש: %1$s  W/kg</string>
  <string name="maximum_body_level">גוף: %1$s W/kg</string>
  <!-- IC Codes -->
  <string name="ic_code_model">דגם: %1$s</string>
  <string name="ic_code_full">IC: %1$s</string>
  <string name="sim_ringtone_title">הרינגטון של SIM %d</string>
  <!-- label for application name -->
  <string name="app_name_label_cm">יישום:</string>
  <!-- label for last time used -->
  <string name="last_time_used_label_cm">שימש בפעם האחרונה:</string>
  <!-- label for usage time -->
  <string name="usage_time_label_cm">זמן שימוש:</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">פעולה זו תביא למחיקת כל התוכן מ<b>האחסון הפנימי</b> של הטאבלט שלך, כולל:\n\n<li>החשבונות המוגדרים במכשירך</li>\n<li>נתונים והגדרות של המערכת והיישומים הקיימים</li>\n<li>יישומים שהורדו</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">פעולה זו תביא למחיקת כל התוכן מ<b>האחסון הפנימי</b> של הטלפון שלך, כולל:\n\n<li>החשבונות המוגדרים במכשירך</li>\n<li>נתונים והגדרות של המערכת והיישומים הקיימים</li>\n<li>יישומים שהורדו</li></string>
  <!-- Factory reset strings -->
  <string name="factory_reset_instructions_title">נתונים אישיים ויישומים</string>
  <string name="factory_reset_instructions_summary">פעולה זאת תמחק את כל החשבונות, היישומים (כולל נתוניהם) והגדרות המערכת ממכשיר זה</string>
  <string name="factory_reset_personal_content">תוכן אישי</string>
  <string name="factory_reset_erase_stored_content">מחק תוכן מאוחסן</string>
  <string name="factory_reset_erase_stored_content_summary">מחק מוזיקה, תמונות, ווידאו, או כל תוכן אחר המאוחסן במכשיר זה</string>
  <string name="factory_reset_erase_stored_content_summary_forced">מחק מוזיקה, תמונות, ווידאו, או כל תוכן אחר המאוחסן במכשיר זה.\n\n<b>לא ניתן לשמור את התוכן עקב הצפנת המכשיר.</b></string>
  <string name="factory_reset_erase_sd_card">פרמט כרטיס זיכרון</string>
  <string name="factory_reset_erase_sd_card_summary">מחק את כל הנתונים על כרטיס הזיכרון, כולל מוזיקה ותמונות</string>
  <string name="factory_reset_warning_text_reset_now">אפס עכשיו</string>
  <string name="factory_reset_warning_text_message">כל החשבונות, היישומים (כולל נתוניהם) והגדרות המערכת שלך יוסרו ממכשיר זה. פעולה זו אינה הפיכה.</string>
  <!-- Tethering & portable hotspot other category -->
  <string name="tethering_other_category_text">אחר</string>
  <!-- Wi-Fi tethering inactivity timeout -->
  <string name="hotstpot_inactivity_timeout_text">זמן קצוב לנקודת רשת ציבורית של Wi\u2011Fi</string>
  <string name="hotstpot_inactivity_timeout_never">אף פעם</string>
  <string name="hotstpot_inactivity_timeout_1_minute">דקה אחת</string>
  <string name="hotstpot_inactivity_timeout_5_minutes">5 דקות</string>
  <string name="hotstpot_inactivity_timeout_10_minutes">10 דקות</string>
  <string name="hotstpot_inactivity_timeout_never_summary_text">נקוד רשת ציבורית ניידת של Wi\u2011Fi לא תיכבה לעולם מעצמה</string>
  <string name="hotstpot_inactivity_timeout_summary_text">נקודת רשת ציבורית ניידת של Wi\u2011Fi תיכבה לאחר <xliff:g id="timeout">%1$s</xliff:g></string>
  <!-- Live lock screen -->
  <!-- Live lock screen title -->
  <string name="live_lock_screen_title">מסך נעילה חי</string>
  <!-- Live lock screen summary -->
  <string name="live_lock_screen_summary">הפעל והגדר את מסך הנעילה החי</string>
  <!-- Live lock screen settings content description -->
  <string name="live_lock_screen_settings_button">הגדרות</string>
  <!-- Live lock screen settings screen, caption for when live lock screens are disabled -->
  <string name="live_lock_screen_settings_disabled_prompt">להצגת מסכי נעילה חיים זמינים, יש להפעיל את התכונה תחילה.</string>
  <string name="interruptions_ignore_while_media_title">מנע שינוי עוצמת קול</string>
  <string name="interruptions_ignore_while_media_summary">אל תנמיך את עוצמת המוזיקה כאשר התראה מגיעה</string>
  <!-- CM Legal -->
  <string name="cmlicense_title">Replicant משפטי</string>
  <!-- Menu label for reset the battery stats -->
  <string name="menu_stats_reset">איפוס סטטיסטיקות</string>
  <!-- Reset stats confirmation dialog's message -->
  <string name="reset_stats_msg">היסטוריית הסוללה שלך עומדת להתאפס</string>
  <!-- Dock battery not present message -->
  <string name="dock_battery_not_present">סוללה חיצונית לא נוכחת</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">מטעין דרך חיבור 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">מטעין דרך חיבור USB</string>
  <string name="restrict_app_wlan_title">השבת את שימוש היישום ב- Wi\u2011Fi</string>
  <string name="restrict_app_wlan_summary">מונע שימוש של יישום בחיבור נתוני Wi\u2011Fi</string>
  <string name="restrict_app_cellular_title">השבת את שימוש היישום באינטרנט סלולרי</string>
  <string name="restrict_app_cellular_summary">מונע שימוש של יישום בחיבור נתונים סלולריים</string>
  <string name="privacy_guard_internet_category">אינטרנט</string>
  <!-- Weather -->
  <string name="weather_settings_title">מזג אוויר</string>
  <string name="weather_settings_no_services_prompt">לא מותקנים שירותי ספקי מזג אוויר</string>
  <string name="weather_settings_button">הגדרות ספק</string>
  <string name="weather_settings_activity_not_found">לא ניתן להפעיל את תפריט ההגדרות של ספק זה</string>
  <string name="weather_settings_add_weather_provider">הוסף ספק מזג אוויר</string>
  <string name="weather_settings_general_settings_title">כללי</string>
  <string name="weather_settings_providers_title">ספקים</string>
  <string name="weather_settings_temp_units_title">יחידת טמפרטורה</string>
  <string name="weather_settings_temp_celsius">צלזיוס</string>
  <string name="weather_settings_temp_fahrenheit">פרנהייט</string>
  <string name="weather_settings_keyword">מזג אוויר</string>
  <string name="background_data_access">גישה לנתוני רקע</string>
  <string name="allow_background_both">מעל נתונים סלולריים ו- Wi\u2011Fi</string>
  <string name="allow_background_wlan">רק מעל Wi\u2011Fi</string>
  <string name="allow_background_none">אין גישה</string>
  <string name="mobile_data_alert">התראת נתונים סלולריים</string>
  <string name="mobile_data_alert_summary">מתריע כאשר יישום משתמש בכמות נתונים משמעותית</string>
  <string name="data_usage_menu_enable_data_alerts">הפעל התראות שימוש בנתונים</string>
  <string name="data_usage_menu_disable_data_alerts">השבת התראות שימוש בנתונים</string>
  <string name="data_usage_menu_reset_stats">איפוס סטטיסטיקות נתונים</string>
  <string name="reset_data_stats_msg">פעולה זו תנקה את כל המידע שנאסף בהווה ובעבר על מעקב אחר נתונים</string>
  <string name="reset_stats_confirm">אישור</string>
  <string name="restrict_cellular_access_title">הגבל גישה לנתונים סלולריים</string>
  <string name="restrict_cellular_access_summary">השבת גישה לנתונים ברשתות סלולריות</string>
  <string name="restrict_cellular_access_dialog_title">להגביל גישה לנתונים סלולריים?</string>
  <string name="restrict_cellular_access_dialog_summary">תכונה זו עלולה לגרום להפסקת פעולתו של יישום התלוי בגישה לרשת כאשר קיימת זמינות לרשתות סלולריות בלבד.\n\nתוכל למצוא פקדים מתאימים יותר לשימוש בנתונים, בהגדרות הזמינות בתוך היישום.</string>
  <!-- Label for settings shortcut: carrier selection -->
  <string name="shortcut_carrier_title">ספקי סלולר</string>
  <!-- title for lock screen blur preference -->
  <string name="lockscreen_blur_enabled_title">טשטוש הרקע</string>
  <!-- title for lock screen weather preference -->
  <string name="lockscreen_weather_enabled_title">הראה מזג אוויר</string>
  <!-- Per app controls for LP keyguard notifications -->
  <string name="app_notification_show_on_keyguard_title">הצג על מסך הנעילה</string>
  <string name="app_notification_show_on_keyguard_summary">הצג הודעות מיישום זה במסך הנעילה</string>
  <string name="app_notification_no_ongoing_on_keyguard_title">השבתת התראות תמידיות על מסך הנעילה</string>
  <string name="app_notification_no_ongoing_on_keyguard_summary">אל תציג התראות תמידיות מיישום זה על מסך הנעילה</string>
  <!-- Notification sound timeout -->
  <string name="app_notification_sound_timeout_title">זמן מינימלי בין צלילי התראות</string>
  <string name="app_notification_sound_timeout_summary_template">אפשר צלילים או רטט לא יותר מפעם אחת בכל <xliff:g id="duration">%1$s</xliff:g></string>
  <string name="app_notification_sound_timeout_value_none">ללא מגבלה</string>
  <string name="app_notification_sound_timeout_value_10_seconds">10 שניות</string>
  <string name="app_notification_sound_timeout_value_30_seconds">30 שניות</string>
  <string name="app_notification_sound_timeout_value_1_minute">דקה 1</string>
  <string name="app_notification_sound_timeout_value_5_minutes">5 דקות</string>
  <string name="app_notification_sound_timeout_value_15_minutes">10 דקות</string>
  <string name="app_notification_sound_timeout_value_30_minutes">30 דקות</string>
  <!-- CmRadioInfo -->
  <string name="cm_radio_info_label">שליטת רדיו משופרת</string>
  <!-- Radio Control (IMS/MBN etc.) -->
  <string name="cm_radio_info_mbn_auto_load_on_label">כיבוי טעינת MBN אוטומטית</string>
  <string name="cm_radio_info_mbn_auto_load_off_label">הפעלת טעינת MBN אוטומטית</string>
  <string name="cm_radio_info_volte_avail_ovr_on_label">כיבוי איתור באגים VoLTE</string>
  <string name="cm_radio_info_volte_avail_ovr_off_label">הפעלת איתור באגים VoLTE</string>
  <string name="cm_radio_info_vt_avail_ovr_on_label">כיבוי איתור באגים VT</string>
  <string name="cm_radio_info_vt_avail_ovr_off_label">הפעלת איתור באגים VT</string>
  <string name="cm_radio_info_wfc_avail_ovr_on_label">כיבוי איתור באגים WFC</string>
  <string name="cm_radio_info_wfc_avail_ovr_off_label">הפעלת איתור באגים WFC</string>
  <string name="cm_radio_info_adb_log_on_label">כיבוי תיעוד רדיו ADB</string>
  <string name="cm_radio_info_adb_log_off_label">הפעלת תיעוד רדיו ADB</string>
  <!-- Lock screen wallpaper -->
  <string name="lockscreen_wallpaper_title">טפט</string>
  <string name="not_available_with_app">לא זמין עם %1$s</string>
  <!-- Format string for fingerprint location message -->
  <string name="security_settings_fingerprint_enroll_find_sensor_message_cm">אתר את חיישן טביעות האצבע הנמצא ב<xliff:g id="sensor_location">%1$s</xliff:g> המכשיר שלך.</string>
  <!-- Fingerprint sensor locations -->
  <string name="security_settings_fingerprint_sensor_location_back">חלק האחורי</string>
  <string name="security_settings_fingerprint_sensor_location_front">חלק הקדמי</string>
  <string name="security_settings_fingerprint_sensor_location_left">צד שמאל</string>
  <string name="security_settings_fingerprint_sensor_location_right">צד ימין</string>
  <!-- SIM status format string -->
  <string name="sim_status_format_string">קול: <xliff:g id="voice_status">%1$s</xliff:g> / נתונים: <xliff:g id="data_status">%2$s</xliff:g></string>
</resources>