<?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" => "Zusätzliche Metadaten in Datei",
"Simple metadata implementation stored in a hidden file." => "Speichert zusätzliche Metadaten in versteckten Dateien.",
"Meta File" => "Datei mit Metadaten", // This is not used (code is commented out in manifest.xml)
"Hidden file used inside folders to save meta data" => "Versteckte Datei, die im Ordner verwendet wird, um Metadaten zu speichern",  // This is not used (code is commented out in manifest.xml)
"Field ID" => "Feld-ID",
"Id of fiels, use standard characters here." => "ID des Feldes (keine Umlaute möglich).",
"Label" => "Titel",
"Label of the field, human friendly" => "Titel des Feldes, der in der Oberfläche angezeigt wird.",
"Field Type" => "Typ",
"Type of field" => "Der Typ des Feldes.",
"Short text" => "Kurzer Text",
"Long text" => "Langer Text",
"Created by..." => "Erstellt von...",
"Last updated by..." => "Zuletzt geändert von...",
"Stars Rating" => "Bewertung",
"Color labels" => "Schlagwörter",
"Selection (set choices in Additional Info)" => "Werteliste (Auswahlmöglichkeiten bei 'Zusätzliche Info' setzen)",
"Column visibility" => "Sichtbarkeit",
"Visible" => "Sichtbar",
"Hidden" => "Versteckt",
"Set default visibility." => "Setzt die standardmäßige Sichtbarkeit eines Feldes.",
"Additional info" => "Zusätzliche Info",
"Depending on the field type. Currently used for selection only" => "Abhängig vom Typ des Feldes. Aktuell nur für Wertelisten verwendet.",
"Tags (extensible sets of values)" => "Tags (erweiterbare Werteliste)",
);
