<?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(
"Samba" => "Samba",
"Browse a Samba Server" => "Browse a Samba Server",
"Host" => "Host",
"Uri" => "Uri",
"Path to the root folder on the server" => "Path to the root folder on the server",
"File Creation Mask" => "File Creation Mask",
"Optionnaly apply a chmod operation. Value must be numeric, like 0777, 0644, etc." => "Optionnaly apply a chmod operation. Value must be numeric, like 0777, 0644, etc.",
"Server IP or name, do not use add slashes or backward slashes" => "Server IP or name, do not use add slashes or backward slashes",
"Path to the share and complementary URI if necessary" => "Path to the share and complementary URI if necessary",
"Domain" => "Domain",
"Default domain to use with session credentials. The domain name ends with '/' or '\' depend on your system. Example: MyDomain\ or YourDomain/. Default is /" => "Default domain to use with session credentials. The domain name ends with '/' or '\' depend on your system. Example: MyDomain\ or YourDomain/. Default is /",
"Smbclient" => "Smbclient",
"Path to smbclient executable, considered to be in the path by default." => "Path to smbclient executable, considered to be in the path by default.",
"Enable Zip" => "Enable Zip",
"Enable zip creation for repositories using Samba access. Make sure that you are using a very fast network, otherwise it will be very long!" => "Enable zip creation for repositories using Samba access. Make sure that you are using a very fast network, otherwise it will be very long!",
"Path Tmp" => "Path Tmp",
"OS Path Temporary if not the default one" => "OS Path Temporary if not the default one",
);