<?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(
"title"=> "My Account",
"desc" => "Manage my account preferences, my address book, shared elements, etc.",
"1" => "Address Book",
"2" => "Shared folders",
"3" => "Shared files",
"4"	=> "File Path",
"5"	=> "Repository",
"6"	=> "Password",
"7"	=> "Expiration",
"8" => "Elements",
"9" => "Associated users",
"10"=> "Associated workspaces",
"11"=> "Are you sure that you want to delete the selected element(s)?",
"12"=> "You don't have the permission to delete this element.",
"13"=> "Successfully deleted public file.",
"14"=> "Integrity",
"15"=> "Ok",
"16"=> "Broken",
"17"=> "Download URL",
"18"=> "Copy URL",
"19"=> "Copy url to send by email.",
"20"=> "Downloads",
"21"=> "Yes",
"22"=> "No",
"23"=> "Successfully deleted %s files.",
"24"=> "Nothing to delete.",
"25"=> "Clear Expired",
"26"=> "Delete expired shared files.",
"27"=> "Owner",
"28"=> "Files shared for direct download, either protected by a password or not.",
"29"=> "Delegates workspaces created by users.",
"30"=> "Users created to access the delegated workspaces.",
"31"=> "Description",
"32"=> "Reset",
"33"=> "Reset download counter",
"34"=> "My Shares",
"35"=> "All my shared items (files and folders)",
"36"=> "Parameters",
"37"=> "My profile and application settings",
"38"=> "Notifications",
"39"=> "Below is a list of the workspaces you can access to. They can be personal or shared with/by others users.",
"40"=> "Welcome, %s! ",
"41"=> "Use this workspace as default",
"42"=> "Enter",
"43"=> "My Profile",
"43t"=> "All my personal data",
"44"=> "My Account",
"45"=> "Personal data",
"46"=> "Address Book",
"47"=> "Users and teams that you created",
"48"=> "My Users",
"49"=> "External users that you created",
"50"=> "My Teams",
"51"=> "Teams of users, used as shortcuts when sharing",
"52"=> "Are you sure you want to delete this team? This will not remove any users.",
"53"=> "Back to my workspaces",
"54"=> "Update Members",
"55"=> "Add/Remove users from this team",
"56"=> "Add one user per line, type in the textarea to see the auto-completion list appear.",
    "57" => "Create a Team",
    "58" => "Teams are used as a shortcut to quickly share a folder with a predefined set of users",
    "59" => "Team Label",
    "60" => "Team Users",
    "61" => "Email Preferences",
    "62" => "Send emails every X minutes",
    "63" => "Send emails every Y hours",
    "64" => "Choose the hour of the day",
    "65" => "Choose the first hour of the day",
    "66" => "Choose the second hour of the day",
    "67" => "Pick a day of the week",
    "68" => "Monday",
    "69" => "Tuesday",
    "70" => "Wednesday",
    "71" => "Thursday",
    "72" => "Friday",
    "73" => "Saturday",
    "74" => "Sunday",
);