<?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" => "Textová metadata",
"Simple metadata implementation stored in a hidden file." => "Jednoduchá implementace metadat uložená ve skrytém souboru.",
"Meta File" => "Metasoubor",
"Hidden file used inside folders to save meta data" => "Skrytý soubor uvnitř adresáře pro ukládání metadat",
"Meta Fields" => "Metaznačky",
"Comma separated list of fields, use standard characters here." => "Čárkou oddělený seznam značek, používejte standartní znaky.",
"Meta Labels" => "Metapopisky",
"Comma separated list of labels, be sure to define as many as fields!" => "Čárkou oddělený seznam popisků, definujte stejný počet jako metaznaček!",
"Columns visibility" => "Viditelnost sloupců",
"Set default visibility for each columns. Either by columns, using commas, or one value that will be applied to all columns. Value can be 'visible' or 'hidden'." => "Nastavit výchozí viditelnost pro každý sloupec. Buď podle sloupců, oddělené čárkou nebo jedna hodnota, která bude výchozí pro všechny sloupce. Hodnota může být 'visible' nebo 'hidden'.",
"Field ID" => "ID pole",
"Id of fiels, use standard characters here." => "ID polí, použijte standartní znaky.",
"Label" => "Popisek",
"Label of the field, human friendly" => "Popisek pole, čitelné lidmi",
"Field Type" => "Typ pole",
"Type of field" => "Popis typu pole",
"Column visibility" => "Viditelnost sloupce",
"Set default visibility." => "Nastavit výchozí viditelnost.",
"Additional info" => "Další informace",
"Depending on the field type. Currently used for selection only" => "V závislosti na typu pole. Momentálně použité pouze pro výběr",
"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)",
"Visible" => "Visible",
"Hidden" => "Hidden",
"Tags (extensible sets of values)" => "Tags (extensible sets of values)",
);
