<?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(
"Text Metadata" => "Metadatos de Texto",
"Simple metadata implementation stored in a hidden file." => "Implementación de metadatos almacenados en archivos ocultos.",
"Meta File" => "Meta Archivo", // This is not used (code is commented out in manifest.xml)
"Hidden file used inside folders to save meta data" => "Archivo oculto usado en la carpeta para guardar los metadatos", // This is not used (code is commented out in manifest.xml)
"Field ID" => "ID del Campo",
"Id of fiels, use standard characters here." => "ID de los campos, usa carácteres estándar.",
"Label" => "Etiqueta",
"Label of the field, human friendly" => "Etiqueta del campo, formato amigable",
"Field Type" => "Tipo del Campo",
"Type of field" => "Tipo del Campo",
"Short text" => "Texto corto",
"Long text" => "Texo largo",
"Created by..." => "Creado por...",
"Last updated by..." => "Actualizado por...",
"Stars Rating" => "Estrellas",
"Color labels" => "Color de Etiquetas",
"Selection (set choices in Additional Info)" => "Selección (configura opciones en Información Adicional)",
"Column visibility" => "Visibilidad de las Columnas",
"Visible" => "Visible",
"Hidden" => "Oculto",
"Set default visibility." => "Visibilidad predeterminada.",
"Additional info" => "Información Adicional",
"Depending on the field type. Currently used for selection only" => "Depende del tipo de campo. Actualmente usado sólo para selección.",
"Tags (extensible sets of values)" => "Tags (conjunto extensible de valores)",
);
