<?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" => "Accesso Admin",
"Application Settings" => "Opzioni Globali",
"Configurations storage" => "Memorizzazione Configurazioni",
"Add some users" => "Aggiunti utenti",
"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." => "Inserisci un username ed una password per l'utente amministratore. Questo passo è necessario per autenticarsi la prima volta, al termine della procedura d'installazione. Potrai creare altri amministratori successivamente, accedendo al workspace 'Impostazioni'.",
"Admin Login" => "Username Admin",
"Alphanumeric login" => "Username alfanumerico",
"Admin Display Name" => "Nome Admin Visualizzato",
"Name that users will see" => "Nome che gli altri utenti visualizzeranno",
"Admin Password" => "Password Admin",
"Use a strong password (more than 8 characters, complicated ones." => "Usa una password complessa (più di 8 caratteri, caratteri speciali ecc)",
"Confirm" => "Conferma",
"Confirm password" => "Conferma password",
"Test Mailer" => "Prova Mailer",
"Try sending an email with the configured data" => "Prova a spedire una email con i dati di configurazione",
"Test SQL Connection" => "Prova Connessione SQL",
"Try connecting to the database" => "Prova a connetterti al database",
"Enable emails" => "Abilita email",
"Set up system to send emails" => "Configura il sistema per spedire email",
"No (you can enable mails later)" => "No (puoi abilitarle successivamente)",
"Yes (requires a correct PHP configuration)" => "Si (richiede una corretta configurazione PHP)",
"Php Mailer" => "Mailer PHP",
"Set up the correct value to send emails" => "Imposta i valori corretti per spedire email",
"Administrator Email" => "Email Amministratore",
"Default 'From' email used to send emails." => "Comparirà nel campo 'From' automanticamente e sarà utilizzata per spedire le mail.",
"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." => "Riguarda la modalità con la quale le configurazioni (utenti, plugins ecc <b>no</b> come gli attuali documenti sono gestiti) saranno memorizzate. Per iniziare rapidamente, seleziona 'No Database'. Per abilitare più funzionalità avanzate, configura una connessione al database.",
"Storage Type" => "Tipo Memorizzazione",
"Select how the configurations will be stored" => "Scegli come le configurazioni saranno memorizzate",
"No Database (Quick Start)" => "No DB (partenza rapida, non per ambienti produzione)",
"Database system (production environments, requires a DBMS supported by APPLICATION_TITLE)" => "Database (ambienti di produzione, richiede un DBMS supportato da APPLICATION_TITLE)",
"Enable Notifications" => "Abilita Notifiche",
"Log all events and alerts" => "Traccia ogni evento ed avviso",
"Create users for your organization right now. You can do this later by going to the Settings workspace." => "Crea utenti adesso. Potrai farlo successivamente accedendo al workspace 'Impostazioni'.",
"Login" => "Login",
"User Email" => "Email Utente",
"Mail address of the user" => "Indirizzo mail dell'utente",
"Display name" => "Nome Visualizzato",
"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 Connexion",
"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.",
);
