<?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(

    "1" => "To selection cart",
    "2" => "Add selected items to current cart",
    "3" => "Empty",
    "4" => "Empty current cart",
    "5" => "New",
    "6" => "New selection cart",
    "7" => "Download",
    "8" => "Download whole cart at once",
    "9" => "Default cart",
    "10"=> "Carts",
    "11"=> "Compress and Share",
    "12"=> "Create archive from selection",
    "13"=> "Provide a label for this selection cart",
    "14"=> "This will create an archive with all files. Please select enter a name for this archive:",
    "15"=> "Drop elements in selection carts to download them or share them later",
    "16"=> "Remove from cart",
    "17"=> "No items selected",
    "18"=> "Use this cart to select files from any place and then download them at once."
);
