<?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(
    "1" => "Pydio Setup Wizard",
    "2" => "Welcome in the Pydio Setup Wizard",
    "3" => "Thank you for installing Pydio. <br/> Please follow this installation wizard to start sharing and syncing files across all of your devices in no time.  Make sure to create a database and prepare your SQL credentials before starting.  You can hover over the field labels for more information. <br/> Press start when you are ready",
    "4" => "Start Wizard",
    "5" => "Please wait while Pydio is being configured! It will be up and running in a couple of seconds...",
    "6" => "Install Pydio",
    "7" => "Language",
    "8" => "Click on each section to edit parameters",
    "9" => "Next",
    "10"=> "Test DB Connection",
    "11"=> "Back",
    "12"=> "Connection failed!",
    "13"=> "Pydio Installation succeeded! You can now log in with the admin user %1 you have just defined. This page with reload automatically in %2 seconds.",
    "14"=> "Pydio Installation succeeded, except we could not update the file the .htaccess file. Please copy the content below inside the file %1, then reload the page and log in with the admin user %2 you have just defined.",
);
