<?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)" => "Boîte courriel (Imap ou 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." => "Permet d'accéder au contenu d'une boîte courriel (imap ou pop), de récupérer des pièces-jointes et de les copier dans un autre dépôt. Nécessite l'extension PHP IMAP.",
"Mail Server" => "Serveur de messagerie",
"Host" => "Hôte",
"Server host" => "Serveur hôte",
"Port" => "Port",
"Server port" => "Port d'accès au serveur",
"Ssl" => "Ssl",
"Secure?" => "Utiliser SSL ?",
"Type" => "Type",
"Imap or Pop Server?" => "Serveur Imap ou Pop",
"Mailbox Definition" => "Définition de la boîte",
"User" => "Utilisateur",
"User account" => "Compte utilisateur",
"Password" => "Mot de passe",
"User Password" => "Mot de passe utilisateur",
"Default Mailbox" => "Boîte par défaut",
"Mailbox to connect by default" => "Boîte à laquelle se connecter par défaut",
"Repository Options" => "Options du dépôt",
"Default Rights" => "Droits par défaut",
"This right pattern (empty, r, or rw) will be applied at user creation for this repository." => "Ces droits (rien, r, rw) seront appliqués lors de la création des utilisateurs pour ce dépôt.",
"Pagination Threshold" => "Seuil de pagination",
"When a folder will contain more items than this number, display will switch to pagination mode, for better performances." => "Nombre d'items à partir duquel la liste sera paginée afin d'améliorer les performances.",
"#Items per page" => "Nombre d'éléments par page",
"Once in pagination mode, number of items to display per page." => "En mode paginé, nombre d'items à afficher par page.",
);
