summaryrefslogtreecommitdiffstats
path: root/res/values-it/cm_strings.xml
blob: ed0026917f2119cee834146837d684a6d27894cd (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">Ora sei a <xliff:g id="step_count">%1$d</xliff:g> passo dalla visualizzazione del Device ID.</item>
    <item quantity="other">Ora sei a <xliff:g id="step_count">%1$d</xliff:g> passi dalla visualizzazione del Device ID.</item>
  </plurals>
  <!--  Device Info screen. Confirmation that Device ID is copied to clipboard -->
  <string name="show_device_id_copied_cm">Device ID:[<xliff:g id="device_id">%1$s</xliff:g>] copiato negli appunti</string>
  <!--  Device Info screen. Confirmation that Device ID is not available -->
  <string name="show_device_id_failed_cm">Il Device ID non è disponibile su questa build</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Label for the deviceID text put to clipboard -->
  <string name="show_device_id_clipboard_label">Device 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">Ora sei ad <xliff:g id="step_count">%1$d</xliff:g> passo dall\'attivare le impostazioni di sviluppo.</item>
    <item quantity="other">Ora sei a <xliff:g id="step_count">%1$d</xliff:g> passi dall\'attivare le impostazioni di sviluppo.</item>
  </plurals>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
  <string name="show_dev_on_cm">Hai attivato le impostazioni di sviluppo!</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
  <string name="show_dev_already_cm">Non è necessario, hai già attivato le impostazioni di sviluppo.</string>
  <!-- Launch Dev Tools -->
  <string name="development_tools_title">Strumenti di sviluppo</string>
  <!-- Development shortcut -->
  <string name="development_shortcut_title">Scorciatoie sviluppatore</string>
  <string name="development_shortcut_summary">Abilita scorciatoie di gestione app nella lista di app recenti</string>
  <!-- Setting checkbox title for root access -->
  <string name="root_access">Accesso root</string>
  <string name="root_access_warning_title">Permetti l\'accesso come root?</string>
  <string name="root_access_warning_message">Permettere alle app di richiedere i permessi di root è estremamente pericoloso e potrebbe compromettere la sicurezza del sistema!</string>
  <string name="root_access_none">Disattivato</string>
  <string name="root_access_apps">Solo app</string>
  <string name="root_access_adb">Solo ADB</string>
  <string name="root_access_all">App e ADB</string>
  <!-- Preference link for root appops -->
  <string name="root_appops_title">Gestione accesso root</string>
  <string name="root_appops_summary">Visualizza e controlla l\'utilizzo dei permessi root</string>
  <!-- NFC PreferenceCategory title -->
  <string name="nfc_title_category">NFC</string>
  <!-- About phone screen, Replicant version -->
  <string name="mod_version">Versione Replicant</string>
  <string name="mod_version_default">Sconosciuto</string>
  <!-- About phone screen, Device model -->
  <string name="device_model">Modello dispositivo</string>
  <!-- About phone screen, Device name -->
  <string name="device_name">Nome dispositivo</string>
  <!-- About phone screen, Replicant Api Level -->
  <string name="mod_api_level">Livello API Replicant</string>
  <string name="mod_api_level_default">Sconosciuto</string>
  <!-- About phone screen, build date -->
  <string name="build_date">Data build</string>
  <!-- CM Updater -->
  <string name="cmupdate_settings_title">Aggiornamento Replicant</string>
  <!-- Settings switch for updating Cyanogen recovery -->
  <string name="update_recovery_title">Aggiorna recovery CyanogenMod</string>
  <string name="update_recovery_summary">Aggiorna la recovery con gli aggiornamenti del sistema</string>
  <string name="update_recovery_on_warning">AVVISO: Quando questa funzionalità è attiva, la recovery installata sarà sostituita da una inclusa con la versione corrente del sistema.\n\nLa vostra recovery attuale verrà aggiornata con gli aggiornamenti di sistema, contribuendo a garantire la compatibilità con le future versioni.\n\nAttivare questa funzione?</string>
  <string name="update_recovery_off_warning">Attenzione: Quando questa funzionalità è disattivata, la recovery installata non verrà aggiornata con il sistema.\n\nFuturi aggiornamenti potrebbero non installarsi con recovery personalizzate o vecchie.\n\nDisattivare questa funzione?</string>
  <!-- Themes Settings -->
  <!-- Settings main menu entry -->
  <string name="themes_settings_title">Temi</string>
  <!-- Sound settings screen -->
  <string name="ring_mode_title">Modalità suoneria</string>
  <string name="ring_mode_normal">Normale</string>
  <string name="ring_mode_vibrate">Vibrazione</string>
  <string name="ring_mode_mute">Muto</string>
  <string name="settings_reset_button">Reimposta</string>
  <!-- Profiles settings  -->
  <string name="profiles_settings_title">Profili di sistema</string>
  <string name="profiles_add">Aggiungi</string>
  <string name="profile_menu_delete">Elimina</string>
  <string name="profile_settings_title">Profilo</string>
  <string name="profile_empty_list_profiles_off">Per configurare e utilizzare i profili di sistema, attivare Profili.</string>
  <string name="profile_trigger_configure">Configura innesco</string>
  <string name="profile_write_nfc_tag">Scrivi sull\'etichetta NFC</string>
  <string name="profile_write_touch_tag">Tocca l\'etichetta per scrivere</string>
  <string name="profile_write_success">Etichetta scritta con successo</string>
  <string name="profile_write_failed">Scrittura etichetta fallita!</string>
  <string name="profile_selected">Profilo selezionato: %1$s</string>
  <string name="profile_nfc_text">Scrivere un profilo per un\'etichetta NFC permette di toccare l\'etichetta per selezionare quel profilo. Toccandola una seconda volta verrà selezionato il profilo precedente.</string>
  <string name="profile_unknown_nfc_tag">Profilo sconosciuto</string>
  <string name="profile_add_nfc_text">Questo tag NFC si riferisce ad un profilo sconosciuto. Collegare questo tag NFC ad un profilo esistente permetterà di selezionarlo in futuro.</string>
  <string name="profile_select">Seleziona profilo</string>
  <string name="profile_remove_dialog_message">Rimuovere il profilo %1$s?</string>
  <string name="profile_populate_profile_from_state">Configurare il profilo utilizzando le impostazioni correnti del dispositivo?</string>
  <string name="profile_menu_fill_from_state">Importa le impostazioni attuali del dispositivo</string>
  <string name="profile_remove_current_profile">Impossibile eliminare il profilo corrente!</string>
  <string name="profile_app_group_category_title">Sostituzioni notifica</string>
  <string name="profile_app_group_item_instructions">Aggiungi o rimuovi gruppi</string>
  <string name="profile_app_group_item_instructions_summary">Aggiungi o rimuovi gruppi di notifica di sostituzione app per questo profilo</string>
  <!-- Profile mode options. -->
  <string name="profile_entries_on">Attivato</string>
  <string name="profile_entries_off">Disattivato</string>
  <string name="profile_entries_no_override">Non sovrascrivere</string>
  <!-- Add Profile -->
  <string name="profile_name_title">Nome</string>
  <string name="new_profile_name">&lt;nuovo profilo&gt;</string>
  <!-- Rename Dialog  -->
  <string name="rename_dialog_title">Rinomina</string>
  <string name="rename_dialog_message">Inserisci un nuovo nome</string>
  <string name="duplicate_appgroup_name">Nome gruppo app già esistente!</string>
  <string name="rename_dialog_hint">Immettere il nome del profilo</string>
  <!-- Reset Profiles -->
  <string name="profile_reset_title">Reimposta</string>
  <string name="profile_reset_message">Eliminare tutti i profili e gruppi di app creati dall\'utente e ripristinarli alle impostazioni di default?</string>
  <!-- Delete confimation messages -->
  <string name="profile_app_delete_confirm">Rimuovere questa app?</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">Sovrascrittura volumi</string>
  <string name="connection_state_enabled">Suono al collegamento</string>
  <string name="volume_override_summary">Impostato su %1$s/%2$s</string>
  <string name="profile_volume_override_checkbox_label">Sovrascrivi volume</string>
  <!-- Menu item for managing profiles -->
  <string name="profile_profiles_manage">Profili</string>
  <string name="profile_profile_manage">Gestisci profili</string>
  <string name="profile_appgroups_manage">Gruppi app</string>
  <string name="profile_appgroup_manage">Gestisci gruppo app</string>
  <!-- Profile settings screen, section header for settings related to notification profiles -->
  <string name="profile_settings">Impostazioni profilo</string>
  <string name="profile_trigger_connect">Alla connessione</string>
  <string name="profile_trigger_disconnect">Alla disconnessione</string>
  <string name="profile_trigger_notrigger">Nessun innesco</string>
  <!-- Profile Settings sound modes labels -->
  <string name="sound_mode">Modalità notifica</string>
  <string name="ringer_mode">Modalità suoneria</string>
  <string name="lights_mode">Modalità luci di notifica</string>
  <string name="vibrate_mode">Modalità vibrazione</string>
  <string name="choose_soundtone">Scegli tono notifiche</string>
  <string name="choose_ringtone">Scegli suoneria</string>
  <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
  <string name="soundtone_title">Tono notifiche</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">Gruppi app</string>
  <string name="profile_applist_title">App</string>
  <string name="profile_new_appgroup">Nuovo gruppo app</string>
  <string name="profile_delete_appgroup">Eliminare questo gruppo di app?</string>
  <string name="profile_appgroup_name_prompt">Inserisci un nome per il nuovo gruppo di app</string>
  <string name="profile_appgroup_name_title">Nome</string>
  <!-- Add application dialog box title -->
  <string name="profile_choose_app">Scegli app</string>
  <!-- Profiles - system settings -->
  <string name="profile_system_settings_title">Impostazioni sistema</string>
  <string name="profile_lockmode_title">Modalità blocco schermo</string>
  <string name="profile_lockmode_policy_disabled_summary">I profili sono stati disattivati dall\'amministratore</string>
  <string name="profile_lockmode_insecure_summary">Non chiedere password o PIN</string>
  <string name="profile_lockmode_disabled_summary">Disattiva blocco schermo</string>
  <string name="profile_airplanemode_title">Modalità aereo</string>
  <string name="profile_brightness_title">Luminosità schermo</string>
  <string name="profile_brightness_override_summary">Imposta su %1$d%%</string>
  <string name="profile_brightness_override_checkbox_label">Sovrascrivi luminosità</string>
  <!-- Connection override toggles (not all are used at this time ) -->
  <string name="toggleWifi">Wi\u2011Fi</string>
  <string name="toggleWifiAp">Hotspot Wi\u2011Fi portatile</string>
  <string name="toggleBluetooth">Bluetooth</string>
  <string name="toggleGPS">GPS</string>
  <string name="toggleData">Connessione dati</string>
  <string name="toggleSync">Sincronia dati</string>
  <string name="toggle2g3g4g">Tipo di rete preferito</string>
  <string name="toggle2g3g4g_msim">Tipo di rete preferito (%1$s)</string>
  <string name="toggleNfc">NFC</string>
  <!-- Wi-Fi region code -->
  <string name="wifi_setting_countrycode_title">Codice regione Wi\u2011Fi</string>
  <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
  <string name="wifi_setting_countrycode_summary">Specifica il codice regione per il 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">Problema nell\'impostazione del codice regione.</string>
  <string name="wifi_countrycode_us">Stati Uniti</string>
  <string name="wifi_countrycode_ca">Canada, Taiwan</string>
  <string name="wifi_countrycode_de">Germania</string>
  <string name="wifi_countrycode_gb">Europa</string>
  <string name="wifi_countrycode_jp">Giappone, Russia</string>
  <string name="wifi_countrycode_au">Australia</string>
  <string name="wifi_countrycode_cn">Cina</string>
  <string name="wifi_countrycode_kr">Corea</string>
  <string name="wifi_countrycode_tr">Sud Africa, Turchia</string>
  <string name="wifi_countrycode_sg">Israele, Singapore</string>
  <string name="wifi_countrycode_br">Brasile</string>
  <string name="wifi_countrycode_in">India</string>
  <!-- Profiles -->
  <string name="profile_menu_delete_title">Elimina</string>
  <string name="profile_action_none">Lascia invariato</string>
  <string name="profile_action_system">Sistema predefinito</string>
  <string name="profile_action_disable">Disattiva</string>
  <string name="profile_action_enable">Attiva</string>
  <string name="profile_trigger_a2dp_connect">Alla connessione A2DP</string>
  <string name="profile_trigger_a2dp_disconnect">Alla disconnessione 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">Inneschi che attiveranno questo profilo</string>
  <string name="profile_setup_setup_triggers_title">Step 1: aggiungi inneschi</string>
  <string name="profile_setup_setup_triggers_title_config">Modifica inneschi: <xliff:g id="profile_name">%1$s</xliff:g></string>
  <string name="profile_setup_actions_title">Step 2: configura le azioni</string>
  <string name="profile_setup_actions_title_config">Riconfigura le azioni</string>
  <string name="profile_appgroups_manage">Gruppi app</string>
  <string name="profile_appgroup_manage">Gestisci gruppo app</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">Gruppi app</string>
  <string name="profile_new_appgroup">Nuovo gruppo app</string>
  <string name="profile_delete_appgroup">Eliminare questo gruppo di app?</string>
  <string name="profile_appgroup_name_prompt">Inserisci un nome per il nuovo gruppo di app</string>
  <string name="profile_appgroup_name_title">Nome</string>
  <string name="duplicate_appgroup_name">Nome gruppo app già esistente!</string>
  <string name="profile_app_delete_confirm">Rimuovere questa app?</string>
  <string name="no_bluetooth_triggers">Nessun dispositivo Bluetooth accoppiato. \nTocca il dispositivo Bluetooth per accoppiarlo prima di configurare gli inneschi.</string>
  <string name="no_wifi_triggers">Nessun punto d\'accesso Wi\u2011Fi configurato.\nTocca per connetterti al Wi\u2011Fi prima di configurare gli inneschi.</string>
  <string name="no_triggers_configured">Nessun innesco configurato. Tocca per aggiungerne altri.</string>
  <string name="no_triggers_configured_nfc">Tocca per aggiungere un nuovo innesco NFC.</string>
  <string name="profile_setup_setup_triggers_description">Seleziona gli inneschi che attiveranno questo profilo</string>
  <string name="profile_setup_actions_description">Ora configura quello che accade quando il profilo viene attivato</string>
  <!-- Navigation Bar -->
  <string name="navigation_bar_category">Barra di navigazione</string>
  <string name="navigation_bar_left_title">Modalità mancino</string>
  <string name="navigation_bar_left_summary">Posiziona la barra di navigazione sul lato sinistro dello schermo in modalità orizzontale</string>
  <string name="navigation_bar_title">Pulsanti e disposizione</string>
  <string name="navigation_bar_help_text">Per iniziare clicca sull\'icona di modifica per sbloccare la barra di navigazione.\n\nPuoi toccare un\'icona per modificare il suo collegamento, o tenere premuto un\'icona per ri-organizzare il layout.\n\nTocca Salva per salvare le modifiche o Ripristina per reimpostare il layout alle impostazioni predefinite.</string>
  <string name="navigation_restore_button_text">Ripristina\npredefinite</string>
  <string name="navigation_edit_button_text">Modifica</string>
  <string name="navigation_save_button_text">Salva</string>
  <string name="navigation_bar_reset_message">Eliminare le impostazioni attuali e ripristinare la disposizione predefinita?</string>
  <string name="navigation_bar_arrow_keys_title">Tasti controllo cursore</string>
  <string name="navigation_bar_arrow_keys_summary">Visualizza i pulsanti sinistro e destro del cursore durante la digitazione. Nasconde il selettore di immissione.</string>
  <string name="navigation_bar_recents_title">Azione pressione continuata Recenti</string>
  <!-- Notification light dialogs -->
  <string name="edit_light_settings">Modifica impostazioni luce</string>
  <string name="pulse_speed_title">Durata e velocità del lampeggio</string>
  <string name="default_time">Normale</string>
  <string name="custom_time">Personalizzato</string>
  <string name="dialog_delete_title">Elimina</string>
  <string name="dialog_delete_message">Rimuovere l\'oggetto selezionato?</string>
  <!-- Values for the notification light pulse spinners -->
  <string name="pulse_length_always_on">Sempre acceso</string>
  <string name="pulse_length_very_short">Molto breve</string>
  <string name="pulse_length_short">Breve</string>
  <string name="pulse_length_normal">Normale</string>
  <string name="pulse_length_long">Lungo</string>
  <string name="pulse_length_very_long">Molto lungo</string>
  <string name="pulse_speed_very_fast">Molto veloce</string>
  <string name="pulse_speed_fast">Veloce</string>
  <string name="pulse_speed_normal">Normale</string>
  <string name="pulse_speed_slow">Lento</string>
  <string name="pulse_speed_very_slow">Molto lento</string>
  <!-- Battery light settings -->
  <string name="battery_light_title">Indicatore batteria</string>
  <string name="battery_low_pulse_title">Lampeggia con batteria scarica</string>
  <string name="battery_light_list_title">Colori</string>
  <string name="battery_light_low_color_title">Batteria scarica</string>
  <string name="battery_light_medium_color_title">In carica</string>
  <string name="battery_light_full_color_title">Carica completa</string>
  <!-- Lights settings screen, notification light settings -->
  <string name="notification_light_title">Luce di notifica</string>
  <string name="notification_light_general_title">Generale</string>
  <string name="notification_light_applist_title">App</string>
  <string name="notification_light_phonelist_title">Telefono</string>
  <string name="notification_light_use_custom">Usa valori personalizzati</string>
  <string name="notification_light_default_value">Predefinito</string>
  <string name="notification_light_missed_call_title">Chiamata persa</string>
  <string name="notification_light_voicemail_title">Messaggio vocale</string>
  <string name="notification_light_screen_on">Luci con schermo acceso</string>
  <string name="notification_light_zen_mode">Luci in modalità Non Disturbare</string>
  <string name="notification_light_use_multiple_leds">LED multipli</string>
  <string name="keywords_lights_brightness_level">dim luminosità led</string>
  <string name="notification_light_automagic">Scegli colori automaticamente</string>
  <!-- Lights settings, LED notification -->
  <string name="led_notification_title">Impostazioni luci</string>
  <string name="led_notification_text">LED attivato dalle impostazioni</string>
  <string name="notification_light_no_apps_summary">Per modificare le impostazioni per le singole app, attiva \'%1$s\' e premi \'\u002b\' sulla barra in alto</string>
  <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. -->
  <string name="enable_adb_cm">Debug Android</string>
  <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone -->
  <string name="enable_adb_summary_cm">Attiva l\'interfaccia di Android Debug Bridge (adb)</string>
  <!-- Android debugging over WiFi -->
  <string name="adb_over_network">ADB attraverso la rete</string>
  <string name="adb_over_network_summary">Attiva il debug TCP/IP attraverso interfacce di rete (Wi\u2011Fi, reti USB). Questa impostazione è ripristinata all\'avvio</string>
  <!-- Warning for Adb over Network -->
  <string name="adb_over_network_warning">ATTENZIONE: Quando ADB in rete è attivata, il telefono è suscettibile di intrusioni su tutte le reti connesse! \n\nUtilizzare questa funzionalità solo quando si è connessi su reti attendibili.\n\nAbilitare questa funzione?</string>
  <!-- Setting checkbox summary for displaying USB debugging notification -->
  <string name="adb_notify">Notifica di debug</string>
  <string name="adb_notify_summary">Visualizza una notifica quando il debug USB o rete è attivo</string>
  <!-- Names of categories of app ops tabs - extension of AOSP -->
  <string name="app_ops_categories_location">Posizione</string>
  <string name="app_ops_categories_personal">Personale</string>
  <string name="app_ops_categories_messaging">Messaggistica</string>
  <string name="app_ops_categories_media">Media</string>
  <string name="app_ops_categories_device">Dispositivo</string>
  <string name="app_ops_categories_bootup">Avvio</string>
  <string name="app_ops_categories_su">Accesso root</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_summaries_coarse_location">posizione approssimativa</string>
  <string name="app_ops_summaries_fine_location">posizione precisa</string>
  <string name="app_ops_summaries_gps">GPS</string>
  <string name="app_ops_summaries_vibrate">vibrazione</string>
  <string name="app_ops_summaries_read_contacts">lettura contatti</string>
  <string name="app_ops_summaries_modify_contacts">modifica dei contatti</string>
  <string name="app_ops_summaries_read_call_log">lettura del registro chiamate</string>
  <string name="app_ops_summaries_modify_call_log">modifica del registro chiamate</string>
  <string name="app_ops_summaries_read_calendar">lettura calendario</string>
  <string name="app_ops_summaries_modify_calendar">modifica del calendario</string>
  <string name="app_ops_summaries_wifi_scan">Scansione Wi-Fi</string>
  <string name="app_ops_summaries_notification">notifiche/avvisi</string>
  <string name="app_ops_summaries_cell_scan">scansione cella</string>
  <string name="app_ops_summaries_call_phone">chiamata telefono</string>
  <string name="app_ops_summaries_read_sms">lettura SMS</string>
  <string name="app_ops_summaries_write_sms">scrittura SMS</string>
  <string name="app_ops_summaries_receive_sms">ricezione SMS</string>
  <string name="app_ops_summaries_receive_emergency_sms">ricezione SMS di emergenza</string>
  <string name="app_ops_summaries_receive_mms">ricezione MMS</string>
  <string name="app_ops_summaries_receive_wap_push">ricezione push WAP</string>
  <string name="app_ops_summaries_send_sms">invio SMS</string>
  <string name="app_ops_summaries_read_icc_sms">lettura SMS ICC</string>
  <string name="app_ops_summaries_write_icc_sms">scrittura SMS ICC</string>
  <string name="app_ops_summaries_modify_settings">modifica delle impostazioni</string>
  <string name="app_ops_summaries_draw_on_top">disegna sopra</string>
  <string name="app_ops_summaries_access_notifications">accesso a notifiche</string>
  <string name="app_ops_summaries_camera">fotocamera</string>
  <string name="app_ops_summaries_record_audio">registrazione audio</string>
  <string name="app_ops_summaries_play_audio">riproduzione audio</string>
  <string name="app_ops_summaries_read_clipboard">lettura degli appunti</string>
  <string name="app_ops_summaries_modify_clipboard">modifica degli appunti</string>
  <string name="app_ops_summaries_media_buttons">pulsanti multimediali</string>
  <string name="app_ops_summaries_audio_focus">focus audio</string>
  <string name="app_ops_summaries_master_volume">volume master</string>
  <string name="app_ops_summaries_voice_volume">volume voce</string>
  <string name="app_ops_summaries_ring_volume">volume suoneria</string>
  <string name="app_ops_summaries_media_volume">volume multimedia</string>
  <string name="app_ops_summaries_alarm_volume">volume sveglia</string>
  <string name="app_ops_summaries_notification_volume">volume notifica</string>
  <string name="app_ops_summaries_bluetooth_volume">volume bluetooth</string>
  <string name="app_ops_summaries_keep_awake">tieni sveglio</string>
  <string name="app_ops_summaries_monitor_location">monitoraggio posizione</string>
  <string name="app_ops_summaries_monitor_high_power_location">monitoraggio posizione alta potenza</string>
  <string name="app_ops_summaries_get_usage_stats">ottieni informazioni di utilizzo</string>
  <string name="app_ops_summaries_mute_unmute_microphone">attiva/disattiva microfono</string>
  <string name="app_ops_summaries_toast_window">visualizza messaggi popup</string>
  <string name="app_ops_summaries_project_media">proietta media</string>
  <string name="app_ops_summaries_activate_vpn">attiva VPN</string>
  <string name="app_ops_summaries_write_wallpaper">scrivi wallpaper</string>
  <string name="app_ops_summaries_assist_structure">assisti struttura</string>
  <string name="app_ops_summaries_assist_screenshot">assisti screenshot</string>
  <string name="app_ops_summaries_read_phone_state">leggi stato telefono</string>
  <string name="app_ops_summaries_add_voicemail">aggiungi mail vocale</string>
  <string name="app_ops_summaries_use_sip">usa SIP</string>
  <string name="app_ops_summaries_make_call">effettua chiamata</string>
  <string name="app_ops_summaries_use_fingerprint">usa impronte digitali</string>
  <string name="app_ops_summaries_use_body_sensors">usa sensori corpo</string>
  <string name="app_ops_summaries_read_cell_broadcasts">leggi trasmissioni cellulari</string>
  <string name="app_ops_summaries_mock_location">nascondi posizione</string>
  <string name="app_ops_summaries_read_external_storage">leggi scheda SD</string>
  <string name="app_ops_summaries_write_external_storage">scrivi su scheda SD</string>
  <string name="app_ops_summaries_turn_screen_on">accendi schermo</string>
  <string name="app_ops_summaries_get_accounts">acquisisci accounts</string>
  <string name="app_ops_summaries_toggle_wifi">modifica Wi-Fi</string>
  <string name="app_ops_summaries_toggle_bluetooth">modifica bluetooth</string>
  <string name="app_ops_summaries_start_at_boot">esecuzione all\'avvio</string>
  <string name="app_ops_summaries_toggle_nfc">modifica NFC</string>
  <string name="app_ops_summaries_toggle_mobile_data">modifica dati mobili</string>
  <string name="app_ops_summaries_superuser">accesso root</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_labels_coarse_location">Posizione approssimativa</string>
  <string name="app_ops_labels_fine_location">Posizione precisa</string>
  <string name="app_ops_labels_gps">GPS</string>
  <string name="app_ops_labels_vibrate">Vibrazione</string>
  <string name="app_ops_labels_read_contacts">Leggi contatti</string>
  <string name="app_ops_labels_modify_contacts">Modifica contatti</string>
  <string name="app_ops_labels_read_call_log">Leggi reg. chiamate</string>
  <string name="app_ops_labels_modify_call_log">Modifica reg. chiamate</string>
  <string name="app_ops_labels_read_calendar">Leggi calendario</string>
  <string name="app_ops_labels_modify_calendar">Modifica calendario</string>
  <string name="app_ops_labels_wifi_scan">Scansione Wi-Fi</string>
  <string name="app_ops_labels_notification">Notifica/Toast</string>
  <string name="app_ops_labels_cell_scan">Scansione rete cellulare</string>
  <string name="app_ops_labels_call_phone">Chiama telefono</string>
  <string name="app_ops_labels_read_sms">Lettura SMS</string>
  <string name="app_ops_labels_write_sms">Scrittura SMS</string>
  <string name="app_ops_labels_receive_sms">Ricevi SMS</string>
  <string name="app_ops_labels_receive_emergency_sms">Ricezione SMS d\'emergenza</string>
  <string name="app_ops_labels_receive_mms">Ricevi MMS</string>
  <string name="app_ops_labels_receive_wap_push">Ricezione push WAP</string>
  <string name="app_ops_labels_send_sms">Invia SMS</string>
  <string name="app_ops_labels_read_icc_sms">Lettura SMS ICC</string>
  <string name="app_ops_labels_write_icc_sms">Scrittura SMS ICC</string>
  <string name="app_ops_labels_modify_settings">Modifica impostazioni</string>
  <string name="app_ops_labels_draw_on_top">Disegna sopra</string>
  <string name="app_ops_labels_access_notifications">Accedi a notifiche</string>
  <string name="app_ops_labels_camera">Fotocamera</string>
  <string name="app_ops_labels_record_audio">Registra audio</string>
  <string name="app_ops_labels_play_audio">Riproduci audio</string>
  <string name="app_ops_labels_read_clipboard">Leggi appunti</string>
  <string name="app_ops_labels_modify_clipboard">Modifica appunti</string>
  <string name="app_ops_labels_media_buttons">Pulsanti multimediali</string>
  <string name="app_ops_labels_audio_focus">Focus audio</string>
  <string name="app_ops_labels_master_volume">Volume master</string>
  <string name="app_ops_labels_voice_volume">Volume voce</string>
  <string name="app_ops_labels_ring_volume">Volume suoneria</string>
  <string name="app_ops_labels_media_volume">Volume multimedia</string>
  <string name="app_ops_labels_alarm_volume">Volume sveglia</string>
  <string name="app_ops_labels_notification_volume">Volume notifica</string>
  <string name="app_ops_labels_bluetooth_volume">Volume Bluetooth</string>
  <string name="app_ops_labels_keep_awake">Tieni sveglio</string>
  <string name="app_ops_labels_monitor_location">Controllo posizione</string>
  <string name="app_ops_labels_monitor_high_power_location">Controllo posizione precisa</string>
  <string name="app_ops_labels_get_usage_stats">Ottieni statistiche d\'utilizzo</string>
  <string name="app_ops_labels_mute_unmute_microphone">Attiva/disattiva microfono</string>
  <string name="app_ops_labels_toast_window">Visualizza messaggi popup</string>
  <string name="app_ops_labels_project_media">Proietta media</string>
  <string name="app_ops_labels_activate_vpn">Attiva VPN</string>
  <string name="app_ops_labels_write_wallpaper">Scrittura sfondo</string>
  <string name="app_ops_labels_assist_structure">Struttura d\'assistenza</string>
  <string name="app_ops_labels_assist_screenshot">Assistenza screenshot</string>
  <string name="app_ops_labels_read_phone_state">Leggi stato telefono</string>
  <string name="app_ops_labels_add_voicemail">Aggiungere voicemail</string>
  <string name="app_ops_labels_use_sip">Utilizzo SPI</string>
  <string name="app_ops_labels_make_call">Effettua una telefonata</string>
  <string name="app_ops_labels_use_fingerprint">Utilizzo impronte digitali</string>
  <string name="app_ops_labels_use_body_sensors">Utilizzo sensori corpo</string>
  <string name="app_ops_labels_read_cell_broadcasts">Lettura broadcast cellulare</string>
  <string name="app_ops_labels_mock_location">Nascondi posizione</string>
  <string name="app_ops_labels_read_external_storage">Lettura memoria</string>
  <string name="app_ops_labels_write_external_storage">Scrittura memoria</string>
  <string name="app_ops_labels_turn_screen_on">Accensione schermo</string>
  <string name="app_ops_labels_get_accounts">Ottieni account</string>
  <string name="app_ops_labels_toggle_wifi">Modifica Wi-Fi</string>
  <string name="app_ops_labels_toggle_bluetooth">Modifica bluetooth</string>
  <string name="app_ops_labels_start_at_boot">Esecuzione all\'avvio</string>
  <string name="app_ops_labels_toggle_nfc">Modifica NFC</string>
  <string name="app_ops_labels_toggle_mobile_data">Attiva/Disattiva rete cellulare</string>
  <string name="app_ops_labels_superuser">Accesso root</string>
  <!-- App ops permissions -->
  <string name="app_ops_permissions_allowed">Consentito</string>
  <string name="app_ops_permissions_ignored">Negato</string>
  <string name="app_ops_permissions_always_ask">Chiedi sempre</string>
  <!-- App ops detail -->
  <string name="app_ops_entry_summary"><xliff:g id="op">%1$s</xliff:g> (usato <xliff:g id="count">%2$s</xliff:g>)</string>
  <string name="app_ops_allowed_count">Consentito <xliff:g id="count" example="2 times">%s</xliff:g></string>
  <string name="app_ops_ignored_count">Negato <xliff:g id="count" example="2 times">%s</xliff:g></string>
  <string name="app_ops_both_count">Consentito <xliff:g id="count">%1$s</xliff:g>, negato <xliff:g id="count">%2$s</xliff:g></string>
  <string name="app_ops_disabled_by_optimization">Disattivato dall\'ottimizazzione batteria</string>
  <!-- App ops menu options -->
  <string name="app_ops_show_user_apps">Mostra app utente</string>
  <string name="app_ops_show_system_apps">Mostra app integrate</string>
  <string name="app_ops_reset_counters">Reimposta contatori consentito/negato</string>
  <string name="app_ops_reset_confirm_title">Conferma ripristino contatori</string>
  <string name="app_ops_reset_confirm_mesg">Sei sicuro di voler reimpostare i contatori?</string>
  <string name="ok">OK</string>
  <!-- Hostname setting -->
  <string name="device_hostname">Hostname dispositivo</string>
  <string name="unlock_scramble_pin_layout_title">Mescola disposizione</string>
  <string name="unlock_scramble_pin_layout_summary">Mescola la disposizione del tastierino PIN per lo sblocco del dispositivo</string>
  <string name="button_pref_title">Pulsanti</string>
  <string name="hardware_keys_power_key_title">Pulsante di accensione</string>
  <string name="hardware_keys_home_key_title">Tasto Home</string>
  <string name="hardware_keys_back_key_title">Pulsante Indietro</string>
  <string name="hardware_keys_menu_key_title">Tasto Menu</string>
  <string name="hardware_keys_assist_key_title">Tasto Cerca</string>
  <string name="hardware_keys_appswitch_key_title">Tasto Panoramica</string>
  <string name="hardware_keys_camera_key_title">Tasto fotocamera</string>
  <string name="hardware_keys_volume_keys_title">Tasti Volume</string>
  <string name="hardware_keys_short_press_title">Azione pressione breve</string>
  <string name="hardware_keys_long_press_title">Azione pressione prolungata</string>
  <string name="hardware_keys_double_tap_title">Azione doppia pressione</string>
  <string name="hardware_keys_action_nothing">Nessuna azione</string>
  <string name="hardware_keys_action_menu">Apri/Chiudi menu</string>
  <string name="hardware_keys_action_app_switch">Selettore app recenti</string>
  <string name="hardware_keys_action_search">Assistente ricerca</string>
  <string name="hardware_keys_action_voice_search">Ricerca vocale</string>
  <string name="hardware_keys_action_in_app_search">Ricerca in app</string>
  <string name="hardware_keys_action_launch_camera">Avvia Fotocamera</string>
  <string name="hardware_keys_action_sleep">Spegni lo schermo</string>
  <string name="hardware_keys_action_last_app">Ultima app</string>
  <string name="camera_sleep_on_release_title">Sbirciata allo schermo</string>
  <string name="camera_sleep_on_release_summary">Una pressione leggera terrà lo schermo acceso solo mentre il pulsante è premuto</string>
  <string name="camera_launch_title">Avvia fotocamera</string>
  <string name="camera_launch_summary">Una pressione prolungata e un rilascio attiveranno la fotocamera</string>
  <string name="volbtn_music_controls_title">Cambia traccia</string>
  <string name="volbtn_music_controls_summary">Quando lo schermo è spento la pressione prolungata dei tasti volume cambia traccia</string>
  <string name="volbtn_cursor_control_title">Controllo cursore input</string>
  <string name="volbtn_cursor_control_off">Disattivato</string>
  <string name="volbtn_cursor_control_on">Volume su/giù muove il cursore a sinistra/destra</string>
  <string name="volbtn_cursor_control_on_reverse">Volume su/giù muove il cursore a destra/sinistra</string>
  <string name="power_end_call_title">Termina chiamata</string>
  <string name="power_end_call_summary">Premendo il pulsante di accensione si terminerà la chiamata</string>
  <string name="swap_volume_buttons_title">Riorienta</string>
  <string name="swap_volume_buttons_summary">Scambia i tasti del volume quando lo schermo è ruotato</string>
  <string name="button_wake_title">Risveglio dispositivo</string>
  <string name="home_answer_call_title">Rispondi chiamata</string>
  <string name="home_answer_call_summary">Premendo il pulsante Home si risponderà alla chiamata in entrata</string>
  <!-- Backlight brightness settings screen -->
  <string name="adaptive_backlight_title">Retroilluminazione adattiva</string>
  <string name="adaptive_backlight_summary">Regola la luminosità della retroilluminazione del display per massimizzare la durata della batteria mantenendo l\'usabilità</string>
  <!-- Sunlight readability enhancement screen -->
  <string name="sunlight_enhancement_title">Migliora alla luce</string>
  <string name="sunlight_enhancement_summary">Migliora la luminosità del display e la leggibilità sotto la luce del sole</string>
  <!-- Color enhancement settings screen -->
  <string name="color_enhancement_title">Miglioramento colore</string>
  <string name="color_enhancement_summary">Migliora dinamicamente il colore del display</string>
  <!-- Key backlight -->
  <string name="button_backlight_title">Retroilluminazione</string>
  <string name="button_backlight_enabled">Illumina pulsanti</string>
  <string name="keyboard_backlight_enabled">Illumina tastiera</string>
  <string name="button_backlight_seekbar_title">Luminosità pulsanti</string>
  <string name="keyboard_backlight_seekbar_title">Luminosità tastiera</string>
  <string name="backlight_timeout_title">Timeout illuminazione</string>
  <string name="backlight_timeout_unlimited">Non spegnere</string>
  <string name="backlight_summary_disabled">Disattivata</string>
  <string name="backlight_summary_enabled_with_timeout">Attiva per <xliff:g id="timeout">%s</xliff:g></string>
  <string name="backlight_summary_enabled">Attivata</string>
  <!-- Gesture Settings -->
  <!-- Settings main menu entry -->
  <string name="gesture_settings_title">Gesture</string>
  <!-- Power menu -->
  <string name="power_menu_title">Menu tasto di accensione</string>
  <string name="power_menu_reboot_title">Menu riavvio</string>
  <string name="power_menu_screenshot_title">Cattura schermata</string>
  <string name="power_menu_airplane_title">Modalità aereo</string>
  <string name="power_menu_users_title">Cambia utente</string>
  <string name="power_menu_settings_title">Scorciatoia Impostazioni</string>
  <string name="power_menu_lockdown_title">Blocco dispositivo</string>
  <string name="power_menu_bug_report_title">Segnalazione bug</string>
  <string name="power_menu_sound_title">Pannello suoni</string>
  <string name="power_menu_bug_report_disabled">La segnalazione bug è disattivata nelle impostazioni di sviluppo</string>
  <!-- Buttons - Enable navbar -->
  <string name="disable_navkeys_title">Barra navigazione a schermo</string>
  <string name="disable_navkeys_summary">Attiva la barra di navigazione su schermo e disattiva i pulsanti fisici</string>
  <!-- tap-to-wake -->
  <string name="double_tap_to_wake_title">Risveglio con doppio tocco</string>
  <string name="double_tap_to_wake_summary">Doppio tocco sullo schermo per accenderlo</string>
  <!-- tap-to-sleep -->
  <string name="double_tap_to_sleep_title">Sospensione con doppio tocco</string>
  <string name="double_tap_to_sleep_summary">Doppio tocco sulla barra di stato per spegnere il display</string>
  <!-- Proximity wake -->
  <string name="proximity_wake_title">Previeni risvegli accidentali</string>
  <string name="proximity_wake_summary">Controla il sensore di prossimità prima di risvegliare lo smartphone con le gesture</string>
  <!-- Turn on display when power connected; turn off display when power disconnected -->
  <string name="wake_when_plugged_or_unplugged_title">Risveglia al collegamento</string>
  <string name="wake_when_plugged_or_unplugged_summary">Accendi lo schermo quando si collega o si scollega l\'alimentazione</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">Esempio</string>
  <!-- Volume settings - Volume adjustment sound -->
  <string name="volume_adjust_sounds_title">Suono regolazione volume</string>
  <!-- Hardware tunables - Vibrator intensity -->
  <string name="vibrator_intensity_title">Intensità vibrazione</string>
  <string name="vibrator_warning">I valori superiori a %1$d%% non sono consigliati</string>
  <!-- Hardware tunables - Color calibration -->
  <string name="color_calibration_title">Calibrazione colore</string>
  <string name="color_calibration_summary">Calibra i colori dello schermo</string>
  <string name="color_red_title">Rosso</string>
  <string name="color_green_title">Verde</string>
  <string name="color_blue_title">Blu</string>
  <!-- Launch music player when headset is connected -->
  <string name="headset_connect_player_title">Avvia lettore musicale</string>
  <string name="headset_connect_player_summary">Lancia il lettore musicale predefinito quando vengono connesse le cuffie</string>
  <!-- WiFi auto-configure priorities -->
  <string name="wifi_auto_config_priorities">Priorità automatica</string>
  <string name="auto_brightness_reset_button">Reimposta</string>
  <!-- Display : Rotation  -->
  <string name="display_rotation_title">Rotazione schermo</string>
  <string name="display_rotation_disabled">Disattivata</string>
  <string name="display_rotation_unit">gradi</string>
  <string name="display_lockscreen_rotation_title">Rotazione blocco schermo</string>
  <string name="display_rotation_category_title">Modalità rotazione schermo</string>
  <string name="display_rotation_0_title">0 gradi</string>
  <string name="display_rotation_90_title">90 gradi</string>
  <string name="display_rotation_180_title">180 gradi</string>
  <string name="display_rotation_270_title">270 gradi</string>
  <!-- LiveDisplay -->
  <string name="live_display_summary">Ottimizza lo schermo in base all\'ora del giorno e alle condizioni ambientali per migliorare la leggibilità e ridurre l\'affaticamento degli occhi</string>
  <string name="live_display_mode">Modalità display</string>
  <string name="live_display_color_temperature_title">Temperatura colore</string>
  <string name="live_display_color_temperature_summary">Giorno: <xliff:g id="day_temperature">%1$d</xliff:g>K  Notte: <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">Giorno</string>
  <string name="live_display_night">Notte</string>
  <string name="live_display_outdoor_mode_title">Modalità all\'aperto automatica</string>
  <string name="live_display_outdoor_mode_summary">Aumenta la luminosità e la saturazione automaticamente sotto la luce del sole</string>
  <string name="live_display_low_power_title">Riduci consumo energetico</string>
  <string name="live_display_low_power_summary">Regola il display per un minore consumo energetico senza degradazione</string>
  <string name="live_display_enhance_color_title">Migliora colori</string>
  <string name="live_display_enhance_color_summary">Migliora la vividezza del colore di toni della pelle, paesaggi e altre immagini</string>
  <string name="live_display_color_profile_title">Profilo colore</string>
  <string name="live_display_color_profile_standard_title">Predefinito</string>
  <string name="live_display_color_profile_standard_summary">Colori accurati e bianchi luminosi</string>
  <string name="live_display_color_profile_natural_title">Naturale</string>
  <string name="live_display_color_profile_natural_summary">Colori relalistici e toni forti</string>
  <string name="live_display_color_profile_dynamic_title">Dinamico</string>
  <string name="live_display_color_profile_dynamic_summary">Colori intensi e bianchi luminosi</string>
  <string name="live_display_color_profile_cinema_title">Cinema</string>
  <string name="live_display_color_profile_cinema_summary">Colori perfetti per riproduzione di video</string>
  <string name="live_display_color_profile_astronomy_title">Astronomia</string>
  <string name="live_display_color_profile_astronomy_summary">Rosso profondo per la visione notturna</string>
  <string name="live_display_color_profile_photography_title">Fotografia</string>
  <string name="live_display_color_profile_photography_summary">Colori perfetti per riproduzione foto</string>
  <string name="live_display_color_profile_basic_title">Base</string>
  <string name="live_display_color_profile_basic_summary">Usa il display non calibrato</string>
  <string name="live_display_color_profile_adaptive_title">Adattivo</string>
  <string name="live_display_color_profile_adaptive_summary">I colori si adattano alle condizioni ambientali</string>
  <!-- LiveDisplay : Picture Adjustment -->
  <string name="picture_adjustment_title">Regolazione immagine</string>
  <string name="picture_adjustment_summary">Regola tonalità, saturazione, intensità e contrasto</string>
  <string name="adj_hue_title">Tonalità</string>
  <string name="adj_saturation_title">Saturazione</string>
  <string name="adj_intensity_title">Intensità</string>
  <string name="adj_contrast_title">Contrasto</string>
  <!-- Whether to display IME switcher notifcation -->
  <string name="ime_switcher_notify">Icona selettore</string>
  <string name="ime_switcher_notify_summary">Mostra l\'icona del selettore metodo di immissione</string>
  <!-- Heads up -->
  <string name="heads_up_notifications">Heads up</string>
  <string name="summary_heads_up_enabled">Le notifiche pop-up sono attivate</string>
  <string name="summary_heads_up_disabled">Le notifiche pop-up sono disattivate</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">Accetta tutti i tipi di file</string>
  <!-- High touch sensitivity -->
  <string name="high_touch_sensitivity_title">Tocco ad alta sensibilità</string>
  <string name="high_touch_sensitivity_summary">Aumenta la sensibilità del touchscreen per l\'utilizzo con i guanti</string>
  <!-- Display & Lights screen, setting options for LCD density -->
  <string name="lcd_density">Densità LCD</string>
  <string name="dialog_title_lcd_density">Densità LCD</string>
  <string name="lcd_density_value_format">%d DPI</string>
  <string name="lcd_density_default_value_format">%d DPI (predefinito)</string>
  <string name="restarting_ui">Riavvio UI\u2026</string>
  <!-- Stylus Icon -->
  <string name="stylus_icon_enabled_title">Mostra l\'icona quando utilizzi lo stilo</string>
  <string name="stylus_icon_enabled_summary">Mostra l\'icona del puntatore durante il movimento o il disegno con lo stilo</string>
  <!-- Stylus Gestures -->
  <string name="gestures_settings_title">Gesture stilo</string>
  <string name="category_spen_title">Gesture stilo</string>
  <string name="enable_subcat_title">Stilo</string>
  <string name="enable_spen_title_head">Attiva gesture</string>
  <string name="enable_spen_summary_head">Traccia le gesture tenendo premuto il pulsante dello stilo</string>
  <string name="gestures_subcat_title">Gesture</string>
  <string name="gestures_left_spen_title_head">Swipe sinistra</string>
  <string name="gestures_right_spen_title_head">Swipe destra</string>
  <string name="gestures_up_spen_title_head">Swype in alto</string>
  <string name="gestures_down_spen_title_head">Swype in basso</string>
  <string name="gestures_long_spen_title_head">Pressione prolungata</string>
  <string name="gestures_double_spen_title_head">Doppio tocco</string>
  <!-- Gestures Options -->
  <string name="gestures_action_empty">Nessuna azione</string>
  <string name="gestures_action_home">Home</string>
  <string name="gestures_action_back">Indietro</string>
  <string name="gestures_action_menu">Menu</string>
  <string name="gestures_action_search">Ricerca</string>
  <string name="gestures_action_recent">App recenti</string>
  <!-- Stylus gestures -->
  <string name="stylus_app_not_installed">%s non è installato</string>
  <!-- Touchscreen hovering -->
  <string name="touchscreen_hovering_title">Touch a puntamento</string>
  <string name="touchscreen_hovering_summary">Consente di utilizzare il tocco come un mouse nei browser e nei desktop remoti</string>
  <!-- Increasing ring tone volume -->
  <string name="increasing_ring_volume_option_title">Suoneria incrementale</string>
  <string name="increasing_ring_min_volume_title">Volume iniziale</string>
  <string name="increasing_ring_ramp_up_time_title">Tempo di aumento</string>
  <!-- LTO download data over wi-fi only -->
  <string name="lto_download_data_wifi_only">Download dati GPS-A</string>
  <string name="lto_download_data_wifi_only_on">Da tutte le reti</string>
  <string name="lto_download_data_wifi_only_off">Solo da reti Wi\u2011Fi</string>
  <string name="volume_keys_control_ring_stream_title">Controllo volume suoneria</string>
  <string name="volume_keys_control_ring_stream_summary_on">I tasti volume regolano la suoneria</string>
  <string name="volume_keys_control_ring_stream_summary_off">I tasti Volume regolano il volume della riproduzione multimediale</string>
  <string name="category_calibration">Calibrazione</string>
  <string name="display_and_lights">Display &amp; Luci</string>
  <!-- Category title for Charging sounds (Power state change) specific Settings.
         [CHAR LIMIT=40] -->
  <string name="power_notifications_category_title">Notifica cavo alimentazione</string>
  <!-- Sound settings, Charging sounds enable/disable, setting check box label -->
  <string name="power_notifications_enable_title">Suono al collegamento</string>
  <string name="power_notifications_enable_summary">Riproduci un suono quando si collega o si scollega l\'alimentazione</string>
  <!-- Sound settings, Charging sounds vibrate enable/disable, setting check box label -->
  <string name="power_notifications_vibrate_title">Vibra</string>
  <!-- Sound settings, Charging sounds ringtone selection, preference label -->
  <string name="power_notifications_ringtone_title">Suono di notifica</string>
  <!-- Sound settings, charging sounds label for ringtone == none -->
  <string name="power_notifications_ringtone_silent">Silenzioso</string>
  <!-- Status bar -->
  <string name="status_bar_title">Barra di stato</string>
  <string name="status_bar_toggle_brightness">Controllo luminosità</string>
  <string name="status_bar_toggle_brightness_summary">Modifica la luminosità strisciando sulla barra di stato</string>
  <string name="status_bar_notif_count_title">Mostra contatore notifiche</string>
  <string name="status_bar_notif_count_summary">Visualizza il numero di notifiche in sospeso</string>
  <string name="status_bar_quick_qs_pulldown_title">Impostazioni rapide</string>
  <string name="status_bar_quick_qs_pulldown_summary">Scorri la barra di stato verso il basso da %1$s per aprire le impostazioni rapide</string>
  <string name="status_bar_quick_qs_pulldown_summary_left">Sinistra</string>
  <string name="status_bar_quick_qs_pulldown_summary_right">Destra</string>
  <string name="status_bar_quick_qs_pulldown_off">Disattivato</string>
  <string name="status_bar_quick_qs_pulldown_left">Sinistra</string>
  <string name="status_bar_quick_qs_pulldown_right">Destra</string>
  <!-- Status bar - Clock -->
  <string name="status_bar_clock_style_title">Posizione orologio</string>
  <string name="status_bar_clock_style_right">Destra</string>
  <string name="status_bar_clock_style_left">Sinistra</string>
  <string name="status_bar_clock_style_center">Centrato</string>
  <string name="status_bar_clock_style_hidden">Nascosto</string>
  <string name="status_bar_am_pm_title">Stile AM/PM</string>
  <string name="status_bar_am_pm_info">Orologio 24 ore attivo</string>
  <string name="status_bar_am_pm_normal">Normale</string>
  <string name="status_bar_am_pm_small">Piccolo</string>
  <string name="status_bar_am_pm_hidden">Nascosto</string>
  <!-- Status bar - Battery -->
  <string name="status_bar_battery_style_title">Stile indicatore batteria</string>
  <string name="status_bar_battery_style_icon_portrait">Icona verticale</string>
  <string name="status_bar_battery_style_icon_landscape">Icona orizzontale</string>
  <string name="status_bar_battery_style_circle">Cerchio</string>
  <string name="status_bar_battery_style_text">Testo</string>
  <string name="status_bar_battery_style_hidden">Nascosto</string>
  <!-- Status bar - Battery percentage -->
  <string name="status_bar_battery_percentage_title">Percentuale batteria</string>
  <string name="status_bar_battery_percentage_default">Nascosta</string>
  <string name="status_bar_battery_percentage_text_inside">All\'interno dell\'icona</string>
  <string name="status_bar_battery_percentage_text_next">Accanto all\'icona</string>
  <!-- Status bar - icon blacklist -->
  <string name="status_bar_icons_title">Icone barra di stato</string>
  <string name="status_bar_icons_summary">Scegli quali icone verranno visualizzate sulla barra di stato</string>
  <!-- EdgeGesture service -->
  <string name="edge_gesture_service_title">Blocca eventi tocco gesture</string>
  <string name="edge_gesture_service_summary">Non inviare eventi tocco per le gesture della barra di stato e navigazione alle app</string>
  <!-- Keep screen on strings -->
  <string name="keep_screen_on_never">Mai</string>
  <string name="keep_screen_on_debugging">Durante il debug USB</string>
  <string name="keep_screen_on_charging">Durante la ricarica</string>
  <!-- Privacy Settings Header item -->
  <string name="privacy_settings_cyanogenmod_title">Privacy</string>
  <!-- Privacy Guard -->
  <string name="privacy_guard_default_title">Privacy Guard</string>
  <string name="privacy_guard_default_summary">Attiva Privacy Guard in modo automatico per le nuove app</string>
  <string name="privacy_guard_manager_title">Privacy Guard</string>
  <string name="privacy_guard_manager_summary">Gestisci quali app hanno accesso ai tuoi dati personali</string>
  <string name="privacy_guard_no_user_apps">Nessuna app installata</string>
  <string name="privacy_guard_help_title">Guida</string>
  <string name="privacy_guard_reset_title">Reimposta</string>
  <string name="privacy_guard_reset_text">Ripristinare i permessi?</string>
  <string name="privacy_guard_help_text">In questa schermata puoi decidere per quali app sarà attivo Privacy Guard semplicemente selezionandole. Le app selezionate non saranno in grado di accedere ai tuoi dati personali, quali contatti, messaggi o elenco chiamate. Una pressione prolungata su di una voce apre la schermata dei dettagli per quell\'app.\n\nLe app integrate non sono visualizzate in modo predefinito. Se vuoi renderle visibili, attiva le rispettive opzioni nel menu.</string>
  <string name="privacy_guard_manager_show_system_apps">Mostra app integrate</string>
  <string name="privacy_guard_advanced_settings_title">Avanzate</string>
  <string name="privacy_guard_notification_title">Mostra notifiche</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">Mostra sequenza errata</string>
  <!-- Whether the dots will be drawn when using the lockscreen pattern -->
  <string name="lockpattern_settings_enable_dots_title">Mostra punti sequenza</string>
  <!-- Whether the keyguard will directly pass to password entry -->
  <string name="lock_directly_show_password">Mostra immissione password direttamente</string>
  <!-- Whether the keyguard will directly pass to pattern view -->
  <string name="lock_directly_show_pattern">Mostra immissione sequenza direttamente</string>
  <!-- Whether the keyguard will directly pass to PIN entry -->
  <string name="lock_directly_show_pin">Mostra immissione pin direttamente</string>
  <!-- lock screen visualizer -->
  <string name="lockscreen_visualizer_title">Mostra visualizzatore musicale</string>
  <!-- lock screen disabled by QS tile warning -->
  <string name="lockscreen_disabled_by_qs_tile_title">Disattivata dai tile</string>
  <string name="lockscreen_disabled_by_qs_tile_summary">Tocca per attivare il blocco schermo</string>
  <string name="lockscreen_disabled_by_qs_tile_summary_enabled">Blocco schermo attivo!</string>
  <!-- Battery saver -->
  <string name="battery_saver_threshold">Soglia risparmio energetico</string>
  <string name="battery_saver_summary">Riduce le prestazioni e limita i dati in background</string>
  <string name="battery_saver_summary_unavailable">Non disponibile durante la ricarica</string>
  <!-- Battery : Automatic performance profiles -->
  <string name="autoperf_title">Attiva profili per app</string>
  <string name="autoperf_summary">Seleziona automaticamente un profilo batteria adatto alle varie app</string>
  <string name="perf_profile_title">Profilo batteria</string>
  <!-- Memory -->
  <string name="memory_startup_apps_title">App avviate all\'accensione</string>
  <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
  <string name="notification_ringtone_title_cm">Suoneria notifiche</string>
  <!-- Advanced reboot options -->
  <string name="advanced_reboot_title">Riavvio avanzato</string>
  <string name="advanced_reboot_summary">Quando attivato include, nel menu apposito, opzioni per il riavvio in modalità recovery, bootloader o per effettuare un riavvio veloce</string>
  <string name="category_interface">Interfaccia</string>
  <!-- Expanded desktop -->
  <string name="power_menu_expanded_desktop">Desktop esteso</string>
  <string name="expanded_hide_nothing">Non nascondere nulla</string>
  <string name="expanded_hide_status">Nascondi la barra di stato</string>
  <string name="expanded_hide_navigation">Nascondi la barra di navigazione</string>
  <string name="expanded_hide_both">Nascondi entrambi</string>
  <string name="expanded_nothing_to_show">Per aggiungere una configurazione personalizzata di schermo esteso per ogni app, disattiva \"Attivo per tutti\"</string>
  <string name="expanded_enabled_for_all">Attivo per tutti</string>
  <string name="expanded_desktop_style">Stile desktop esteso</string>
  <string name="expanded_desktop_style_description">Seleziona lo stile predefinito del desktop esteso</string>
  <string name="expanded_desktop_title">Opzioni desktop esteso</string>
  <!-- Kill app long-press back -->
  <string name="kill_app_longpress_back">Termina app con tasto indietro</string>
  <string name="kill_app_longpress_back_summary">Termina l\'applicazione in primo piano tenendo premuto il tasto indietro</string>
  <!-- Show/Hide Search Bar -->
  <string name="recents_show_searchbar">Barra di ricerca in app recenti</string>
  <string name="keywords_recents_show_searchbar">recente recenti disattiva attiva mostra nascondi barra ricerca</string>
  <!-- Voice Wakeup -->
  <string name="voice_wakeup_settings_title">Risveglio vocale</string>
  <string name="voice_wakeup_retrain_title">Calibra la tua voce</string>
  <string name="voice_wakeup_activity_title">Activity da avviare</string>
  <string name="voice_wakeup_default_activity">Google Now</string>
  <string name="voice_wakeup_needs_dial_permission_warning">Risveglio Vocale necessità del permesso di effettuare telefonate per chiamare un contatto.</string>
  <string name="picker_activities">Activity</string>
  <string name="select_custom_app_title">Scegli app</string>
  <string name="select_custom_activity_title">Scegli activity</string>
  <!-- Blacklist preferences -->
  <string name="blacklist_title">Contatti bloccati</string>
  <string name="blacklist_edit_dialog_title">Modifica il numero telefonico bloccato</string>
  <string name="blacklist_prefs">Impostazioni</string>
  <string name="blacklist_button_delete">Elimina</string>
  <string name="blacklist_empty_text">Non hai nessun numero bloccato. Aggiungi un elemento toccando il pulsante Aggiungi (+).</string>
  <string name="blacklist_disabled_empty_text">Per prevenire chiamate e messaggi da numeri telefonici, attiva la lista bloccati.</string>
  <string name="blacklist_summary_disabled">Disattivata</string>
  <string name="blacklist_summary">Non riceverai nessuna chiamata o messaggio da numeri nella lista bloccati</string>
  <string name="blacklist_notify">Mostra notifiche</string>
  <string name="blacklist_private_numbers_title">Numeri privati</string>
  <string name="blacklist_private_numbers_summary_disabled">Non bloccare le chiamate provenienti da numeri privati</string>
  <string name="blacklist_private_numbers_summary">Blocca <xliff:g id="type">%s</xliff:g> provenienti da numeri privati</string>
  <string name="blacklist_unknown_numbers_title">Numeri sconosciuti</string>
  <string name="blacklist_unknown_numbers_summary_disabled">Non bloccare le chiamate o i messaggi da numeri non presenti in rubrica</string>
  <string name="blacklist_unknown_numbers_summary">Blocca <xliff:g id="type">%s</xliff:g> provenienti da numeri non presenti in rubrica</string>
  <string name="blacklist_summary_type_calls_only">le chiamate</string>
  <string name="blacklist_summary_type_messages_only">i messaggi</string>
  <string name="blacklist_summary_type_calls_and_messages">le chiamate e i messaggi</string>
  <string name="blacklist_regex_title">Usa caratteri speciali</string>
  <string name="blacklist_regex_summary">Usa . come carattere jolly e * per la ripetizione. Ad esempio 123.* blocca i numeri che iniziano con 123 e .*123.* blocca i numeri che contengono 123</string>
  <string name="blacklist_policy_block_calls">Blocca chiamate in arrivo</string>
  <string name="blacklist_policy_block_messages">Blocca messaggi in arrivo</string>
  <string name="blacklist_bad_number_add">Impossibile aggiungere un numero non valido alla lista bloccati</string>
  <!-- Blacklist management -->
  <string name="remove_blacklist_number_title">Rimuovi numero</string>
  <string name="remove_blacklist_entry">Vuoi rimuovere questo numero bloccato?</string>
  <string name="select_contact">Seleziona contatto</string>
  <!-- Sms security limit -->
  <string name="app_security_title">Sicurezza app</string>
  <string name="sms_security_check_limit_title">Limite invio SMS</string>
  <string name="sms_security_check_limit_summary">Le applicazioni possono inviare %d messaggi in 1 minuto prima di richiedere conferma</string>
  <string name="sms_security_check_limit_summary_none">Non è consentito alle app l\'invio di messaggi senza conferma</string>
  <string name="sms_security_check_limit_none">Nessuno</string>
  <!-- Notification spamfilter -->
  <string name="spam_added_title">Aggiunto %1$s</string>
  <string name="spam_last_blocked_title">Ultimo bloccato %1$s</string>
  <string name="block_notifications_title">Filtra notifiche</string>
  <string name="block_notifications_summary">Gestisci le notifiche ignorate e i filtri</string>
  <string name="no_filters_title">Nessun filtro impostato</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">Statistiche Replicant</string>
  <string name="anonymous_statistics_summary">Aiuta a migliorare Replicant consentendo l\'invio di statistiche anonime</string>
  <string name="anonymous_statistics_warning_title">Info</string>
  <string name="anonymous_statistics_warning">Attivando le Statistiche Replicant consentirai l\'invio di dati non personali agli sviluppatori per contare il numero di installazioni sui dispositivi. Le informazioni inviate includono un\'identificatore unico che non compromette in alcun modo la tua privacy o dati personali.\n\nPer vedere un esempio di dati inviati, tocca Anteprima Dati.</string>
  <string name="enable_reporting_title">Attiva report</string>
  <string name="preview_data_title">Anteprima dati</string>
  <string name="view_stats_title">Vedi statistiche</string>
  <string name="anonymous_learn_more">Ulteriori informazioni</string>
  <!-- Anonymous Statistics - Preview -->
  <string name="preview_id_title">ID Univoco</string>
  <string name="preview_device_title">Dispositivo</string>
  <string name="preview_version_title">Versione</string>
  <string name="preview_country_title">Paese</string>
  <string name="preview_carrier_title">Operatore</string>
  <string name="stats_collection_title">Raccolta statistiche</string>
  <string name="stats_collection_summary">Quando attivato, consente la raccolta di metriche</string>
  <!-- Protected apps lockpattern reset button -->
  <string name="lockpattern_reset_button">Reimposta la sequenza</string>
  <string name="lockpattern_settings_reset_summary">Inserisci l\'email principale e la relativa password per reimpostare la sequenza di sblocco</string>
  <!-- Protected Apps -->
  <string name="menu_hidden_apps_delete">Ripristina</string>
  <string name="menu_hidden_apps_reset_lock">Reimposta sequenza blocco</string>
  <string name="protected_apps">App protette</string>
  <string name="protected_apps_summary">Gestisci le app protette da un blocco sicuro</string>
  <string name="saving_protected_components">Salvataggio stato componente\u2026</string>
  <string name="pa_login_username_hint">Utente (e-mail)</string>
  <string name="pa_login_password_hint">Password</string>
  <string name="pa_login_submit_button">Accedi</string>
  <string name="pa_login_checking_password">Controllo account\u2026</string>
  <string name="pa_login_incorrect_login">Credenziali errate</string>
  <string name="pa_pattern_or_fingerprint_header">Traccia la sequenza o utilizza l\'impronta digitale per sbloccare</string>
  <!-- Contributors cloud activity -->
  <string name="contributors_cloud_fragment_title">Collaboratori</string>
  <string name="contributors_cloud_loading_message">Caricamento dati collaboratori\u2026</string>
  <string name="contributors_cloud_failed_message">Impossibile caricare dati collaboratori</string>
  <string name="contributor_info_menu">Info collaboratore</string>
  <string name="contributor_info_msg">
        <![CDATA[<b>Nome:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/>
                 <b>Nick:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/>
                 <b>Commit:</b> <xliff:g id="commits">%3$s</xliff:g>]]></string>
  <string name="contributions_info_menu">Info contributi</string>
  <string name="contributions_info_msg">
        <![CDATA[<b>Totale collaboratori:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
                 <b>Totale commit:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
                 <b>Ultimo aggiornamento:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
  <string name="category_sounds">Suoni</string>
  <string name="notification_manager">Notifiche</string>
  <string name="lockscreen_settings">Blocco schermo</string>
  <string name="category_lights">Luci</string>
  <string name="category_volume">Volume</string>
  <string name="category_vibrate">Vibrazione</string>
  <string name="category_misc">Varie</string>
  <string name="title_general">Generale</string>
  <string name="advanced">Avanzate</string>
  <string name="link_volume_option_title">Collega volume suoneria &amp; notifiche</string>
  <string name="lcd_density_prompt_message">Alcune app potrebbero non funzionare con un DPI diverso da quello di default. \n\nIl dispositivo sarà riavviato.</string>
  <!-- Edit access point labels: PPP number -->
  <string name="apn_ppp_number">Numero telefonico APN PPP</string>
  <!-- APNs screen message indicating new APN user is adding is a duplicate -->
  <string name="duplicate_apn_error_title">Duplica APN</string>
  <string name="duplicate_apn_error_message">Questo APN esiste già. Elimina o modifica i parametri.</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">disattivata</string>
  <string name="sim_missing">mancante o difettosa</string>
  <string name="sim_enabler_need_disable_sim">La scheda SIM sarà disattivata. Continuare?</string>
  <string name="sim_enabler_will_disable_sim_title">Attenzione</string>
  <string name="sim_enabler_need_switch_data_service">Questa SIM sarà disattivata e la SIM <xliff:g id="slotid">%1$s</xliff:g> sarà utilizzata per la connessione dati. Vuoi procedere?</string>
  <string name="sim_enabler_airplane_on">Impossibile eseguire l\'operazione mentre è attivata la modalità aereo.</string>
  <string name="sim_enabler_in_call">Impossibile eseguire l\'operazione mentre si è in chiamata.</string>
  <string name="sim_enabler_both_inactive">Non è possibile disattivare tutte le schede SIM</string>
  <string name="sim_enabler_enabling">Attivazione\u2026</string>
  <string name="sim_enabler_disabling">Disattivazione\2026</string>
  <string name="sub_activate_success">SIM attivata.</string>
  <string name="sub_activate_failed">Attivazione fallita.</string>
  <string name="sub_deactivate_success">SIM disattivata.</string>
  <string name="sub_deactivate_failed">Disattivazione fallita.</string>
  <string name="primary_sub_select_title">Abbonamento 3G/LTE predefinito</string>
  <string name="select_sim_card">Seleziona scheda SIM</string>
  <!-- MSIM SIM status -->
  <string name="sim_card_status_title">Status SIM %d</string>
  <string name="sim_card_lock_settings_title">Impostazioni blocco SIM %d</string>
  <string name="sim_card_summary_empty">SIM non inserita</string>
  <string name="sim_mobile_network_settings_category_title">Impostazioni rete cellulare</string>
  <string name="sim_mobile_network_settings_title">Impostazioni 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">promemoria</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_events">eventi</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">chiamanti selezionati</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">contatti selezionati</string>
  <!-- Allow vibration in zen mode -->
  <string name="zen_mode_vibration">Vibrazione</string>
  <string name="zen_mode_vibration_never">Non vibrare</string>
  <string name="zen_mode_vibration_calls_only">Vibra solo per chiamate</string>
  <string name="zen_mode_vibration_calls_and_notifications">Vibra per chiamate e notifiche</string>
  <!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
  <!-- SAR information -->
  <string name="maximum_head_level">Testa: %1$s W/kg</string>
  <string name="maximum_body_level">Corpo: %1$s W/kg</string>
  <!-- IC Codes -->
  <string name="ic_code_model">Modello: %1$s</string>
  <string name="ic_code_full">IC: %1$s</string>
  <string name="sim_ringtone_title">Suoneria SIM %d</string>
  <!-- label for application name -->
  <string name="app_name_label_cm">App:</string>
  <!-- label for last time used -->
  <string name="last_time_used_label_cm">Ultimo utilizzo:</string>
  <!-- label for usage time -->
  <string name="usage_time_label_cm">Tempo d\'utilizzo:</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">Questo cancellerà tutti i dati dalla <b>memoria interna</b> del tablet, tra cui:\n\n<li>account</li>\n<li>app e impostazioni del sistema</li>\n<li>app scaricate</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">Questo cancellerà tutti i dati dalla <b>memoria interna</b> del telefono, tra cui:\n\n<li>account</li>\n<li>app e impostazioni del sistema</li>\n<li>app scaricate</li></string>
  <!-- Factory reset strings -->
  <string name="factory_reset_instructions_title">Dati personali &amp; applicazioni</string>
  <string name="factory_reset_instructions_summary">Questo cancellerà tutti gli account, applicazioni, dati delle app e impostazioni di sistema su questo dispositivo</string>
  <string name="factory_reset_personal_content">Contenuto personale</string>
  <string name="factory_reset_erase_stored_content">Cancella il contenuto archiviato</string>
  <string name="factory_reset_erase_stored_content_summary">Cancellare musica, foto, video e altri dati dell\'utente memorizzati su questo dispositivo</string>
  <string name="factory_reset_erase_stored_content_summary_forced">Cancellare musica, foto, video e altri dati dell\'utente memorizzati su questo dispositivo. \n\n <b>contenuto non può essere salvato a causa della crittografia dispositivo.</b></string>
  <string name="factory_reset_erase_sd_card">Formatta scheda SD</string>
  <string name="factory_reset_erase_sd_card_summary">Cancellare tutti i dati sulla scheda SD, incluso musica e foto</string>
  <string name="factory_reset_warning_text_reset_now">RIPRISTINA ORA</string>
  <string name="factory_reset_warning_text_message">Tutti gli account, applicazioni, dati delle app e impostazioni di sistema verranno rimossi da questo dispositivo. Questo non può essere invertito.</string>
  <!-- Tethering & portable hotspot other category -->
  <string name="tethering_other_category_text">Altro</string>
  <!-- Wi-Fi tethering inactivity timeout -->
  <string name="hotstpot_inactivity_timeout_text">Wi\u2011Fi timeout hotspot</string>
  <string name="hotstpot_inactivity_timeout_never">Mai</string>
  <string name="hotstpot_inactivity_timeout_1_minute">1 minuto</string>
  <string name="hotstpot_inactivity_timeout_5_minutes">5 minuti</string>
  <string name="hotstpot_inactivity_timeout_10_minutes">10 minuti</string>
  <string name="hotstpot_inactivity_timeout_never_summary_text">Hotspot Wi\u2011Fi portatile mai in timeout</string>
  <string name="hotstpot_inactivity_timeout_summary_text">Timeout hotspot Wi\u2011Fi portatile dopo <xliff:g id="timeout">%1$s</xliff:g></string>
  <!-- Live lock screen -->
  <!-- Live lock screen title -->
  <string name="live_lock_screen_title">Blocco schermo animato</string>
  <!-- Live lock screen summary -->
  <string name="live_lock_screen_summary">Attiva e configura le schermate di blocco animate</string>
  <!-- Live lock screen settings content description -->
  <string name="live_lock_screen_settings_button">Impostazioni</string>
  <!-- Live lock screen settings screen, caption for when live lock screens are disabled -->
  <string name="live_lock_screen_settings_disabled_prompt">Per visualizzare le schermate di blocco animate disponibili, attiva schermate di blocco animate.</string>
  <string name="interruptions_ignore_while_media_title">Previeni abbassamento audio</string>
  <string name="interruptions_ignore_while_media_summary">Non ridurre il volume di riproduzione multimediale quando arriva una notifica</string>
  <!-- CM Legal -->
  <string name="cmlicense_title">Note legali Replicant</string>
  <!-- Menu label for reset the battery stats -->
  <string name="menu_stats_reset">Reimposta statistiche</string>
  <!-- Reset stats confirmation dialog's message -->
  <string name="reset_stats_msg">Le statistiche delle batteria saranno reimpostate</string>
  <!-- Dock battery not present message -->
  <string name="dock_battery_not_present">Batteria dock non presente</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">Ricarica su Dock AC</string>
  <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging over Dock USB. -->
  <string name="battery_info_status_charging_dock_usb">Ricarica su Dock USB</string>
  <string name="restrict_app_wlan_title">Disattiva utilizzo Wi\u2011Fi</string>
  <string name="restrict_app_wlan_summary">Impedisci all\'app di utilizzare il Wi\u2011Fi</string>
  <string name="restrict_app_cellular_title">Disattiva utilizzo reti mobili</string>
  <string name="restrict_app_cellular_summary">Impedisci all\'app di utilizzare le connessioni a reti mobili</string>
  <string name="privacy_guard_internet_category">Internet</string>
  <!-- Weather -->
  <string name="weather_settings_title">Meteo</string>
  <string name="weather_settings_no_services_prompt">Nessun provider meteo installato</string>
  <string name="weather_settings_button">Impostazioni provider</string>
  <string name="weather_settings_activity_not_found">Impossibile aprire il menu d\'impostazioni di questo provider</string>
  <string name="weather_settings_add_weather_provider">Aggiungi un provider meteo</string>
  <string name="weather_settings_general_settings_title">Generale</string>
  <string name="weather_settings_providers_title">Provider</string>
  <string name="weather_settings_temp_units_title">Unità di temperatura</string>
  <string name="weather_settings_temp_celsius">Celsius</string>
  <string name="weather_settings_temp_fahrenheit">Fahrenheit</string>
  <string name="weather_settings_keyword">meteo</string>
  <string name="background_data_access">Accesso dati in background</string>
  <string name="allow_background_both">Con dati mobili &amp; Wi\u2011Fi</string>
  <string name="allow_background_wlan">Solo su Wi\u2011Fi</string>
  <string name="allow_background_none">Nessun accesso</string>
  <string name="mobile_data_alert">Avviso dati mobili</string>
  <string name="mobile_data_alert_summary">Notifica quando un\'app utilizza un ammontare significativo di dati</string>
  <string name="data_usage_menu_enable_data_alerts">Attiva avvisi utilizzo dati</string>
  <string name="data_usage_menu_disable_data_alerts">Disattiva avvisi utilizzo dati</string>
  <string name="data_usage_menu_reset_stats">Azzera statistiche dati</string>
  <string name="reset_data_stats_msg">Tutte le informazioni sull\'utilizzo dei dati salvate saranno rimosse</string>
  <string name="reset_stats_confirm">Conferma</string>
  <string name="restrict_cellular_access_title">Limita utilizzo dati mobili</string>
  <string name="restrict_cellular_access_summary">Disattiva accesso su dati mobili</string>
  <string name="restrict_cellular_access_dialog_title">Applicare restrizione dati mobili?</string>
  <string name="restrict_cellular_access_dialog_summary">Questa funzione potrebbe impedire ad un\'app di funzionare correttamente quando sei connesso solo con dati mobili.\n\nPotresti trovare controlli per l\'utilizzo dati più appropriati all\'interno delle impostazioni dell\'app stessa.</string>
  <!-- Label for settings shortcut: carrier selection -->
  <string name="shortcut_carrier_title">Operatori di rete</string>
  <!-- title for lock screen blur preference -->
  <string name="lockscreen_blur_enabled_title">Sfocatura sfondo</string>
  <!-- title for lock screen weather preference -->
  <string name="lockscreen_weather_enabled_title">Mostra meteo</string>
  <!-- Per app controls for LP keyguard notifications -->
  <string name="app_notification_show_on_keyguard_title">Mostra nel blocco schermo</string>
  <string name="app_notification_show_on_keyguard_summary">Mostra notifiche di quest\'app nel blocco schermo</string>
  <string name="app_notification_no_ongoing_on_keyguard_title">Disabilita la notifica persistente nel blocco schermo</string>
  <string name="app_notification_no_ongoing_on_keyguard_summary">Non mostrare mai notifiche persistenti da quest\'app nel blocco schermo</string>
  <!-- Notification sound timeout -->
  <string name="app_notification_sound_timeout_title">Tempo minimo tra suoni di notifica</string>
  <string name="app_notification_sound_timeout_summary_template">Consenti suoni o vibrazioni non più di una volta ogni <xliff:g id="duration">%1$s</xliff:g></string>
  <string name="app_notification_sound_timeout_value_none">Nessuna restrizione</string>
  <string name="app_notification_sound_timeout_value_10_seconds">10 secondi</string>
  <string name="app_notification_sound_timeout_value_30_seconds">30 secondi</string>
  <string name="app_notification_sound_timeout_value_1_minute">1 minuto</string>
  <string name="app_notification_sound_timeout_value_5_minutes">5 minuti</string>
  <string name="app_notification_sound_timeout_value_15_minutes">10 minuti</string>
  <string name="app_notification_sound_timeout_value_30_minutes">30 minuti</string>
  <!-- CmRadioInfo -->
  <string name="cm_radio_info_label">Controlli radio avanzati</string>
  <!-- Radio Control (IMS/MBN etc.) -->
  <string name="cm_radio_info_mbn_auto_load_on_label">Disattiva caricamento MBN automatico</string>
  <string name="cm_radio_info_mbn_auto_load_off_label">Attiva caricamento MBN automatico</string>
  <string name="cm_radio_info_volte_avail_ovr_on_label">Disattiva debug VoLTE</string>
  <string name="cm_radio_info_volte_avail_ovr_off_label">Attiva debug VoLTE</string>
  <string name="cm_radio_info_vt_avail_ovr_on_label">Disattiva debug VT</string>
  <string name="cm_radio_info_vt_avail_ovr_off_label">Attiva debug VT</string>
  <string name="cm_radio_info_wfc_avail_ovr_on_label">Disattiva debug WFC</string>
  <string name="cm_radio_info_wfc_avail_ovr_off_label">Attiva debug WFC</string>
  <string name="cm_radio_info_adb_log_on_label">Disattiva log radio ADB</string>
  <string name="cm_radio_info_adb_log_off_label">Attiva log radio ADB</string>
  <string name="cm_radio_info_diag_log_on_label">Disattiva log Diag</string>
  <string name="cm_radio_info_diag_log_off_label">Attiva log Diag</string>
  <!-- Lock screen wallpaper -->
  <string name="lockscreen_wallpaper_title">Sfondo</string>
  <string name="not_available_with_app">Non disponibile con %1$s</string>
  <!-- Format string for fingerprint location message -->
  <string name="security_settings_fingerprint_enroll_find_sensor_message_cm">Individua il sensore d\'impronte nella parte <xliff:g id="sensor_location">%1$s</xliff:g> del tuo telefono.</string>
  <!-- Fingerprint sensor locations -->
  <string name="security_settings_fingerprint_sensor_location_back">posteriore</string>
  <string name="security_settings_fingerprint_sensor_location_front">anteriore</string>
  <string name="security_settings_fingerprint_sensor_location_left">sinistra</string>
  <string name="security_settings_fingerprint_sensor_location_right">destra</string>
  <!-- SIM status format string -->
  <string name="sim_status_format_string">Voce: <xliff:g id="voice_status">%1$s</xliff:g> / Dati: <xliff:g id="data_status">%2$s</xliff:g></string>
</resources>