1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-02 09:11:17 +00:00
syncthing-android/src/main/res/values-it/strings.xml

208 lines
11 KiB
XML
Raw Normal View History

<?xml version='1.0' encoding='UTF-8'?>
2014-09-28 21:48:43 +00:00
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Syncthing</string>
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
2014-10-19 13:37:58 +00:00
<string name="add_folder">Nuova Cartella</string>
<!--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>
<!--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-->
<string name="api_loading">Caricamento API</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>
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
2014-10-12 12:35:53 +00:00
<string name="folder_progress_format">%1$s (%2$d%%)</string>
<!--Shown if no folders exist-->
2014-10-19 13:37:58 +00:00
<string name="folder_list_empty">Nessuna cartella</string>
<!--Format string for folder file count-->
<string name="files">%1$d / %2$d File</string>
<!--DevicesFragment-->
2014-10-19 13:37:58 +00:00
<string name="devices_fragment_title">Dispositivi</string>
<!--Shown if no devices exist-->
2014-10-19 13:37:58 +00:00
<string name="devices_list_empty">Nessun dispositivo</string>
<!--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>
<!--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>
<!--Indicates that there is no connection to the device-->
2014-10-12 12:35:53 +00:00
<string name="device_disconnected">Disconnesso</string>
<!--Title for current download rate-->
<string name="download_title">Download</string>
<!--Title for current upload rate-->
<string name="upload_title">Upload</string>
<!--LocalDeviceInfoFragment-->
<!--ActionBar title shown when the drawer is open-->
<string name="system_info">Info Sistema</string>
<!--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>
<!--FolderSettingsFragment-->
<!--Setting title-->
2014-10-19 13:37:58 +00:00
<string name="folder_id">ID Cartella</string>
<!--Setting title-->
<string name="directory">Cartella</string>
<!--Setting title-->
2014-10-19 13:37:58 +00:00
<string name="rescan_interval">Intervallo Scansione</string>
2014-09-28 21:48:43 +00:00
<!--Setting title-->
2014-10-19 13:37:58 +00:00
<string name="folder_master">Cartella Principale</string>
<!--Setting title-->
2014-10-19 13:37:58 +00:00
<string name="devices">Dispositivi</string>
<!--Setting title-->
<string name="file_versioning">Controllo Versione File</string>
<!--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>
<!--Title for FolderSettingsFragment in create mode-->
2014-10-19 13:37:58 +00:00
<string name="create_folder">Crea Cartella</string>
<!--Title for FolderSettingsFragment in edit mode-->
2014-10-19 13:37:58 +00:00
<string name="edit_folder">Modifica Cartella</string>
<!--Menu item to confirm folder creation-->
<string name="create">Crea</string>
<!--Dialog shown when attempting to delete a folder-->
2014-10-19 13:37:58 +00:00
<string name="delete_folder_confirm">Vuoi veramente eliminare questa cartella?</string>
<!--Toast shown when trying to create a folder with an empty ID-->
2014-10-19 13:37:58 +00:00
<string name="folder_id_required">L\'ID Cartella non può essere vuoto</string>
<!--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>
2014-10-08 18:36:31 +00:00
<!--Toast shown when selecting 'devices' if no devices have been added-->
2014-10-19 13:37:58 +00:00
<string name="no_devices">Prima devi connettere un dispositivo.</string>
<!--DeviceSettingsFragment-->
<!--Setting title-->
2014-10-19 13:37:58 +00:00
<string name="device_id">ID Dispositivo</string>
<!--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>
2014-10-12 12:35:53 +00:00
<!--Setting title-->
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>
<!--Title for DeviceSettingsFragment in create mode-->
2014-10-19 13:37:58 +00:00
<string name="add_device">Nuovo Dispositivo</string>
<!--Menu item to confirm adding a device-->
<string name="add">Aggiungi</string>
<!--Title for DeviceSettingsFragment in edit mode-->
2014-10-19 13:37:58 +00:00
<string name="edit_device">Modifica Dispositivo</string>
<!--Dialog shown when attempting to delete a device-->
2014-10-19 13:37:58 +00:00
<string name="delete_device_confirm">Vuoi veramente eliminare questo dispositivo?</string>
<!--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>
<!--Toast shown when trying to create a device with an empty name-->
2014-10-19 13:37:58 +00:00
<string name="device_name_required">Il nome del dispositivo non può essere vuoto</string>
<!--Content description for device ID qr code icon-->
<string name="scan_qr_code_description">Scansiona Codice QR</string>
<!--Text for toast shown if the "scan QR code" intent fails with an ActivityNotFoundException-->
2014-10-19 13:37:58 +00:00
<string name="no_qr_scanner_installed">Non hai installato nessun lettore di Codici QR o il tuo lettore non è supportato. \
Installare un lettore o inserire l\'ID del dispositivo manualmente.</string>
<!--WebGuiActivity-->
<!--Title of the web gui activity-->
<string name="web_gui_title">Interfaccia Web</string>
<!--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. Potrebbe richiedere un po\' di tempo.</string>
<!--Title for dialog displayed on first start-->
<string name="welcome_title">Primo Avvio</string>
<!--Text for dialog displayed on first start-->
2014-09-28 21:48:43 +00:00
<!--SettingsFragment-->
<!--Activity title-->
<string name="settings_title">Impostazioni</string>
2014-10-01 10:05:29 +00:00
<!--Preference title-->
2014-10-19 13:37:58 +00:00
<string name="always_run_in_background">Esegui sempre in background</string>
2014-10-01 10:05:29 +00:00
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
2014-10-19 13:37:58 +00:00
<string name="sync_only_charging">Sincron. solo in Ricarica</string>
<string name="sync_only_wifi">Sincronizza solo in Wifi</string>
<string name="syncthing_options">Opzioni di Syncthing</string>
<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="reconnect_interval">Intervallo Riconnessione (s)</string>
<string name="global_announce_enabled">Individuazione Globale</string>
<string name="local_announce_enabled">Individuazione Locale</string>
<string name="local_announce_port">Porta Individuazione Locale</string>
<string name="upnp_enabled">Abilita UPnP</string>
<string name="syncthing_gui">Interfaccia Grafica di Syncthing</string>
<string name="gui_address">Indirizzi Interfaccia Grafica</string>
<string name="gui_user">Utente Interfaccia Grafica</string>
<string name="gui_password">Password Autenticazione Utente</string>
<string name="gui_https_enabled">Usa HTTPS per l\'interfaccia grafica</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>
<!--Settings item that opens issue tracker-->
2014-10-08 18:36:31 +00:00
<string name="report_issue_title">Segnala Problema</string>
<!--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>
<!--URL of the issue tracker-->
<!--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-->
2014-10-19 13:37:58 +00:00
<string name="app_version_title">Syncthing-Versione Android</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Selezione Cartella</string>
<!--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-->
2014-10-12 12:35:53 +00:00
<string name="create_fs_folder">Crea Nuova Cartella</string>
<!--Menu item to select the current folder-->
<string name="select_folder">Seleziona Cartella</string>
<!--SyncthingService-->
<!--Title of the dialog shown when the syncthing binary returns an error-->
<string name="binary_crashed_title">L\'app Syncthing si è bloccata</string>
<!--Message of the dialog shown when the syncthing binary returns an error-->
2014-10-19 13:37:58 +00:00
<string name="binary_crashed_message">L\'app Syncthing è stata arrestata con codice errore %1$d.\n\n
Se questo errore persiste, prova a riavviare il tuo dispositivo.</string>
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>
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Riavvio Necessario</string>
<!--Text of the notification shown when a restart is needed-->
<string name="restart_notification_text">Tap qui per riavviare adesso syncthing</string>
<!--Text for the dismiss button of the restart Activity-->
<string name="restart_later">Riavvia Dopo</string>
<!--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>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/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>
<string name="state_syncing">Sincronizzazione</string>
</resources>