<?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(
"Admin access" => "Admin access",
"Application Settings" => "Application Settings",
"Configurations storage" => "Configurations storage",
"Add some users" => "Add some users",
"Please set up a login and password for the administrator user. This step is necessary to let you login the first time. You can create more administrators later by going to the 'Settings' workspace." => "Please set up a login and password for the administrator user. This step is necessary to let you login the first time. You can create more administrators later by going to the 'Settings' workspace.",
"Admin Login" => "Administrator Login",
"Alphanumeric login" => "Alphanumeric login",
"Admin Display Name" => "Administrator Full Name",
"Name that users will see" => "Name that users will see",
"Admin Password" => "Administrator Password",
"Use a strong password (more than 8 characters, complicated ones." => "Use a strong password (more than 8 characters, complicated ones.",
"Confirm" => "Confirm",
"Confirm password" => "Confirm password",
"Test Mailer" => "Test Mailer",
"Try sending an email with the configured data" => "Try sending an email with the configured data",
"Test SQL Connection" => "Test SQL Connection",
"Try connecting to the database" => "Try connecting to the database",
"Enable emails" => "Enable emails",
"Set up system to send emails" => "Set up system to send emails",
"No (you can enable mails later)" => "No (you can enable mails later)",
"Yes (requires a correct PHP configuration)" => "Yes (requires a correct PHP configuration)",
"Php Mailer" => "Php Mailer",
"Set up the correct value to send emails" => "Set up the correct value to send emails",
"Administrator Email" => "Administrator Email",
"Default 'From' email used to send emails." => "Default 'From' email used to send emails.",
"How the application configuration data will be stored (users, plugins, etc. not how your actual documents are managed). To get started rapidly, select No Database. To enable more advanced features, configure a database connection." => "Database where the application configuration data will be stored (users, parameters, etc). This is <b>not</b> the place where your actual documents are managed. Use the 'Test Connexion' button to check the parameters before going to next step.",
"Storage Type" => "Storage Type",
"Select how the configurations will be stored" => "Select how the configurations will be stored",
"No Database (Quick Start)" => "No DB (Deprecated, use sqlite instead!)",
"Database system (production environments, requires a DBMS supported by APPLICATION_TITLE)" => "Database (production environments, requires a DBMS supported by APPLICATION_TITLE)",
"Enable Notifications" => "Enable Notifications",
"Log all events and alerts" => "Log all events and alerts",
"Create users for your organization right now. You can do this later by going to the Settings workspace." => "Create users for your organization right now. You can do this later by going to the Settings workspace.",
"Login" => "Login",
"User Email" => "User Email",
"Mail address of the user" => "Mail address of the user",
"Display name" => "Display name",
"Password" => "Password",
"Main options" => "Main options",
"Set up application title and create a connexion identifier for the super-administrator user. Make sure to use a strong password, as this user will have full access to the server." => "Set up application title and create a connexion identifier for the super-administrator user. Make sure to use a strong password, as this user will have full access to the server.",
"Application Title" => "Application Title",
"Your system title" => "Your system title",
"Welcome Message" => "Welcome Message",
"An additional message displayed at startup, on the splash screen and the login screen." => "An additional message displayed at startup, on the splash screen and the login screen.",
"User-friendly name of the user" => "User-friendly name of the user",
"Welcome to Pydio" => "Welcome to Pydio",
"Database Connection" => "Database Connection",
"Database type (Sqlite3 is NOT recommended for production purpose.)" => "Database type (Sqlite3 is NOT recommended for production purpose.)",
"Advanced Options" => "Advanced Options",
"Please review these technical parameters. Encoding and URI should be auto-detected, but please make sure they reflect your actual server configuration." => "Please review these technical parameters. Encoding and URI should be auto-detected, but please make sure they reflect your actual server configuration.",
"Detected Encoding" => "Detected Encoding",
"Please make sure to set the encoding corresponding to your server configuration, something like ln_LN.CHARSET, e.g en_US.UTF-8" => "Please make sure to set the encoding corresponding to your server configuration, something like ln_LN.CHARSET, e.g en_US.UTF-8",
"Detected Server URL" => "Detected Server URL",
"Make sure this is correct, as it's used to rewrite the htaccess file" => "Make sure this is correct, as it's used to rewrite the htaccess file",
"Select a language activated by default( users will still be able to switch)" => "Select a language activated by default( users will still be able to switch)",
"Enable cache (recommended)" => "Enable cache (recommended)",
"Use key/value store to cache server data in-memory. If APC/APCu is detected, it will be enabled by default, you can change this setting later to use a dedicated server like Redis or Memcache." => "Use key/value store to cache server data in-memory. If APC/APCu is detected, it will be enabled by default, you can change this setting later to use a dedicated server like Redis or Memcache.",
"Login of the administrative user, typically an email address." => "Login of the administrative user, typically an email address.",
);
