<?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)" => "Correo (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." => "Este plugin permite navegar por el contenido de una cuenta de correos (imap o pop), descargar los adjuntos y copiarlos a otro repositorio. Requiere la extension PHP IMAP.",
"Mail Server" => "Servidor de Correo",
"Host" => "Host",
"Server host" => "Host del servidor",
"Port" => "Puerto",
"Server port" => "Puerto del servidor",
"Ssl" => "SSL",
"Secure?" => "¿Seguro?",
"Type" => "Tipo",
"Imap or Pop Server?" => "¿Servidor IMAP o POP??",
"Mailbox Definition" => "Configuración de Correo",
"User" => "Usuario",
"User account" => "Cuenta de usuario",
"Password" => "Contraseña",
"User Password" => "Contraseña de usuario",
"Default Mailbox" => "Correo predeterminado",
"Mailbox to connect by default" => "Correo para conectar por defecto",
"Repository Options" => "Opciones del Repositorio",
"Default Rights" => "Permisos Predeterminados",
"This right pattern (empty, r, or rw) will be applied at user creation for this repository." => "Estos permisos (vacío, r, o rw) se aplicarán cuando se cree un usuario en este repositorio.",
"Pagination Threshold" => "Límite de Paginación",
"When a folder will contain more items than this number, display will switch to pagination mode, for better performances." => "Cuando una carpeta contiene más elementos del límite, se mostrará el modo paginación para mejorar el rendimiento.",
"#Items per page" => "Elementos por página",
"Once in pagination mode, number of items to display per page." => "Número de elementos para mostrar en el modo paginación.",
);
