<?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(
"FTP Server" => "FTP Server",
"This driver can access a remote FTP server" => "This driver can access a remote FTP server",
"Connexion" => "Connection",
"Host" => "Host",
"Ftp Host to connect to" => "Ftp Host to connect to",
"Port" => "Port",
"Ftp Host port" => "Ftp Host port",
"Path" => "Path",
"Real path to the root folder on the server" => "Real path to the root folder on the server",
"Secure" => "Secure",
"Whether to use ftp or ftps protocol" => "Whether to use ftp or ftps protocol",
"Active" => "Active",
"Whether to use active or passive" => "Whether to use active or passive",
"FTP Server Tweaks" => "FTP Server Tweaks",
"Fix Permissions" => "Fix Permissions",
"How to handle remote permissions to be used by PHP as local permissions. See manual." => "How to handle remote permissions to be used by PHP as local permissions. See manual.",
"Temporary Folder" => "Temporary Folder",
"Temporary folder on the local server used for file uploads. For the moment, it must be placed under your ajaxplorer folder and you must create it and set it writeable by Apache." => "Temporary folder on the local server used for file uploads. For the moment, it must be placed under your ajaxplorer folder and you must create it and set it writeable by Apache.",
"Dynamic FTP" => "Dynamic FTP",
"Pass Ftp data through Auth driver" => "Pass Ftp data through Auth driver",
"In conjunction with a correctly configured auth.ftp driver, this allow to transform ajaxplorer into a simple netFtp client." => "In conjunction with a correctly configured auth.ftp driver, this allow to transform ajaxplorer into a simple netFtp client.",
"Test Connexion" => "Test Connection",
"Test FTP connexion" => "Test FTP connection",
"Create" => "Create",
"Create folder if it does not exists" => "Create folder if it does not exists",
"User Id" => "User Id",
"To fetch the user id you have to run a listing command on your ftp client (ls or dir most of the time) and take the first of the two last numbers as the user id. It can be possible that there is more than one number. If you experience errors using one id try to use another one." => "To fetch the user id you have to run a listing command on your ftp client (ls or dir most of the time) and take the first of the two last numbers as the user id. It can be possible that there is more than one number. If you experience errors using one id try to use another one.",
);
