<?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" => "Text Metadata",
"Simple metadata implementation stored in a hidden file." => "Simple metadata implementation stored in a hidden file.",
"Meta File" => "Meta File", // This is not used (code is commented out in manifest.xml)
"Hidden file used inside folders to save meta data" => "Hidden file used inside folders to save meta data", // This is not used (code is commented out in manifest.xml)
"Field ID" => "Field ID",
"Id of fiels, use standard characters here." => "Id of fields, use standard characters here.",
"Label" => "Label",
"Label of the field, human friendly" => "Label of the field, human friendly",
"Field Type" => "Field Type",
"Type of field" => "Type of field",
"Short text" => "Short text",
"Long text" => "Long text",
"Created by..." => "Created by...",
"Last updated by..." => "Last updated by...",
"Stars Rating" => "Stars Rating",
"Color labels" => "Color labels",
"Selection (set choices in Additional Info)" => "Selection (set choices in Additional Info)",
"Column visibility" => "Column visibility",
"Visible" => "Visible",
"Hidden" => "Hidden",
"Set default visibility." => "Set default visibility.",
"Additional info" => "Additional info",
"Depending on the field type. Currently used for selection only" => "Depending on the field type. Currently used for selection only",
"Tags (extensible sets of values)" => "Tags (extensible sets of values)",
);
