|
99 | 99 | <string name="dialog_positive_replace">Sostituisci</string> |
100 | 100 | <string name="dialog_collection_path_not_dir">Il percorso specificato non era una cartella valida</string> |
101 | 101 | <string name="dialog_invalid_custom_certificate">Il testo fornito non si risolve con un certificato X509 codificato in PEM valido</string> |
102 | | - <string name="dialog_invalid_custom_certificate_title">Error parsing certificate</string> |
| 102 | + <string name="dialog_invalid_custom_certificate_title">Errore durante l\'analisi del certificato</string> |
103 | 103 | <string name="dialog_updated_custom_certificate">Certificato aggiornato</string> |
104 | 104 | <!-- Media checking --> |
105 | 105 | <string name="check_media_title">Controllare i media?</string> |
|
124 | 124 | <string name="multimedia_editor_failed">Apertura dell\'editore multimediale fallita</string> |
125 | 125 | <!-- Multimedia - Audio View --> |
126 | 126 | <string name="multimedia_editor_audio_permission_denied">Permesso registrazione audio negato</string> |
127 | | - <string name="permission_denied">Permission denied</string> |
128 | | - <string name="recording_permission_denied_message">Microphone permission is necessary for the “Record voice” feature. Please grant it in the app settings.</string> |
| 127 | + <string name="permission_denied">Permesso rifiutato</string> |
| 128 | + <string name="recording_permission_denied_message">Autorizzazione di accesso al microfono necessaria per la funzione \"registrazione vocale\"</string> |
129 | 129 | <!-- Database Integrity Check --> |
130 | 130 | <string name="integrity_check_startup_title">AnkiDroid aggiornato</string> |
131 | 131 | <string name="integrity_check_startup_content">AnkiDroid è stato aggiornato. Questo aggiornamento include correzioni per eventuali problemi nella banca dati e ti consigliamo di eseguire ora il controllo della banca dati.</string> |
|
189 | 189 | <string name="help_dialog_exception_report_sent">Segnalazione inviata</string> |
190 | 190 | <!--Sync--> |
191 | 191 | <plurals name="sync_automatic_sync_needs_more_time"> |
192 | | - <item quantity="one" comment="Consider keeping the unbreakable space after the digit">An automatic sync may be triggered in %d second</item> |
193 | | - <item quantity="other" comment="Consider keeping the unbreakable space after the digit">An automatic sync may be triggered in %d seconds</item> |
| 192 | + <item quantity="one" comment="Consider keeping the unbreakable space after the digit">Una sincronizzazione automatica può essere eseguita in %d secondo</item> |
| 193 | + <item quantity="other" comment="Consider keeping the unbreakable space after the digit">Una sincronizzazione automatica può essere eseguita in %d secondi</item> |
194 | 194 | </plurals> |
195 | 195 | <string name="metered_sync_data_warning">Il proprio provider internet potrebbe addebitare dei costi per l\'utilizzo del traffico dati</string> |
196 | 196 | <string name="deck_picker_new">Numero di nuove carte da vedere oggi in questo mazzo.</string> |
|
211 | 211 | <string name="button_backup_later" comment="dismiss the \'Backup\' dialog for around 2 weeks">Più tardi</string> |
212 | 212 | <string name="button_do_not_show_again" comment="permanently dismisses a dialog">Non mostrare più</string> |
213 | 213 | <string name="dismiss_backup_warning_title">Avviso di perdita dati</string> |
214 | | - <string name="dismiss_backup_warning_new_user">Due to Android privacy changes, your data and automated backups will be deleted from your phone if the app is uninstalled</string> |
215 | | - <string name="dismiss_backup_warning_upgrade">Due to Android privacy changes, your data and automated backups will be inaccessible if the app is uninstalled</string> |
| 214 | + <string name="dismiss_backup_warning_new_user">A causa di un cambio di privacy di Android, i tuoi dati e i backup automatici saranno eliminati dal tuo telefono se l\'app viene disinstallata</string> |
| 215 | + <string name="dismiss_backup_warning_upgrade">A causa di un cambio di privacy di Android, i tuoi dati e i backup automatici saranno inaccessibili se l\'app viene disinstallata</string> |
216 | 216 | <string name="deck_already_exists">Mazzo già esistente</string> |
217 | | - <string name="empty_deck_name">Deck name cannot be empty</string> |
| 217 | + <string name="empty_deck_name">Il nome del mazzo non può essere vuoto</string> |
218 | 218 | <string name="create_deck_numeric_hint">In caso di problemi di ordine del mazzo (es. \'10\' appare prima di \'2\'), sostituire \'2\' con \'02\'</string> |
219 | 219 | <!-- Set Due Date --> |
220 | 220 | <string name="set_due_date_match_interval" comment="when setting a card\'s due date, this checkbox also changes the interval of the card">Imposta intervallo allo stesso valore</string> |
|
231 | 231 | <item quantity="other">giorni</item> |
232 | 232 | </plurals> |
233 | 233 | <plurals name="set_due_date_current_interval"> |
234 | | - <item quantity="one">Current interval: %d day</item> |
235 | | - <item quantity="other">Current interval: %d days</item> |
| 234 | + <item quantity="one">Intervallo corrente: %d giorno</item> |
| 235 | + <item quantity="other">Intervallo corrente %d giorni</item> |
236 | 236 | </plurals> |
237 | 237 | <string name="range_delimiter" comment="Placed between two input boxes to denote a range">–</string> |
238 | 238 | <string name="set_due_date_range_start" comment="\'Set Due Date\' may change the due date of a card to a random number of days in the future. This labels the \'minimum\' value of this range (inclusive)">Da</string> |
239 | 239 | <string name="set_due_date_range_end" comment="\'Set Due Date\' may change the due date of a card to a random number of days in the future. This labels the \'maximum\' value of this range (inclusive)">A</string> |
240 | 240 | <!-- Instant Note Editor --> |
241 | | - <string name="cloze_note_required">Cloze Type Note Required</string> |
242 | | - <string name="cloze_not_found_message">No Cloze type note found, open the Note Editor or try again after adding a Cloze type note.</string> |
243 | | - <string name="open">Open</string> |
244 | | - <string name="change_cloze_number">Change cloze number</string> |
245 | | - <string name="cloze_number">Cloze number:</string> |
246 | | - <string name="change_editor_mode">Change editor mode</string> |
247 | | - <string name="open_note_editor">Open note editor</string> |
248 | | - <string name="change_cloze_mode">Change cloze mode</string> |
| 241 | + <string name="cloze_note_required">Nota di tipo Cloze richiesta</string> |
| 242 | + <string name="cloze_not_found_message">Nessuna nota di tipo Cloze trovata, apri l\'Editor note o riprova dopo aver aggiunto una nota di tipo Cloze.</string> |
| 243 | + <string name="open">Aperto</string> |
| 244 | + <string name="change_cloze_number">Cambia numero di Cloze</string> |
| 245 | + <string name="cloze_number">Numero di Cloze:</string> |
| 246 | + <string name="change_editor_mode">Cambia modalità di modifica</string> |
| 247 | + <string name="open_note_editor">Apri note di modifica</string> |
| 248 | + <string name="change_cloze_mode">Cambia modalità di Cloze</string> |
249 | 249 | <!-- Outdated WebView dialog --> |
250 | | - <string name="webview_update_message">The system WebView is outdated. Some features won’t work correctly. Please update it.\n\nInstalled version: %1$d\nMinimum required version: %2$d</string> |
251 | | - <string name="compress">Compress</string> |
| 250 | + <string name="webview_update_message">La WebView del sistema è obsoleta. Alcune funzioni non funzioneranno correttamente. Per piacere aggiornala. \n\nVersione installata: %1$d\nVersione minima richiesta: %2$d</string> |
| 251 | + <string name="compress">Comprimi</string> |
252 | 252 | <!-- Tts playback error dialog --> |
253 | | - <string name="tts_error_dialog_title">Language not supported</string> |
254 | | - <string name="tts_error_dialog_reason_text">The text to speech engine <b>%1$s</b> does not support the following language: <b>%2$s</b></string> |
255 | | - <string name="tts_error_dialog_change_button_text">Change engine</string> |
256 | | - <string name="tts_error_dialog_supported_voices_button_text">Voice options</string> |
| 253 | + <string name="tts_error_dialog_title">Lingua non supportata</string> |
| 254 | + <string name="tts_error_dialog_reason_text">Il motore di testo a dialogo <b>%1$s</b> non supporta le seguenti lingue: <b>%2$s</b></string> |
| 255 | + <string name="tts_error_dialog_change_button_text">Cambia motore</string> |
| 256 | + <string name="tts_error_dialog_supported_voices_button_text">Opzioni voce</string> |
257 | 257 | <!-- import_cache_error_resolutions --> |
258 | | - <string name="import_error_resolution_try_again">Re-import the file</string> |
259 | | - <string name="import_error_resolution_free_up_space">Ensure there is sufficient free space on your device</string> |
260 | | - <string name="import_error_resolution_check_internet">Ensure you are connected to the internet</string> |
261 | | - <string name="import_error_resolution_copy_to_device">Copy the file to your device and try again with the local file</string> |
262 | | - <string name="import_error_resolution_select_file">Open the file using your device’s file browser app</string> |
| 258 | + <string name="import_error_resolution_try_again">Ri-importa il file</string> |
| 259 | + <string name="import_error_resolution_free_up_space">Assicurati che ci sia spazio libero sufficiente sul tuo dispositivo</string> |
| 260 | + <string name="import_error_resolution_check_internet">Assicurati di essere connesso/a a internet</string> |
| 261 | + <string name="import_error_resolution_copy_to_device">Copia il file sul tuo dispositivo e prova di nuovo col file locale</string> |
| 262 | + <string name="import_error_resolution_select_file">Apri il file usando l\'app di esplorazione file del tuo dispositivo</string> |
263 | 263 | <!-- Post-login dialog --> |
264 | | - <string name="login_successful">Login successful</string> |
265 | | - <string name="sync_now">Sync now?</string> |
| 264 | + <string name="login_successful">Accesso effettuato</string> |
| 265 | + <string name="sync_now">Sincronizza adesso?</string> |
266 | 266 | <!--Change Note Type Dialog Fragment--> |
267 | | - <string name="card_numbers_unchanged">Card numbers will remain unchanged</string> |
| 267 | + <string name="card_numbers_unchanged">Il numero delle carte rimarrà uguale</string> |
268 | 268 | <!-- Subset of TR.changeNotetypeToFromCloze --> |
269 | | - <string name="extra_cloze_deletions_removed">If changing to a regular note type, and there are more cloze deletions than available card templates, any extra cards will be removed.</string> |
270 | | - <string name="different_note_types_selected">Please select notes from only one notetype.</string> |
271 | | - <string name="error_no_changes_to_save">No changes to save</string> |
272 | | - <string name="choose_color">Choose color</string> |
| 269 | + <string name="extra_cloze_deletions_removed">Se si cambia per un tipo di nota normale e ci sono più eliminazioni di cloze rispetto ai modelli di carta disponibili, tutte le carte extra verranno rimosse.</string> |
| 270 | + <string name="different_note_types_selected">Si prega di selezionare note da un solo tipo di nota</string> |
| 271 | + <string name="error_no_changes_to_save">Nessuna modifica da salvare</string> |
| 272 | + <string name="choose_color">Seleziona colore</string> |
273 | 273 | </resources> |
0 commit comments