<?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" => "Actualizar",
    "2" => "Actualizar para novas versões automaticamente",
    "3" => "Clique no botão para iniciar o processo de actualização automático. Por favor verifique se a pasta da aplicação tem permissões de escrita antes de iniciar a actualização.",
    "4" => "Iniciar Actualização",
    "5" => "De 3.2.4",
    "6" => "Importar ficheiros de configuração de 3.2.4",
    "7" => "Simular importação dos dados",
    "8" => "Introduza o caminho completo (desde a raíz do servidor) da localização anterior, e de seguida corra a simulação",
    "9" => "Correr importação real agora",
    "10"=> "Isto é uma acção limpa. Por favor verifique os ficheiros de registo de todas as acções que serão realizadas, e caso não exista problemas, carregue em 'Correr importação real agora'",
    "11"=> "Migrar meta.serial",
    "12"=> "Os dados meta.serial antigos do plugin foram removidos e divididos entre metastore.serial e meta.user",
    "13"=> "Simular Migração",
    "14"=> "Correr Migração agora",
    "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).",
);
