<?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(
"Update Engine" => "Motore Aggiornamento",
"Automatic update of Pydio. Since version 3.3.3" => "Aggiornamento automatico di Pydio. Sin dalla versione 3.3.3",
"Update Site" => "Aggiorna Sito",
"Where to update" => "Update site. /pub/ is the public server for community edition, /auth/ is the server for Enterprise edition. Make sure to fill the Update Site Authentication field with the API Key/Secret available in your Pydio.com account.",
"Preserve Files" => "Preserva File",
"Files declared here (enter pathes from the root of Ajxp installation, comma-separated) will be backed up and restored before and after upgrade." => "I file dichiarati quì (inserisci i percorsi dalla root d'installazione di Pydio, separati da virgola) verranno salvati e ripristinati dopo l'aggiornamento.",
"Enable Import From v3.2.4" => "Abilita Importazione Dalla v3.2.4",
"Enable the migration action, available in the Settings repository" => "Abilita l'azione di migrazione, disponibile in Impostazioni repository",
"Update Channel" => "Canale Aggiornamento",
"Check stable or dev channel" => "Choose update channel: stable is default, development is for unstable releases, Enterprise is only for migrating from Community to Enterprise. Make sure to switch back to Stable afterward.",
"Proxy Host" => "Host Proxy",
"Use a predefined proxy to establish connexion" => "Usa un proxy predefinito per stabilire la connessione",
"Proxy User" => "Utente Proxy",
"Predefined proxy user name" => "Utente predefinito per il Proxy",
"Proxy Pass" => "Password Proxy",
"Predefined proxy password" => "Password perdefinita per il Proxy",
"Proxy configuration" => "Proxy configuration",
"Stable" => "Stable",
"Development" => "Development",
"Testing (blank)" => "Testing (blank)",
"Updater Configuration" => "Updater Configuration",
"Install Enterprise Distribution" => "Install Enterprise Distribution",
"Authenticated Update Site" => "Authenticated Update Site",
"Update Site User" => "Update Site User",
"Required if the update site is requiring credentials." => "Use API key/secret available on your Pydio.com account.",
"Update Site Password" => "Update Site Password",
);