diff --git a/core/src/plugins/meta.git/i18n/conf/cs.php b/core/src/plugins/meta.git/i18n/conf/cs.php new file mode 100644 index 0000000000..795dfd5f12 --- /dev/null +++ b/core/src/plugins/meta.git/i18n/conf/cs.php @@ -0,0 +1,27 @@ + +* 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 . +* +* The latest code can be found at . +*/ + +defined('AJXP_EXEC') or die('Access not allowed'); + +$mess = array( + "Git-based Versioning" => "Verzování na základě Gitu", + "Keep tracks of all files modifications using a local Git repository" => "Vést záznam o všech úpravách souborů za použití místního Git prostoru", +); diff --git a/core/src/plugins/meta.git/i18n/cs.php b/core/src/plugins/meta.git/i18n/cs.php new file mode 100644 index 0000000000..6fc0ace85b --- /dev/null +++ b/core/src/plugins/meta.git/i18n/cs.php @@ -0,0 +1,43 @@ + + * 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 . + * + * The latest code can be found at . + */ + +defined('AJXP_EXEC') or die('Access not allowed'); + +$mess = array( + "1" => "Verze", + "2" => "Dokumentovat předchozí verze", + "3" => "Stáhnout", + "4" => "Stáhnout vybranou verzi na svůj počítač", + "5" => "Náhled (prohlížeč)", + "6" => "Otevřít vybranou verzi v okně prohlížeče", + "7" => "Vrátit na...", + "8" => "Vrátit soubor na serveru na vybranou revizi", + "9" => "#", + "10" => "Datum", + "11" => "Autor", + "12" => "Úprava", + "13" => "Opravdu chcete provést tuto akci? Návrat ke starší verzi nyní vytvoří novou verzi dokumentu ve vybrané revizi.", + "RENAME" => "Soubor přejmenován", + "MOVE" => "Soubor přesunut", + "MODIFICATION" => "Obsah upraven", + "DELETION" => "Soubor smazán", + "CREATION" => "Soubor vytvořen", +);