<?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(
    "file.add" => "The file AJXP_NODE_LABEL was created inside AJXP_PARENT_PATH AJXP_DATE by AJXP_USER.",
    "file.delete" => "The file AJXP_NODE_LABEL was deleted from AJXP_PARENT_PATH AJXP_DATE, by AJXP_USER.",
    "file.change" => "The file AJXP_NODE_LABEL was modified AJXP_DATE, by AJXP_USER.",
    "file.rename" => "The file AJXP_SOURCE_LABEL was renamed to AJXP_NODE_LABEL AJXP_DATE, by AJXP_USER.",
    "file.view" => "The file AJXP_NODE_LABEL was consulted by AJXP_USER AJXP_DATE.",
    "file.copy" => "The file AJXP_NODE_LABEL was copied from AJXP_SOURCE_FOLDER to AJXP_PARENT_PATH AJXP_DATE, by AJXP_USER.",
    "file.copy_to" => "The file AJXP_NODE_LABEL was copied to AJXP_TARGET_FOLDER AJXP_DATE, by AJXP_USER.",
    "file.copy_from" => "The file AJXP_NODE_LABEL was copied from AJXP_SOURCE_FOLDER AJXP_DATE, by AJXP_USER.",
    "file.move" => "The file AJXP_NODE_LABEL was moved to from AJXP_SOURCE_FOLDER to AJXP_PARENT_PATH AJXP_DATE, by AJXP_USER.",
    "file.move_to" => "The file AJXP_NODE_LABEL was moved to AJXP_TARGET_FOLDER AJXP_DATE, by AJXP_USER.",
    "file.move_from" => "The file AJXP_NODE_LABEL was moved from AJXP_SOURCE_FOLDER AJXP_DATE, by AJXP_USER.",
    "folder.add" => "The folder AJXP_NODE_LABEL was created in AJXP_PARENT_PATH AJXP_DATE, by AJXP_USER.",
    "folder.delete" => "The folder AJXP_NODE_LABEL was deleted from AJXP_PARENT_PATH AJXP_DATE, by AJXP_USER.",
    "folder.rename" => "The folder AJXP_SOURCE_LABEL was renamed to AJXP_NODE_LABEL AJXP_DATE, by AJXP_USER.",
    "folder.change" => "The content of folder AJXP_NODE_LABEL was modified AJXP_DATE by AJXP_USER.",
    "folder.view" => "The folder AJXP_NODE_LABEL was opened by AJXP_USER AJXP_DATE, by AJXP_USER",
    "folder.copy" => "The folder AJXP_NODE_LABEL was copied from AJXP_SOURCE_FOLDER to AJXP_PARENT_PATH AJXP_DATE, by AJXP_USER.",
    "folder.copy_to" => "The folder AJXP_NODE_LABEL was copied to AJXP_TARGET_FOLDER AJXP_DATE, by AJXP_USER.",
    "folder.copy_from" => "The folder AJXP_NODE_LABEL was copied from AJXP_SOURCE_FOLDER AJXP_DATE, by AJXP_USER.",
    "folder.move" => "The folder AJXP_NODE_LABEL was moved to from AJXP_SOURCE_FOLDER to AJXP_PARENT_PATH AJXP_DATE, by AJXP_USER.",
    "folder.move_to" => "The folder AJXP_NODE_LABEL was moved to AJXP_TARGET_FOLDER AJXP_DATE, by AJXP_USER.",
    "folder.move_from" => "The folder AJXP_NODE_LABEL was moved from AJXP_SOURCE_FOLDER AJXP_DATE, by AJXP_USER.",
    "file.share" => "User AJXP_USER has shared the file AJXP_NODE_LABEL with you",
    "folder.share" => "User AJXP_USER has shared the folder AJXP_NODE_LABEL with you",
    "ajxp_link" => "Click here to go directly to <a href='AJXP_LINK'>AJXP_NODE_LABEL</a>",
);
