# ABCode Database Exporter - Italian (Italy)
# Copyright (C) 2026 Ash Brentnall | ABCode
msgid ""
msgstr ""
"Project-Id-Version: ABCode Database Exporter 1.0\n"
"Report-Msgid-Bugs-To: hello@abcode.co.uk\n"
"POT-Creation-Date: 2026-07-23 12:13+0100\n"
"PO-Revision-Date: 2026-03-18 12:10+0000\n"
"Last-Translator: ABCode <hello@abcode.co.uk>\n"
"Language-Team: Italian\n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: abcode-database-exporter.php:44 abcode-database-exporter.php:46
#: abcode-database-exporter.php:1898
msgid "Unauthorized"
msgstr "Non autorizzato"

#: abcode-database-exporter.php:84 abcode-database-exporter.php:1986
msgid "Standard SQL file"
msgstr "File SQL standard"

#: abcode-database-exporter.php:85
msgid "Compressed, smaller file"
msgstr "Compresso, file più piccolo"

#: abcode-database-exporter.php:86
msgid "just now"
msgstr "proprio ora"

#. translators: %d: number of minutes
#: abcode-database-exporter.php:88
#, php-format
msgid "%d minute ago"
msgstr "%d minuto fa"

#. translators: %d: number of minutes
#: abcode-database-exporter.php:90
#, php-format
msgid "%d minutes ago"
msgstr "%d minuti fa"

#. translators: %d: number of hours
#: abcode-database-exporter.php:92
#, php-format
msgid "%d hour ago"
msgstr "%d ora fa"

#. translators: %d: number of hours
#: abcode-database-exporter.php:94
#, php-format
msgid "%d hours ago"
msgstr "%d ore fa"

#. translators: %d: number of days
#: abcode-database-exporter.php:96
#, php-format
msgid "%d day ago"
msgstr "%d giorno fa"

#. translators: %d: number of days
#: abcode-database-exporter.php:98
#, php-format
msgid "%d days ago"
msgstr "%d giorni fa"

#. translators: %s: error message
#: abcode-database-exporter.php:100
#, php-format
msgid "Error: %s"
msgstr "Errore: %s"

#: abcode-database-exporter.php:101
msgid "Retry Export"
msgstr "Riprova esportazione"

#: abcode-database-exporter.php:102
msgid "Select tables to export"
msgstr "Seleziona le tabelle da esportare"

#. translators: %s: table count label (e.g. "5 tables")
#: abcode-database-exporter.php:104
#, php-format
msgid "Export (%s)"
msgstr "Esporta (%s)"

#: abcode-database-exporter.php:105
msgid "Restart Export"
msgstr "Riavvia esportazione"

#. translators: %s: file format (e.g. .sql, .sql.gz)
#: abcode-database-exporter.php:107
#, php-format
msgid "Download .%s"
msgstr "Scarica .%s"

#. translators: %d: number of tables
#: abcode-database-exporter.php:109
#, php-format
msgid "%d table"
msgstr "%d tabella"

#. translators: %d: number of tables
#: abcode-database-exporter.php:111
#, php-format
msgid "%d tables"
msgstr "%d tabelle"

#: abcode-database-exporter.php:112
msgid "Exporting..."
msgstr "Esportazione in corso..."

#: abcode-database-exporter.php:113
msgid "Starting export..."
msgstr "Avvio esportazione..."

#: abcode-database-exporter.php:114
msgid "Finalising export..."
msgstr "Finalizzazione esportazione..."

#: abcode-database-exporter.php:115
msgid "Done!"
msgstr "Fatto!"

#. translators: %s: relative time (e.g. "5 minutes ago")
#: abcode-database-exporter.php:117
#, php-format
msgid "Last exported: %s"
msgstr "Ultima esportazione: %s"

#: abcode-database-exporter.php:118
msgid "Export Again"
msgstr "Esporta di nuovo"

#: abcode-database-exporter.php:119
msgid "Network error during finalisation"
msgstr "Errore di rete durante la finalizzazione"

#. translators: %1$d: current table number, %2$d: total tables, %3$s: table name
#: abcode-database-exporter.php:121
#, php-format
msgid "Exporting table %1$d of %2$d: %3$s"
msgstr "Esportazione tabella %1$d di %2$d: %3$s"

#. translators: %s: table name
#: abcode-database-exporter.php:123
#, php-format
msgid "Failed to export table: %s"
msgstr "Impossibile esportare la tabella: %s"

#. translators: %s: table name
#: abcode-database-exporter.php:125
#, php-format
msgid "Network error exporting table: %s"
msgstr "Errore di rete durante l'esportazione della tabella: %s"

#: abcode-database-exporter.php:126
msgid "Network error starting export"
msgstr "Errore di rete all'avvio dell'esportazione"

#: abcode-database-exporter.php:127
msgid "Failed to start export"
msgstr "Impossibile avviare l'esportazione"

#: abcode-database-exporter.php:128
msgid "Failed"
msgstr "Fallito"

#: abcode-database-exporter.php:129
msgid "CREATE TABLE copied to clipboard"
msgstr "CREATE TABLE copiato negli appunti"

