<?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(
    "CAS FrontEnd" => "CAS FrontEnd",
    "Authentication by CAS" => "Authentication by CAS",
    "Order" => "Order.",
    "Order this plugin with other auth frontends" => "Order this plugin with other auth frontends",
    "Create User" => "Create User",
    "Automatically create user if it does not already exists" => "Automatically create user if it does not already exists",
    "General" =>"General" ,
    "Protocol Type" =>"Protocol Type",
    "Enable/disable automatically based on the protocol used" => "Enable/disable automatically based on the protocol used",
    "Sessions Only" => "Sessions Only",
    "CAS server address" => "CAS server address",
    "CAS Server" => "CAS Server",
    "CAS Port" => "CAS Port" ,
    "Port where CAS server is running on. Default: 443" => "Port where CAS server is running on. Default: 443",
    "CAS URI" => "CAS URI" ,
    "URI for CAS service (without / at the end). Default: /" => "URI for CAS service (without / at the end). Default: /",
    "Logout URL" => "Logout URL",
    "Redirect to the given URL on loggin out" => "Redirect to the given URL on loggin out",
    "Modify login page" => "Modify login page" ,
    "Login page will be modified to give user a link to authenticate via CAS manually. Otherwise Pydio will redirect automatically to CAS login page." => "Login page will be modified to give user a link to authenticate via CAS manually. Otherwise Pydio will redirect automatically to CAS login page.",
    "Certificate path" => "Certificate path" ,
    "Path to the ca chain that issued the cas server certificate" => "Path to the ca chain that issued the cas server certificate",
    "Debug mode" => "Debug mode" ,
    "Debug file" => "Debug file" ,
    "Set phpCAS in debug mode" => "Set phpCAS in debug mode" ,
    "Log to file. If null, use yyyy-mm-dd.txt" => "Log to file. If null, use yyyy-mm-dd.txt",
    "String for CAS auth" => "String for CAS auth",
    "This message will be appeared in login page. Ex: Use CAS credential" => "This message will be appeared in login page. Ex: Use CAS credential",
    "String for Pydio auth" => "String for Pydio auth",
    "This message will be appeared in login page. Ex: Use Pydio credential" => "This message will be appeared in login page. Ex: Use Pydio credential",
    "String for button click here" => "String for button click here",
    "Additional roles for user logged in by CAS" => "Additional roles for user logged in by CAS",
    "phpCAS mode" => "phpCAS mode" ,
    "In mode proxy, phpCAS works as a CAS Proxy who provides Proxy ticket for others services such as SMB, IMAP" => "In mode proxy, phpCAS works as a CAS Proxy who provides Proxy ticket for others services such as SMB, IMAP",
    "Client" => "Client" ,
    "Proxy" => "Proxy" ,
    "Proxied Service" => "Proxied Service" ,
    "Proxied service who uses Proxy Ticket provided by this CAS Proxy.Ex smb://pydio.com" => "Proxied service who uses Proxy Ticket provided by this CAS Proxy.Ex smb://pydio.com",
    "PTG store mode" => "PTG store mode" ,
    "Config for Proxy Granting Ticket Storage. If is file option, location for storate is session_save_path()" => "Config for Proxy Granting Ticket Storage. If is file option, location for storate is session_save_path()",
    "mySQL Tables" => "MySQL Tables",
    "Install SQL Table (support only mysql)" => "Install SQL Table (support only mysql)",
    "Set Fixed Callback Url" => "Set Fixed Callback Url",
    "CAS will call this url to pass pgtID and pgtIOU. It's very useful when you deploy Pydio in several nodes" => "CAS will call this url to pass pgtID and pgtIOU. It's very useful when you deploy Pydio in several nodes",
);
