<?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(
"S3 (Amazon Web Service)" => "S3 (Amazon Web Service)",
"Access an AWS server. Requires AWS-SDK for PHP" => "Stockage des documents dans Amazon S3 (stockage objet).",
"Key" => "Clé",
"S3 Api Key" => "Clé d'API S3",
"Secret Key" => "Clé secrète",
"S3 secret key" => "Clé secrète S3",
"Region" => "Région",
"S3 storage region" => "Région du stockage S3",
"Container" => "Container",
"Root container in the S3 storage" => "Container S3 sans lequel sont stockées les données",
"Access an AWS server. Requires AWS-SDK v2 for PHP" => "Accéder à AWS. Nécessite AWS-SDK pour PHP ",
"Storage URL" => "URL du stockage",
"Replace default AWS access points (built from region). Set a full URL, including protocol" => "Remplacer les points d'accès par défaut de AWS (qui dépendent de la région), afin de pointer vers un stockage compatible s3 mais hébergé ailleurs.",
"Signature Version" => "Version de la signature",
"API Signature Version. Leave empty if you are not sure, EU Frankfurt and AP Seoul should use v4 only." => "Version de la signature d'API. Laisser vide si vous n'êtes pas sûr, EU Frankfurt et AP Seoul ne peuvent utiliser que la v4.",
"API Version" => "Version d'api",
"The API Version of AS3 is a date (like 2006-03-01). If not sure, put latest " => "L'API Version de S3 est une date (comme 2006-03-01). Dans le doute, laisser latest",
"Proxy" => "Proxy",
"If you are using a proxy, for example:  127.0.0.1:80 or username:password@127.0.0.1:8080" => "Si vous utilisez un proxy, par example:  127.0.0.1:80 ou username:password@127.0.0.1:8080",
"Disable Virtual Host Syntax" => "Désactiver la syntax VirtualHost",
"S3 backends can be queried using protocol://bucket.host/. Some backend do not support this, use this option to force using protocol://host/bucket instead" => "S3 backends can be queried using protocol://bucket.host/. Some backend do not support this, use this option to force using protocol://host/bucket instead",
"Is ViPR" => "Is ViPR",
"If the backend storage is an EMC ViPR storage" => "If the backend storage is an EMC ViPR storage",
"SDK Version" => "SDK Version",
"The AWS SDK version" => "The AWS SDK version",
"Authentication" => "Authentification",
"Location" => "Emplacement",
"API" => "API",
"Custom Storage" => "Stockage Personnalisé",
);
