<?php
/*
 * Copyright 2007-2017 Abstrium <contact (at) pydio.com>
 * 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 = [
    "1" => "%s files queued for upload",
    "2" => "Uploading %s files",
    "3" => "You are not allowed to upload this file here",
    "4" => "Pick File",
    "5" => "Pick Folder",
    "6" => "Cannot abort folder creation",
    "7" => "Uploading files to server...",
    "8" => "It seems that your browser does not support dropping folders",
    "9" => "",
    "10" => "",
    "11" => "Start",
    "12" => "Clear list",
    "13" => "Folder created",
    "14" => "Processing",
    "15" => "Pending", 
    "16" => "Processed",
    "17" => "Show/hide processed files",
    "18" => "If a file with the same name exists:",
    "19" => "Stop upload and alert me",
    "20" => "Rename file automatically",
    "21" => "Overwrite existing file silently",
    "22" => "Options",
    "23" => "Errors",
];
