<?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(
"Mailbox (Imap or POP)" => "Mailbox (IMAP o POP)",
"This plugin will browse the content of a mailbox (imap or pop) and allow to grab emails attachments and copy them to another repository. Requires the PHP IMAP extension." => "Questo plugin naviga attraverso i contenuti di una mailbox (IMAP o POP) e permette di gestire gli allegati alle mail.",
"Mail Server" => "Mail Server",
"Host" => "Host",
"Server host" => "Server host",
"Port" => "Porta",
"Server port" => "Porta Server",
"Ssl" => "SSL",
"Secure?" => "Sicuro?",
"Type" => "Tipo",
"Imap or Pop Server?" => "Server IMAP o POP?",
"Mailbox Definition" => "Definizione Mailbox",
"User" => "Utente",
"User account" => "Account Utente",
"Password" => "Password",
"User Password" => "Password Utente",
"Default Mailbox" => "Default Mailbox",
"Mailbox to connect by default" => "Mailbox alla quale collegarsi in automatico",
"Repository Options" => "Opzioni",
"Default Rights" => "Permessi Default",
"This right pattern (empty, r, or rw) will be applied at user creation for this repository." => "Questo modello dei permessi (vuoto, r o rw) verrà applicato alla creazione del repository da parte dell'utente.",
"Pagination Threshold" => "Soglia di Paginazione",
"When a folder will contain more items than this number, display will switch to pagination mode, for better performances." => "Quando una cartella contiene un numero maggiore di elementi, rispetto a questo numero, la visualizzazione avverà in modalità 'a pagine', per aumentare le performance.",
"#Items per page" => "#Elementi per pagina",
"Once in pagination mode, number of items to display per page." => "In modalità 'a pagine', questo è il numero di elementi visualizzati per ogni pagina.",
);
