# Italian translation of Scheduler (6.x-1.6)
# Copyright (c) 2024 by the Italian translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Scheduler (6.x-1.6)\n"
"POT-Creation-Date: 2024-06-09 17:22+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Italian\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"

msgid "Title"
msgstr "Titolo"
msgid "Operations"
msgstr "Operazioni"
msgid "Author"
msgstr "Autore"
msgid "view"
msgstr "mostra"
msgid "edit"
msgstr "modifica"
msgid "Date format"
msgstr "Formato data"
msgid "Scheduled"
msgstr "Pianificazioni"
msgid "Scheduler module settings"
msgstr "Configurazioni del modulo Scheduler"
msgid "Enable scheduled (un)publishing"
msgstr "Attiva la (rimozione della) pubblicazione pianificata"
msgid "Check this box to enable scheduled (un)publishing for this node type."
msgstr ""
"Spunta questa casella per attivare la (rimozione della) pubblicazione "
"pianificata per questo tipo di nodo."
msgid "Alter published on time"
msgstr "Altera la data/ora di pubblicazione"
msgid ""
"Check this box to alter the published on time to match the scheduled "
"time (\"touch feature\")."
msgstr ""
"Spunta questa casella per alterare la data/ora di pubblicazione in "
"modo che corrisponda a quella pianificata (\"funzionalità touch\")."
msgid "Scheduling options"
msgstr "Opzioni di pianificazione"
msgid "Publish on"
msgstr "Pubblica il"
msgid "Format: %time. Leave blank to disable scheduled publishing."
msgstr ""
"Formato: %time. Lasciare vuoto per disattivare la pubblicazione "
"pianificata."
msgid "Unpublish on"
msgstr "Rimuovi pubblicazione il"
msgid "Format: %time. Leave blank to disable scheduled unpublishing."
msgstr ""
"Formato: %time. Lasciare vuoto per disattivare la rimozione della "
"pubblicazione pianificata."
msgid "There are no scheduled nodes."
msgstr "Non ci sono nodi con pianificazioni attive."
msgid "@type: scheduled publishing of %title."
msgstr "@type: pubblicazione pianificata di %title."
msgid "@type: scheduled unpublishing of %title."
msgstr "@type: rimozione della pubblicazione pianificata di %title."
msgid "Scheduler OS time check"
msgstr "Verifica dell'orologio di sistema di Scheduler"
msgid "Your server reports the UTC time as %time and \"localtime\" as %lt."
msgstr "Il server riporta l'ora UTC come %time e \"ora locale\" come %lt."
msgid ""
"If all is well with your server's time configuration UTC should match "
"<a target=\"_blank\" href=\"http://wwp.greenwichmeantime.com/\">UTC "
"London Time</a> and the localtime should be the time where you are."
msgstr ""
"Se l'ora del server è configurata correttamente UTC dovrebbe "
"corrispondere a <a target=\"_blank\" "
"href=\"http://wwp.greenwichmeantime.com/\">UTC London Time</a> e l'ora "
"locale dovrebbe essere l'ora attuale del tuo fuso orario."
msgid ""
"If this is not the case please have your Unix System Administrator fix "
"your servers time/date configuration."
msgstr ""
"Se questo non fosse il caso si dovrebbe richiedere al proprio "
"Amministratore di Sistema Unix di correggere la configurazione di data "
"e ora dei server."
msgid "Date/time on which the article will be automatically published"
msgstr "Data/ora in cui il contenuto sarà pubblicato automaticamente"
msgid "schedule (un)publishing of nodes"
msgstr "pianifica la (rimozione della) pubblicazione dei nodi"
msgid "administer scheduler"
msgstr "amministra scheduler"
msgid "Scheduler"
msgstr "Scheduler"
msgid ""
"This module allows nodes to be published and unpublished on specified "
"dates."
msgstr ""
"Questo modulo permette ai nodi di essere pubblicati o rimossi dalla "
"pubblicazione in date specificate."
msgid "Date/time on which the article will be automatically unpublished"
msgstr ""
"Data/ora in cui il contenuto sarà rimosso dalla pubblicazione "
"automaticamente"
msgid "Display a list of scheduled nodes"
msgstr "Mostra un elenco di nodi con pianificazioni attive."
msgid "The 'publish on' value does not match the expected format of %time"
msgstr "Il valore 'pubblica il' non corrisponde al formato atteso di %time"
msgid "The 'publish on' date must be in the future"
msgstr "Il valore 'pubblica il' deve essere una data futura"
msgid "The 'unpublish on' value does not match the expected format of %time"
msgstr ""
"Il valore 'rimuovi pubblicazione il' non corrisponde al formato atteso "
"di %time"
msgid "The 'unpublish on' date must be in the future"
msgstr "Il valore 'rimuovi pubblicazione il' deve essere una data futura"
msgid "The 'unpublish on' date must be later than the 'publish on' date."
msgstr ""
"Il valore di 'rimuovi pubblicazione il' deve essere posteriore a "
"quello di 'pubblica il'."
msgid "scheduler"
msgstr "scheduler"
msgid "Internal scheduler run activated"
msgstr "Esecuzione interna di Scheduler attivata"
msgid "Light weight cron handler"
msgstr "Gestore cron leggero"
msgid ""
"A light weight cron handler to allow more frequent runs of Schedulers "
"internal cron system"
msgstr ""
"Un gestore di cron più leggero per permettere esecuzioni più "
"frequenti del sistema di cron interno a Scheduler"
msgid "Test your servers UTC clock"
msgstr "Verifica l'orologio UTC dei tuoi server"
msgid "Allows site admin to check their servers internal clock"
msgstr ""
"Permette agli amministratori del sito di verificare l'orologio interno "
"dei loro server"
msgid "Allows site admins to configure scheduler."
msgstr "Permette agli amministratori di configurare Scheduler."
msgid "The main table to hold the scheduler data."
msgstr "La tabella principale in cui memorizzare i dati di pianificazione."
msgid "The foreign key to node.nid"
msgstr "La chiave esterna per node.nid."
msgid "The UNIX UTC timestamp when to publish"
msgstr "Il timestamp UNIX UTC in cui pubblicare"
msgid "The UNIX UTC timestamp when to unpublish"
msgstr "Il timestamp UNIX UTC in cui rimuovere la pubblicazione"
msgid ""
"The input format for the (un)scheduling time/date. See the date() "
"function for formatting options: "
"http://www.php.net/manual/en/function.date.php (only the following "
"format characters are supported (don't use 'G' with Date Popup): "
"djmnyYhHgGisaA)"
msgstr ""
"Il formato di input per la data/ora di (rimozione della) "
"pubblicazione. Vedi la funzione date() per le opzioni di "
"formattazione: http://www.php.net/manual/en/function.date.php (solo i "
"seguenti caratteri di formato sono supportati (non usare 'G', 'a', o "
"'A' con Date Popup): djmnyYhHgGisaA)"
msgid "Leave blank to disable scheduled publishing."
msgstr "Lasciare vuoto per disattivare la pubblicazione pianificata."
msgid "Leave blank to disable scheduled unpublishing."
msgstr ""
"Lasciare vuoto per disattivare la rimozione della pubblicazione "
"pianificata."
msgid "Scheduler module form."
msgstr "Form del modulo Scheduler."
