2014-09-10 20:14:04 +00:00
<?xml version='1.0' encoding='UTF-8'?>
2014-12-10 17:28:10 +00:00
<resources >
2014-09-10 20:14:04 +00:00
<string name= "app_name" > Syncthing</string>
2015-05-15 18:51:29 +00:00
<string name= "app_description" > Un\'applicazione affidabile, decentralizzata e aperta per la sincronizzazione di file.</string>
2016-10-04 07:59:06 +00:00
<!-- FirstStartActivity -->
<!-- Title for dialog displayed on first start -->
<string name= "welcome_title" > Benvenuto in Syncthing per Android</string>
<!-- Text for dialog displayed on first start -->
2016-11-26 13:04:40 +00:00
<string name= "welcome_text" > Syncthing è un\'applicazione open-source di sincronizzazione file.\n\
Per condividere i dati con altri dispositivi, è necessario aggiungere il rispettivo ID Dispositivo nell\'elenco dei dispositivi. Successivamente è possibile selezionare quali cartelle condividere con quali dispositivi.\n\
Si prega di segnalare eventuali problemi che si incontrano via Github.</string>
2016-10-04 07:59:06 +00:00
<string name= "cont" > Continua</string>
2014-09-10 20:14:04 +00:00
<!-- MainActivity -->
2016-10-04 07:59:06 +00:00
<!-- Text for WebGuiActivity loading view -->
<string name= "web_gui_loading" > Caricamento Interfaccia Web</string>
<!-- Shown instead of web_gui_loading if the key does not exist and has to be created -->
<string name= "web_gui_creating_key" > Generazione delle chiavi in corso. Potrebbe essere necessario qualche minuto.</string>
2014-10-08 18:32:18 +00:00
<!-- Title of the "add folder" menu action -->
2014-10-19 13:37:58 +00:00
<string name= "add_folder" > Nuova Cartella</string>
2014-10-08 18:32:18 +00:00
<!-- Title of the "share device id" menu action -->
2014-10-19 13:37:58 +00:00
<string name= "share_device_id" > Condividi ID Dispositivo</string>
2014-10-08 18:32:18 +00:00
<!-- Shown in the chooser dialog when sharing a Device ID -->
2014-10-19 13:37:58 +00:00
<string name= "send_device_id_to" > Invia ID Dispositivo a</string>
2014-10-08 18:36:31 +00:00
<!-- Text for FoldersFragment and DevicesFragment loading view -->
2015-05-15 18:51:29 +00:00
<string name= "api_loading" > Caricamento...</string>
2015-06-15 14:59:58 +00:00
<string name= "usage_reporting_dialog_title" > Abilitare Statistiche Anonime di Utilizzo?</string>
2016-01-17 22:00:02 +00:00
<string name= "usage_reporting_dialog_description" > Quotidianamente il software invia le statistiche di utilizzo in forma criptata. Questi dati riguardano i sistemi operativi utilizzati, le dimensioni delle cartelle e le versioni del software. Se i dati riportati sono cambiati, verrà mostrata di nuovo questa finestra di dialogo.\n\nDati statistici in forma aggregata sono disponibili pubblicamente su https://data.syncthing.net.</string>
2015-06-15 14:59:58 +00:00
<string name= "yes" > Sì</string>
<string name= "no" > No</string>
2015-11-13 22:55:43 +00:00
<string name= "off" > off</string>
2015-11-22 13:36:55 +00:00
<string name= "open_website" > Apri sito</string>
<string name= "toast_write_storage_permission_required" > E\' richiesto il permesso di scrittura per questa app</string>
2016-02-07 18:02:37 +00:00
<string name= "device_rejected" > Dispositivo %1$s vuole connettersi</string>
2016-05-18 03:02:47 +00:00
<string name= "folder_rejected" > Il dispositivo %1$s desidera condividere la cartella %2$s</string>
2016-11-26 13:04:40 +00:00
<string name= "dialog_disable_battery_optimization_title" > Ottimizzazione della batteria</string>
<string name= "dialog_disable_battery_optimization_message" > Android potrebbe interrompere la sincronizzazione dopo qualche tempo. Per evitare questo, spegnere l\'ottimizzazione della batteria</string>
2016-11-20 14:21:38 +00:00
<string name= "dialog_disable_battery_optimization_later" > Più tardi</string>
2016-11-26 13:04:40 +00:00
<string name= "dialog_disable_battery_optimization_dont_show_again" > Non mostrare più</string>
<string name= "dialog_disable_battery_optimization_turn_off" > Spegnere per Syncthing</string>
2014-10-08 18:36:31 +00:00
<!-- FoldersFragment -->
2014-10-19 13:37:58 +00:00
<string name= "folders_fragment_title" > Cartelle</string>
2014-10-08 18:32:18 +00:00
<!-- Shown if no folders exist -->
2016-01-17 22:00:02 +00:00
<string name= "folder_list_empty" > Nessuna cartella trovata</string>
2014-10-08 18:32:18 +00:00
<!-- Format string for folder file count -->
2014-09-10 20:14:04 +00:00
<string name= "files" > %1$d / %2$d File</string>
2014-10-08 18:32:18 +00:00
<!-- DevicesFragment -->
2014-10-19 13:37:58 +00:00
<string name= "devices_fragment_title" > Dispositivi</string>
2014-10-08 18:32:18 +00:00
<!-- Shown if no devices exist -->
2016-01-17 22:00:02 +00:00
<string name= "devices_list_empty" > Nessun dispositivo trovato</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that a folder is fully synced to the local device -->
2014-10-12 12:35:53 +00:00
<string name= "device_up_to_date" > Sincronizzato</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that the device is currently syncing. Parameter is sync percentage -->
2014-10-12 12:35:53 +00:00
<string name= "device_syncing" > Sincronizzazione (%1$d%%)</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that there is no connection to the device -->
2014-10-12 12:35:53 +00:00
<string name= "device_disconnected" > Disconnesso</string>
2014-09-10 20:14:04 +00:00
<!-- Title for current download rate -->
<string name= "download_title" > Download</string>
<!-- Title for current upload rate -->
<string name= "upload_title" > Upload</string>
2015-03-08 22:33:20 +00:00
<!-- DrawerFragment -->
2014-09-10 20:14:04 +00:00
<!-- Same as download_title with a colon and space appended -->
<string name= "download_title_colon" > Download:\u0020</string>
<!-- Same as upload_title with a colon and space appended -->
<string name= "upload_title_colon" > Upload:\u0020</string>
<!-- Title for current CPU usage -->
<string name= "cpu_usage" > Utilizzo CPU</string>
<!-- Title for current RAM usage -->
<string name= "ram_usage" > Utilizzo RAM</string>
<!-- Title for announce server status -->
<string name= "announce_server" > Server Presenza Globale</string>
2016-10-04 07:59:06 +00:00
<string name= "restart" > Riavvia</string>
2016-08-19 15:58:16 +00:00
<string name= "dialog_confirm_restart" > Vuoi riavviare Syncthing?</string>
2016-11-10 15:37:27 +00:00
<!-- FolderActivity -->
2014-09-10 20:14:04 +00:00
<!-- Setting title -->
2014-10-19 13:37:58 +00:00
<string name= "folder_id" > ID Cartella</string>
2014-09-10 20:14:04 +00:00
<!-- Setting title -->
2016-06-12 13:19:42 +00:00
<string name= "folder_label" > Etichetta Cartella</string>
2016-05-18 03:02:47 +00:00
<!-- Setting title -->
2014-09-10 20:14:04 +00:00
<string name= "directory" > Cartella</string>
<!-- Setting title -->
2014-10-19 13:37:58 +00:00
<string name= "folder_master" > Cartella Principale</string>
2014-09-10 20:14:04 +00:00
<!-- Setting title -->
2014-10-19 13:37:58 +00:00
<string name= "devices" > Dispositivi</string>
2014-09-10 20:14:04 +00:00
<!-- Setting title -->
<string name= "keep_versions" > Versioni Mantenute</string>
<!-- Setting title -->
2014-10-19 13:37:58 +00:00
<string name= "delete_folder" > Elimina Cartella</string>
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in create mode -->
2014-10-19 13:37:58 +00:00
<string name= "create_folder" > Crea Cartella</string>
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in edit mode -->
2014-10-19 13:37:58 +00:00
<string name= "edit_folder" > Modifica Cartella</string>
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm folder creation -->
2014-09-10 20:14:04 +00:00
<string name= "create" > Crea</string>
2016-01-17 22:00:02 +00:00
<!-- Dialog shown when attempting to remove a folder -->
<string name= "remove_folder_confirm" > Vuoi veramente eliminare questa cartella?</string>
<!-- Toast shown when trying to create a folder with an empty ID -->
<string name= "folder_id_required" > L\'ID Cartella non può essere vuoto</string>
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a folder with an empty path -->
2014-10-19 13:37:58 +00:00
<string name= "folder_path_required" > Il percorso della cartella non può essere vuoto</string>
2016-10-04 07:59:06 +00:00
<string name= "dialog_discard_changes" > Annullare le modifiche?</string>
2016-11-10 15:37:27 +00:00
<!-- DeviceActivity -->
2014-09-10 20:14:04 +00:00
<!-- Setting title -->
2014-10-19 13:37:58 +00:00
<string name= "device_id" > ID Dispositivo</string>
2014-09-10 20:14:04 +00:00
<!-- Setting title -->
<string name= "name" > Nome</string>
<!-- Setting title -->
<string name= "addresses" > Indirizzi</string>
<!-- Setting title -->
<string name= "current_address" > Indirizzo Attuale</string>
<!-- Setting title -->
2014-10-07 09:22:42 +00:00
<string name= "compression" > Compressione</string>
2015-04-05 22:25:59 +00:00
<!-- Strings representing compression options -->
<string-array name= "compress_entries" >
<item > Mai</item>
<item > Metadati</item>
<item > Sempre</item>
</string-array>
2014-10-12 12:35:53 +00:00
<!-- Setting title -->
2014-10-21 08:45:50 +00:00
<string name= "introducer" > Introduttore</string>
2014-09-28 21:48:43 +00:00
<!-- ActionBar item -->
2014-10-19 13:37:58 +00:00
<string name= "delete_device" > Elimina Dispositivo</string>
<string name= "add_device" > Nuovo Dispositivo</string>
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm adding a device -->
2014-09-10 20:14:04 +00:00
<string name= "add" > Aggiungi</string>
2014-10-08 18:32:18 +00:00
<!-- Title for DeviceSettingsFragment in edit mode -->
2014-10-19 13:37:58 +00:00
<string name= "edit_device" > Modifica Dispositivo</string>
2016-01-17 22:00:02 +00:00
<!-- Dialog shown when attempting to remove a device -->
<string name= "remove_device_confirm" > Vuoi veramente eliminare questo dispositivo?</string>
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a device with an empty ID -->
2014-10-19 13:37:58 +00:00
<string name= "device_id_required" > L\'ID Dispositivo non può essere vuoto</string>
2014-10-08 18:32:18 +00:00
<!-- Content description for device ID qr code icon -->
2014-09-10 20:14:04 +00:00
<string name= "scan_qr_code_description" > Scansiona Codice QR</string>
2015-11-13 22:55:43 +00:00
<!-- Toast show if we could not get root permissions -->
<string name= "toast_root_denied" > Manca permesso di root.</string>
2014-09-10 20:14:04 +00:00
<!-- WebGuiActivity -->
<!-- Title of the web gui activity -->
<string name= "web_gui_title" > Interfaccia Web</string>
2014-09-28 21:48:43 +00:00
<!-- SettingsFragment -->
2014-09-10 20:14:04 +00:00
<string name= "settings_title" > Impostazioni</string>
2016-11-26 13:04:40 +00:00
<string name= "category_run_conditions" > Condizioni di funzionamento</string>
<string name= "category_behaviour" > Comportamento</string>
2016-11-20 14:21:38 +00:00
<string name= "category_syncthing_options" > Opzioni di Syncthing</string>
2016-11-26 13:04:40 +00:00
<string name= "category_backup" > Backup</string>
<string name= "category_debug" > Debug</string>
2016-11-20 14:21:38 +00:00
<string name= "category_experimental" > Sperimentale</string>
2014-12-10 17:28:10 +00:00
<string name= "always_run_in_background" > Sempre in background</string>
2014-10-01 10:05:29 +00:00
<!-- Preference summary in case it is enabled -->
2014-12-10 17:28:10 +00:00
<string name= "always_run_in_background_enabled" > Syncthing è sempre in esecuzione in modalità background.</string>
2014-10-01 10:05:29 +00:00
<!-- Preference summary in case it is disabled -->
2014-12-10 17:28:10 +00:00
<string name= "always_run_in_background_disabled" > Syncthing si attiva solo quando viene avviato manualmente e si arresta utilizzando il pulsante del menu.</string>
<string name= "sync_only_charging" > Sincr. solo in Ricarica</string>
<string name= "sync_only_wifi" > Sincr. solo in Wifi</string>
2016-01-17 22:00:02 +00:00
<string name= "sync_only_wifi_ssids" > Solo determinate reti wifi</string>
2016-10-04 07:59:06 +00:00
<string name= "sync_only_wifi_ssids_wifi_turn_on_wifi" > Prego accendere wifi per selezionare reti.</string>
2015-03-08 22:33:20 +00:00
<string name= "advanced_folder_picker" > Selettore Cartella Avanzato</string>
2015-05-15 18:51:29 +00:00
<string name= "advanced_folder_picker_summary" > Selezionare una cartella sul dispositivo per la sincronizzazione</string>
2016-03-07 23:23:16 +00:00
<string name= "use_root_title" > Esegui Syncthing come Superutente</string>
2016-08-01 13:31:33 +00:00
<string name= "use_root_summary" > Questa è una caratteristica instabile che può causare problemi con Syncthing e con il dispositivo. In caso di problemi, potrebbe essere necessario reinstallare Syncthing.</string>
2015-11-13 22:55:43 +00:00
<string name= "notification_type_title" > Notifica</string>
<string name= "notification_type_summary" > Scegli tipo di notifica</string>
<string-array name= "notification_type_entries" >
<item > Normale</item>
<item > Bassa priorità</item>
<item > Nessuno</item>
</string-array>
2015-03-08 22:33:20 +00:00
<string name= "device_name" > Nome Dispositivo</string>
2014-10-19 13:37:58 +00:00
<string name= "listen_address" > Indirizzi Protocollo Sincronizzazione</string>
<string name= "max_recv_kbps" > Limite Velocità in Ingresso (KiB/s)</string>
<string name= "max_send_kbps" > Limite Velocità in Uscita (KiB/s)</string>
<string name= "global_announce_enabled" > Individuazione Globale</string>
<string name= "local_announce_enabled" > Individuazione Locale</string>
2016-08-01 13:31:33 +00:00
<string name= "enable_nat_traversal" > Abilita NAT Traversal</string>
2016-11-26 13:04:40 +00:00
<string name= "global_announce_server" > Server di Individuazione Globale</string>
2016-08-01 13:31:33 +00:00
<string name= "enable_relaying" > Abilita Reindirizzamento</string>
2015-03-08 22:33:20 +00:00
<string name= "usage_reporting" > Statistiche Anonime Utilizzo</string>
2014-10-19 13:37:58 +00:00
<string name= "gui_address" > Indirizzi Interfaccia Grafica</string>
<string name= "gui_user" > Utente Interfaccia Grafica</string>
<string name= "gui_password" > Password Autenticazione Utente</string>
2015-04-05 22:25:59 +00:00
<string name= "export_config" > Esporta Configurazione</string>
2016-03-07 23:23:16 +00:00
<string name= "keep_wakelock_while_binary_running" > Mantieni attiva la CPU quando syncthing è in esecuzione</string>
<string name= "keep_wakelock_while_binary_running_summary" > Usa questa impostazione se rilevi disconnessioni inaspettate durante il funzionamento a batteria. Questo aumenterà il consumo della batteria.</string>
2016-08-01 13:31:33 +00:00
<string name= "run_as_foreground_service" > Esegui il servizio con la priorità di primo piano</string>
2016-08-24 20:35:17 +00:00
<string name= "run_as_foreground_service_summary" > Se abilitato, Syncthing verrà eseguito con la priorità di primo piano e ha meno probabilità di essere fermato da Android. Ciò potrebbe causare l\'arresto di altri servizi se la memoria disponibile è scarsa. Una notifica a bassa priorità deve essere visualizzata a causa di requisiti di Android, a prescindere dall\'impostazione \"Notifica\".</string>
2016-10-04 07:59:06 +00:00
<string name= "use_tor_title" > Utilizza Tor</string>
<string name= "use_tor_summary" > Forza tutto il traffico attraverso Tor per una maggiore privacy. Richiede Orbot</string>
<!-- Dialog shown before config export -->
<string name= "dialog_confirm_export" > Vuoi veramente esportare la tua configurazione? I files esistenti verranno sovrascritti.n\nATTENZIONE! Le altre applicazioni potrebbero non essere in grado di leggere la chiave privata dalla locazione di backup e usarla per scaricare/modificare i files sincronizzati.</string>
<!-- Dialog shown before config import -->
<string name= "dialog_confirm_import" > Vuoi realmente importare una nuova configurazione? I files esistenti verranno sovrascritti.</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully exported -->
2015-04-05 22:25:59 +00:00
<string name= "config_export_successful" > Config è stata esportata in %1$s</string>
<string name= "import_config" > Importa Configurazione</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully imported -->
2016-08-24 20:35:17 +00:00
<string name= "config_imported_successful" > Configurazione importata</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully imported -->
2015-05-15 18:51:29 +00:00
<string name= "config_import_failed" > Importazione della configurazione fallita. Assicurarsi che i file siano in %1$s</string>
2014-09-28 21:48:43 +00:00
<!-- Title for the preference to set STTRACE parameters -->
2014-10-07 09:22:42 +00:00
<string name= "sttrace_title" > Opzioni di Debug</string>
2015-05-15 18:51:29 +00:00
<!-- Toast after entering invalid STTRACE params -->
2016-11-26 13:04:40 +00:00
<string name= "toast_invalid_sttrace" > Solo 0-9, a-z e \',\' sono consentiti nelle opzioni STTRACE</string>
2015-05-15 18:51:29 +00:00
<!-- Title for the preference to reset Syncthing indexes -->
2015-06-15 14:59:58 +00:00
<string name= "streset_title" > Reset del Database</string>
2015-05-15 18:51:29 +00:00
<!-- Syncthing was reset -->
2015-06-15 14:59:58 +00:00
<string name= "streset_question" > Questa operazione dovrebbe essere eseguita solo su raccomandazione del nostro team di supporto.
\nSei sicuro di voler svuotare il database degli indici di Syncthing?
</string>
2015-05-15 18:51:29 +00:00
<!-- Syncthing was reset -->
2015-06-15 14:59:58 +00:00
<string name= "streset_done" > Reset del database di Syncthing riuscito</string>
2015-04-05 22:25:59 +00:00
<string name= "category_about" > Info</string>
2015-05-15 18:51:29 +00:00
<!-- Settings item that opens the log activity -->
2015-06-15 14:59:58 +00:00
<string name= "open_log" > Apri Registro</string>
2015-05-15 18:51:29 +00:00
<!-- Summary for the log activity -->
<string name= "open_log_summary" > Apre la finestra di log di Syncthing e Android</string>
2014-09-10 20:14:04 +00:00
<!-- Settings item that opens issue tracker -->
2014-10-08 18:36:31 +00:00
<string name= "report_issue_title" > Segnala Problema</string>
2014-09-10 20:14:04 +00:00
<!-- Summary for the issue tracker settings item -->
2014-10-08 18:36:31 +00:00
<string name= "report_issue_summary" > Apre il registro problemi di Syncthing-Android</string>
2014-09-10 20:14:04 +00:00
<!-- URL of the issue tracker -->
2016-05-18 03:02:47 +00:00
<!-- Menu item to donate -->
<string name= "donate_title" > Donazione</string>
<string name= "donate_summary" > Aiutaci a pagare i costi di domini ed hosting</string>
2014-09-10 20:14:04 +00:00
<!-- Title of the preference showing upstream version name -->
<string name= "syncthing_version_title" > Versione Syncthing</string>
2014-10-12 12:35:53 +00:00
<!-- Title of the preference showing this app's version name -->
2016-08-24 20:35:17 +00:00
<string name= "app_version_title" > Versione Syncthing-Android</string>
2014-09-10 20:14:04 +00:00
<!-- FolderPickerAcitivity -->
<!-- Activity title -->
<string name= "folder_picker_title" > Selezione Cartella</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown on devices with kitkat or higher -->
2015-04-05 22:25:59 +00:00
<string name= "kitkat_external_storage_warning" > Attenzione: La tua versione di Android non permette la sincronizzazione con dispositivi esterni di archiviazione</string>
2014-09-10 20:14:04 +00:00
<!-- ListView empty text -->
<string name= "directory_empty" > Cartella Vuota</string>
2014-10-08 18:36:31 +00:00
<!-- Menu item to create folder on the file system -->
2016-08-01 13:31:33 +00:00
<string name= "create_fs_folder" > Crea nuova Cartella</string>
2014-09-10 20:14:04 +00:00
<!-- Menu item to select the current folder -->
<string name= "select_folder" > Seleziona Cartella</string>
2015-03-08 22:33:20 +00:00
<string name= "create_folder_failed" > Impossibile creare la cartella</string>
2015-05-15 18:51:29 +00:00
<!-- LogActivity -->
<!-- Title of the "log" activity -->
2015-06-15 14:59:58 +00:00
<string name= "log_title" > Registro</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "log android" menu button -->
2015-06-15 14:59:58 +00:00
<string name= "log_android_title" > Mostra Registro di Android</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "log Syncthing" menu button -->
2015-06-15 14:59:58 +00:00
<string name= "log_syncthing_title" > Mostra Registro di Syncthing</string>
2016-10-04 07:59:06 +00:00
<string name= "retrieving_logs" > Recupero log...</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "share log" menu button -->
<string name= "share_title" > Condividi</string>
2014-09-10 20:14:04 +00:00
<!-- SyncthingService -->
2014-09-28 21:48:43 +00:00
<!-- Title of the "syncthing disabled" dialog -->
2014-10-07 09:22:42 +00:00
<string name= "syncthing_disabled_title" > Syncthing è disabilitato</string>
2014-09-28 21:48:43 +00:00
<!-- Message of the "syncthing disabled" dialog -->
2014-10-07 09:22:42 +00:00
<string name= "syncthing_disabled_message" > Vuoi cambiare le tue preferenze?</string>
2014-09-28 21:48:43 +00:00
<!-- Button text on the "syncthing disabled" dialog -->
2014-10-07 09:22:42 +00:00
<string name= "syncthing_disabled_change_settings" > Cambia Impostazioni</string>
2014-10-01 10:05:29 +00:00
<!-- Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true -->
2014-09-28 21:48:43 +00:00
<string name= "exit" > Esci</string>
2014-10-14 13:24:01 +00:00
<!-- Title of the notification shown while syncthing is running and enabled -->
2014-10-19 13:37:58 +00:00
<string name= "syncthing_active" > Syncthing è in esecuzione</string>
2016-08-01 13:31:33 +00:00
<string name= "syncthing_active_foreground" > Il servizio è in esecuzione con priorità di primo piano.</string>
2015-05-24 10:48:33 +00:00
<!-- Toast shown if folder observer fails to traverse a folder -->
2015-06-15 14:59:58 +00:00
<string name= "toast_folder_observer_stack_overflow" > Albero delle cartelle troppo nidificato. Verificare la presenza di link simbolici ciclici</string>
2015-06-19 17:28:57 +00:00
<!-- Toast shown if syncthing failed to create a config -->
2015-11-13 22:55:43 +00:00
<string name= "config_create_failed" > Impossibile creare configurazione di Syncthing. Prego controllare i logs.</string>
2016-05-18 03:02:47 +00:00
<!-- Label of the default folder created of first start (camera folder). -->
2016-05-25 12:51:49 +00:00
<string name= "default_folder_label" > Camera</string>
2015-07-07 21:53:51 +00:00
<!-- ID of the default folder created on first start (camera folder). Must only contain 'a - z0 - 9_ - '. Parameter is the device name -->
2015-11-13 22:55:43 +00:00
<string name= "default_folder_id" > %1$s-photos</string>
2014-09-10 20:14:04 +00:00
<!-- RestApi -->
<!-- Title of the notification shown when a restart is needed -->
<string name= "restart_title" > Riavvio Necessario</string>
2015-06-15 14:59:58 +00:00
<!-- Text for positive button in restart dialog -->
2015-11-13 22:55:43 +00:00
<string name= "restart_now" > Riavvia ora</string>
2015-06-15 14:59:58 +00:00
<!-- Text for the dismiss button of the restart Activity -->
2015-11-13 22:55:43 +00:00
<string name= "restart_later" > Più tardi</string>
2014-09-10 20:14:04 +00:00
<!-- Text of the notification shown when a restart is needed -->
<string name= "restart_notification_text" > Tap qui per riavviare adesso syncthing</string>
2014-10-08 18:32:18 +00:00
<!-- Shown when a device ID is copied to the clipboard -->
2014-10-19 13:37:58 +00:00
<string name= "device_id_copied_to_clipboard" > ID Dispositivo copiato negli appunti</string>
2014-09-10 20:14:04 +00:00
<!-- Strings representing units for file sizes, from smallest to largest -->
2015-04-05 22:25:59 +00:00
<string-array name= "file_size_units" >
<item > B</item>
<item > KiB</item>
<item > MiB</item>
<item > GiB</item>
<item > TiB</item>
</string-array>
2014-09-10 20:14:04 +00:00
<!-- Strings representing units for transfer rates, from smallest to largest -->
2015-11-13 22:55:43 +00:00
<string-array name= "transfer_rate_units" >
<item > B/s</item>
<item > KiB/s</item>
<item > MiB/s</item>
<item > GiB/s</item>
<item > TiB/s</item>
</string-array>
2014-10-12 12:35:53 +00:00
<!-- Possible folder states -->
2014-10-19 13:37:58 +00:00
<string name= "state_idle" > Inattivo</string>
2015-03-08 22:33:20 +00:00
<string name= "state_scanning" > Scansione in corso</string>
2015-05-15 18:51:29 +00:00
<string name= "state_cleaning" > Pulizia</string>
2016-02-07 18:02:37 +00:00
<string name= "state_syncing" > Sincronizzazione (%1$d%%)</string>
2015-11-13 22:55:43 +00:00
<string name= "state_error" > Errore</string>
2015-04-05 22:25:59 +00:00
<string name= "state_unknown" > Sconosciuto</string>
2016-02-20 15:51:14 +00:00
<!-- Format string for folder size, eg "500 MiB / 1 GiB" -->
<string name= "folder_size_format" > %1$s / %2$s</string>
2016-05-25 12:51:49 +00:00
<string name= "appconfig_receiver_background_enabled" > Arrestare Syncthing non è possibile quando è abilitato il funzionamento in background.</string>
2014-09-10 20:14:04 +00:00
</resources>