#: abcode-database-exporter.php:130
msgid "Copy CREATE TABLE to clipboard"
msgstr "Copia CREATE TABLE negli appunti"

#: abcode-database-exporter.php:131
msgid "Download as CSV"
msgstr "Scarica come CSV"

#: abcode-database-exporter.php:132
msgid "Export as SQL"
msgstr "Esporta come SQL"

#: abcode-database-exporter.php:1193 abcode-database-exporter.php:1911
msgid "ABCode Database Exporter"
msgstr "ABCode Database Exporter"

#: abcode-database-exporter.php:1195
msgid "Database Exporter"
msgstr "Esportazione database"

#: abcode-database-exporter.php:1209 abcode-database-exporter.php:1913
msgid "Export Database"
msgstr "Esporta database"

#: abcode-database-exporter.php:1578 abcode-database-exporter.php:1771
msgid "Cannot initialise filesystem"
msgstr "Impossibile inizializzare il file system"

#: abcode-database-exporter.php:1581 abcode-database-exporter.php:1774
#: abcode-database-exporter.php:1855
msgid "Cannot create temp file"
msgstr "Impossibile creare il file temporaneo"

#: abcode-database-exporter.php:1600
msgid "Missing parameters"
msgstr "Parametri mancanti"

#: abcode-database-exporter.php:1605 abcode-database-exporter.php:1635
msgid "Export session expired or invalid"
msgstr "Sessione di esportazione scaduta o non valida"

#: abcode-database-exporter.php:1609 abcode-database-exporter.php:1754
#: abcode-database-exporter.php:1802 abcode-database-exporter.php:1829
msgid "Invalid table name"
msgstr "Nome tabella non valido"

#: abcode-database-exporter.php:1630 abcode-database-exporter.php:1664
msgid "Missing export ID"
msgstr "ID esportazione mancante"

#: abcode-database-exporter.php:1670
msgid "Export session expired. Please run the export again."
msgstr ""
"Sessione di esportazione scaduta. Esegui di nuovo l’esportazione.File di "
"esportazione non trovato o sessione scaduta. Esegui nuovamente "
"l'esportazione."

#: abcode-database-exporter.php:1697
msgid "Could not compress the export file."
msgstr "Impossibile comprimere il file di esportazione."

#: abcode-database-exporter.php:1749 abcode-database-exporter.php:1797
#: abcode-database-exporter.php:1824
msgid "Missing table name"
msgstr "Nome tabella mancante"

#: abcode-database-exporter.php:1809
msgid "Could not retrieve table schema"
msgstr "Impossibile recuperare lo schema della tabella"

#: abcode-database-exporter.php:1905
msgid "Free Forever"
msgstr "Gratis per sempre"

#: abcode-database-exporter.php:1924
msgid "Database"
msgstr "Database"

#: abcode-database-exporter.php:1928
msgid "Tables"
msgstr "Tabelle"

#: abcode-database-exporter.php:1932
msgid "Size"
msgstr "Dimensione"

#: abcode-database-exporter.php:1944
msgid "Filter tables..."
msgstr "Filtra tabelle..."

#: abcode-database-exporter.php:1947
msgid "Select All"
msgstr "Seleziona tutto"

#: abcode-database-exporter.php:1948
msgid "Table"
msgstr "Tabella"

#: abcode-database-exporter.php:1949
msgid "Rows"
msgstr "Righe"

#: abcode-database-exporter.php:1950
msgid "Action"
msgstr "Azione"

#: abcode-database-exporter.php:1954
msgid "Loading tables..."
msgstr "Caricamento tabelle..."

#: abcode-database-exporter.php:1961
msgid "Loading..."
msgstr "Caricamento..."

#: abcode-database-exporter.php:1969
msgid "Preparing export..."
msgstr "Preparazione esportazione..."

#: abcode-database-exporter.php:1976
msgid "Export complete! Choose your format and download."
msgstr "Esportazione completata! Scegli il formato e scarica."

#: abcode-database-exporter.php:1981
msgid "Download as"
msgstr "Scarica come"

#: abcode-database-exporter.php:1984
msgid "gzip extension not available on this server"
msgstr "L'estensione gzip non è disponibile su questo server"

#: abcode-database-exporter.php:1990
msgid "Download .sql"
msgstr "Scarica .sql"

#: abcode-database-exporter.php:1996
msgid "Enjoying this plugin? Please leave a rating"
msgstr "Ti piace questo plugin? Lascia una valutazione"

#: abcode-database-exporter.php:1998
msgid "Copied to clipboard"
msgstr "Copiato negli appunti"

#~ msgid "Database connection failed"
#~ msgstr "Connessione al database fallita"

#~ msgid "Cannot write to temp file"
#~ msgstr "Impossibile scrivere nel file temporaneo"

#~ msgid "Overview"
#~ msgstr "Panoramica"

#~ msgid "Export complete!"
#~ msgstr "Esportazione completata!"

#~ msgid "Download Now"
#~ msgstr "Scarica ora"

#, php-format
#~ msgid "Export & Download .%1$s (%2$s)"
#~ msgstr "Esporta e scarica .%1$s (%2$s)"
