# Copyright (C) 2025 Umbradev
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: System Update Exporter 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/system-update-exporter\n"
"Last-Translator: Umbradev <soporte@umbradev.es>\n"
"Language-Team: Italian <it@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2025-06-23 00:00+0000\n"
"X-Generator: WP-CLI 2.12.0\n"
"X-Domain: system-update-exporter\n"

#. Plugin Name of the plugin
#: system-update-exporter.php
#: admin/admin-menu.php:21
#: admin/admin-menu.php:22
msgid "System Update Exporter"
msgstr "System Update Exporter"

#. Plugin URI of the plugin
#: system-update-exporter.php
msgid "https://wordpress.org/plugins/system-update-exporter/"
msgstr "https://wordpress.org/plugins/system-update-exporter/"

#. Description of the plugin
#: system-update-exporter.php
msgid "A plugin to retrieve and export system information and pending updates for WordPress, plugins, and themes."
msgstr "Un plugin per recuperare ed esportare informazioni di sistema e aggiornamenti in sospeso per WordPress, plugin e temi."

#. Author of the plugin
#: system-update-exporter.php
msgid "Umbradev"
msgstr "Umbradev"

#. Author URI of the plugin
#: system-update-exporter.php
msgid "https://umbradev.es"
msgstr "https://umbradev.es"

#: admin/admin-menu.php:31
#: admin/admin-menu.php:32
msgid "Dashboard"
msgstr "Dashboard"

#: admin/admin-menu.php:40
#: admin/admin-menu.php:41
msgid "Settings"
msgstr "Impostazioni"

#: admin/admin-page.php:20
msgid "Here you can manage and export the pending updates"
msgstr "Qui puoi gestire ed esportare gli aggiornamenti in sospeso"

#: admin/admin-page.php:22
msgid "Go to Settings"
msgstr "Vai alle Impostazioni"

#: admin/admin-page.php:46
msgid "List of Pending Update"
msgstr "Elenco Aggiornamenti in Sospeso"

#: admin/admin-page.php:52
msgid "You can export this information in the selected format from the Settings section"
msgstr "Puoi esportare queste informazioni nel formato selezionato dalla sezione Impostazioni"

#: admin/admin-page.php:53
msgid "Export"
msgstr "Esporta"

#: admin/admin-page.php:56
msgid "WordPress Core"
msgstr "Core di WordPress"

#: admin/admin-page.php:58
msgid "No updates available for WordPress core."
msgstr "Nessun aggiornamento disponibile per il core di WordPress."

#: admin/admin-page.php:62
#: admin/admin-page.php:84
#: admin/admin-page.php:111
msgid "Current Version"
msgstr "Versione Attuale"

#: admin/admin-page.php:63
#: admin/admin-page.php:85
#: admin/admin-page.php:112
msgid "New Version"
msgstr "Nuova Versione"

#: admin/admin-page.php:64
#: admin/admin-page.php:71
msgid "Download"
msgstr "Scarica"

#: admin/admin-page.php:65
#: admin/admin-page.php:86
#: admin/admin-page.php:113
msgid "Details"
msgstr "Dettagli"

#: admin/admin-page.php:66
msgid "Locale"
msgstr "Locale"

#: admin/admin-page.php:72
#: admin/admin-page.php:99
#: admin/admin-page.php:126
msgid "View Details"
msgstr "Visualizza Dettagli"

#: admin/admin-page.php:77
msgid "Plugins"
msgstr "Plugin"

#: admin/admin-page.php:79
msgid "No updates available for plugins."
msgstr "Nessun aggiornamento disponibile per i plugin."

#: admin/admin-page.php:83
msgid "Plugin Name"
msgstr "Nome Plugin"

#: admin/admin-page.php:104
msgid "Themes"
msgstr "Temi"

#: admin/admin-page.php:106
msgid "No updates available for themes."
msgstr "Nessun aggiornamento disponibile per i temi."

#: admin/admin-page.php:110
msgid "Theme Name"
msgstr "Nome Tema"

#: admin/admin-page.php:133
msgid "System Tools"
msgstr "Strumenti di Sistema"

#: admin/admin-page.php:137
msgid "General Information"
msgstr "Informazioni Generali"

#: admin/admin-page.php:138
msgid "Show PHP Info"
msgstr "Mostra Info PHP"

#: admin/admin-page.php:139
msgid "Show MySQL Info"
msgstr "Mostra Info MySQL"

#: admin/admin-page.php:140
msgid "Show Memcache Info"
msgstr "Mostra Info Memcache"

#: admin/admin-page.php:145
msgid "Parameter"
msgstr "Parametro"

#: admin/admin-page.php:145
msgid "Value"
msgstr "Valore"

#: admin/settings.php:69
msgid "System Update Exporter Settings"
msgstr "Impostazioni System Update Exporter"

#: admin/settings.php:75
msgid "Allowed Roles"
msgstr "Ruoli Consentiti"

#: admin/settings.php:98
msgid "Show System Status"
msgstr "Mostra Stato del Sistema"

