<?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(
"Allowed Extensions" => "Extensions autorisées",
"Extensions List" => "Liste d'extensions",
"Ext. Label" => "Libellé de la liste",
"Limitations" => "Limitations",
"Files Number" => "Nombre de fichiers",
"File Size" => "Taille de fichier",
"Cumul. Size" => "Taille cumulée",
"Uploaders Options" => "Options des outils d'envoi",
"Options shared by all uploaders plugins" => "Options partagées par tous les plugins d'outils d'envoi",
"Filter the files that are allowed to be uploaded, by extensions. Use a comma-separated list." => "Filtrer les fichiers autorisés à être uploader, par extension. Utiliser une liste séparée par des virgules.",
"User readable label for the list of allowed extensions (images, all files, etc)." => "Libellé des extensions autorisées (images, tous les fichiers, etc).",
"Maximum number of files for each upload. Leave to 0 for no limit." => "Nombre maximal de fichiers autorisé à chaque upload. Laisser 0 pour pas de limite.",
"Maximum size per file allowed to upload. By default, this is fixed by php config 'upload_max_filesize'. Use this one only if you want to set it smaller than the php config. If you want to increase the php value, please check the PHP documentation for how to set a php config. Use either the php config syntax with letters for size (e.g. '2M' for 2MegaBytes , '1G' for one gigabyte, etc.) or an integer value like 2097152 for 2 megabytes." => "Taille maximale d'un fichier. Par défaut, ceci est fixé par la configuration PHP 'upload_max_filesize'. Utiliser ce paramêtre si vous voulez une valeur plus petite. Pour augmenter cette valeur, veuillez changer la configuration de PHP, remettre ce paramêtre à 0 et sauver. La valeur de PHP sera rechargée. Utiliser la syntaxe php avec des lettres pour la taille (e.g. '2M' pour 2MegaBytes , '1G' pour 1gigabyte, etc.) ou une valeur entière comme 2097152.",
"Maximum total size (all files size cumulated) by upload. Leave to 0 if you do not want any limit. See the previous variable for syntax ('2M' or 2097152 )" => "Taille maximale totale par upload. Laisser 0 pour pas de limite. Voire le paramêtre précedent pour la syntaxe ('2M' ou 2097152 )",
);