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

Commit

Permalink
meta.git Czech translation
Browse files Browse the repository at this point in the history
created
  • Loading branch information
svetlemodry committed Nov 3, 2015
1 parent 13b314c commit 7a921ca
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
27 changes: 27 additions & 0 deletions core/src/plugins/meta.git/i18n/conf/cs.php
@@ -0,0 +1,27 @@
<?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/>.
*/

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",
);
43 changes: 43 additions & 0 deletions core/src/plugins/meta.git/i18n/cs.php
@@ -0,0 +1,43 @@
<?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/>.
*/

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",
);

0 comments on commit 7a921ca

Please sign in to comment.