Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
meta.user plugin translation
Browse files Browse the repository at this point in the history
into Czech
  • Loading branch information
svetlemodry committed Dec 21, 2014
1 parent d57e367 commit fdac193
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
42 changes: 42 additions & 0 deletions core/src/plugins/meta.user/i18n/conf/cs.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?php
/*
* Copyright 2007-2013 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 <http://pyd.io/>.
*/
$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",
);
4 changes: 2 additions & 2 deletions core/src/plugins/meta.user/i18n/cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
$mess=array(
"1" => "Meta data",
"2" => "Bez označení",
"3" => "Remove Rating",
"3" => "Odstranit hodnocení",
"4" => "Nedůležité",
"5" => "Úkoly",
"6" => "Osobní",
"7" => "Práce",
"8" => "Důležité",
"9" => "No Value",
"9" => "Bez hodnoty",
);

0 comments on commit fdac193

Please sign in to comment.