<?php
/*
 * Copyright 2007-2017 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
 * This file is part of Pydio.
 *
 * Pydio is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Pydio is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with Pydio.  If not, see <http://www.gnu.org/licenses/>.
 *
 * The latest code can be found at <https://pydio.com>.
 */
$mess = array(
    // will be replaced by the application title
    "1" => "Azione",
    "1d" => "Azione da eseguire",
    "2" => "Schedula",
    "2d" => "Espressione del tipo 'Crontab' nel seguente formato : minuti ore giorni giornisettimana mesi. Si possono usare wildcards, steps e ranges.",
    "3" => "Prossima esecuzione",
    "4" => "ID Repository",
    "4s" => "Repository",
    "4d" => "ID del workspace",
    "5" => "Parametri",
    "5d" => "Parametri replicabili dell'azione",
    "6" => "Nome Parametro",
    "6d" => "Nome parametro specifico per l'azione",
    "7" => "Valore Parametro",
    "7d" => "Valore parametro specifico per l'azione",
    "8" => "Nuova Azione",
    "9" => "Schedula l'azione per essere eseguita su base regolare",
    "10" => "Modifica Azione",
    "11" => "Modifica i parametri dell'azione schedulata",
    "12" => "Etichetta",
    "12d"=> "Etichetta (nome) dell'azione",
    "13" => "Status",
    "14" => "Ultima Esecuzione",
    "15"=> "Avvia tutte le Azioni",
    "15d" => "Avvia tutte le azioni adesso",
    "16" => "Avvia azione",
    "16d" => "Avvia lo schedulatore ed esegui le azioni programmate",
    "17" => "Utente(i)",
    "17d" => "Inserisci un elenco di utenti, separati dalla virgola, o il  wildcard * per eseguire l'azione per ogni utente.",
    "18"  => "Schedulatore",
    "18e"  => "Schedulatore (disabled)",
    "18d" => "Azioni in stile 'Cron'",
    "19" => "Cancella Azione",
    "19d" => "De-Schedula e rimuovi l'azione selezionata",
    "20" => "Espressione Cron",
    "20d" => "Genera espressione Crontab",
    "21" => "Aggiungi la linea al CRONTAB, sostituendo il valore reale della tua password, e la schedulazione che preferisci (adesso è configurato per essere eseguito ogni 5 minuti).",
    "22" => "Schedulatore generico per eseguire azioni su basi regolari. Richiede l'attivazione della CLI e del CRONTAB (o equivalente).",
    "23" => "Execution Context",
    "24" => "Parameters",
    "25" => "Stop Job",
    "26" => "Stop running job",
    "27" => "Scheduled",
    "28" => "Successfully added/edited task",
    "29" => "This task has currently jobs running, please wait that they are finished",
    "30" => "Successfully removed task",
    "31" => "Starting...",
    "32" => "Launching ",
    "33" => "Nothing to do",
    "34" => "Launching task now",
    "35" => "JOB RUNNING",
    "36" => "JOB ERROR",
    "37" => "Started on ",
);
