<?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)" => "Caixa de Correio (Imap ou POP)",
"This plugin will browse the content of a mailbox (imap or pop) and allow to grab E-Mails attachments and copy them to another repository. Requires the PHP IMAP extension." => "Este plugin irá navegar nos conteúdos de uma Caixa de Correio (imap ou pop) e permite fazer a transferência de anexos dos e-mails e copiar os mesmos para outro repositório. Requer a extensão PHP IMAP.",
"Mail Server" => "Servidor Mail",
"Host" => "Anfitrião",
"Server host" => "Servidor Anfitrião",
"Port" => "Porta",
"Server port" => "Porta do Servidor",
"Ssl" => "Ssl",
"Secure?" => "Seguro?",
"Type" => "Tipo",
"Imap or Pop Server?" => "Servidor Imap ou Pop?",
"Mailbox Definition" => "Definições da Caixa de Correio",
"User" => "Utilizador",
"User account" => "Conta de Utilizador",
"Password" => "Palavra-Chave",
"User Password" => "Palavra-Chave de Utilizador",
"Default Mailbox" => "Caixa de Correio pré-definida",
"Mailbox to connect by default" => "Caixa de correio ligada por pré definição",
"Repository Options" => "Opções do Repositório",
"Default Rights" => "Permissões pré-definidas",
"This right pattern (empty, r, or rw) will be applied at user creation for this repository." => "Padrões de permissões (vazio r, ou rw) que serão aplicados aquando a criação de um utilizador para este repositório.",
"Pagination Threshold" => "Limiar de Paginação",
"When a folder will contain more items than this number, display will switch to pagination mode, for better performances." => "Quando uma pasta contém mais itens que o número especificado, o ecrã será alterado para modo de paginação para um melhor desempenho.",
"#Items per page" => "#Itens por página",
"Once in pagination mode, number of items to display per page." => "Uma vez em modo paginação, o número de itens a mostrar por página.",
"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." => "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.",
);
