<?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>.
*/
//      spanish translation: Salva Gómez <salva.gomez at gmail.com>, 2016
$mess=array(
"file.add" => "El archivo AJXP_NODE_LABEL fue creado en AJXP_PARENT_PATH el AJXP_DATE por AJXP_USER.",
"file.delete" => "El archivo AJXP_NODE_LABEL fue eliminado de AJXP_PARENT_PATH el AJXP_DATE, por AJXP_USER.",
"file.change" => "El archivo AJXP_NODE_LABEL fue modificado el AJXP_DATE, por AJXP_USER.",
"file.rename" => "El archivo AJXP_SOURCE_LABEL fue renombrado a AJXP_NODE_LABEL el AJXP_DATE, por AJXP_USER.",
"file.view" => "El archivo AJXP_NODE_LABEL fue consultado por AJXP_USER el AJXP_DATE.",
"file.copy" => "El archivo AJXP_NODE_LABEL fue copiado desde AJXP_SOURCE_FOLDER a AJXP_PARENT_PATH el AJXP_DATE, por AJXP_USER.",
"file.copy_to" => "El archivo AJXP_NODE_LABEL fue copiado a AJXP_TARGET_FOLDER el AJXP_DATE, por AJXP_USER.",
"file.copy_from" => "El archivo AJXP_NODE_LABEL fue copiado desde AJXP_SOURCE_FOLDER el AJXP_DATE, por AJXP_USER.",
"file.move" => "El archivo AJXP_NODE_LABEL fue movido desde AJXP_SOURCE_FOLDER a AJXP_PARENT_PATH el AJXP_DATE, por AJXP_USER.",
"file.move_to" => "El archivo AJXP_NODE_LABEL fue movido a AJXP_TARGET_FOLDER el AJXP_DATE, por AJXP_USER.",
"file.move_from" => "El archivo AJXP_NODE_LABEL fue movido desde AJXP_SOURCE_FOLDER el AJXP_DATE, por AJXP_USER.",
"folder.add" => "La carpeta AJXP_NODE_LABEL fue creada en AJXP_PARENT_PATH el AJXP_DATE, por AJXP_USER.",
"folder.delete" => "La carpeta AJXP_NODE_LABEL fue eliminada de AJXP_PARENT_PATH el AJXP_DATE, por AJXP_USER.",
"folder.rename" => "La carpeta AJXP_SOURCE_LABEL fue renombrada a AJXP_NODE_LABEL el AJXP_DATE, por AJXP_USER.",
"folder.change" => "El contenido de la carpeta AJXP_NODE_LABEL fue modificado el AJXP_DATE por AJXP_USER.",
"folder.view" => "La carpeta AJXP_NODE_LABEL fue abierta por AJXP_USER el AJXP_DATE, por AJXP_USER",
"folder.copy" => "La carpeta AJXP_NODE_LABEL fue copiada desde AJXP_SOURCE_FOLDER a AJXP_PARENT_PATH el AJXP_DATE, por AJXP_USER.",
"folder.copy_to" => "La carpeta AJXP_NODE_LABEL fue copiada a AJXP_TARGET_FOLDER el AJXP_DATE, por AJXP_USER.",
"folder.copy_from" => "La carpeta AJXP_NODE_LABEL fue copiada desde AJXP_SOURCE_FOLDER el AJXP_DATE, por AJXP_USER.",
"folder.move" => "La carpeta AJXP_NODE_LABEL fue movida desde AJXP_SOURCE_FOLDER a AJXP_PARENT_PATH el AJXP_DATE, por AJXP_USER.",
"folder.move_to" => "La carpeta AJXP_NODE_LABEL fue movida a AJXP_TARGET_FOLDER el AJXP_DATE, por AJXP_USER.",
"folder.move_from" => "La carpeta AJXP_NODE_LABEL fue movida desde AJXP_SOURCE_FOLDER el AJXP_DATE, por AJXP_USER.",
"file.share" => "El usuario AJXP_USER ha compartido el archivo AJXP_NODE_LABEL contigo",
"folder.share" => "El usuario AJXP_USER ha compartido la carpeta AJXP_NODE_LABEL contigo",
"ajxp_link" => "Pulsar aquí para ir directamente a <a href='AJXP_LINK'>AJXP_NODE_LABEL</a>",
);
