From 0a334c1237908b90caaae7ff6aa14b9f9a44aa30 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 30 May 2012 05:07:46 +0000 Subject: [PATCH] Add Italian Zenmap translation by Francesco Tombolini. http://seclists.org/nmap-dev/2012/q2/550 --- CHANGELOG | 2 + zenmap/share/zenmap/locale/it.po | 2190 +++++++++++++++++ .../zenmap/locale/it/LC_MESSAGES/zenmap.mo | Bin 0 -> 57542 bytes 3 files changed, 2192 insertions(+) create mode 100644 zenmap/share/zenmap/locale/it.po create mode 100644 zenmap/share/zenmap/locale/it/LC_MESSAGES/zenmap.mo diff --git a/CHANGELOG b/CHANGELOG index bcc038dbb..f2026c2c7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] Added Italian translation by Francesco Tombolini. + o [NSE] Added the script eppc-enum-processes that enumerates active applications, their PID and the UID under which they run through the Apple Remote Event protocol. [Patrik Karlsson] diff --git a/zenmap/share/zenmap/locale/it.po b/zenmap/share/zenmap/locale/it.po new file mode 100644 index 000000000..1db4da48d --- /dev/null +++ b/zenmap/share/zenmap/locale/it.po @@ -0,0 +1,2190 @@ +# Copyright (C) 2008 Insecure.Com LLC +# This file is distributed under the same license as Nmap. +# +msgid "" +msgstr "" +"Project-Id-Version: Zenmap\n" +"Report-Msgid-Bugs-To: nmap-dev@insecure.org\n" +"POT-Creation-Date: 2012-05-22 12:52-0700\n" +"PO-Revision-Date: 2012-05-30 05:00+0100\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Last-Translator: Francesco Tombolini \n" +"Language-Team: \n" + +#: zenmapCore/UmitOptionParser.py:110 +#, python-format +msgid "Use DIR as the user configuration directory. Default: %default" +msgstr "Usa DIR come directory di configurazione dell'utente. Predefinita: %default" + +#: zenmapCore/UmitOptionParser.py:124 +msgid "Specify a scan result file in Nmap XML output format. Can be used more than once to specify several scan result files." +msgstr "Specifica il file di una scansione nel formato Nmap XML. Può essere usato più di una volta per specificare diversi files dei risultati di scansione." + +#: zenmapCore/UmitOptionParser.py:135 +#, python-format +msgid "Run %s with the specified args." +msgstr "Esegui %s con gli argomenti specificati." + +#: zenmapCore/UmitOptionParser.py:142 +msgid "Begin with the specified profile selected. If combined with the -t (--target) option, automatically run the profile against the specified target." +msgstr "Comincia con lo specifico profilo selezionato. Se combinato con l'opzione -t (--target), esegui automaticamente il profilo verso il target specificato." + +#: zenmapCore/UmitOptionParser.py:153 +msgid "Specify a target to be used along with other options. If specified alone, open with the target field filled with the specified target" +msgstr "Specifica un target da utilizzare con altre opzioni. Se specificato da solo, apri il campo target riempito con il target specificato" + +#: zenmapCore/UmitOptionParser.py:161 +msgid "Increase verbosity of the output. May be used more than once to get even more verbosity" +msgstr "Accresci la verbosità dell'output. Può essere utilizzato più di una volta per ottenere maggiore verbosità" + +#: zenmapCore/NmapParser.py:338 +msgid "Unknown Host" +msgstr "Host sconosciuto" + +#: zenmapCore/NmapParser.py:377 +msgid "unknown" +msgstr "sconosciuto" + +#: zenmapCore/NmapParser.py:380 +msgid "Unknown version" +msgstr "Versione sconosciuta" + +#: zenmapCore/NmapParser.py:383 +#: zenmapGUI/SearchGUI.py:475 +#: zenmapGUI/ScanOpenPortsPage.py:391 +#: zenmapGUI/ScanOpenPortsPage.py:399 +msgid "Unknown" +msgstr "Sconosciuta" + +#: zenmapCore/NmapParser.py:658 +#, python-format +msgid "%s on %s" +msgstr "%s su %s" + +#: zenmapCore/UmitDB.py:109 +msgid "No module named dbapi2.pysqlite2 or sqlite3" +msgstr "Nessun modulo chiamato dbapi2.pysqlite2 o sqlite3" + +#: zenmapCore/NmapCommand.py:110 +msgid "Python 2.4 or later is required." +msgstr "E' richiesto python 2.4 o superiore." + +#: zenmapGUI/ScanToolbar.py:110 +#: zenmapGUI/ScanRunDetailsPage.py:106 +msgid "Command:" +msgstr "Comando:" + +#: zenmapGUI/ScanToolbar.py:142 +#: zenmapGUI/SearchGUI.py:296 +#: zenmapGUI/ProfileEditor.py:193 +#: share/zenmap/misc/profile_editor.xml:8 +msgid "Scan" +msgstr "Scansione" + +#: zenmapGUI/ScanToolbar.py:144 +msgid "Cancel" +msgstr "Annulla" + +#: zenmapGUI/ScanToolbar.py:166 +msgid "Target:" +msgstr "Obbiettivo:" + +#: zenmapGUI/ScanToolbar.py:173 +msgid "Profile:" +msgstr "Profilo:" + +#: zenmapGUI/CrashReport.py:110 +msgid "Crash Report" +msgstr "Rapporto di crash" + +#: zenmapGUI/CrashReport.py:130 +#, python-format +msgid "An unexpected error has crashed %(app_name)s. Please copy the stack trace below and send it to the nmap-dev@insecure.org mailing list. (More about the list.) The developers will see your report and try to fix the problem." +msgstr "Un errore inaspettato ha mandato in crash %(app_name)s. Siete pregati di copiare lo stack trace sottostante ed inviarlo alla nmap-dev@insecure.org mailing list. (Per saperne di più sulla lista.) Gli sviluppatori vedranno il tuo rapporto e proveranno a risolvere il problema." + +#: zenmapGUI/CrashReport.py:138 +msgid "Copy and email to nmap-dev@insecure.org:" +msgstr "Copia e spedisci via email a nmap-dev@insecure.org:" + +#: zenmapGUI/OptionBuilder.py:258 +msgid "Choose file" +msgstr "Scegli il file" + +#: zenmapGUI/SearchGUI.py:282 +msgid "Search:" +msgstr "Cerca:" + +#: zenmapGUI/SearchGUI.py:284 +msgid "Expressions " +msgstr "Espressioni" + +#: zenmapGUI/SearchGUI.py:297 +msgid "Date" +msgstr "Data" + +#: zenmapGUI/SearchGUI.py:431 +msgid "No search method selected!" +msgstr "Nessun metodo di ricerca selezionato!" + +#: zenmapGUI/SearchGUI.py:432 +#, python-format +msgid "%s can search results on directories or inside it's own database. Please, select a method by choosing a directory or by checking the search data base option at the 'Search options' tab before start the search" +msgstr "%s può cercare risultati nelle directory o dentro il proprio database. Si prega di selezionare un metodo, scegliendo una directory o controllando l'opzione di ricerca nella base dati nel tab 'Opzioni di ricerca', prima di iniziare la ricerca" + +#: zenmapGUI/SearchGUI.py:885 +msgid "" +"Entering the text into the search performs a keyword search - the search string is matched against the entire output of each scan.\n" +"\n" +"To refine the search, you can use operators to search only within a specific part of a scan. Operators can be added to the search interactively if you click on the Expressions button, or you can enter them manually into the search field. Most operators have a short form, listed.\n" +"\n" +"profile: (pr:) - Profile used.\n" +"target: (t:) - User-supplied target, or a rDNS result.\n" +"option: (o:) - Scan options.\n" +"date: (d:) - The date when scan was performed. Fuzzy matching is possible using the \"~\" suffix. Each \"~\" broadens the search by one day on \"each side\" of the date. In addition, it is possible to use the \"date:-n\" notation which means \"n days ago\".\n" +"after: (a:) - Matches scans made after the supplied date (YYYY-MM-DD or -n).\n" +"before (b:) - Matches scans made before the supplied date(YYYY-MM-DD or -n).\n" +"os: - All OS-related fields.\n" +"scanned: (sp:) - Matches a port if it was among those scanned.\n" +"open: (op:) - Open ports discovered in a scan.\n" +"closed: (cp:) - Closed ports discovered in a scan.\n" +"filtered: (fp:) - Filtered ports discovered in scan.\n" +"unfiltered: (ufp:) - Unfiltered ports found in a scan (using, for example, an ACK scan).\n" +"open|filtered: (ofp:) - Ports in the \"open|filtered\" state.\n" +"closed|filtered: (cfp:) - Ports in the \"closed|filtered\" state.\n" +"service: (s:) - All service-related fields.\n" +"inroute: (ir:) - Matches a router in the scan's traceroute output.\n" +msgstr "" +"Immettendo testo nella ricerca si eseguirà una ricerca per parola chiave - la stringa di ricerca viene confrontata verso l'intero output di ciascuna scansione.\n" +"\n" +"Per rifinire una ricerca, potete usare operatori per cercare solo all'interno di una specifica parte di una scansione. Degli operatori possono essere aggiunti alla ricerca interattivamente se cliccate sul bottone Espressioni, o potete immetterli manualmente nel campo di ricerca. Gran parte degli operatori hanno una forma contratta, come nell'elenco.\n" +"\n" +"profile: (pr:) - Profilo usato.\n" +"target: (t:) - Target fornito dall'utente, o risultato di un rDNS.\n" +"option: (o:) - Opzioni di scansione.\n" +"date: (d:) - La data di quando la scansione è stata effettuata. E' possibile effettuare un confronto fuzzy utilizzando il suffisso \"~\". Ciascun \"~\" allarga la ricerca di un giorno per \"ciascun lato\" della data. Inoltre, è possibile utilizzare la notazione \"date:-n\" che significa \"n giorni fa\".\n" +"after: (a:) - Confronta le scansioni effettuate dopo la data fornita (YYYY-MM-DD o -n).\n" +"before (b:) - Confronta le scansioni effettuate prima della data fornita (YYYY-MM-DD o -n).\n" +"os: - Tutti i campi relativi all'OS.\n" +"scanned: (sp:) - Confronta una porta se presente fra quelle rilevate.\n" +"open: (op:) - Le porte aperte scoperte in una rilevazione.\n" +"closed: (cp:) - Le porte chiuse scoperte in una rilevazione.\n" +"filtered: (fp:) - Le porte filtrate scoperte in una rilevazione.\n" +"unfiltered: (ufp:) - Le porte non filtrate scoperte in una rilevazione (usando, per esempio, una scansione ACK).\n" +"open|filtered: (ofp:) - Le porte nello stato \"aperta|filtrata\".\n" +"closed|filtered: (cfp:) - Le porte nello stato \"chiusa|filtrata\".\n" +"service: (s:) - Tutti i campi relativi ai servizi.\n" +"inroute: (ir:) - Confronta un router nell'output del traceroute della scansione.\n" + +#: zenmapGUI/TopologyPage.py:149 +msgid "Show the topology anyway" +msgstr "Mostra comunque la topologia" + +#: zenmapGUI/TopologyPage.py:180 +#, python-format +msgid "" +"Topology is disabled because too many hosts can cause it\n" +"to run slowly. The limit is %d hosts and there are %d." +msgstr "" +"La topologia è disabilitata perchè troppi host possono provocarne\n" +"un esecuzione lenta. Il limite è di %d host e ce ne sono %d." + +#: zenmapGUI/App.py:195 +msgid "Import error" +msgstr "Errore di importazione" + +#: zenmapGUI/App.py:196 +msgid "" +"A required module was not found.\n" +"\n" +msgstr "" +"Un modulo indispensabile non è stato individuato.\n" +"\n" + +#: zenmapGUI/App.py:240 +msgid "Error creating the per-user configuration directory" +msgstr "Errore durante la creazione della directory di configurazione per-user" + +#: zenmapGUI/App.py:241 +#, python-format +msgid "" +"There was an error creating the directory %s or one of the files in it. The directory is created by copying the contents of %s. The specific error was\n" +"\n" +"%s\n" +"\n" +"%s needs to create this directory to store information such as the list of scan profiles. Check for access to the directory and try again." +msgstr "" +"Si è verificato un errore creando la directory %s o uno dei files in essa contenuti. La directory è creata copiando i contenuti di %s. L'errore specifico è stato\n" +"\n" +"%s\n" +"\n" +"%s necessita della creazione della directory per immagazzinare informazioni quali gli elenchi dei profili di scansione. Verificare i permessi di accesso alla directory e riprovare." + +#: zenmapGUI/App.py:259 +msgid "Error parsing the configuration file" +msgstr "Errore durante l'esame del file di configurazione" + +#: zenmapGUI/App.py:260 +#, python-format +msgid "" +"There was an error parsing the configuration file %s. The specific error was\n" +"\n" +"%s\n" +"\n" +"%s can continue without this file but any information in it will be ignored until it is repaired." +msgstr "" +"Si è verificato un errore durante l'esame del file di configurazione %s. L'errore specifico è stato\n" +"\n" +"%s\n" +"\n" +"%s può continuare senza questo file ma qualsiasi informazione in esso contenuta sarà ignorata fino a quando non verrà riparato." + +#: zenmapGUI/App.py:324 +#, python-format +msgid "" +"You are trying to run %s with a non-root user!\n" +"\n" +"Some %s options need root privileges to work." +msgstr "" +"Si sta provando ad eseguire %s con un utente non-root!\n" +"\n" +"Alcune opzioni di %s necessitano dei privilegi di root per funzionare." + +#: zenmapGUI/App.py:327 +msgid "Non-root user" +msgstr "Utente non-root" + +#: zenmapGUI/ProfileEditor.py:113 +msgid "Profile Editor" +msgstr "Editor del profilo" + +#: zenmapGUI/ProfileEditor.py:200 +msgid "Profile Information" +msgstr "Informazioni sul profilo" + +#: zenmapGUI/ProfileEditor.py:201 +msgid "Profile name" +msgstr "Nome del profilo" + +#: zenmapGUI/ProfileEditor.py:204 +msgid "Description" +msgstr "Descrizione" + +#: zenmapGUI/ProfileEditor.py:219 +msgid "Save Changes" +msgstr "Salva i cambiamenti" + +#: zenmapGUI/ProfileEditor.py:224 +msgid "Help" +msgstr "Aiuto" + +#: zenmapGUI/ProfileEditor.py:257 +msgid "Profile" +msgstr "Profilo" + +#: zenmapGUI/ProfileEditor.py:317 +msgid "Unnamed profile" +msgstr "Profilo senza nome" + +#: zenmapGUI/ProfileEditor.py:318 +msgid "You must provide a name for this profile." +msgstr "E' necessario fornire un nome per questo profilo." + +#: zenmapGUI/ProfileEditor.py:338 +msgid "Disallowed profile name" +msgstr "Nome di profilo non consentito" + +#: zenmapGUI/ProfileEditor.py:339 +#, python-format +msgid "Sorry, the name \"%s\" is not allowed due to technical limitations. (The underlying ConfigParser used to store profiles does not allow it.) Choose a different name." +msgstr "Spiacente, il nome \"%s\" non è consentito a causa di limitazioni tecniche. (Il soggiacente ConfigParser utilizzato per registrare i profili non lo permette.) Scegliere un nome diverso." + +#: zenmapGUI/ProfileEditor.py:364 +msgid "Deleting Profile" +msgstr "Cancellazione profilo" + +#: zenmapGUI/ProfileEditor.py:365 +msgid "Your profile is going to be deleted! Click Ok to continue, or Cancel to go back to Profile Editor." +msgstr "Il profilo sta per essere eliminato! Cliccare su Ok per continuare, o Annulla per tornare indietro all'editor di profili." + +#: zenmapGUI/MainWindow.py:209 +msgid "Sc_an" +msgstr "Sc_ansione" + +#: zenmapGUI/MainWindow.py:213 +msgid "_Save Scan" +msgstr "_Salva scansione" + +#: zenmapGUI/MainWindow.py:215 +msgid "Save current scan results" +msgstr "Salva i risultati della scansione" + +#: zenmapGUI/MainWindow.py:220 +msgid "Save All Scans to _Directory" +msgstr "Salva tutte le scansioni nella _Directory" + +#: zenmapGUI/MainWindow.py:222 +msgid "Save all scans into a directory" +msgstr "Salva tutte le scansioni in una directory" + +#: zenmapGUI/MainWindow.py:227 +msgid "_Open Scan" +msgstr "_Apri scansione" + +#: zenmapGUI/MainWindow.py:229 +msgid "Open the results of a previous scan" +msgstr "Apri i risultati di una scansione precedente" + +#: zenmapGUI/MainWindow.py:234 +msgid "_Open Scan in This Window" +msgstr "_Apri scansione in questa finestra" + +#: zenmapGUI/MainWindow.py:236 +msgid "Append a saved scan to the list of scans in this window." +msgstr "Aggiungi una scansione salvata all'elenco di scansioni in questa finestra." + +#: zenmapGUI/MainWindow.py:240 +msgid "_Tools" +msgstr "_Strumenti" + +#: zenmapGUI/MainWindow.py:244 +msgid "_New Window" +msgstr "_Nuova finestra" + +#: zenmapGUI/MainWindow.py:246 +msgid "Open a new scan window" +msgstr "Apri una nuova finestra di scansione" + +#: zenmapGUI/MainWindow.py:251 +msgid "Close Window" +msgstr "Chiudi finestra" + +#: zenmapGUI/MainWindow.py:253 +msgid "Close this scan window" +msgstr "Chiudi questa finestra di scansione" + +#: zenmapGUI/MainWindow.py:258 +msgid "Print..." +msgstr "Stampa..." + +#: zenmapGUI/MainWindow.py:260 +msgid "Print the current scan" +msgstr "Stampa la scansione corrente" + +#: zenmapGUI/MainWindow.py:265 +msgid "Quit" +msgstr "Esci" + +#: zenmapGUI/MainWindow.py:267 +msgid "Quit the application" +msgstr "Esci dall'applicazione" + +#: zenmapGUI/MainWindow.py:272 +msgid "New _Profile or Command" +msgstr "Nuovo _Profilo o Comando" + +#: zenmapGUI/MainWindow.py:274 +msgid "Create a new scan profile using the current command" +msgstr "Crea un nuovo profilo di scansione usando il comando corrente" + +#: zenmapGUI/MainWindow.py:279 +msgid "Search Scan Results" +msgstr "Cerca risultati di scansione" + +#: zenmapGUI/MainWindow.py:281 +msgid "Search for a scan result" +msgstr "Cerca un risultato di scansione" + +#: zenmapGUI/MainWindow.py:286 +#: zenmapGUI/ScanInterface.py:830 +msgid "Filter Hosts" +msgstr "Filtra host" + +#: zenmapGUI/MainWindow.py:288 +msgid "Search for host by criteria" +msgstr "Cerca gli host con un criterio" + +#: zenmapGUI/MainWindow.py:293 +msgid "_Edit Selected Profile" +msgstr "_Modifica il profilo selezionato" + +#: zenmapGUI/MainWindow.py:295 +msgid "Edit selected scan profile" +msgstr "Modifica il profilo di scansione selezionato" + +#: zenmapGUI/MainWindow.py:299 +msgid "_Profile" +msgstr "_Profilo" + +#: zenmapGUI/MainWindow.py:303 +#: zenmapGUI/DiffCompare.py:276 +msgid "Compare Results" +msgstr "Compara i risultati" + +#: zenmapGUI/MainWindow.py:305 +msgid "Compare Scan Results using Diffies" +msgstr "Compara i risultati di scansione per differenze" + +#: zenmapGUI/MainWindow.py:310 +#: zenmapGUI/MainWindow.py:330 +msgid "_Help" +msgstr "_Aiuto" + +#: zenmapGUI/MainWindow.py:314 +msgid "_Report a bug" +msgstr "_Segnala un errore" + +#: zenmapGUI/MainWindow.py:316 +msgid "Report a bug" +msgstr "Segnala un errore" + +#: zenmapGUI/MainWindow.py:322 +msgid "_About" +msgstr "_Informazioni" + +#: zenmapGUI/MainWindow.py:324 +#, python-format +msgid "About %s" +msgstr "Informazioni su %s" + +#: zenmapGUI/MainWindow.py:332 +msgid "Shows the application help" +msgstr "Mostra l'aiuto dell'applicazione" + +#: zenmapGUI/MainWindow.py:431 +msgid "Can't save to database" +msgstr "Impossibile salvare nel database" + +#: zenmapGUI/MainWindow.py:432 +#, python-format +msgid "" +"Can't store unsaved scans to the recent scans database:\n" +"%s" +msgstr "" +"Non è possibile registrare le scansioni non salvate nel database delle scansioni recenti:\n" +"%s" + +#: zenmapGUI/MainWindow.py:547 +msgid "Error loading file" +msgstr "Errore caricando il file" + +#: zenmapGUI/MainWindow.py:569 +#: zenmapGUI/MainWindow.py:643 +msgid "Nothing to save" +msgstr "Nulla da salvare" + +#: zenmapGUI/MainWindow.py:570 +msgid "There are no scans with results to be saved. Run a scan with the \"Scan\" button first." +msgstr "Non ci sono scansioni con risultati da salvare. Eseguite prima una scansione con il bottone \"Scansione\"." + +#: zenmapGUI/MainWindow.py:579 +#: zenmapGUI/MainWindow.py:652 +msgid "There is a scan still running. Wait until it finishes and then save." +msgstr "C'è una scansione ancora in corso. Attendere che termini e poi salvare." + +#: zenmapGUI/MainWindow.py:581 +#: zenmapGUI/MainWindow.py:654 +#, python-format +msgid "There are %u scans still running. Wait until they finish and then save." +msgstr "Ci sono %u scansioni ancora in corso. Attendere che terminino e poi salvare." + +#: zenmapGUI/MainWindow.py:583 +#: zenmapGUI/MainWindow.py:656 +msgid "Scan is running" +msgstr "Scansione in corso" + +#: zenmapGUI/MainWindow.py:622 +msgid "Save Scan" +msgstr "Salva scansione" + +#: zenmapGUI/MainWindow.py:644 +msgid "This scan has not been run yet. Start the scan with the \"Scan\" button first." +msgstr "Questa scansione non è ancora stata eseguita. Avviate prima una scansione con il bottone \"Scansione\"." + +#: zenmapGUI/MainWindow.py:664 +msgid "Choose a directory to save scans into" +msgstr "Scegliete una directory in cui salvare le informazioni di scansione" + +#: zenmapGUI/MainWindow.py:683 +#: zenmapGUI/MainWindow.py:703 +msgid "Can't save file" +msgstr "Impossibile salvare il file" + +#: zenmapGUI/MainWindow.py:704 +#, python-format +msgid "" +"Can't open file to write.\n" +"%s" +msgstr "" +"Impossibile aprire il file da scrivere.\n" +"%s" + +#: zenmapGUI/MainWindow.py:750 +#: zenmapGUI/MainWindow.py:788 +msgid "Close anyway" +msgstr "Chiudi comunque" + +#: zenmapGUI/MainWindow.py:753 +msgid "Unsaved changes" +msgstr "Cambiamenti non salvati" + +#: zenmapGUI/MainWindow.py:755 +msgid "" +"The given scan has unsaved changes.\n" +"What do you want to do?" +msgstr "" +"La scansione data contiene cambiamenti non salvati.\n" +"Cosa fare?" + +#: zenmapGUI/MainWindow.py:791 +msgid "Trying to close" +msgstr "Provare a chiudere" + +#: zenmapGUI/MainWindow.py:793 +msgid "" +"The window you are trying to close has a scan running at the background.\n" +"What do you want to do?" +msgstr "" +"La finestra che si sta tentando di chiudere sta eseguendo una scansione in background.\n" +"Cosa fare?" + +#: zenmapGUI/MainWindow.py:860 +msgid "Can't find documentation files" +msgstr "Impossibile trovare i file di documentazione" + +#: zenmapGUI/MainWindow.py:861 +#, python-format +msgid "There was an error loading the documentation file %s (%s). See the online documentation at %s." +msgstr "SI è verificato un errore caricando i file di documentazione %s (%s). Vedere la documentazione online su %s." + +#: zenmapGUI/ScanNmapOutputPage.py:183 +msgid "Details" +msgstr "Dettagli" + +#: zenmapGUI/ScanHostsView.py:135 +msgid "Hosts" +msgstr "Hosts" + +#: zenmapGUI/ScanHostsView.py:136 +#: radialnet/gui/NodeNotebook.py:165 +msgid "Services" +msgstr "Servizi" + +#: zenmapGUI/ScanHostsView.py:147 +msgid "OS" +msgstr "SO" + +#: zenmapGUI/ScanHostsView.py:148 +#: zenmapGUI/ScanOpenPortsPage.py:188 +msgid "Host" +msgstr "Host" + +#: zenmapGUI/ScanHostsView.py:156 +#: zenmapGUI/ScanOpenPortsPage.py:193 +#: zenmapGUI/ScanOpenPortsPage.py:214 +#: radialnet/gui/NodeNotebook.py:101 +msgid "Service" +msgstr "Servizio" + +#: zenmapGUI/FileChoosers.py:106 +#, python-format +msgid "All files (%s)" +msgstr "Tutti i file (%s)" + +#: zenmapGUI/FileChoosers.py:115 +#, python-format +msgid "Nmap XML files (%s)" +msgstr "File XML di Nmap (%s)" + +#: zenmapGUI/FileChoosers.py:124 +#, python-format +msgid "NSE scripts (%s)" +msgstr "Scripts NSE (%s)" + +#: zenmapGUI/FileChoosers.py:198 +#: radialnet/gui/SaveDialog.py:100 +msgid "By extension" +msgstr "Per estensione" + +#: zenmapGUI/FileChoosers.py:199 +msgid "Nmap XML format (.xml)" +msgstr "Formato XML Nmap (.xml)" + +#: zenmapGUI/FileChoosers.py:200 +msgid "Nmap text format (.nmap)" +msgstr "Formato testo Nmap (.nmap)" + +#: zenmapGUI/FileChoosers.py:229 +#: radialnet/gui/SaveDialog.py:137 +msgid "Select File Type:" +msgstr "Selezionare il tipo di file:" + +#: zenmapGUI/ScanRunDetailsPage.py:103 +#: zenmapGUI/ScanHostDetailsPage.py:102 +msgid "Not available" +msgstr "Non disponibile" + +#: zenmapGUI/ScanRunDetailsPage.py:109 +msgid "Nmap Version:" +msgstr "Versione Nmap:" + +#: zenmapGUI/ScanRunDetailsPage.py:112 +msgid "Verbosity level:" +msgstr "Livello di verbosità:" + +#: zenmapGUI/ScanRunDetailsPage.py:115 +msgid "Debug level:" +msgstr "Livello di debug:" + +#: zenmapGUI/ScanRunDetailsPage.py:118 +msgid "Command Info" +msgstr "Informazioni sul comando" + +#: zenmapGUI/ScanRunDetailsPage.py:147 +msgid "Started on:" +msgstr "Cominciato il:" + +#: zenmapGUI/ScanRunDetailsPage.py:150 +msgid "Finished on:" +msgstr "Terminato il:" + +#: zenmapGUI/ScanRunDetailsPage.py:153 +msgid "Hosts up:" +msgstr "Hosts attivi:" + +#: zenmapGUI/ScanRunDetailsPage.py:156 +msgid "Hosts down:" +msgstr "Hosts spenti:" + +#: zenmapGUI/ScanRunDetailsPage.py:159 +msgid "Hosts scanned:" +msgstr "Hosts scansiti:" + +#: zenmapGUI/ScanRunDetailsPage.py:162 +#: zenmapGUI/ScanHostDetailsPage.py:168 +msgid "Open ports:" +msgstr "Porte aperte:" + +#: zenmapGUI/ScanRunDetailsPage.py:165 +#: zenmapGUI/ScanHostDetailsPage.py:171 +msgid "Filtered ports:" +msgstr "Porte filtrate:" + +#: zenmapGUI/ScanRunDetailsPage.py:168 +#: zenmapGUI/ScanHostDetailsPage.py:174 +msgid "Closed ports:" +msgstr "Porte chiuse:" + +#: zenmapGUI/ScanRunDetailsPage.py:171 +msgid "General Info" +msgstr "Informazioni generali" + +#: zenmapGUI/ScanRunDetailsPage.py:232 +msgid "Scan Info" +msgstr "Informazioni scansione" + +#: zenmapGUI/ScanRunDetailsPage.py:249 +msgid "Scan type:" +msgstr "Tipo di scansione:" + +#: zenmapGUI/ScanRunDetailsPage.py:252 +msgid "Protocol:" +msgstr "Protocollo:" + +#: zenmapGUI/ScanRunDetailsPage.py:255 +msgid "# scanned ports:" +msgstr "# porte scansite:" + +#: zenmapGUI/ScanRunDetailsPage.py:258 +msgid "Services:" +msgstr "Servizi:" + +#: zenmapGUI/About.py:157 +#, python-format +msgid "About %s and %s" +msgstr "Informazioni su %s e %s" + +#: zenmapGUI/About.py:173 +#, python-format +msgid "%s is a free and open source utility for network exploration and security auditing." +msgstr "%s è un utilità libera ed open source per l'esplorazone della rete e l'audit di sicurezza." + +#: zenmapGUI/About.py:178 +#, python-format +msgid "%s is a multi-platform graphical %s frontend and results viewer. It was originally derived from %s." +msgstr "%s è un frontend e visualizzatore di risultati %s grafico multi-piattaforma. Deriva originariamente da %s." + +#: zenmapGUI/About.py:184 +#, python-format +msgid "%s is an %s GUI created as part of the Nmap/Google Summer of Code program." +msgstr "%s è una GUI %s creata durante il programma Nmap/Google Summer of Code." + +#: zenmapGUI/About.py:187 +#: zenmapGUI/About.py:227 +#, python-format +msgid "%s credits" +msgstr "Riconoscimenti %s" + +#: zenmapGUI/About.py:268 +msgid "Written by" +msgstr "Scritto da" + +#: zenmapGUI/About.py:269 +msgid "Design" +msgstr "Disegno" + +#: zenmapGUI/About.py:270 +msgid "SoC 2007" +msgstr "SoC 2007" + +#: zenmapGUI/About.py:271 +msgid "Contributors" +msgstr "Contributori" + +#: zenmapGUI/About.py:272 +msgid "Translation" +msgstr "Traduzione" + +#: zenmapGUI/About.py:273 +msgid "Maemo" +msgstr "Maemo" + +#: zenmapGUI/ScanOpenPortsPage.py:190 +#: zenmapGUI/ScanOpenPortsPage.py:218 +#: radialnet/gui/NodeNotebook.py:101 +msgid "Port" +msgstr "Porta" + +#: zenmapGUI/ScanOpenPortsPage.py:191 +#: zenmapGUI/ScanOpenPortsPage.py:217 +#: radialnet/gui/NodeNotebook.py:101 +msgid "Protocol" +msgstr "Protocollo" + +#: zenmapGUI/ScanOpenPortsPage.py:192 +#: zenmapGUI/ScanOpenPortsPage.py:219 +#: radialnet/gui/NodeNotebook.py:101 +#: radialnet/gui/NodeNotebook.py:102 +msgid "State" +msgstr "Stato" + +#: zenmapGUI/ScanOpenPortsPage.py:194 +#: zenmapGUI/ScanOpenPortsPage.py:220 +#: radialnet/gui/NodeNotebook.py:126 +msgid "Version" +msgstr "Versione" + +#: zenmapGUI/ScanOpenPortsPage.py:216 +#: radialnet/gui/NodeNotebook.py:112 +msgid "Hostname" +msgstr "Nome host" + +#: zenmapGUI/BugReport.py:105 +msgid "How to Report a Bug" +msgstr "Come segnalare un errore" + +#: zenmapGUI/BugReport.py:124 +#, python-format +msgid "" +"How to report a bug\n" +"\n" +"Like their author, %(nmap)s and %(app)s aren't perfect. But you can help make it better by sending bug reports or even writing patches. If %(nmap)s doesn't behave the way you expect, first upgrade to the latest version available from %(nmap_web)s. If the problem persists, do some research to determine whether it has already been discovered and addressed. Try Googling the error message or browsing the nmap-dev archives at http://seclists.org/. Read the full manual page as well. If nothing comes of this, mail a bug report to <nmap-dev@insecure.org>. Please include everything you have learned about the problem, as well as what version of Nmap you are running and what operating system version it is running on. Problem reports and %(nmap)s usage questions sent to nmap-dev@insecure.org are far more likely to be answered than those sent to Fyodor directly.\n" +"\n" +"Code patches to fix bugs are even better than bug reports. Basic instructions for creating patch files with your changes are available at http://nmap.org/data/HACKING. Patches may be sent to nmap-dev (recommended) or to Fyodor directly.\n" +msgstr "" +"Come segnalare un errore\n" +"\n" +"Come il loro autore, %(nmap)s e %(app)s non sono perfetti. Ma potete aiutare a renderli migliori inviando segnalazioni d'errore o persino scrivendo patches. Se %(nmap)s non si comporta nel modo che vi aspettate, per prima cosa aggiornatelo all'ultima versione disponibile da %(nmap_web)s. Se il problema persiste, fate qualche ricerca per determinare se è stato già scoperto e risolto. Provate a cercare su Google il messaggio di errore o sfogliate gli archivi di nmap-dev su http://seclists.org/. Leggete anche il manuale completo. Se non ne ricavate nulla, scrivete un email con la segnalazione d'errore a <nmap-dev@insecure.org>. Siete pregati di includere ogni cosa appresa sul problema, assieme alla versione di Nmap che state eseguendo e su quale versione di sistema operativo gira. Segnalazioni di errore e domande sull'uso di %(nmap)s inviate a nmap-dev@insecure.org otterranno una risposta più facilmente di quelle inviate direttamente a Fyodor.\n" +"\n" +"Patches di codice per risolvere errori sono anche meglio delle segnalazioni. Semplici informazioni su come creare un file patch files con i vostri cambiamenti sono disponibili su http://nmap.org/data/HACKING. Le patches possono essere inviate direttamente a nmap-dev (raccomandato) o a Fyodor.\n" + +#: zenmapGUI/ScanInterface.py:387 +msgid "Empty Nmap Command" +msgstr "Comando Nmap vuoto" + +#: zenmapGUI/ScanInterface.py:388 +msgid "There is no command to execute. Maybe the selected/typed profile doesn't exist. Please, check the profile name or type the nmap command you would like to execute." +msgstr "Non c'è alcun comando da eseguire. E' possibile che il profilo digitato/selezionato non esista. Si prega di controllare il nome del profilo o digitare il comando nmap che si desidera eseguire." + +#: zenmapGUI/ScanInterface.py:487 +msgid "This means that the nmap executable was not found in your system PATH, which is" +msgstr "Significa che l'eseguibile nmap non è stato rilevato nel PATH di sistema, che è" + +#: zenmapGUI/ScanInterface.py:487 +msgid "" +msgstr "" + +#: zenmapGUI/ScanInterface.py:497 +msgid "plus the extra directory" +msgstr "più la directory extra" + +#: zenmapGUI/ScanInterface.py:499 +msgid "plus the extra directories" +msgstr "più le directory extra" + +#: zenmapGUI/ScanInterface.py:501 +msgid "Error executing command" +msgstr "Errore durante l'esecuzione del programma" + +#: zenmapGUI/ScanInterface.py:569 +msgid "Parse error" +msgstr "Errore di analisi" + +#: zenmapGUI/ScanInterface.py:570 +#, python-format +msgid "" +"There was an error while parsing the XML file generated from the scan:\n" +"\n" +"%s" +msgstr "" +"Si è verificato un errore durante l'analisi del file XML generato dalla scansione:\n" +"\n" +"%s" + +#: zenmapGUI/ScanInterface.py:662 +#, python-format +msgid "%d/%d hosts shown" +msgstr "%d/%d host mostrati" + +#: zenmapGUI/ScanInterface.py:879 +msgid "Nmap Output" +msgstr "Nmap output" + +#: zenmapGUI/ScanInterface.py:880 +msgid "Ports / Hosts" +msgstr "Porte / Hosts" + +#: zenmapGUI/ScanInterface.py:881 +msgid "Topology" +msgstr "Topologia" + +#: zenmapGUI/ScanInterface.py:882 +msgid "Host Details" +msgstr "Dettagli host" + +#: zenmapGUI/ScanInterface.py:883 +msgid "Scans" +msgstr "Scansioni" + +#: zenmapGUI/ScanInterface.py:904 +msgid "No host selected." +msgstr "Nessun host selezionato." + +#: zenmapGUI/NmapOutputProperties.py:108 +msgid "Nmap Output Properties" +msgstr "Proprietà output Nmap" + +#: zenmapGUI/NmapOutputProperties.py:135 +msgid "details" +msgstr "dettagli" + +#: zenmapGUI/NmapOutputProperties.py:136 +msgid "port listing title" +msgstr "titolo elenco porte" + +#: zenmapGUI/NmapOutputProperties.py:137 +msgid "open port" +msgstr "porta aperta" + +#: zenmapGUI/NmapOutputProperties.py:138 +msgid "closed port" +msgstr "porta chiusa" + +#: zenmapGUI/NmapOutputProperties.py:139 +msgid "filtered port" +msgstr "porta filtrata" + +#: zenmapGUI/NmapOutputProperties.py:140 +msgid "date" +msgstr "data" + +#: zenmapGUI/NmapOutputProperties.py:141 +msgid "hostname" +msgstr "nome host" + +#: zenmapGUI/NmapOutputProperties.py:142 +msgid "ip" +msgstr "ip" + +#: zenmapGUI/NmapOutputProperties.py:181 +msgid "Highlight definitions" +msgstr "definizioni evidenziate" + +#: zenmapGUI/NmapOutputProperties.py:207 +msgid "Text" +msgstr "Testo" + +#: zenmapGUI/NmapOutputProperties.py:208 +msgid "Highlight" +msgstr "Evidenziazione" + +#: zenmapGUI/NmapOutputProperties.py:223 +msgid "text color" +msgstr "colore testo" + +#: zenmapGUI/NmapOutputProperties.py:249 +msgid "highlight color" +msgstr "colore evidenziazione" + +#: zenmapGUI/FilterBar.py:23 +msgid "Host Filter:" +msgstr "Filtro host:" + +#: zenmapGUI/FilterBar.py:56 +msgid "" +"Entering the text into the search performs a keyword search - the search string is matched against every aspect of the host.\n" +"\n" +"To refine the search, you can use operators to search only specific fields within a host. Most operators have a short form, listed. \n" +"target: (t:) - User-supplied target, or a rDNS result.\n" +"os: - All OS-related fields.\n" +"open: (op:) - Open ports discovered in a scan.\n" +"closed: (cp:) - Closed ports discovered in a scan.\n" +"filtered: (fp:) - Filtered ports discovered in scan.\n" +"unfiltered: (ufp:) - Unfiltered ports found in a scan (using, for example, an ACK scan).\n" +"open|filtered: (ofp:) - Ports in the \"open|filtered\" state.\n" +"closed|filtered: (cfp:) - Ports in the \"closed|filtered\" state.\n" +"service: (s:) - All service-related fields.\n" +"inroute: (ir:) - Matches a router in the scan's traceroute output.\n" +msgstr "" +"L'immissione di testo nella ricerca esegue una ricerca per parola chiave - la stringa di ricerca è confrontata verso ogni aspetto dell'host.\n" +"\n" +"Per rifinire la ricerca, potete usare operatori per cercare solo in specifici campi di un host. Gran parte degli operatori hanno la forma abbreviata sottoelencata. \n" +"target: (t:) - Obbiettivo fornito dall'utente, o risultato da rDNS.\n" +"os: - Tutti i campi relativi al SO.\n" +"open: (op:) - Porte aperte rilevate in una scansione.\n" +"closed: (cp:) - Porte chiuse rilevate in una scansione.\n" +"filtered: (fp:) - Porte filtrate rilevate in una scansione.\n" +"unfiltered: (ufp:) - Porte non filtrate rilevate in una scansione (usando, per esempio, una scansione ACK).\n" +"open|filtered: (ofp:) - Porte nello stato \"aperto|filtrato\".\n" +"closed|filtered: (cfp:) - Porte nello stato \"chiuso|filtrato\".\n" +"service: (s:) - Tutti i campi relativi ai servizi.\n" +"inroute: (ir:) - Confronta con un router nell'output traceroute della scansione.\n" + +#: zenmapGUI/DiffCompare.py:157 +msgid "Scan Output" +msgstr "Output scansione" + +#: zenmapGUI/DiffCompare.py:208 +msgid "Select Scan Result" +msgstr "Selezione output scansione" + +#: zenmapGUI/DiffCompare.py:219 +msgid "Error parsing file" +msgstr "Errore di analisi file" + +#: zenmapGUI/DiffCompare.py:220 +#, python-format +msgid "" +"The file is not an Nmap XML output file. The parsing error that occurred was\n" +"%s" +msgstr "" +"Il file non è un file di output XML Nmap. L'errore di analisi che si è verificato è stato\n" +"%s" + +#: zenmapGUI/DiffCompare.py:227 +msgid "Cannot open selected file" +msgstr "Impossibile aprire il file selezionato" + +#: zenmapGUI/DiffCompare.py:228 +#, python-format +msgid "" +"This error occurred while trying to open the file:\n" +"%s" +msgstr "" +"Questo errore si è verificato durante il tentativo di apertura del file:\n" +"%s" + +#: zenmapGUI/DiffCompare.py:291 +msgid "A Scan" +msgstr "Scansione A" + +#: zenmapGUI/DiffCompare.py:292 +msgid "B Scan" +msgstr "Scansione B" + +#: zenmapGUI/DiffCompare.py:350 +#: zenmapGUI/DiffCompare.py:397 +msgid "Error running ndiff" +msgstr "Errore esecuzione ndiff" + +#: zenmapGUI/DiffCompare.py:351 +msgid "" +"There was an error running the ndiff program.\n" +"\n" +msgstr "" +"Si è verificato un errore eseguendo il programma ndiff.\n" +"\n" + +#: zenmapGUI/DiffCompare.py:384 +msgid "Error parsing ndiff output" +msgstr "Errore di analisi output ndiff" + +#: zenmapGUI/DiffCompare.py:392 +#, python-format +msgid "The ndiff process terminated with status code %d." +msgstr "Il processo ndiff è terminato con il codice di stato %d." + +#: zenmapGUI/ScriptInterface.py:220 +msgid "There was an error getting the list of scripts from Nmap. Try upgrading Nmap." +msgstr "Si è verificato un errore ottenendo l'elenco degli script da Nmap. Provare ad aggiornare Nmap." + +#: zenmapGUI/ScriptInterface.py:410 +msgid "" +"List of scripts\n" +"\n" +"A list of all installed scripts. Activate or deactivate a script by clicking the box next to the script name." +msgstr "" +"Elenco degli script\n" +"\n" +"Un elenco di tutti gli script installati. Attivare o disattivare uno script cliccando nella casella a fianco del nome dello script." + +#: zenmapGUI/ScriptInterface.py:411 +msgid "" +"Description\n" +"\n" +"This box shows the categories a script belongs to. In addition, it gives a detailed description of the script which is present in script. A URL points to online NSEDoc documentation." +msgstr "" +"Descrizione\n" +"\n" +"Questa casella mostra le categorie a cui appartiene uno script. Inoltre, fornisce una descrizione dettagliata dello script ivi presente. Un URL punta alla documentazione online NSEDoc." + +#: zenmapGUI/ScriptInterface.py:412 +msgid "" +"Arguments\n" +"\n" +"A list of arguments that affect the selected script. Enter a value by clicking in the value field beside the argument name." +msgstr "" +"Argomenti\n" +"\n" +"Un elenco di argomenti pertinenti lo script selezionato. Immettere un valore cliccando nel campo a fianco del nome dell'argomento." + +#: zenmapGUI/ScriptInterface.py:416 +msgid "Please wait." +msgstr "Attendere." + +#: zenmapGUI/ScriptInterface.py:439 +msgid "Names" +msgstr "Nomi" + +#: zenmapGUI/ScriptInterface.py:558 +msgid "Arguments" +msgstr "Argomenti" + +#: zenmapGUI/ScriptInterface.py:647 +msgid "Select script files" +msgstr "File script selezionati" + +#: zenmapGUI/ScanScanListPage.py:103 +msgid "Running" +msgstr "Esecuzione" + +#: zenmapGUI/ScanScanListPage.py:106 +msgid "Unsaved" +msgstr "Non salvato" + +#: zenmapGUI/ScanScanListPage.py:110 +msgid "Failed" +msgstr "Fallito" + +#: zenmapGUI/ScanScanListPage.py:112 +msgid "Canceled" +msgstr "Annullato" + +#: zenmapGUI/ScanScanListPage.py:133 +msgid "Status" +msgstr "Stato" + +#: zenmapGUI/ScanScanListPage.py:139 +msgid "Command" +msgstr "Comando" + +#: zenmapGUI/ScanScanListPage.py:156 +msgid "Append Scan" +msgstr "Appendi scansione" + +#: zenmapGUI/ScanScanListPage.py:159 +msgid "Remove Scan" +msgstr "Rimuovi scansione" + +#: zenmapGUI/ScanScanListPage.py:162 +msgid "Cancel Scan" +msgstr "Annulla scansione" + +#: zenmapGUI/ScanHostDetailsPage.py:151 +msgid "Host Status" +msgstr "Stato host" + +#: zenmapGUI/ScanHostDetailsPage.py:152 +msgid "Addresses" +msgstr "Indirizzi" + +#: zenmapGUI/ScanHostDetailsPage.py:153 +msgid "Hostnames" +msgstr "Nomi host" + +#: zenmapGUI/ScanHostDetailsPage.py:154 +#: radialnet/gui/NodeNotebook.py:416 +msgid "Operating System" +msgstr "Sistema operativo" + +#: zenmapGUI/ScanHostDetailsPage.py:155 +msgid "Ports used" +msgstr "Porte utilizzate" + +#: zenmapGUI/ScanHostDetailsPage.py:156 +msgid "OS Classes" +msgstr "Classi SO" + +#: zenmapGUI/ScanHostDetailsPage.py:157 +msgid "TCP Sequence" +msgstr "Sequenza TCP" + +#: zenmapGUI/ScanHostDetailsPage.py:158 +msgid "IP ID Sequence" +msgstr "Sequenza ID IP" + +#: zenmapGUI/ScanHostDetailsPage.py:159 +msgid "TCP TS Sequence" +msgstr "Sequenza TS TCP" + +#: zenmapGUI/ScanHostDetailsPage.py:160 +msgid "Comments" +msgstr "Commenti" + +#: zenmapGUI/ScanHostDetailsPage.py:165 +msgid "State:" +msgstr "Stato:" + +#: zenmapGUI/ScanHostDetailsPage.py:177 +msgid "Scanned ports:" +msgstr "Porte scansite:" + +#: zenmapGUI/ScanHostDetailsPage.py:180 +msgid "Up time:" +msgstr "Tempo in attività:" + +#: zenmapGUI/ScanHostDetailsPage.py:183 +#: radialnet/gui/NodeNotebook.py:466 +msgid "Last boot:" +msgstr "Ultimo avvio:" + +#: zenmapGUI/ScanHostDetailsPage.py:188 +msgid "IPv4:" +msgstr "IPv4:" + +#: zenmapGUI/ScanHostDetailsPage.py:191 +msgid "IPv6:" +msgstr "IPv6:" + +#: zenmapGUI/ScanHostDetailsPage.py:194 +msgid "MAC:" +msgstr "MAC:" + +#: zenmapGUI/ScanHostDetailsPage.py:197 +msgid "Vendor:" +msgstr "Venditore:" + +#: zenmapGUI/ScanHostDetailsPage.py:335 +msgid "Name - Type:" +msgstr "Nome - Tipo:" + +#: zenmapGUI/ScanHostDetailsPage.py:353 +msgid "Not Available" +msgstr "Non disponibile" + +#: zenmapGUI/ScanHostDetailsPage.py:355 +msgid "Name:" +msgstr "Nome:" + +#: zenmapGUI/ScanHostDetailsPage.py:358 +msgid "Accuracy:" +msgstr "Accuratezza:" + +#: zenmapGUI/ScanHostDetailsPage.py:385 +msgid "Port-Protocol-State:" +msgstr "Porta-Protocollo-Stato:" + +#: zenmapGUI/ScanHostDetailsPage.py:397 +#: radialnet/gui/NodeNotebook.py:126 +msgid "Type" +msgstr "Tipo" + +#: zenmapGUI/ScanHostDetailsPage.py:398 +#: radialnet/gui/NodeNotebook.py:126 +msgid "Vendor" +msgstr "Venditore" + +#: zenmapGUI/ScanHostDetailsPage.py:399 +msgid "OS Family" +msgstr "Famiglia SO" + +#: zenmapGUI/ScanHostDetailsPage.py:400 +msgid "OS Generation" +msgstr "Generazione SO" + +#: zenmapGUI/ScanHostDetailsPage.py:401 +msgid "Accuracy" +msgstr "Accuratezza" + +#: zenmapGUI/ScanHostDetailsPage.py:428 +msgid "Difficulty:" +msgstr "Difficoltà:" + +#: zenmapGUI/ScanHostDetailsPage.py:431 +msgid "Index:" +msgstr "Indice:" + +#: zenmapGUI/ScanHostDetailsPage.py:434 +#: zenmapGUI/ScanHostDetailsPage.py:453 +#: zenmapGUI/ScanHostDetailsPage.py:472 +msgid "Values:" +msgstr "Valori:" + +#: zenmapGUI/ScanHostDetailsPage.py:450 +#: zenmapGUI/ScanHostDetailsPage.py:469 +msgid "Class:" +msgstr "Classe:" + +#: zenmapGUI/SearchWindow.py:117 +msgid "Search Scans" +msgstr "Cerca scansioni" + +#: zenmapGUI/SearchWindow.py:143 +msgid "Append" +msgstr "Appendi" + +#: radialnet/bestwidgets/windows.py:112 +msgid "Alert" +msgstr "Avviso" + +#: radialnet/gui/ControlWidget.py:157 +msgid "Action" +msgstr "Azione" + +#: radialnet/gui/ControlWidget.py:183 +msgid "Info" +msgstr "Info" + +#: radialnet/gui/ControlWidget.py:205 +msgid "Red" +msgstr "Rosso" + +#: radialnet/gui/ControlWidget.py:206 +msgid "Yellow" +msgstr "Giallo" + +#: radialnet/gui/ControlWidget.py:207 +msgid "Green" +msgstr "Verde" + +#: radialnet/gui/ControlWidget.py:537 +msgid "Fisheye on ring" +msgstr "Fisheye sull'anello" + +#: radialnet/gui/ControlWidget.py:552 +msgid "with interest factor" +msgstr "con fattore di interesse" + +#: radialnet/gui/ControlWidget.py:557 +msgid "and spread factor" +msgstr "e fattore di diffusione" + +#: radialnet/gui/ControlWidget.py:669 +msgid "Interpolation" +msgstr "Interpolazione" + +#: radialnet/gui/ControlWidget.py:681 +msgid "Cartesian" +msgstr "Cartesiano" + +#: radialnet/gui/ControlWidget.py:682 +msgid "Polar" +msgstr "Polare" + +#: radialnet/gui/ControlWidget.py:695 +msgid "Frames" +msgstr "Finestra" + +#: radialnet/gui/ControlWidget.py:756 +msgid "Layout" +msgstr "Disposizione" + +#: radialnet/gui/ControlWidget.py:769 +msgid "Symmetric" +msgstr "Simmetrica" + +#: radialnet/gui/ControlWidget.py:770 +msgid "Weighted" +msgstr "Pesata" + +#: radialnet/gui/ControlWidget.py:830 +msgid "Ring gap" +msgstr "Intervallo anulare" + +#: radialnet/gui/ControlWidget.py:834 +msgid "Lower ring gap" +msgstr "Intervallo anulare minimo" + +#: radialnet/gui/ControlWidget.py:967 +msgid "View" +msgstr "Vista" + +#: radialnet/gui/ControlWidget.py:980 +msgid "Zoom" +msgstr "Zoom" + +#: radialnet/gui/ControlWidget.py:1214 +msgid "Navigation" +msgstr "Navigazione" + +#: radialnet/gui/Toolbar.py:125 +msgid "Hosts viewer" +msgstr "Visualizzatore hosts" + +#: radialnet/gui/Toolbar.py:199 +msgid "Save Graphic" +msgstr "Salva grafico" + +#: radialnet/gui/Toolbar.py:202 +#: radialnet/gui/HostsViewer.py:118 +msgid "Hosts Viewer" +msgstr "Visualizzatore hosts" + +#: radialnet/gui/Toolbar.py:205 +msgid "Controls" +msgstr "Controlli" + +#: radialnet/gui/Toolbar.py:209 +msgid "Fisheye" +msgstr "Fisheye" + +#: radialnet/gui/Toolbar.py:295 +msgid "Error saving snapshot" +msgstr "Errore di salvataggio snapshot" + +#: radialnet/gui/NodeNotebook.py:101 +msgid "Method" +msgstr "Metodo" + +#: radialnet/gui/NodeNotebook.py:102 +msgid "Count" +msgstr "Conteggio" + +#: radialnet/gui/NodeNotebook.py:102 +msgid "Reasons" +msgstr "Ragioni" + +#: radialnet/gui/NodeNotebook.py:112 +msgid "TTL" +msgstr "TTL" + +#: radialnet/gui/NodeNotebook.py:112 +msgid "RTT" +msgstr "RTT" + +#: radialnet/gui/NodeNotebook.py:112 +msgid "IP" +msgstr "IP" + +#: radialnet/gui/NodeNotebook.py:114 +#, python-format +msgid "Traceroute on port %s/%s totalized %d known hops." +msgstr "Il traceroute sulla porta %s/%s ha totalizzato %d hops conosciuti." + +#: radialnet/gui/NodeNotebook.py:118 +msgid "No traceroute information available." +msgstr "Nessuna informazione traceroute disponibile." + +#: radialnet/gui/NodeNotebook.py:125 +msgid "Name" +msgstr "Nome" + +#: radialnet/gui/NodeNotebook.py:125 +msgid "DB Line" +msgstr "Linea DB" + +#: radialnet/gui/NodeNotebook.py:126 +msgid "Family" +msgstr "Famiglia" + +#: radialnet/gui/NodeNotebook.py:130 +#, python-format +msgid "* TCP sequence index equal to %d and difficulty is \"%s\"." +msgstr "* sequenza TCP index uguale a %d e difficoltà è \"%s\"." + +#: radialnet/gui/NodeNotebook.py:164 +msgid "General" +msgstr "Generale" + +#: radialnet/gui/NodeNotebook.py:166 +msgid "Traceroute" +msgstr "Traceroute" + +#: radialnet/gui/NodeNotebook.py:210 +#, python-format +msgid "Ports (%s)" +msgstr "Porte (%s)" + +#: radialnet/gui/NodeNotebook.py:232 +#: radialnet/gui/NodeNotebook.py:772 +msgid "" +msgstr "" + +#: radialnet/gui/NodeNotebook.py:238 +msgid "" +msgstr "" + +#: radialnet/gui/NodeNotebook.py:263 +#, python-format +msgid "[%d] service: %s" +msgstr "[%d] servizio: %s" + +#: radialnet/gui/NodeNotebook.py:268 +msgid "" +msgstr "" + +#: radialnet/gui/NodeNotebook.py:371 +#, python-format +msgid "Extraports (%s)" +msgstr "Porte extra (%s)" + +#: radialnet/gui/NodeNotebook.py:378 +msgid "Special fields" +msgstr "Campi speciali" + +#: radialnet/gui/NodeNotebook.py:414 +msgid "General information" +msgstr "Informazioni generali" + +#: radialnet/gui/NodeNotebook.py:415 +msgid "Sequences" +msgstr "Sequenze" + +#: radialnet/gui/NodeNotebook.py:418 +msgid "No sequence information." +msgstr "Nessuna informazione di sequenza." + +#: radialnet/gui/NodeNotebook.py:419 +msgid "No OS information." +msgstr "Nessuna informazione sul SO." + +#: radialnet/gui/NodeNotebook.py:424 +msgid "Address:" +msgstr "Indirizzo:" + +#: radialnet/gui/NodeNotebook.py:447 +msgid "Hostname:" +msgstr "Hostname:" + +#: radialnet/gui/NodeNotebook.py:471 +#, python-format +msgid "%s (%s seconds)." +msgstr "%s (%s secondi)." + +#: radialnet/gui/NodeNotebook.py:537 +msgid "Match" +msgstr "Corrispondenza" + +#: radialnet/gui/NodeNotebook.py:587 +#: radialnet/gui/NodeNotebook.py:637 +msgid "Class" +msgstr "Classe" + +#: radialnet/gui/NodeNotebook.py:595 +msgid "Used ports:" +msgstr "Porte usate:" + +#: radialnet/gui/NodeNotebook.py:618 +msgid "Fingerprint" +msgstr "Impronta" + +#: radialnet/gui/NodeNotebook.py:638 +msgid "Values" +msgstr "Valori" + +#: radialnet/gui/NodeNotebook.py:640 +msgid "TCP *" +msgstr "TCP *" + +#: radialnet/gui/NodeNotebook.py:641 +msgid "IP ID" +msgstr "IP ID" + +#: radialnet/gui/NodeNotebook.py:642 +msgid "TCP Timestamp" +msgstr "TCP Timestamp" + +#: radialnet/gui/HostsViewer.py:122 +msgid "No node selected" +msgstr "Nessun nodo selezionato" + +#: radialnet/gui/SaveDialog.py:101 +msgid "PDF" +msgstr "PDF" + +#: radialnet/gui/SaveDialog.py:102 +msgid "PNG" +msgstr "PNG" + +#: radialnet/gui/SaveDialog.py:103 +msgid "PostScript" +msgstr "PostScript" + +#: radialnet/gui/SaveDialog.py:104 +msgid "SVG" +msgstr "SVG" + +#: radialnet/gui/SaveDialog.py:117 +msgid "Save Topology" +msgstr "Salva topologia" + +#: radialnet/gui/SaveDialog.py:169 +msgid "No filename extension" +msgstr "Nessuna estensione nel nome del file" + +#: radialnet/gui/SaveDialog.py:170 +#, python-format +msgid "" +"The filename \"%s\" does not have an extension, and no specific file type was chosen.\n" +"Enter a known extension or select the file type from the list." +msgstr "" +"Il nome file \"%s\" non ha un estensione, e non è stato prescelto alcuno specifico tipo di file.\n" +"Immettere un estensione conosciuta o selezionare il tipo di file dall'elenco." + +#: radialnet/gui/SaveDialog.py:176 +msgid "Unknown filename extension" +msgstr "Estensione per il nome del file sconosciuta" + +#: radialnet/gui/SaveDialog.py:177 +#, python-format +msgid "" +"There is no file type known for the filename extension \"%s\".\n" +"Enter a known extension or select the file type from the list." +msgstr "" +"Non ci sono tipi di file conosciuti per il nome file \"%s\".\n" +"Immettere un estensione conosciuta o selezionare il tipo di file dall'elenco." + +#: share/zenmap/misc/profile_editor.xml:9 +msgid "Ping" +msgstr "Ping" + +#: share/zenmap/misc/profile_editor.xml:10 +msgid "Scripting" +msgstr "Scripting" + +#: share/zenmap/misc/profile_editor.xml:11 +msgid "Target" +msgstr "Obbiettivo" + +#: share/zenmap/misc/profile_editor.xml:12 +msgid "Source" +msgstr "Sorgente" + +#: share/zenmap/misc/profile_editor.xml:13 +msgid "Other" +msgstr "Altro" + +#: share/zenmap/misc/profile_editor.xml:14 +msgid "Timing" +msgstr "Tempo" + +#: share/zenmap/misc/profile_editor.xml:16 +msgid "Scan options" +msgstr "Opzioni scansione" + +#: share/zenmap/misc/profile_editor.xml:17 +msgid "Targets (optional): " +msgstr "Obbiettivi (opzionale):" + +#: share/zenmap/misc/profile_editor.xml:18 +msgid "TCP scan: " +msgstr "Scansione TCP: " + +#: share/zenmap/misc/profile_editor.xml:19 +#: share/zenmap/misc/profile_editor.xml:30 +#: share/zenmap/misc/profile_editor.xml:40 +msgid "None" +msgstr "Nessuno" + +#: share/zenmap/misc/profile_editor.xml:20 +msgid "Send probes with the ACK flag set. Ports will be marked \"filtered\" or \"unfiltered\". Use ACK scan to map out firewall rulesets." +msgstr "Sonda con il flag ACK impostato. Le porte saranno marcate \"filtrate\" o \"non filtrate\". Usate la scansione ACK per mappare le regole dei firewall." + +#: share/zenmap/misc/profile_editor.xml:20 +msgid "ACK scan" +msgstr "Scansione ACK" + +#: share/zenmap/misc/profile_editor.xml:21 +msgid "Send probes with the FIN bit set. FIN scan can differentiate \"closed\" and \"open|filtered\" ports on some systems." +msgstr "Sonda con il bit FIN impostato. La scansione FIN può differenziare le porte \"chiuse\" ed \"aperte|filtrate\" su alcuni sistemi." + +#: share/zenmap/misc/profile_editor.xml:21 +msgid "FIN scan" +msgstr "Scansione FIN" + +#: share/zenmap/misc/profile_editor.xml:22 +msgid "Send probes with the FIN and ACK bits set. Against some BSD-derived systems this can differentiate between \"closed\" and \"open|filtered\" ports." +msgstr "Sonda con i bit FIN ed ACK impostati. Verso determinati sistemi derivati da BSD si potrà differenziare fra porte \"chiuse\" ed \"aperte|filtrate\"." + +#: share/zenmap/misc/profile_editor.xml:22 +msgid "Maimon scan" +msgstr "Scansione Maimon" + +#: share/zenmap/misc/profile_editor.xml:23 +msgid "Send probes with no flags set (TCP flag header is 0). Null scan can differentiate \"closed\" and \"open|filtered\" ports on some systems." +msgstr "Sonda senza impostare flags (l'header flag del TCP è 0). Le scansioni nulle possono differenziare fra porte \"chiuse\" ed \"aperte|filtrate\" su alcuni sistemi." + +#: share/zenmap/misc/profile_editor.xml:23 +msgid "Null scan" +msgstr "Scansione Nulla" + +#: share/zenmap/misc/profile_editor.xml:24 +msgid "Send probes with the SYN flag set. This is the most popular scan and the most generally useful. It is known as a \"stealth\" scan because it avoids making a full TCP connection." +msgstr "Sonda con il flag SYN impostato. Questo è il metodo di scansione più popolare e generalmente il più utile. E' conosciuta come scansione \"stealth\" perché evita di stabilire connessioni TCP complete." + +#: share/zenmap/misc/profile_editor.xml:24 +msgid "TCP SYN scan" +msgstr "Scansione TCP SYN" + +#: share/zenmap/misc/profile_editor.xml:25 +msgid "Scan using the connect system call. This is like SYN scan but less stealthy because it makes a full TCP connection. It is the default when a user does not have raw packet privileges or is scanning IPv6 networks." +msgstr "Scansisci usando la connessione delle chiamate di sistema. Questa è come la scansione SYN ma è meno nascosta poichè ottiene una connessione TCP completa. E' la predefinita quando un utente non ha i privilegi per i pacchetti raw o sta scansendo reti IPv6." + +#: share/zenmap/misc/profile_editor.xml:25 +msgid "TCP connect scan" +msgstr "Scansione connessione TCP" + +#: share/zenmap/misc/profile_editor.xml:26 +msgid "Same as ACK scan except that it exploits an implementation detail of certain systems to differentiate open ports from closed ones, rather than always printing \"unfiltered\" when a RST is returned. " +msgstr "Lo stesso metodo della scansione ACK ad eccezione dello sfruttamento di un dettaglio di implementazione di certi sistemi per differenziare le porte aperte da quelle chiuse, invece di scrivere sempre \"non filtrate\" quando viene restituito un RST. " + +#: share/zenmap/misc/profile_editor.xml:26 +msgid "Window scan" +msgstr "Scnsione a finestra" + +#: share/zenmap/misc/profile_editor.xml:27 +msgid "Send probes with the FIN, PSH, and URG flags set, lighting the packets up like a Christmas tree. Xmas tree scan can differentiate \"closed\" and \"open|filtered\" ports on some systems." +msgstr "Sonda con i flag FIN, PSH, ed URG impostati, illuminando i pacchetti come un albero di natale. Le scansioni ad albero di natale possono differenziare porte \"chiuse\" ed \"aperte|filtrate\" su alcuni sistemi." + +#: share/zenmap/misc/profile_editor.xml:27 +msgid "Xmas Tree scan" +msgstr "Scansione ad albero di natale" + +#: share/zenmap/misc/profile_editor.xml:29 +msgid "Non-TCP scans: " +msgstr "Scansioni non-TCP" + +#: share/zenmap/misc/profile_editor.xml:31 +msgid "Scan UDP ports. UDP is in general slower and more difficult to scan than TCP, and is often ignored by security auditors." +msgstr "Scansiona porte UDP. UDP è in generale più lento ed in generale più lungo da scansire del TCP, ed è spesso ignorato dagli auditor di sicurezza." + +#: share/zenmap/misc/profile_editor.xml:31 +msgid "UDP scan" +msgstr "Scansione UDP" + +#: share/zenmap/misc/profile_editor.xml:32 +msgid "Scan IP protocols (TCP, ICMP, IGMP, etc.) to find which are supported by target machines." +msgstr "Scansiona i protocolli IP (TCP, ICMP, IGMP, etc.) per trovare quali sono supportati dalle macchine bersaglio." + +#: share/zenmap/misc/profile_editor.xml:32 +msgid "IP protocol scan" +msgstr "Scansione protocollo IP" + +#: share/zenmap/misc/profile_editor.xml:33 +msgid "Do not scan any targets, just list which ones would be scanned (with reverse DNS names if available)." +msgstr "Non scansire alcun bersaglio, elenca semplicemente quali sarebbero scansiti (mediante un nome DNS reverso se disponibile)." + +#: share/zenmap/misc/profile_editor.xml:33 +msgid "List scan" +msgstr "Elenco scansione" + +#: share/zenmap/misc/profile_editor.xml:34 +msgid "Skip the port scanning phase. Other phases (host discovery, script scan, traceroute) may still run." +msgstr "Salta la fase della scansione delle porte. Altre fasi (scoperta degli host, scansione da script, traceroute) potrebbero ancora essere eseguiti." + +#: share/zenmap/misc/profile_editor.xml:34 +msgid "No port scan" +msgstr "Nessuna scansione di porta" + +#: share/zenmap/misc/profile_editor.xml:35 +msgid "SCTP is a layer 4 protocol used mostly for telephony related applications. This is the SCTP equivalent of a TCP SYN stealth scan." +msgstr "L'SCTP è un protocollo layer 4 usato prevalentemente per applicazioni correlate alla telefonia. Questo è l'equivalente SCTP di una scansione stealth TCP SYN." + +#: share/zenmap/misc/profile_editor.xml:35 +msgid "SCTP INIT port scan" +msgstr "Scansione porte SCTP INIT" + +#: share/zenmap/misc/profile_editor.xml:36 +msgid "SCTP is a layer 4 protocol used mostly for telephony related applications." +msgstr "L'SCTP è un protocollo layer 4 utilizzato prevalentemente per applicazioni correlate alla telefonia." + +#: share/zenmap/misc/profile_editor.xml:36 +msgid "SCTP cookie-echo port scan" +msgstr "Scansione porte SCTP cookie-echo" + +#: share/zenmap/misc/profile_editor.xml:39 +msgid "Timing template: " +msgstr "Modello temporizzazione:" + +#: share/zenmap/misc/profile_editor.xml:41 +#: share/zenmap/misc/profile_editor.xml:42 +msgid "Set the timing template for IDS evasion." +msgstr "Imposta un modello di temporizzazione per l'evasione degli IDS." + +#: share/zenmap/misc/profile_editor.xml:41 +msgid "Paranoid" +msgstr "Paranoide" + +#: share/zenmap/misc/profile_editor.xml:42 +msgid "Sneaky" +msgstr "Subdola" + +#: share/zenmap/misc/profile_editor.xml:43 +msgid "Set the timing template to slow down the scan to use less bandwidth and target machine resources." +msgstr "Imposta un modello di temporizzazione per rallentare le scansioni per utilizzare meno banda passante e meno risorse macchina dei bersagli." + +#: share/zenmap/misc/profile_editor.xml:43 +msgid "Polite" +msgstr "Educato" + +#: share/zenmap/misc/profile_editor.xml:44 +msgid "Set the timing template to not modify the default Nmap value." +msgstr "Imposta un modello di temporizzazione che non modifichi i valori Nmap predefiniti." + +#: share/zenmap/misc/profile_editor.xml:44 +msgid "Normal" +msgstr "Normale" + +#: share/zenmap/misc/profile_editor.xml:45 +msgid "Set the timing template for faster scan. Used when on a reasonably fast and reliable network." +msgstr "Imposta un modello di temporizzazione per scansioni più veloci. Utilizzabile su reti ragionevolmente veloci ed affidabili." + +#: share/zenmap/misc/profile_editor.xml:45 +msgid "Aggressive" +msgstr "Aggressivo" + +#: share/zenmap/misc/profile_editor.xml:46 +msgid "Set the timing template for the fastest scan. Used when on a fast network or when willing to sacrifice accuracy for speed." +msgstr "Imposta un modello di temporizzazione per scansioni velocissime. Utilizzabile quando si è su una rete veloce o quando si desidera sacrificare l'accuratezza in luogo della velocità." + +#: share/zenmap/misc/profile_editor.xml:46 +msgid "Insane" +msgstr "Insano" + +#: share/zenmap/misc/profile_editor.xml:48 +msgid "Enable OS detection (-O), version detection (-sV), script scanning (-sC), and traceroute (--traceroute)." +msgstr "Abilita la scoperta del SO (-O), scoperta della versione (-sV), scansione con script (-sC), e traceroute (--traceroute)." + +#: share/zenmap/misc/profile_editor.xml:48 +msgid "Enable all advanced/aggressive options" +msgstr "Abilita tutte le opzioni avanzate/aggressive" + +#: share/zenmap/misc/profile_editor.xml:49 +msgid "Attempt to discover the operating system running on remote systems." +msgstr "Tenta di scoprire il sistema operativo in esecuzione sui sistemi remoti." + +#: share/zenmap/misc/profile_editor.xml:49 +msgid "Operating system detection" +msgstr "Scopri sistema operativo" + +#: share/zenmap/misc/profile_editor.xml:50 +msgid "Attempt to discover the version number of services running on remote ports." +msgstr "Tenta di scoprire il numero di versione dei servizi in esecuzione sulle porte remote." + +#: share/zenmap/misc/profile_editor.xml:50 +msgid "Version detection" +msgstr "Scopri versione" + +#: share/zenmap/misc/profile_editor.xml:51 +msgid "Scan by spoofing packets from a zombie computer so that the targets receive no packets from your IP address. The zombie must meet certain conditions which Nmap will check before scanning." +msgstr "Scansiona mendiante spoofing di pacchetti da un computer zombie affinchè i bersagli non ricevano pacchetti dal tuo indirizzo IP. Lo zombie deve corrispondere a certe condizioni che Nmap dovrà controllare prima di effettuare la scansione." + +#: share/zenmap/misc/profile_editor.xml:51 +msgid "Idle Scan (Zombie)" +msgstr "Scansione idle (Zombie)" + +#: share/zenmap/misc/profile_editor.xml:52 +msgid "Use an FTP server to port scan other hosts by sending a file to each interesting port of a target host." +msgstr "Utilizza un server FTP per eseguire una scansione di porte verso altri host inviando un file ad ogni porta interessante degli host bersaglio." + +#: share/zenmap/misc/profile_editor.xml:52 +msgid "FTP bounce attack" +msgstr "Attacco FTP bounce" + +#: share/zenmap/misc/profile_editor.xml:53 +msgid "Never do reverse DNS. This can slash scanning times." +msgstr "Non eseguire mai DNS reversi. Può accorciare i tempi di scansione." + +#: share/zenmap/misc/profile_editor.xml:53 +msgid "Disable reverse DNS resolution" +msgstr "Disabilita risoluzione DNS reversa" + +#: share/zenmap/misc/profile_editor.xml:54 +msgid "Enable IPv6 scanning." +msgstr "Abilita scansione IPv6." + +#: share/zenmap/misc/profile_editor.xml:54 +msgid "IPv6 support" +msgstr "Supporto IPv6" + +#: share/zenmap/misc/profile_editor.xml:56 +msgid "Ping options" +msgstr "Opzioni ping" + +#: share/zenmap/misc/profile_editor.xml:57 +msgid "Don't check if targets are up before scanning them. Scan every target listed." +msgstr "Non controllare se i bersagli sono attivi prima di effettuare la scansione. Esegue la scansione di ogni bersaglio elencato." + +#: share/zenmap/misc/profile_editor.xml:57 +msgid "Don't ping before scanning" +msgstr "Non effettuare il ping prima della scansione" + +#: share/zenmap/misc/profile_editor.xml:58 +msgid "Send an ICMP echo request (ping) probe to see if targets are up." +msgstr "Invia una sonda di richiesta echo ICMP (ping) per vedere se i bersagli sono attivi." + +#: share/zenmap/misc/profile_editor.xml:58 +msgid "ICMP ping" +msgstr "Ping ICMP" + +#: share/zenmap/misc/profile_editor.xml:59 +msgid "Send an ICMP timestamp probe to see if targets are up." +msgstr "Invia una sonda timestamp ICMP per vedere se i bersagli sono attivi." + +#: share/zenmap/misc/profile_editor.xml:59 +msgid "ICMP timestamp request" +msgstr "Richiesta timestamp ICMP" + +#: share/zenmap/misc/profile_editor.xml:60 +msgid "Send an ICMP address mask request probe to see if targets are up." +msgstr "Invia una sonda mashera di indirizzo ICMP per vedere se i bersagli sono attivi." + +#: share/zenmap/misc/profile_editor.xml:60 +msgid "ICMP netmask request" +msgstr "Richiesta netmask ICMP" + +#: share/zenmap/misc/profile_editor.xml:61 +msgid "Send one or more ACK probes to see if targets are up. Give a list of ports or leave the argument blank to use a default port." +msgstr "Invia una o più sonde ACK per vedere se i bersagli sono attivi. Fornire un elenco di porte o lasciare l'argomento vuoto per utilizzare una porta predefinita." + +#: share/zenmap/misc/profile_editor.xml:61 +msgid "ACK ping" +msgstr "Ping ACK" + +#: share/zenmap/misc/profile_editor.xml:62 +msgid "Send one or more SYN probes to see if targets are up. Give a list of ports or leave the argument blank to use a default port." +msgstr "Invia una o più sonde SYN per vedere se i bersagli sono attivi. Fornire un elenco di porte o lasciare l'argomento vuoto per utilizzare una porta predefinita." + +#: share/zenmap/misc/profile_editor.xml:62 +msgid "SYN ping" +msgstr "Ping SYN" + +#: share/zenmap/misc/profile_editor.xml:63 +msgid "Send one or more UDP probes to see if targets are up. Give a list of ports or leave the argument blank to use a default port." +msgstr "Invia una op più sonde UDP per vedere se i bersagli sono attivi. Fornire un elenco di porte o lasciare l'argomento vuoto per utilizzare una porta predefinita." + +#: share/zenmap/misc/profile_editor.xml:63 +msgid "UDP probes" +msgstr "Sonde UDP" + +#: share/zenmap/misc/profile_editor.xml:64 +msgid "Send one or more raw IP protocol probes to see if targets are up. Give a list of protocols or leave the argument blank to use a default list" +msgstr "Invia una o più sonde protocollo raw IP per vedere se i bersagli sono attivi. Fornire un elenco di porte o lasciare l'argomento vuoto per utilizzare una porta predefinita." + +#: share/zenmap/misc/profile_editor.xml:64 +msgid "IPProto probes" +msgstr "Sonde IPProto" + +#: share/zenmap/misc/profile_editor.xml:65 +msgid "Send SCTP INIT chunk packets to see if targets are up. Give a list of ports or leave the argument blank to use a default port." +msgstr "Invia pacchetti chunk SCTP INIT per vedere se i bersagli sono attivi. Fornire un elenco di porte o lasciare l'argomento vuoto per utilizzare una porta predefinita." + +#: share/zenmap/misc/profile_editor.xml:65 +msgid "SCTP INIT ping probes" +msgstr "Sonde ping SCPT INIT" + +#: share/zenmap/misc/profile_editor.xml:67 +msgid "Scripting options (NSE)" +msgstr "Opzioni scripting (NSE)" + +#: share/zenmap/misc/profile_editor.xml:68 +msgid "Use the Nmap Scripting Engine to gain more information about targets after scanning them." +msgstr "Usare la Nmap Scripting Engine per ottenere maggiori informazioni sui bersagli dopo averli scansiti." + +#: share/zenmap/misc/profile_editor.xml:68 +msgid "Script scan" +msgstr "Scansione con script" + +#: share/zenmap/misc/profile_editor.xml:69 +msgid "Run the given scripts. Give script names, directory names, or category names. Categories are \"safe\", \"intrusive\", \"malware\", \"discovery\", \"vuln\", \"auth\", \"external\", \"default\", and \"all\". If blank, scripts in the \"default\" category are run." +msgstr "Eseguire gli script selezionati. Fornire i nomi degli scripts, nomi delle directory, o nomi delle categorie. Le categorie sono \"sicurio\", \"intrusivo\", \"malware\", \"scoperta\", \"vuln\", \"auth\", \"esterno\", \"predefinito\", e \"tutti\". Se vuoto, sono eseguiti gli script nella categoria \"predefinito\"." + +#: share/zenmap/misc/profile_editor.xml:69 +msgid "Scripts to run" +msgstr "Script da eseguire" + +#: share/zenmap/misc/profile_editor.xml:70 +msgid "Give arguments to certain scripts that use them. Arguments are = pairs, separated by commas. Values may be Lua tables." +msgstr "Fornire gli argomenti a certi script per utilizzarli. Gli argomenti sono coppie =, separate da virgole. I valori possono essere tavole Lua." + +#: share/zenmap/misc/profile_editor.xml:70 +msgid "Script arguments" +msgstr "Argomenti degli script" + +#: share/zenmap/misc/profile_editor.xml:71 +msgid "Show all information sent and received by the scripting engine." +msgstr "Mostra tutte le informazioni inviate e ricevute dalla scripting engine." + +#: share/zenmap/misc/profile_editor.xml:71 +msgid "Trace script execution" +msgstr "Traccia l'esecuzione degli script" + +#: share/zenmap/misc/profile_editor.xml:73 +msgid "Target options" +msgstr "Opzioni sul bersaglio" + +#: share/zenmap/misc/profile_editor.xml:74 +msgid "Specifies a comma-separated list of targets to exclude from the scan." +msgstr "Specifica un elenco separato da virgole di bersagli da escludere dalla scansione." + +#: share/zenmap/misc/profile_editor.xml:74 +msgid "Excluded hosts/networks" +msgstr "Host/reti esclusi" + +#: share/zenmap/misc/profile_editor.xml:75 +msgid "Specifies a newline-, space-, or tab-delimited file of targets to exclude from the scan." +msgstr "Specifica una file delimitato da linea, spazio, o tab di bersagli da escludere dalla scansione." + +#: share/zenmap/misc/profile_editor.xml:75 +msgid "Exclusion file" +msgstr "File di esclusione" + +#: share/zenmap/misc/profile_editor.xml:76 +msgid "Reads target list specification from an input file." +msgstr "Legge l'elenco specifico dei bersagli da un file di input." + +#: share/zenmap/misc/profile_editor.xml:76 +msgid "Target list file" +msgstr "File dei bersagli" + +#: share/zenmap/misc/profile_editor.xml:77 +msgid "Option to choose targets at random. Tells Nmap how many IPs to generate. 0 is used for a never-ending scan." +msgstr "Opzioni per scegliere bersagli casuali. Dice a Nmap quanti IP generare. 0 è usato per una scansione senza fine." + +#: share/zenmap/misc/profile_editor.xml:77 +msgid "Scan random hosts" +msgstr "Scansiona host casuali" + +#: share/zenmap/misc/profile_editor.xml:78 +msgid "This option specifies which ports you want to scan and overrides the default." +msgstr "Questa opzione specifica quali porte si desidera scansire e prevale sulle impostazioni predefinite." + +#: share/zenmap/misc/profile_editor.xml:78 +msgid "Ports to scan" +msgstr "Porte da scansire" + +#: share/zenmap/misc/profile_editor.xml:79 +msgid "Only scan ports named in the nmap-services file which comes with Nmap (or nmap-protocols file for -sO)." +msgstr "Effettua la scansione delle sole porte nominate nel file nmap-services che è fornito con Nmap (o file nmap-protocols per -sO)." + +#: share/zenmap/misc/profile_editor.xml:79 +msgid "Fast scan" +msgstr "Scansione veloce" + +#: share/zenmap/misc/profile_editor.xml:81 +msgid "Source options" +msgstr "Opzioni sorgente" + +#: share/zenmap/misc/profile_editor.xml:82 +msgid "Send fake decoy probes from spoofed addresses to hide your own address. Give a list of addresses separated by commas. Use RND for a random address and ME to set the position of your address." +msgstr "Invia false sonde-esca mediante IP spoofing per nascondere il tuo indirizzo. Fornisci un elenco di indirizzi separati da virgole. Usa RND per generare un indirizzo casuale e ME per impostare la posizione del tuo indirizzo." + +#: share/zenmap/misc/profile_editor.xml:82 +msgid "Use decoys to hide identity" +msgstr "Usa esche per nascondere l'identità" + +#: share/zenmap/misc/profile_editor.xml:83 +msgid "Specify the IP address of the interface you wish to send packets through." +msgstr "Specifica l'indirizzo IP dell'interfaccia mediante la quale si desidera inviare i pacchetti." + +#: share/zenmap/misc/profile_editor.xml:83 +msgid "Set source IP address" +msgstr "Imposta l'indirizzo IP sorgente" + +#: share/zenmap/misc/profile_editor.xml:84 +msgid "Provide a port number and Nmap will send packets from that port where possible." +msgstr "Fornire un numero di porta ed Nmap invierà i pacchetti da quella porta ove possibile." + +#: share/zenmap/misc/profile_editor.xml:84 +msgid "Set source port" +msgstr "Imposta la porta sorgente" + +#: share/zenmap/misc/profile_editor.xml:85 +msgid "Tells Nmap what interface to send and receive packets on." +msgstr "Comunica ad Nmap da quale interfaccia inviare e ricevere pacchetti." + +#: share/zenmap/misc/profile_editor.xml:85 +msgid "Set network interface" +msgstr "Imposta l'interfaccia di rete" + +#: share/zenmap/misc/profile_editor.xml:87 +msgid "Other options" +msgstr "Altre opzioni" + +#: share/zenmap/misc/profile_editor.xml:88 +msgid "Any extra options to add to the command line." +msgstr "Qualsiasi altra opzione da aggiungere alla linea di comando." + +#: share/zenmap/misc/profile_editor.xml:88 +msgid "Extra options defined by user" +msgstr "Altre opzioni definite dall'utente" + +#: share/zenmap/misc/profile_editor.xml:89 +msgid "Set the IPv4 time-to-live field in sent packets to the given value." +msgstr "Imposta nel campo IPv4 time-to-live il valore dato nei pacchetti inviati." + +#: share/zenmap/misc/profile_editor.xml:89 +msgid "Set IPv4 time to live (ttl)" +msgstr "Imposta il time to live (ttl) IPv4" + +#: share/zenmap/misc/profile_editor.xml:90 +msgid "Causes the requested scan (including ping scans) to split up TCP headers over several packets." +msgstr "Motiva la scansione richiesta (includendo le scansioni ping) per dividere le intestazioni TCP su diversi pacchetti." + +#: share/zenmap/misc/profile_editor.xml:90 +msgid "Fragment IP packets" +msgstr "Frammenta i pacchetti IP" + +#: share/zenmap/misc/profile_editor.xml:91 +msgid "Print more information about the scan in progress. Open ports are shown as they are found as well as completion time estimates." +msgstr "Stampa più informazioni sulla scansione in corso. Le porte aperte sono mostrate appena vengono trovate così come il tempo di completamento stimato." + +#: share/zenmap/misc/profile_editor.xml:91 +msgid "Verbosity level" +msgstr "Livello di verbosità" + +#: share/zenmap/misc/profile_editor.xml:92 +msgid "When even verbose mode doesn't provide sufficient data for you, debugging level is available to show more detailed output." +msgstr "Quando anche la modalità verbosa non vi fornisca dati sufficienti, è disponibile un livello di debug per visualizzare un output più dettagliato." + +#: share/zenmap/misc/profile_editor.xml:92 +msgid "Debugging level" +msgstr "Livello debug" + +#: share/zenmap/misc/profile_editor.xml:93 +msgid "Print a summary of every packet sent or received." +msgstr "Stampa un sommario di ciascun pacchetto ricevuto." + +#: share/zenmap/misc/profile_editor.xml:93 +msgid "Packet trace" +msgstr "Traccia i pacchetti" + +#: share/zenmap/misc/profile_editor.xml:94 +msgid "Scan ports in order instead of randomizing them." +msgstr "Scansire le porte in ordine invece di randomizzarle." + +#: share/zenmap/misc/profile_editor.xml:94 +msgid "Disable randomizing scanned ports" +msgstr "Disabilita la scansione random delle porte" + +#: share/zenmap/misc/profile_editor.xml:95 +msgid "Trace the network path to each target after scanning. This works with all scan types except connect scan (-sT) and idle scan (-sI)." +msgstr "Traccia il percorso di rete per ciscun bersaglio dopo la scansione. Questo funziona con tutti i tipi di scansione ad eccezione di quella a connessione (-sT) e quella idle (-sl)." + +#: share/zenmap/misc/profile_editor.xml:95 +msgid "Trace routes to targets" +msgstr "Traceroute bersaglio" + +#: share/zenmap/misc/profile_editor.xml:96 +msgid "Try sending a probe to each port no more than this many times before giving up." +msgstr "Prova ad inviare una sonda per ciascuna porta non più volte di quanto specificato prima di abbandonare." + +#: share/zenmap/misc/profile_editor.xml:96 +msgid "Max Retries" +msgstr "Masimo numero di tentativi" + +#: share/zenmap/misc/profile_editor.xml:98 +msgid "Timing and performance" +msgstr "Temporizzazione e prestazioni" + +#: share/zenmap/misc/profile_editor.xml:99 +msgid "Give up on a host if it has not finished being scanning in this long. Time is in seconds by default, or may be followed by a suffix of 'ms' for milliseconds, 's' for seconds, 'm' for minutes, or 'h' for hours." +msgstr "Abbandona un host la cui scansione non sia finita prima di un certo tempo. Il tempo è in secondi per impostazione predefinita, o potrebbe essere seguito dal suffisso 'ms' per millisecondi, 's' per secondi, 'm' per minuti o 'h' per ore." + +#: share/zenmap/misc/profile_editor.xml:99 +msgid "Max time to scan a target" +msgstr "Tempo massimo per scansire un bersaglio" + +#: share/zenmap/misc/profile_editor.xml:100 +msgid "Wait no longer than this for a probe response before giving up or retransmitting the probe. Time is in seconds by default, or may be followed by a suffix of 'ms' for milliseconds, 's' for seconds, 'm' for minutes, or 'h' for hours." +msgstr "Non attendere più di così per un responso di un sondaggio prima di cedere o ritrasmetterlo. Il tempo è in secondi per impostazione predefinita, o potrebbe essere seguito da un suffisso quale 'ms' per millisecondi, 's' per secondi, 'm' per minuti, o 'h' per ore." + +#: share/zenmap/misc/profile_editor.xml:100 +msgid "Max probe timeout" +msgstr "Timeout massimo per sondaggio" + +#: share/zenmap/misc/profile_editor.xml:101 +msgid "Wait at least this long for a probe response before giving up or retransmitting the probe. Time is in seconds by default, or may be followed by a suffix of 'ms' for milliseconds, 's' for seconds, 'm' for minutes, or 'h' for hours." +msgstr "Attendi almeno questo tempo per la risposta ad un sondaggio prima di cedere o ritrasmetterlo. Il tempo è in secondi per impostazione predefinita, o potrebbe essere seguito da un suffisso quale 'ms' per millisecondi, 's' per secondi, 'm' per minuti, o 'h' per ore." + +#: share/zenmap/misc/profile_editor.xml:101 +msgid "Min probe timeout" +msgstr "Timeout minimo per sondaggio" + +#: share/zenmap/misc/profile_editor.xml:102 +msgid "Use the time given as the initial estimate of round-trip time. This can speed up scans if you know a good time for the network you're scanning." +msgstr "Usa il tempo dato come stima iniziale di un tempo di percorrenza. Questo può velocizzare le scansioni se si conosce un buon tempo per la rete che si stà scansendo." + +#: share/zenmap/misc/profile_editor.xml:102 +msgid "Initial probe timeout" +msgstr "Scadenza iniziale sondaggio" + +#: share/zenmap/misc/profile_editor.xml:103 +msgid "Scan no more than this many hosts in parallel." +msgstr "Non scansire più di questi host in parallelo." + +#: share/zenmap/misc/profile_editor.xml:103 +msgid "Max hosts in parallel" +msgstr "Host in parallelo massimi" + +#: share/zenmap/misc/profile_editor.xml:104 +msgid "Scan at least this many hosts in parallel." +msgstr "Scansire parallelamente minimo questi host." + +#: share/zenmap/misc/profile_editor.xml:104 +msgid "Min hosts in parallel" +msgstr "Host minimi in parallelo" + +#: share/zenmap/misc/profile_editor.xml:105 +msgid "Never allow more than the given number of probes to be outstanding at a time. May be set to 1 to prevent Nmap from sending more than one probe at a time to hosts." +msgstr "Non permettere mai che più del numero dato di sondaggi rimanga inevaso per volta. Potrebbe essere impostato ad 1 per evitare che Nmap invii più di un sondaggio alla volta per hosts." + +#: share/zenmap/misc/profile_editor.xml:105 +msgid "Max outstanding probes" +msgstr "Sondaggi inevasi massimi" + +#: share/zenmap/misc/profile_editor.xml:106 +msgid "Try to maintain at least the given number of probes outstanding during a scan. Common usage is to set to a number higher than 1 to speed up scans of poorly performing hosts or networks." +msgstr "Prova a mantenere almeno il numero dato di sondaggi inevasi durante una scansione. E' uso comune impostare un numero maggiore di 1 per velocizzare le scansioni di host o reti poco prestanti." + +#: share/zenmap/misc/profile_editor.xml:106 +msgid "Min outstanding probes" +msgstr "Sondaggi inevasi minimi" + +#: share/zenmap/misc/profile_editor.xml:107 +msgid "Do not allow the scan delay (time delay between successive probes) to grow larger than the given amount of time. Time is in seconds by default, or may be followed by a suffix of 'ms' for milliseconds, 's' for seconds, 'm' for minutes, or 'h' for hours." +msgstr "Non permettere ritardi di scansione (tempo di ritardo fra sondaggi successivi) per crescere più del numero dato di tempo. Il tempo è in secondi per impostazione predefinita, o potrebbe essere seguito da un suffisso quale 'ms' per millisecondi, 's' per secondi, 'm' per minuti, o 'h' per ore." + +#: share/zenmap/misc/profile_editor.xml:107 +msgid "Max scan delay" +msgstr "Massimo ritardo di scansione" + +#: share/zenmap/misc/profile_editor.xml:108 +msgid "Wait at least the given amount of time between each probe sent to a given host. Time is in seconds by default, or may be followed by a suffix of 'ms' for milliseconds, 's' for seconds, 'm' for minutes, or 'h' for hours." +msgstr "Attendi almeno il tempo dato, fra ciascun sondaggio inviato ad un host. Il tempo è in secondi per impostazione predefinita, o potrebbe essere seguito da un suffisso quale 'ms' per millisecondi, 's' per secondi, 'm' per minuti, o 'h' per ore." + +#: share/zenmap/misc/profile_editor.xml:108 +msgid "Min delay between probes" +msgstr "Ritardo minimo fra i sondaggi" + diff --git a/zenmap/share/zenmap/locale/it/LC_MESSAGES/zenmap.mo b/zenmap/share/zenmap/locale/it/LC_MESSAGES/zenmap.mo new file mode 100644 index 0000000000000000000000000000000000000000..5ef08b95eca8961766817344c01aa8a1c4fcb58b GIT binary patch literal 57542 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 O0m?{Tp{RsZlK%zA{NH8( literal 0 HcmV?d00001