Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Italian translation for plugin 'boot.conf'
Browse files Browse the repository at this point in the history
  • Loading branch information
DepaMarco committed Oct 21, 2014
1 parent d2df425 commit 66ef695
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
62 changes: 62 additions & 0 deletions core/src/plugins/boot.conf/i18n/conf/it.php
@@ -0,0 +1,62 @@
<?php
/*
* Copyright 2007-2013 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 <http://pyd.io/>.
*/

$mess = array(
"Admin access" => "&lt;span class='icon-key'&gt;&lt;/span&gt; Accesso Admin",
"Global options" => "&lt;span class='icon-cogs'&gt;&lt;/span&gt; Opzioni Globali",
"Configurations storage" => "&lt;span class='icon-save'&gt;&lt;/span&gt; Memorizzazione Configurazioni",
"Add some users" => "&lt;span class='icon-group'&gt;&lt;/span&gt; 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. &lt;b&gt;not&lt;/b&gt; 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 &lt;b&gt;not&lt;/b&gt 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",

);
31 changes: 31 additions & 0 deletions core/src/plugins/boot.conf/i18n/it.php
@@ -0,0 +1,31 @@
<?php
/*
* Copyright 2007-2013 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 <http://pyd.io/>.
*/

$mess = array(
"1" => "Installazione Guidata Pydio",
"2" => "Benvenuto nella procedura guidata di installazione Pydio",
"3" => "Grazie per aver scelto Pydio!<br> Questo strumento garantirà che la tua nuova piattaforma di condivisione sia attiva in pochissimo tempo: naviga attraverso le varie sezioni per configurare i parametri dell'applicazione. Puoi soffermarti con il puntatore del mouse sull'etichetta di un campo per ottenere maggiorni informazioni. <br>Sei pronto? ",
"4" => "Cominciamo!",
"5" => "Attendi mentre Pydio viene configurato! Sarà operativo in pochi secondi...",
"6" => "Installa Pydio Adesso",
"7" => "Lingua",
"8" => "Clicca su ciascuna sezione per modificarne i parametri",
);

0 comments on commit 66ef695

Please sign in to comment.