#: admin/settings.php:102
msgid "Activate the system status section"
msgstr "Attiva la sezione dello stato del sistema"

#: admin/settings.php:107
msgid "Default export file format"
msgstr "Formato file di esportazione predefinito"

#: admin/settings.php:121
msgid "Add more info to file"
msgstr "Aggiungi più informazioni al file"

#: admin/settings.php:134
msgid "Resume text"
msgstr "Testo riassuntivo"

#: admin/settings.php:202
msgid "You are not allowed to perform this action."
msgstr "Non sei autorizzato a eseguire questa azione."

#: system-update-exporter.php:73
msgid "Could not create the required folder in wp-content/uploads. Please check write permissions."
msgstr "Impossibile creare la cartella richiesta in wp-content/uploads. Verifica i permessi di scrittura."

#: includes/SystemStatus.php:18
msgid "WordPress Version"
msgstr "Versione di WordPress"

#: includes/SystemStatus.php:19
msgid "PHP Version"
msgstr "Versione PHP"

#: includes/SystemStatus.php:20
msgid "MySQL Version"
msgstr "Versione MySQL"

#: includes/SystemStatus.php:21
msgid "Server Software"
msgstr "Software del Server"

#: includes/SystemStatus.php:21
#: includes/SystemStatus.php:24
#: includes/SystemStatus.php:73
msgid "Unknown"
msgstr "Sconosciuto"

#: includes/SystemStatus.php:22
msgid "Server Hostname"
msgstr "Nome Host del Server"

#: includes/SystemStatus.php:23
msgid "Server IP:Port"
msgstr "IP:Porta del Server"

#: includes/SystemStatus.php:24
msgid "Document Root"
msgstr "Document Root"

#: includes/SystemStatus.php:25
msgid "Server Date/Time"
msgstr "Data/Ora del Server"

#: includes/SystemStatus.php:26
msgid "Active Theme"
msgstr "Tema Attivo"

#: includes/SystemStatus.php:27
msgid "Active Plugins"
msgstr "Plugin Attivi"

#: includes/SystemStatus.php:28
msgid "OS"
msgstr "Sistema Operativo"

#: includes/SystemStatus.php:29
msgid "GD Version"
msgstr "Versione GD"

#: includes/SystemStatus.php:30
msgid "PHP Short Open Tag"
msgstr "Tag di apertura PHP abbreviato"

#: includes/SystemStatus.php:30
msgid "Enabled"
msgstr "Abilitato"

#: includes/SystemStatus.php:30
msgid "Disabled"
msgstr "Disabilitato"

#: includes/SystemStatus.php:31
msgid "PHP Max Execution Time"
msgstr "Tempo massimo di esecuzione PHP"

#: includes/SystemStatus.php:32
msgid "PHP Memory Limit"
msgstr "Limite di memoria PHP"

#: includes/SystemStatus.php:33
msgid "PHP Upload Max Size"
msgstr "Dimensione massima upload PHP"

#: includes/SystemStatus.php:34
msgid "MySQL Max Packet Size"
msgstr "Dimensione massima pacchetto MySQL"

#: includes/SystemStatus.php:35
msgid "MySQL Max Connections"
msgstr "Connessioni massime MySQL"

#: includes/SystemStatus.php:36
msgid "MySQL Query Cache Size"
msgstr "Dimensione cache query MySQL"

#: includes/SystemStatus.php:37
msgid "Database Disk Usage"
msgstr "Uso disco database"

#: includes/SystemStatus.php:38
msgid "Database Index Disk Usage"
msgstr "Uso disco indici database"

#: includes/SystemStatus.php:39
msgid "Server Load Summary"
msgstr "Riepilogo carico server"

#: includes/SystemStatus.php:62
#: includes/SystemStatus.php:64
#: includes/SystemStatus.php:110
msgid "Not available"
msgstr "Non disponibile"

#: includes/SystemStatus.php:106
msgid "1min: %s, 5min: %s, 15min: %s"
msgstr "1min: %s, 5min: %s, 15min: %s"

#: includes/SystemStatus.php:119
msgid "Access denied."
msgstr "Accesso negato."

#: includes/SystemStatus.php:134
msgid "Variables MySQL"
msgstr "Variabili MySQL"

#: includes/SystemStatus.php:152
msgid "Memcached Statistics"
msgstr "Statistiche Memcached"

#: includes/SystemStatus.php:155
msgid "Server: %s"
msgstr "Server: %s"

#: includes/SystemStatus.php:162
msgid "No Memcached statistics found."
msgstr "Nessuna statistica Memcached trovata."

#: includes/SystemStatus.php:165
msgid "The Memcached extension is not installed or enabled."
msgstr "L'estensione Memcached non è installata o abilitata."

#: includes/Export.php:40
msgid "Invalid export format."
msgstr "Formato di esportazione non valido."

#: includes/Export.php:211
msgid "No export format selected."
msgstr "Nessun formato di esportazione selezionato."
