Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | |
| 3 | <language> |
| 4 | <display>Italiano</display> |
| 5 | |
| 6 | <resources> |
| 7 | <!-- Font overrides - only change these if your language requires special characters --> |
| 8 | <resource name="font_l" type="fontoverride" filename="RobotoCondensed-Regular.ttf" scale="100" /> |
| 9 | <resource name="font_m" type="fontoverride" filename="RobotoCondensed-Regular.ttf" scale="100" /> |
| 10 | <resource name="font_s" type="fontoverride" filename="RobotoCondensed-Regular.ttf" scale="100" /> |
| 11 | <resource name="fixed" type="fontoverride" filename="DroidSansMono.ttf" scale="100" /> |
| 12 | |
| 13 | <!-- Partition display names --> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 14 | <string name="system">System</string> |
| 15 | <string name="system_image">Immagine System</string> |
| 16 | <string name="vendor">Vendor</string> |
| 17 | <string name="vendor_image">Immagine Vendor</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 18 | <string name="boot">Boot</string> |
| 19 | <string name="recovery">Recovery</string> |
| 20 | <string name="cache">Cache</string> |
| 21 | <string name="data">Data</string> |
Stefano Gottardo | 650d29f | 2017-02-10 14:23:13 +0100 | [diff] [blame] | 22 | <string name="data_backup">Data (escl. archivio)</string> |
Pierre Roth | 5099056 | 2017-12-21 08:19:28 +0100 | [diff] [blame] | 23 | <string name="sdcard">Scheda SD</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 24 | <string name="internal">Archivio interno</string> |
Pierre Roth | 5099056 | 2017-12-21 08:19:28 +0100 | [diff] [blame] | 25 | <string name="microsd">Scheda Micro SD</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 26 | <string name="usbotg">USB OTG</string> |
| 27 | <string name="android_secure">Android Secure</string> |
| 28 | <string name="dalvik">Dalvik / ART Cache</string> |
| 29 | <!-- This is a rarely used partition on a Micro SD card for a very old app2sd system --> |
| 30 | <string name="sdext">SD-EXT</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 31 | <string name="adopted_data">Data annessa</string> |
| 32 | <string name="adopted_storage">Archivio annesso</string> |
| 33 | |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 34 | <!-- GUI XML strings --> |
| 35 | <string name="twrp_header">Team Win Recovery Project</string> |
| 36 | <string name="twrp_watch_header">TWRP %tw_version%</string> |
| 37 | <string name="cpu_temp">CPU: %tw_cpu_temp% °C</string> |
| 38 | <string name="battery_pct">Batteria: %tw_battery%</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 39 | <string name="sort_by_name">Ordina per Nome</string> |
| 40 | <string name="sort_by_date">Ordina per Data</string> |
| 41 | <string name="sort_by_size">Ordina per Dimensione</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 42 | <string name="sort_by_name_only">Nome</string> |
| 43 | <string name="sort_by_date_only">Data</string> |
| 44 | <string name="sort_by_size_only">Dimensione</string> |
| 45 | <string name="tab_general">GENERALE</string> |
| 46 | <string name="tab_options">OPZIONI</string> |
| 47 | <string name="tab_backup">BACKUP</string> |
| 48 | <string name="tab_time_zone">FUSO ORARIO</string> |
| 49 | <string name="tab_screen">SCHERMO</string> |
| 50 | <string name="tab_vibration">VIBRAZIONE</string> |
| 51 | <string name="tab_language">LINGUA</string> |
| 52 | |
| 53 | <string name="install_btn">Installa</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 54 | <string name="wipe_btn">Pulisci</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 55 | <string name="backup_btn">Backup</string> |
| 56 | <string name="restore_btn">Ripristina</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 57 | <string name="mount_btn">Monta</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 58 | <string name="settings_btn">Impostazioni</string> |
| 59 | <string name="advanced_btn">Avanzate</string> |
| 60 | <string name="reboot_btn">Riavvia</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 61 | <string name="files_btn">File</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 62 | <string name="copy_log_btn">Copia Log</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 63 | <string name="select_type_hdr">Scegli tipologia</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 64 | <string name="install_zip_hdr">Installa Zip</string> |
| 65 | <string name="install_zip_btn">Installa Zip</string> |
| 66 | <string name="install_image_hdr">Installa Immagine</string> |
| 67 | <string name="install_image_btn">Installa Immagine</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 68 | <string name="install_select_file_hdr">Seleziona il file</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 69 | <string name="file_selector_folders_hdr">Cartelle</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 70 | <string name="select_file_from_storage">Seleziona il file da %tw_storage_display_name% (%tw_storage_free_size% MB)</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 71 | <string name="adb_sideload_btn">ADB Sideload</string> |
| 72 | <string name="install_hdr">Installa</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 73 | <string name="select_storage_hdr">Scegli archivio</string> |
| 74 | <string name="select_storage_btn">Scegli archivio</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 75 | <string name="queue_hdr">Coda</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 76 | <string name="zip_queue_count">%tw_zip_queue_count% file accodati su un max di 10</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 77 | <string name="zip_queue_count_s">File %tw_zip_queue_count% di 10:</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 78 | <string name="zip_warn1">Questa operazione potrebbe installare software</string> |
| 79 | <string name="zip_warn2">incompatibile e rendere il tuo dispositivo inutilizzabile.</string> |
| 80 | <string name="zip_back_cancel">Premi indietro per annullare la selezione di questo file.</string> |
| 81 | <string name="zip_back_clear">Premi indietro per eliminare la coda di Zip.</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 82 | <string name="folder">Cartella:</string> |
| 83 | <string name="file">File:</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 84 | <string name="zip_sig_chk">Verifica della firma del file Zip</string> |
| 85 | <string name="inject_twrp_chk">Esegui TWRP Inject dopo l'installazione</string> |
SlimShadys | b851896 | 2016-04-01 19:45:37 +0200 | [diff] [blame] | 86 | <string name="install_reboot_chk">Riavvia dopo che l'installazione è completata</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 87 | <string name="options_hdr">Opzioni</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 88 | <string name="confirm_flash_hdr">Conferma installazione</string> |
| 89 | <string name="zip_queue">Coda:</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 90 | <string name="options">Opzioni:</string> |
| 91 | <string name="swipe_confirm"> Conferma</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 92 | <string name="zip_add_btn">Aggiungi altri Zip</string> |
| 93 | <string name="zip_clear_btn">Elimina la coda di Zip</string> |
| 94 | <string name="install_zip_count_hdr">Installazione Zip %tw_zip_index% di %tw_zip_queue_count%</string> |
| 95 | <string name="installing_zip_xml">Installazione Zip %tw_file% in corso...</string> |
| 96 | <string name="failed">Operazione fallita</string> |
| 97 | <string name="successful">Operazione riuscita</string> |
| 98 | <string name="install_failed">Installazione fallita</string> |
| 99 | <string name="install_successful">Installazione riuscita</string> |
| 100 | <string name="wipe_cache_dalvik_btn">Pulisci Cache/Dalvik</string> |
| 101 | <string name="reboot_system_btn">Riavvia sistema</string> |
| 102 | <string name="install_sel_target">Scegli partizione</string> |
| 103 | <string name="flash_image_select">Scegli la partizione su cui installare:</string> |
| 104 | <string name="target_partition">Partizione scelta:</string> |
| 105 | <string name="flashing_image">Installazione Immagine...</string> |
| 106 | <string name="image_flashed">Immagine installata</string> |
| 107 | <string name="wipe_cache_dalvik_confirm">Pulire Cache & Dalvik?</string> |
| 108 | <string name="wiping_cache_dalvik">Pulizia Cache & Dalvik...</string> |
| 109 | <string name="wipe_cache_dalvik_complete">Pulizia Cache & Dalvik completata</string> |
| 110 | <string name="swipe_wipe">Scorri per pulire</string> |
| 111 | <string name="swipe_wipe_s"> Pulisci</string> |
| 112 | <string name="no_os1">Nessun SO installato. Sei</string> |
| 113 | <string name="no_osrb">certo di voler riavviare?</string> |
| 114 | <string name="no_ospo">certo di voler spegnere?</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 115 | <string name="rebooting">Riavvio...</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 116 | <string name="swipe_reboot">Scorri per riavviare</string> |
| 117 | <string name="swipe_reboot_s"> Riavvia</string> |
Stefano Gottardo | 650d29f | 2017-02-10 14:23:13 +0100 | [diff] [blame] | 118 | <string name="reboot_install_app_hdr">Installazione app di TWRP</string> |
| 119 | <string name="reboot_install_app1">Ti piacerebbe installare l'app ufficiale di TWRP?</string> |
| 120 | <string name="reboot_install_app2">L'app può verificare nuove versioni di TWRP.</string> |
| 121 | <string name="reboot_install_app_prompt_install">Chiedi di installare l'app TWRP se non è installata</string> |
| 122 | <string name="reboot_install_app_system">Installa come app di Sistema</string> |
| 123 | <string name="reboot_installing_app">Installazione dell'app...</string> |
| 124 | <string name="swipe_to_install_app">Scorri per installare l'app</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 125 | <string name="swipe_flash">Scorri per installare</string> |
| 126 | <string name="confirm_action">Conferma l'azione</string> |
| 127 | <string name="back_cancel">Premi indietro per annullare.</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 128 | <string name="cancel_btn">Annulla</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 129 | <string name="wipe_hdr">Pulizia</string> |
| 130 | <string name="factory_reset_hdr">Reset di fabbrica</string> |
| 131 | <string name="factory_reset_btn">Reset di fabbrica</string> |
| 132 | <string name="factory_reset1">Data, Cache e Dalvik saranno puliti</string> |
| 133 | <string name="factory_reset2">(l'archivio interno sarà escluso)</string> |
| 134 | <string name="factory_reset3">La maggior parte delle volte, questo</string> |
| 135 | <string name="factory_reset4">sarà l'unico tipo di pulizia necessario.</string> |
| 136 | <string name="factory_resetting">Reset in corso...</string> |
| 137 | <string name="advanced_wipe_hdr">Pulizia avanzata</string> |
| 138 | <string name="advanced_wipe_btn">Pulizia avanzata</string> |
| 139 | <string name="wipe_enc_confirm">Eliminare la crittografia da Data?</string> |
| 140 | <string name="formatting_data">Formattazione di Data in corso...</string> |
| 141 | <string name="swipe_format_data">Scorri per formattare Data...</string> |
| 142 | <string name="swipe_format_data_s"> Formattazione Data</string> |
| 143 | <string name="factory_reset_complete">Reset di fabbrica completato</string> |
| 144 | <string name="sel_part_hdr">Selezione partizioni</string> |
| 145 | <string name="wipe_sel_confirm">Pulire questa(e) partizione(i)?</string> |
| 146 | <string name="wiping_part">Pulizia partizione(i) in corso...</string> |
| 147 | <string name="wipe_complete">Pulizia completata</string> |
| 148 | <string name="sel_part_wipe">Scegli le partizioni da pulire:</string> |
| 149 | <string name="invalid_part_sel">Scelta non valida</string> |
| 150 | <string name="format_data_hdr">Formattazione Data</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 151 | <string name="format_data_btn">Formatta Data</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 152 | <string name="format_data_ptr1">Formattare Data eliminerà tutte le tue app,</string> |
| 153 | <string name="format_data_ptr2">backup, immagini, video e file. Inoltre, la</string> |
| 154 | <string name="format_data_ptr3">crittografia dell'archivio interno sarà rimossa.</string> |
| 155 | <string name="format_data_adopted">Includi Archivio annesso</string> |
| 156 | <string name="format_data_lcp1">Formattare Data eliminerà tutte le app, backup, immagini, video e file.</string> |
| 157 | <string name="format_data_lcp2">Inoltre, la crittografia dell'archivio interno sarà rimossa.</string> |
| 158 | <string name="format_data_wtc1">Formattare Data eliminerà tutte le tue app,</string> |
| 159 | <string name="format_data_wtc2">backup e file. L'operazione è irreversibile.</string> |
| 160 | <string name="format_data_undo">L'operazione è irreversibile.</string> |
| 161 | <string name="format_data_complete">Formattazione di Data completata</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 162 | <!-- Translator note: the word "yes" must remain English! --> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 163 | <string name="yes_continue">Scrivi yes per continuare. Premi indietro per annullare.</string> |
| 164 | <string name="part_opt_hdr">Opzioni partizione per: %tw_partition_name%</string> |
| 165 | <string name="sel_act_hdr">Scegli azione</string> |
| 166 | <string name="file_sys_opt">Opzioni filesystem</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 167 | <string name="partition">Partizione: %tw_partition_name%</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 168 | <string name="part_mount_point">Punto di montaggio: %tw_partition_mount_point%</string> |
| 169 | <string name="part_curr_fs">Filesystem: %tw_partition_file_system%</string> |
| 170 | <string name="part_present_yes">Presente: Sì</string> |
| 171 | <string name="part_present_no">Presente: No</string> |
| 172 | <string name="part_removable_yes">Rimovibile: Sì</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 173 | <string name="part_removable_no">Rimovibile: No</string> |
| 174 | <string name="part_size">Dimensione: %tw_partition_size%MB</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 175 | <string name="part_used">Utilizzati: %tw_partition_used%MB</string> |
| 176 | <string name="part_free">Liberi: %tw_partition_free%MB</string> |
| 177 | <string name="part_backup_size">Dimensione backup: %tw_partition_backup_size%MB</string> |
| 178 | <string name="resize_btn">Ridimensiona filesystem</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 179 | <string name="resize_btn_s">Ridimensiona</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 180 | <string name="resize_confirm">Ridimensionare %tw_partition_name%?</string> |
| 181 | <string name="resizing">Ridimensionamento in corso...</string> |
| 182 | <string name="resize_complete">Ridimensionamento completato</string> |
| 183 | <string name="swipe_resize">Scorri per ridimensionare</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 184 | <string name="swipe_resize_s"> Ridimensiona</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 185 | <string name="repair_btn">Ripara filesystem</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 186 | <string name="repair_btn_s">Ripara</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 187 | <string name="repair_confirm">Riparare %tw_partition_name%?</string> |
| 188 | <string name="repairing">Riparazione in corso...</string> |
| 189 | <string name="repair_complete">Riparazione completata</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 190 | <string name="swipe_repair">Scorri per riparare</string> |
| 191 | <string name="swipe_repair_s"> Ripara</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 192 | <string name="change_fs_btn">Cambia filesystem</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 193 | <string name="change_fs_btn_s">Cambia</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 194 | <string name="change_fs_for_hdr">Cambia il filesystem di: %tw_partition_name%</string> |
| 195 | <string name="change_fs_for_hdr_s">Partizione: %tw_partition_name% > Scegli filesystem</string> |
| 196 | <string name="change_fs_warn1">Alcune ROM o kernel non supportano determinati</string> |
| 197 | <string name="change_fs_warn2">filesystem. Procedi con cautela!</string> |
| 198 | <string name="change_fs_confirm">Modificare %tw_partition_name%?</string> |
| 199 | <string name="formatting">Formattazione in corso...</string> |
| 200 | <string name="format_complete">Formattazione completata</string> |
| 201 | <string name="swipe_change_fs">Scorri per modificare</string> |
| 202 | <string name="swipe_change_s"> Modifica</string> |
| 203 | <string name="back_btn">Indietro</string> |
| 204 | <string name="wipe_enc_btn">Elimina crittografia</string> |
| 205 | <string name="swipe_factory_reset">Scorri per eseguire reset di fabbrica</string> |
| 206 | <string name="repair_change_btn">Ripara o Modifica filesystem</string> |
| 207 | <string name="storage_hdr">Archivio: %tw_storage_display_name% (%tw_storage_free_size% MB)</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 208 | <string name="backup_hdr">Backup</string> |
| 209 | <string name="backup_confirm_hdr">Conferma Backup</string> |
| 210 | <string name="encryption_tab">CRITTOGRAFIA</string> |
| 211 | <string name="encryption">Crittografia:</string> |
| 212 | <string name="name">Nome:</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 213 | <string name="sel_part_backup">Seleziona le partizioni di cui eseguire un Backup:</string> |
| 214 | <string name="storage">Archivio:</string> |
| 215 | <string name="enc_disabled">disabilitata - imposta una password per abilitarla</string> |
| 216 | <string name="enc_enabled">abilitata</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 217 | <string name="enable_backup_comp_chk">Abilita compressione</string> |
bigbiff bigbiff | 56cf564 | 2016-08-19 17:43:45 -0400 | [diff] [blame] | 218 | <string name="skip_digest_backup_chk" version="2">Salta la generazione di Digest durante il backup</string> |
Stefano Gottardo | 650d29f | 2017-02-10 14:23:13 +0100 | [diff] [blame] | 219 | <string name="disable_backup_space_chk" version="2">Disabilita controllo dello spazio libero prima del backup</string> |
| 220 | <string name="current_boot_slot">Slot attuale: %tw_active_slot%</string> |
| 221 | <string name="boot_slot_a">Slot A</string> |
| 222 | <string name="boot_slot_b">Slot B</string> |
| 223 | <string name="changing_boot_slot">Cambiamento Slot d'avvio</string> |
| 224 | <string name="changing_boot_slot_complete">Cambiamento Slot d'avvio completato</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 225 | <string name="refresh_sizes_btn">Aggiorna dimensioni</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 226 | <string name="swipe_backup">Scorri per eseguire il backup</string> |
| 227 | <string name="append_date_btn">Includi la data</string> |
| 228 | <string name="backup_name_exists">Esiste già un backup con lo stesso nome!</string> |
| 229 | <string name="encrypt_backup">Crittografare il backup?</string> |
| 230 | <string name="enter_pass">Inserisci una password:</string> |
| 231 | <string name="enter_pass2">Inserisci nuovamente la password:</string> |
| 232 | <string name="pass_not_match">Le password non corrispondono!</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 233 | <string name="partitions">Partizioni:</string> |
| 234 | <string name="disabled">Disabilitato</string> |
| 235 | <string name="enabled">Abilitato</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 236 | <string name="backup_name_hdr">Imposta nome backup</string> |
| 237 | <string name="progress">Avanzamento:</string> |
| 238 | <string name="backup_complete">Backup completato</string> |
| 239 | <string name="restore_hdr">Ripristina backup</string> |
| 240 | <string name="sel_backup_hdr">Scegli backup</string> |
| 241 | <string name="restore_sel_store_hdr">Seleziona un backup da %tw_storage_display_name% (%tw_storage_free_size% MB)</string> |
| 242 | <string name="restore_sel_pack_fs">Scegli i contenuti da ripristinare:</string> |
| 243 | <string name="restore_enc_backup_hdr">Backup crittografato</string> |
| 244 | <string name="restore_dec_fail">Password errata! Riprova.</string> |
| 245 | <string name="del_backup_btn">Elimina backup</string> |
| 246 | <string name="del_backup_confirm">Eliminare il backup?</string> |
| 247 | <string name="del_backup_confirm2">L'operazione è irreversibile!</string> |
| 248 | <string name="deleting_backup">Eliminazione backup in corso...</string> |
| 249 | <string name="backup_deleted">Eliminazione backup completata</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 250 | <string name="swipe_delete">Scorri per eliminare</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 251 | <string name="swipe_delete_s"> Elimina</string> |
| 252 | <string name="restore_try_decrypt">Backup crittografato - tentativo di decriptazione</string> |
| 253 | <string name="restore_try_decrypt_s">Tentativo di decriptazione</string> |
| 254 | <string name="restore_backup_date">Backup creato il %tw_restore_file_date%</string> |
| 255 | <string name="restore_sel_part">Seleziona le partizioni da ripristinare:</string> |
bigbiff bigbiff | 56cf564 | 2016-08-19 17:43:45 -0400 | [diff] [blame] | 256 | <string name="restore_enable_digest_chk" version="2">Abilita verifica Digest</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 257 | <string name="restore_complete">Ripristino completato</string> |
| 258 | <string name="swipe_restore">Scorri per ripristinare</string> |
| 259 | <string name="swipe_restore_s"> Ripristina</string> |
| 260 | <string name="rename_backup_hdr">Rinomina backup</string> |
| 261 | <string name="rename_backup_confirm">Rinominare il backup?</string> |
| 262 | <string name="rename_backup_confirm2">L'operazione è irreversibile!</string> |
| 263 | <string name="renaming_backup">Rinominazione del backup in corso...</string> |
| 264 | <string name="rename_backup_complete">Rinominazione del backup completata</string> |
| 265 | <string name="swipe_to_rename">Scorri per rinominare</string> |
| 266 | <string name="swipe_rename"> Rinomina</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 267 | <string name="confirm_hdr">Conferma</string> |
| 268 | <string name="mount_hdr">Monta</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 269 | <string name="mount_sel_part">Seleziona le partizioni da montare:</string> |
| 270 | <string name="mount_sys_ro_chk">Monta la partizione System in sola lettura</string> |
| 271 | <string name="mount_sys_ro_s_chk">Monta System in sola lettura</string> |
| 272 | <string name="decrypt_data_btn">Decripta Data</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 273 | <string name="disable_mtp_btn">Disabilita MTP</string> |
| 274 | <string name="enable_mtp_btn">Abilita MTP</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 275 | <string name="mount_usb_storage_btn">Monta archivio USB</string> |
| 276 | <string name="usb_storage_hdr">Archivio USB</string> |
| 277 | <string name="usb_stor_mnt1">Archivio USB montato</string> |
| 278 | <string name="usb_stor_mnt2">Accertati di aver eseguito la rimozione sicura</string> |
| 279 | <string name="usb_stor_mnt3">dal tuo computer prima di smontare l'archivio!</string> |
| 280 | <string name="unmount_btn">Smonta</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 281 | <string name="rb_system_btn">Sistema</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 282 | <string name="rb_poweroff_btn">Spegni</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 283 | <string name="rb_recovery_btn">Recovery</string> |
| 284 | <string name="rb_bootloader_btn">Bootloader</string> |
| 285 | <string name="rb_download_btn">Download</string> |
mauronofrio | e9a49ef | 2018-10-03 13:38:16 +0200 | [diff] [blame] | 286 | <string name="rb_edl_btn">Edl</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 287 | <string name="turning_off">Spegnimento in corso...</string> |
| 288 | <string name="swipe_power_off">Scorri per spegnere</string> |
| 289 | <string name="swipe_power_off_s">Spegni</string> |
| 290 | <string name="sys_ro_hdr">Partizione System non modificata</string> |
| 291 | <string name="sys_ro_keep">Mantenere System in sola lettura?</string> |
| 292 | <string name="sys_rop1">TWRP può preservare la partizione System dalle modifiche</string> |
| 293 | <string name="sys_rop2">per facilitarti l'installazione di aggiornamenti ufficiali.</string> |
| 294 | <string name="sys_rop3">TWRP non potrà prevenire la sostituzione della Recovery da parte</string> |
| 295 | <string name="sys_rop4">della ROM, e non ti chiederà se desideri ottenere accesso root.</string> |
| 296 | <string name="sys_rop5">Installare Zip o eseguire operazioni mediante adb</string> |
| 297 | <string name="sys_rop6">potrà ugualmente operare modifiche su System.</string> |
| 298 | <string name="sys_rol1">TWRP può preservare la partizione System dalle modifiche per facilitarti l'installazione di aggiornamenti ufficiali.</string> |
| 299 | <string name="sys_rol2">TWRP non potrà prevenire la sostituzione della Recovery da parte della ROM, e non ti chiederà se desideri ottenere accesso root.</string> |
| 300 | <string name="sys_rol3">Installare Zip o eseguire operazioni mediante adb potrà ugualmente operare modifiche su System.</string> |
| 301 | <string name="sys_ro_never_show_chk">Non mostrare più questa schermata all'avvio</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 302 | <string name="sys_ro_keep_ro_btn">Mantieni sola lettura</string> |
| 303 | <string name="swipe_allow_mod">Scorri per permettere le modifiche</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 304 | <string name="swipe_allow_mod_s">Permetti modifiche</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 305 | <string name="settings_hdr">Impostazioni</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 306 | <string name="settings_gen_hdr">Generale</string> |
| 307 | <string name="settings_gen_s_hdr">Generale</string> |
| 308 | <string name="settings_gen_btn">Generale</string> |
| 309 | <string name="use_rmrf_chk">Usa rm -rf invece di formattare</string> |
| 310 | <string name="use24clock_chk">Usa orologio a 24 ore</string> |
| 311 | <string name="rev_navbar_chk">Rovescia la navbar</string> |
| 312 | <string name="simact_chk">Simula le azioni per il testing dei temi</string> |
| 313 | <string name="simfail_chk">Simula fallimenti per le azioni</string> |
| 314 | <string name="ctr_navbar_rdo">Centra pulsanti della navbar</string> |
| 315 | <string name="lft_navbar_rdo">Allinea pulsanti della navbar a SX</string> |
| 316 | <string name="rht_navbar_rdo">Allinea pulsanti della navbar a DX</string> |
| 317 | <string name="restore_defaults_btn">Ripristina predefinite</string> |
| 318 | <string name="settings_tz_btn">Fuso orario</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 319 | <string name="settings_screen_btn">Schermo</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 320 | <string name="settings_screen_bright_btn">Luminosità</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 321 | <string name="settings_vibration_btn">Vibrazione</string> |
| 322 | <string name="settings_language_btn">Lingua</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 323 | <string name="time_zone_hdr">Fuso orario</string> |
| 324 | <string name="sel_tz_list">Scegli fuso orario:</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 325 | <!-- Translator note: if it does not make sense to translate the locations or if it makes more sense, |
| 326 | feel free to change the location listed or drop the location entirely and just call it UTC -6 --> |
| 327 | <string name="utcm11">(UTC -11) Samoa, Midway Island</string> |
| 328 | <string name="utcm10">(UTC -10) Hawaii</string> |
| 329 | <string name="utcm9">(UTC -9) Alaska</string> |
| 330 | <string name="utcm8">(UTC -8) Pacific Time</string> |
| 331 | <string name="utcm7">(UTC -7) Mountain Time</string> |
| 332 | <string name="utcm6">(UTC -6) Central Time</string> |
| 333 | <string name="utcm5">(UTC -5) Eastern Time</string> |
| 334 | <string name="utcm4">(UTC -4) Atlantic Time</string> |
| 335 | <string name="utcm3">(UTC -3) Brazil, Buenos Aires</string> |
| 336 | <string name="utcm2">(UTC -2) Mid-Atlantic</string> |
| 337 | <string name="utcm1">(UTC -1) Azores, Cape Verde</string> |
| 338 | <string name="utc0">(UTC 0) London, Dublin, Lisbon</string> |
| 339 | <string name="utcp1">(UTC +1) Berlin, Brussels, Paris</string> |
| 340 | <string name="utcp2">(UTC +2) Athens, Istanbul, South Africa</string> |
| 341 | <string name="utcp3">(UTC +3) Moscow, Baghdad</string> |
| 342 | <string name="utcp4">(UTC +4) Abu Dhabi, Tbilisi, Muscat</string> |
| 343 | <string name="utcp5">(UTC +5) Yekaterinburg, Islamabad</string> |
| 344 | <string name="utcp6">(UTC +6) Almaty, Dhaka, Colombo</string> |
| 345 | <string name="utcp7">(UTC +7) Bangkok, Hanoi, Jakarta</string> |
| 346 | <string name="utcp8">(UTC +8) Beijing, Singapore, Hong Kong</string> |
| 347 | <string name="utcp9">(UTC +9) Tokyo, Seoul, Yakutsk</string> |
| 348 | <string name="utcp10">(UTC +10) Eastern Australia, Guam</string> |
| 349 | <string name="utcp11">(UTC +11) Vladivostok, Solomon Islands</string> |
| 350 | <string name="utcp12">(UTC +12) Auckland, Wellington, Fiji</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 351 | <string name="sel_tz_offset">Scegli offset (solitamente 0): %tw_time_zone_guioffset%</string> |
| 352 | <string name="tz_offset_none">Nessuno</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 353 | <string name="tz_offset_0">0</string> |
| 354 | <string name="tz_offset_15">15</string> |
| 355 | <string name="tz_offset_30">30</string> |
| 356 | <string name="tz_offset_45">45</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 357 | <string name="use_dst_chk">Usa ora legale</string> |
| 358 | <string name="curr_tz">Fuso orario attuale: %tw_time_zone%</string> |
| 359 | <string name="curr_tz_s">Fuso orario attuale:</string> |
| 360 | <string name="set_tz_btn">Imposta fuso orario</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 361 | <string name="settings_screen_hdr">Schermo</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 362 | <string name="settings_screen_timeout_hdr">Timeout schermo</string> |
| 363 | <string name="enable_timeout_chk">Abilita timeout schermo</string> |
| 364 | <string name="screen_to_slider">Timeout in secondi:</string> |
| 365 | <string name="screen_to_slider_s">Timeout in secondi (0=disabilitato): %tw_screen_timeout_secs%</string> |
| 366 | <string name="screen_to_na">Impostazione del timeout non disponibile</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 367 | <string name="screen_bright_slider">Luminosità: %tw_brightness_pct%%</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 368 | <string name="screen_bright_na">Impostazione luminosità non disponibile</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 369 | <string name="vibration_hdr">Vibrazione</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 370 | <string name="button_vibration_hdr">Vibrazione pulsanti</string> |
| 371 | <string name="kb_vibration_hdr">Vibrazione tastiera</string> |
| 372 | <string name="act_vibration_hdr">Vibrazione azioni</string> |
| 373 | <string name="button_vibration">Vibrazione pulsanti:</string> |
| 374 | <string name="kb_vibration">Vibrazione tastiera:</string> |
| 375 | <string name="act_vibration">Vibrazione azioni:</string> |
| 376 | <string name="select_language">Scegli lingua:</string> |
| 377 | <string name="sel_lang_btn">Scegli lingua</string> |
| 378 | <string name="set_language_btn">Imposta lingua</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 379 | <string name="advanced_hdr">Avanzate</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 380 | <string name="copy_log_confirm">Copiare il log su scheda SD?</string> |
Stefano Gottardo | 650d29f | 2017-02-10 14:23:13 +0100 | [diff] [blame] | 381 | <string name="copying_log" version="2">Copia i log nella scheda SD...</string> |
| 382 | <string name="copy_log_complete" version="2">Copia dei log completata</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 383 | <string name="fix_context_btn">Ripara contesti</string> |
| 384 | <string name="part_sd_btn">Partiziona SD</string> |
| 385 | <string name="part_sd_s_btn">Scheda SD</string> |
| 386 | <string name="file_manager_btn">File manager</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 387 | <string name="language_hdr">Lingua</string> |
| 388 | <string name="terminal_btn">Terminale</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 389 | <string name="reload_theme_btn">Ricarica tema</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 390 | <string name="dumlock_btn">HTC Dumlock</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 391 | <string name="inject_twrp_btn">TWRP Inject</string> |
| 392 | <string name="inject_twrp_confirm">Eseguire nuovamente TWRP Inject?</string> |
| 393 | <string name="injecting_twrp">Esecuzione di TWRP Inject in corso...</string> |
| 394 | <string name="inject_twrp_complete">TWRP Inject completato</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 395 | <string name="swipe_to_confirm">Scorri per confermare</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 396 | <string name="part_sd_hdr">Partiziona scheda SD</string> |
| 397 | <string name="invalid_partsd_sel">Devi selezionare un dispositivo rimovibile</string> |
| 398 | <string name="part_sd_lose">Tutti i file sulla scheda SD andranno perduti!</string> |
| 399 | <string name="part_sd_undo">L'operazione è irreversibile!</string> |
| 400 | <string name="part_sd_ext_sz">Dimensione EXT:</string> |
| 401 | <string name="part_sd_swap_sz">Dimensione Swap:</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 402 | <string name="part_sd_m">-</string> |
| 403 | <string name="part_sd_p">+</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 404 | <string name="file_system">Filesystem:</string> |
| 405 | <string name="swipe_part_sd">Scorri per partizionare</string> |
| 406 | <string name="swipe_part_sd_s">Partiziona</string> |
| 407 | <string name="partitioning_sd">Partizionamento scheda SD in corso...</string> |
| 408 | <string name="partitioning_sd2">Ci vorranno un paio di minuti.</string> |
| 409 | <string name="part_sd_complete">Partizionamento completato</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 410 | <string name="dumlock_hdr">HTC Dumlock</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 411 | <string name="dumlock_restore_btn">Ripristina Boot originale</string> |
| 412 | <string name="dumlock_restore_confirm">Ripristinare l'immagine di Boot originale?</string> |
| 413 | <string name="dumlock_restoring">Ripristino del Boot originale in corso...</string> |
| 414 | <string name="dumlock_restore_complete">Ripristino del Boot originale completato</string> |
| 415 | <string name="dumlock_reflash_btn">Reinstalla Recovery</string> |
| 416 | <string name="dumlock_reflash_confirm">Reinstallare la Recovery in Boot?</string> |
| 417 | <string name="dumlock_reflashing">Installazione Recovery in Boot in corso...</string> |
| 418 | <string name="dumlock_reflash_complete">Installazione della Recovery in Boot completata</string> |
| 419 | <string name="dumlock_install_btn">Installa HTC Dumlock</string> |
| 420 | <string name="dumlock_install_confirm">Installare i file di HTC Dumlock nella ROM?</string> |
| 421 | <string name="dumlock_installing">Installazione di HTC Dumlock in corso...</string> |
| 422 | <string name="dumlock_install_complete">Installazione di HTC Dumlock Install completata</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 423 | <string name="swipe_to_unlock">Scorri per sbloccare</string> |
| 424 | <string name="swipe_unlock"> Sblocca</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 425 | <string name="fm_hdr">File manager</string> |
| 426 | <string name="fm_sel_file">Seleziona un file o una cartella</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 427 | <string name="fm_type_folder">Cartella</string> |
| 428 | <string name="fm_type_file">File</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 429 | <string name="fm_choose_act">Scegli azione</string> |
| 430 | <string name="fm_selected">%tw_fm_type% selezionato(a):</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 431 | <string name="fm_copy_btn">Copia</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 432 | <string name="fm_copy_file_btn">Copia</string> |
| 433 | <string name="fm_copy_folder_btn">Copia</string> |
| 434 | <string name="fm_copying">Copia di</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 435 | <string name="fm_move_btn">Sposta</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 436 | <string name="fm_moving">Spostamento di</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 437 | <string name="fm_chmod755_btn">chmod 755</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 438 | <string name="fm_chmod755ing">chmod 755 di</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 439 | <string name="fm_chmod_btn">chmod</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 440 | <string name="fm_delete_btn">Elimina</string> |
| 441 | <string name="fm_deleting">Eliminazione di</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 442 | <string name="fm_rename_btn">Rinomina</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 443 | <string name="fm_rename_file_btn">Rinomina</string> |
| 444 | <string name="fm_rename_folder_btn">Rinomina</string> |
| 445 | <string name="fm_renaming">Rinominazione di</string> |
| 446 | <string name="fm_sel_dest">Scegli cartella di destinazione</string> |
| 447 | <string name="fm_sel_curr_folder">Scegli cartella attuale</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 448 | <string name="fm_rename_hdr">Rinomina</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 449 | <string name="fm_set_perms_hdr">Imposta permessi</string> |
| 450 | <string name="fm_perms">Permessi:</string> |
| 451 | <string name="fm_complete">Operazione completata</string> |
| 452 | <string name="decrypt_data_hdr">Decripta Data</string> |
| 453 | <string name="decrypt_data_enter_pass">Inserisci la password.</string> |
| 454 | <string name="decrypt_data_failed">Password errata! Riprova.</string> |
| 455 | <string name="decrypt_data_failed_pattern">Sequenza errata! Riprova.</string> |
| 456 | <string name="decrypt_data_enter_pattern">Inserisci sequenza di sblocco.</string> |
| 457 | <string name="decrypt_data_trying">Tentativo di decriptazione in corso...</string> |
| 458 | <string name="term_hdr">Terminale</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 459 | <string name="term_s_hdr">Terminale</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 460 | <string name="term_kill_btn">TERMINA</string> |
| 461 | <string name="term_sel_folder_hdr">Scegli la cartella d'inizio</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 462 | <string name="adb_sideload_hdr">ADB Sideload</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 463 | <string name="sideload_wipe_dalvik_chk">Pulisci la cache Dalvik</string> |
| 464 | <string name="sideload_wipe_cache_chk">Pulisci Cache</string> |
| 465 | <string name="swipe_to_sideload">Scorri per avviare Sideload</string> |
| 466 | <string name="swipe_sideload"> Avvia</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 467 | <string name="sideload_confirm">ADB Sideload</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 468 | <string name="sideload_usage">Utilizzo: adb sideload nomefile.zip</string> |
| 469 | <string name="sideload_complete">ADB Sideload completato</string> |
| 470 | <string name="fix_contexts_hdr">Ripristina contesti</string> |
| 471 | <string name="fix_contexts_note1">Nota: il ripristino dei contesti è raramente necessario.</string> |
| 472 | <string name="fix_contexts_note2">Il ripristino dei contesti SELinux può impedire</string> |
| 473 | <string name="fix_contexts_note3">il corretto avvio del tuo dispositivo.</string> |
| 474 | <string name="swipe_to_fix_contexts">Scorri per ripristinare i contesti</string> |
| 475 | <string name="swipe_fix_contexts"> Ripristina contesti</string> |
| 476 | <string name="fixing_contexts">Ripristino dei contesti in corso...</string> |
| 477 | <string name="fix_contexts_complete">Ripristino dei contesti completato</string> |
| 478 | <string name="reboot_hdr">Riavvio</string> |
Ethan Yonker | fa67cbf | 2018-07-20 12:22:33 -0500 | [diff] [blame] | 479 | <string name="install_cancel">Non installare</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 480 | <string name="sel_storage_list">Scegli archivio</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 481 | <string name="ok_btn">OK</string> |
| 482 | |
| 483 | <!-- Various console messages - these consist of user displayed messages, oftentimes errors --> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 484 | <string name="no_kernel_selinux">Il kernel non supporta la lettura dei contesti SELinux.</string> |
Humberto Borba | 66ae80b | 2018-07-25 08:15:39 -0300 | [diff] [blame] | 485 | <string name="full_selinux">Supporto per SELinux completo presente.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 486 | <string name="no_selinux">Nessun supporto per SELinux (libselinux assente).</string> |
| 487 | <string name="mtp_enabled">MTP abilitato</string> |
| 488 | <string name="mtp_crash">MTP si è arrestato. Non sarà più inizializzato all'avvio.</string> |
| 489 | <string name="decrypt_success">Decriptazione con password predefinita avvenuta con successo.</string> |
| 490 | <string name="unable_to_decrypt">Impossibile decriptare con password predefinita. Potresti dover formattare Data.</string> |
bigbiff bigbiff | 56cf564 | 2016-08-19 17:43:45 -0400 | [diff] [blame] | 491 | <string name="generating_digest1" version="2">Generazione Digest in corso...</string> |
| 492 | <!-- Message displayed during a backup if we are generating an Digest, ideally, leave the leading " * " to help align and separate this text from other console text --> |
| 493 | <string name="generating_digest2" version="2"> * Generazione Digest in corso...</string> |
| 494 | <string name="digest_created" version="2"> * Digest creato.</string> |
| 495 | <string name="digest_error" version="2"> * Errore nell'Digest!</string> |
| 496 | <string name="digest_compute_error" version="2"> * Errore nel calcolo dell'Digest.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 497 | <string name="current_date">(Data attuale)</string> |
| 498 | <string name="auto_generate">(Genera automaticamente)</string> |
| 499 | <string name="unable_to_locate_partition">Impossibile localizzare la partizione '{1}' per il calcolo delle dimensioni del backup.</string> |
| 500 | <string name="no_partition_selected">Nessuna partizione selezionata.</string> |
| 501 | <string name="total_partitions_backup"> * Numero di partizioni di cui eseguire il backup: {1}</string> |
| 502 | <string name="total_backup_size"> * Dimensione complessiva: {1}MB</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 503 | <string name="available_space"> * Spazio disponibile: {1}MB</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 504 | <string name="unable_locate_storage">Impossibile localizzare l'archivio.</string> |
| 505 | <string name="no_space">Lo spazio libero dell'archivio scelto è insufficiente.</string> |
| 506 | <string name="backup_started">[INIZIO DEL BACKUP]</string> |
| 507 | <string name="backup_folder"> * Cartella dei backup: {1}</string> |
| 508 | <string name="fail_backup_folder">Creazione della cartella dei backup fallita.</string> |
| 509 | <string name="avg_backup_fs">Velocità media di backup del filesystem: {1} MB/sec</string> |
| 510 | <string name="avg_backup_img">Velocità media di backup del drive: {1} MB/sec</string> |
| 511 | <string name="total_backed_size">[DIMENSIONE TOTALE SALVATA: {1} MB]</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 512 | <string name="backup_completed">[BACKUP COMPLETATO IN {1} SECONDI]</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 513 | <string name="restore_started">[INIZIO DEL RIPRISTINO]</string> |
| 514 | <string name="restore_folder">Cartella da cui ripristinare: '{1}'</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 515 | <!-- {1} is the partition display name and {2} is the number of seconds --> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 516 | <string name="restore_part_done">[Partizione {1} ripristinata ({2} secondi)]</string> |
bigbiff bigbiff | 56cf564 | 2016-08-19 17:43:45 -0400 | [diff] [blame] | 517 | <string name="verifying_digest" version="2">Verifica Digest in corso...</string> |
| 518 | <string name="skip_digest" version="2">Saltando la verifica del Digest in base alle impostazioni stabilite.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 519 | <string name="calc_restore">Calcolo dei dettagli del ripristino in corso...</string> |
| 520 | <string name="restore_read_only">Impossibile ripristinare {1} -- partizione montata in sola lettura.</string> |
| 521 | <string name="restore_unable_locate">Impossibile localizzare la partizione '{1}' per il ripristino.</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 522 | <string name="no_part_restore">Nessuna partizione selezionata per il ripristino.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 523 | <string name="restore_part_count">Ripristino di {1} partizioni in corso...</string> |
| 524 | <string name="total_restore_size">Dimensione complessiva da ripristinare: {1}MB</string> |
| 525 | <string name="updating_system_details">Aggiornamento dei dettagli di System...</string> |
| 526 | <string name="restore_completed">[RIPRISTINO COMPLETATO IN {1} SECONDI]</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 527 | <!-- {1} is the path we could not open, {2} is strerror output --> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 528 | <string name="error_opening_strerr">Errore durante l'apertura di: '{1}' ({2})</string> |
| 529 | <string name="unable_locate_part_backup_name">Impossibile localizzare la partizione dal nome di backup: '{1}'</string> |
| 530 | <string name="unable_find_part_path">Impossibile localizzare la partizione associata al percorso '{1}'</string> |
| 531 | <string name="update_part_details">Aggiornamento dei dettagli della partizione...</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 532 | <string name="update_part_details_done">...fatto</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 533 | <string name="wiping_dalvik">Pulizia delle cartelle della cache Dalvik...</string> |
| 534 | <string name="cleaned">Cartella pulita: {1}...</string> |
| 535 | <string name="dalvik_done">-- pulizia delle cartelle della cache Dalvik completata!</string> |
| 536 | <string name="no_andsec">Nessuna partizione Android protetta trovata.</string> |
| 537 | <string name="unable_to_locate">Impossibile localizzare {1}.</string> |
| 538 | <string name="wiping_datamedia">Pulizia dell'archivio interno -- /data/media...</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 539 | <string name="unable_to_mount">Impossibile montare {1}</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 540 | <string name="unable_to_mount_internal">Impossibile montare l'archivio interno</string> |
| 541 | <string name="unable_to_mount_storage">Impossibile montare l'archivio</string> |
| 542 | <string name="fail_decrypt">Decriptazione dei dati fallita.</string> |
| 543 | <string name="no_crypto_support">In questa build non è stato integrato alcun supporto per la crittografia.</string> |
| 544 | <string name="decrypt_success_dev">Dati decriptati con successo. Nuovo dispositivo di memoria: '{1}'</string> |
Stefano Gottardo | 650d29f | 2017-02-10 14:23:13 +0100 | [diff] [blame] | 545 | <string name="decrypt_success_nodev">Dati decriptati con successo</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 546 | <string name="done">Fatto.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 547 | <string name="start_partition_sd">Partizionamento scheda SD in corso...</string> |
| 548 | <string name="partition_sd_locate">Impossibile localizzare il dispositivo da partizionare.</string> |
| 549 | <string name="ext_swap_size">La dimensione complessiva di EXT e Swap eccede la capacità della scheda SD.</string> |
| 550 | <string name="remove_part_table">Rimozione della tabella delle partizioni in corso...</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 551 | <string name="unable_rm_part">Impossibile rimuovere la tabella delle partizioni.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 552 | <string name="create_part">Creazione della partizione {1} in corso...</string> |
| 553 | <string name="unable_to_create_part">Impossibile creare la partizione {1}.</string> |
| 554 | <string name="format_sdext_as">Formattazione di sd-ext come {1}...</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 555 | <string name="part_complete">Partizionamento completato.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 556 | <string name="unable_to_open">Impossibile aprire '{1}'.</string> |
| 557 | <string name="mtp_already_enabled">MTP è stato già abilitato</string> |
| 558 | <string name="mtp_fail">Impossibile abilitare MTP</string> |
| 559 | <string name="no_mtp">Supporto per MTP non incluso</string> |
| 560 | <string name="image_flash_start">[INIZIO INSTALLAZIONE DELL'IMMAGINE]</string> |
| 561 | <string name="img_to_flash">Immagine da installare: '{1}'</string> |
| 562 | <string name="flash_unable_locate">Impossibile localizzare la partizione '{1}' per l'installazione.</string> |
| 563 | <string name="no_part_flash">Nessuna partizione scelta per l'installazione.</string> |
| 564 | <string name="too_many_flash">Troppe partizioni scelte per l'installazione.</string> |
| 565 | <string name="invalid_flash">La partizione specificata non è valida.</string> |
| 566 | <string name="flash_done">[INSTALLAZIONE COMPLETATA]</string> |
| 567 | <string name="wiping">Pulizia di {1} in corso...</string> |
| 568 | <string name="repair_not_exist">{1} non esiste! Impossibile riparare!</string> |
| 569 | <string name="repairing_using">Riparazione di {1} utilizzando {2}...</string> |
| 570 | <string name="unable_repair">Impossibile riparare {1}.</string> |
| 571 | <string name="mount_data_footer">Impossibile montare la partizione Data. Footer criptato non trovato.</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 572 | <!-- {1} is the folder name that we could not create, {2} is strerror output --> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 573 | <string name="create_folder_strerr">Impossibile creare la cartella '{1}' ({2}).</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 574 | <!-- {1} is the folder name that we could not mount, {2} is strerror output --> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 575 | <string name="fail_mount">Impossibile montare '{1}' ({2}).</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 576 | <!-- {1} is the folder name that we could not unmount, {2} is strerror output --> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 577 | <string name="fail_unmount">Impossibile smontare '{1}' ({2}).</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 578 | <string name="cannot_resize">Impossibile ridimensionare {1}.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 579 | <string name="repair_resize">Riparazione di {1} prima del ridimensionamento.</string> |
| 580 | <string name="unable_resize">Impossibile ridimensionare {1}.</string> |
bigbiff bigbiff | 56cf564 | 2016-08-19 17:43:45 -0400 | [diff] [blame] | 581 | <string name="no_digest_found" version="2">Nessun Digest trovato per '{1}'. Deseleziona "Abilita verifica Digest" per procedere con il ripristino.</string> |
| 582 | <string name="digest_fail_match" version="2">Il valore Digest non corrisponde per '{1}'.</string> |
| 583 | <string name="digest_matched" version="2">Digest trovato per '{1}'.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 584 | <string name="fail_decrypt_tar">Decriptazione fallita per il file Tar '{1}'</string> |
| 585 | <string name="format_data_msg">Potresti dover riavviare la Recovery per accedere nuovamente a Data.</string> |
| 586 | <string name="format_data_err">Impossibile formattare al fine di rimuovere la crittografia.</string> |
| 587 | <string name="formatting_using">Formattazione di {1} tramite {2}...</string> |
| 588 | <string name="unable_to_wipe">Impossibile pulire {1}.</string> |
| 589 | <string name="cannot_wipe">La partizione {1} non può essere pulita.</string> |
| 590 | <string name="remove_all">Eliminazione di tutti i file in '{1}'...</string> |
| 591 | <string name="wiping_data">Pulizia di Data tralasciando /data/media...</string> |
| 592 | <string name="backing_up">Backup di {1} in corso...</string> |
Stefano Gottardo | 650d29f | 2017-02-10 14:23:13 +0100 | [diff] [blame] | 593 | <string name="backup_storage_warning">Backup di {1} esso non include nessun file dell'archivio interno come foto o download.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 594 | <string name="backing">Backup in corso...</string> |
| 595 | <string name="backup_size">La dimensione del backup di '{1}' è 0 byte.</string> |
| 596 | <string name="datamedia_fs_restore">ATTENZIONE: Il backup di Data è stato fatto mentre il filesystem era {1}! Il dispositivo potrebbe non avviarsi finché non reimposti il filesystem {1}.</string> |
| 597 | <string name="restoring">Ripristino di {1} in corso...</string> |
| 598 | <string name="restoring_hdr">Ripristino in corso...</string> |
| 599 | <string name="recreate_folder_err">Impossibile ripristinare la cartella {1}.</string> |
| 600 | <string name="img_size_err">La dimensione dell'immagine eccede la capacità del dispositivo</string> |
| 601 | <string name="flashing">Installazione di {1}...</string> |
| 602 | <string name="backup_folder_set">Cartella dei backup impostata in '{1}'</string> |
| 603 | <string name="locate_backup_err">Impossibile localizzare il backup '{1}'</string> |
| 604 | <string name="set_restore_opt">Impostazione opzioni di ripristino: '{1}':</string> |
bigbiff bigbiff | 56cf564 | 2016-08-19 17:43:45 -0400 | [diff] [blame] | 605 | <string name="digest_check_skip" version="2">Tralascia controllo Digest: attivo</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 606 | <string name="ors_encrypt_restore_err">Impossibile utilizzare OpenRecoveryScript per ripristinare un backup criptato.</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 607 | <string name="mounting">Montaggio</string> |
| 608 | <string name="unmounting">Smontaggio</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 609 | <string name="mounted">'{1}' montata</string> |
| 610 | <string name="unmounted">'{1}' smontata</string> |
| 611 | <string name="setting">Impostazione di '{1}' a '{2}'</string> |
| 612 | <string name="setting_empty">Impostazione di '{1}' a vuoto</string> |
| 613 | <string name="making_dir1">Creazione cartella</string> |
| 614 | <string name="making_dir2">Creazione cartella: '{1}'</string> |
| 615 | <string name="running_command">Esecuzione comando</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 616 | <string name="sideload">ADB Sideload</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 617 | <string name="start_sideload">Avvio di ADB Sideload...</string> |
| 618 | <string name="need_new_adb">Necessiti di adb 1.0.32 o più recente, per inviare dati tramite Sideload.</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 619 | <string name="no_pwd">Nessuna password fornita.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 620 | <string name="done_ors">Elaborazione script terminata</string> |
| 621 | <string name="injecttwrp">Installazione di TWRP in Boot tramite TWRP Inject...</string> |
| 622 | <string name="zip_err">Errore durante l'installazione dello Zip '{1}'</string> |
| 623 | <string name="installing_zip">Installazione dello Zip '{1}' in corso...</string> |
| 624 | <string name="select_backup_opt">Impostazione opzioni di backup:</string> |
| 625 | <string name="compression_on">La compressione è attiva</string> |
bigbiff bigbiff | 56cf564 | 2016-08-19 17:43:45 -0400 | [diff] [blame] | 626 | <string name="digest_off" version="2">La generazione di Digest è disattiva</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 627 | <string name="backup_fail">Backup non riuscito</string> |
| 628 | <string name="backup_clean">Backup non riuscito. Pulizia della cartella dei backup in corso...</string> |
| 629 | <string name="running_recovery_commands">Esecuzione dei comandi di ripristino...</string> |
| 630 | <string name="recovery_commands_complete">Esecuzione dei comandi completata</string> |
| 631 | <string name="running_ors">Esecuzione di OpenRecoveryScript...</string> |
| 632 | <string name="ors_complete">Esecuzione di OpenRecoveryScript completata</string> |
Stefano Gottardo | 650d29f | 2017-02-10 14:23:13 +0100 | [diff] [blame] | 633 | <string name="invalid_zip_format">File zip non valido!</string> |
bigbiff bigbiff | 56cf564 | 2016-08-19 17:43:45 -0400 | [diff] [blame] | 634 | <string name="check_for_digest" version="2">Controllo sull'Digest in corso...</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 635 | <string name="fail_sysmap">Impossibile mappare '{1}'</string> |
| 636 | <string name="verify_zip_sig">Verifica della firma dello Zip in corso...</string> |
| 637 | <string name="verify_zip_fail">Verifica della firma non riuscita!</string> |
| 638 | <string name="verify_zip_done">Verifica della firma completata con successo.</string> |
| 639 | <string name="zip_corrupt">Il file Zip è corrotto!</string> |
bigbiff bigbiff | 56cf564 | 2016-08-19 17:43:45 -0400 | [diff] [blame] | 640 | <string name="no_digest" version="2">Nessun Digest trovato: la verifica non sarà eseguita</string> |
| 641 | <string name="digest_fail" version="2">L'Digest non corrisponde</string> |
| 642 | <string name="digest_match" version="2">L'Digest corrisponde</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 643 | <string name="pid_signal">Il processo {1} è terminato con segnale: {2}</string> |
| 644 | <string name="pid_error">Il processo {1} è terminato con ERRORE: {2}</string> |
| 645 | <string name="install_dumlock">Installazione di HTC Dumlock in System...</string> |
| 646 | <string name="dumlock_restore">Ripristino del Boot originale...</string> |
| 647 | <string name="dumlock_reflash">Reinstallazione della Recovery in Boot...</string> |
| 648 | <string name="run_script">Esecuzione dello script {1}...</string> |
| 649 | <string name="rename_stock">Il file della Recovery stock, in System, è stato rinominato per prevenire la sostituzione di TWRP da paete della ROM.</string> |
| 650 | <string name="split_backup">Divisione del backup in archivi multipli...</string> |
| 651 | <string name="backup_error">Errore nella creazione del backup.</string> |
| 652 | <string name="restore_error">Errore durante il ripristino.</string> |
| 653 | <string name="split_thread">Divisione del thread {1} nell'archivio {2}</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 654 | <!-- These 2 items are saved in the data manager instead of resource manager, so %llu, etc is correct instead of {1} --> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 655 | <string name="file_progress">File %llu di %llu, %i%%</string> |
| 656 | <string name="size_progress">%lluMB di %lluMB, %i%%</string> |
| 657 | <string name="decrypt_cmd">Tentativo di decriptare Data da riga di comando.</string> |
| 658 | <string name="base_pkg_err">Errore nel caricamento dei pacchetti base.</string> |
| 659 | <string name="simulating">Simulazione azioni in corso...</string> |
| 660 | <string name="backup_cancel">Backup annullato</string> |
| 661 | <string name="config_twrp">Configurazione di TWRP in corso...</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 662 | <string name="config_twrp_err">Impossibile configurare TWRP con questo kernel.</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 663 | <string name="copy_log">Log della Recovery copiato in {1}.</string> |
| 664 | <string name="max_queue">È stata raggiunta la dimensione massima della coda di Zip!</string> |
| 665 | <string name="min_queue">È stata raggiunta la dimensione minima della coda di Zip!</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 666 | <string name="screenshot_saved">Lo screenshot è stato salvato in {1}</string> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 667 | <string name="screenshot_err">Cattura dello screenshot non riuscita!</string> |
| 668 | <string name="zip_wipe_cache">Uno o più Zip ha richiesto la pulizia della Cache -- La Cache sarà pulita immediatamente.</string> |
| 669 | <string name="and_sec_wipe_err">Impossibile pulire android_secure</string> |
| 670 | <string name="dalvik_wipe_err">Pulizia della cache Dalvik fallita</string> |
| 671 | <string name="auto_gen">(Genera automaticamente)</string> |
| 672 | <string name="curr_date">(Data attuale)</string> |
| 673 | <string name="backup_name_len">Il nome del backup eccede la lunghezza massima.</string> |
| 674 | <string name="backup_name_invalid">Il nome del backup '{1}' contiene uno o più caratteri non validi: '{1}'</string> |
| 675 | <string name="no_real_sdcard">Questo dispositivo non possiede una scheda SD reale! Interruzione immediata!</string> |
| 676 | <string name="cancel_sideload">Annullamento di ADB sideload...</string> |
| 677 | <string name="change_fs_err">Errore nella modifica del filesystem.</string> |
| 678 | <string name="theme_ver_err">La versione del tema personalizzato non corrisponde alla versione di TWRP. Sarà utilizzato il tema predefinito.</string> |
| 679 | <string name="up_a_level">(Livello superiore)</string> |
Stefano Gottardo | 650d29f | 2017-02-10 14:23:13 +0100 | [diff] [blame] | 680 | <string name="install_reboot" version="2">Riavvio in %tw_sleep% secondo(i)</string> |
| 681 | <string name="adbbackup_error">Errore con ADB Backup. Abbandono..."</string> |
| 682 | <string name="adbbackup_control_error">Impossibile scrivere nel canale di controllo adb</string> |
| 683 | <string name="twrp_adbbu_option">--twrp opzione richiesta per abilitare twrp adb backup</string> |
| 684 | <string name="partition_not_found">percorso: {1} non trovato nella lista delle partizioni</string> |
| 685 | <string name="copy_kernel_log">Log del kernel copiato in {1}</string> |
| 686 | <string name="include_kernel_log">Includi Log del Kernel</string> |
| 687 | <string name="unable_set_boot_slot">Errore nel cambio slot d'avvio del bootloader in {1}</string> |
Diegool | c17f5f3 | 2016-02-09 22:58:13 +0100 | [diff] [blame] | 688 | </resources> |
Andreas Blaesius | 6e64e8e | 2016-03-01 10:20:57 +0100 | [diff] [blame] | 689 | </language> |