<?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>.
 */

defined('AJXP_EXEC') or die( 'Access not allowed');

$mess = array(
    "1" => "Aggiorna",
    "2" => "Aggiorna versione automaticamente",
    "3" => "Clicca sul pulsante per avvia la procedura di aggiornamento automatico. Verifica che la directory dell'applicazione sia scrivibile prima di lanciare il processo di aggiornamento.",
    "4" => "Avvia Aggiornamento",
    "5" => "Da 3.2.4",
    "6" => "Importa le configurazioni da 3.2.4",
    "7" => "Simula l'importazione del dati",
    "8" => "Inserisci il percorso assoluto (dalla root del server) della precedente locazione, quindi avvia la simulazione",
    "9" => "Avvia importazione reale",
    "10"=> "Questa è una procedura di test. Controlla i logs per vedere tutte le azioni svolte e se tutto va a buon fine, premi 'Avvia importazione reale'",
    "11"=> "Migra meta.serial",
    "12"=> "I vecchi plugin  meta.serial sono stati rimossi e divisi in metastore.serial e meta.user",
    "13"=> "Simula migrazione",
    "14"=> "Avvia migrazione reale",
    "15" => "Are you sure that you want to perform the upgrade?",
    "16" => "The following packages will be downloaded and installed.",
    "17" => "Checking for available upgrades...",
    "18" => "No necessary upgrade detected: click to perform a new check.",
    "19" => "Click to check for new upgrade",
    "20" => "Check now",
    "21" => "Currently in development mode.",
    "22" => "Current version is %1 (%2).",
);
