nextcloud/apps/files_versions/l10n/cs_CZ.php

14 lines
668 B
PHP
Raw Normal View History

2012-08-16 04:09:15 +04:00
<?php $TRANSLATIONS = array(
2013-02-09 03:14:08 +04:00
"Could not revert: %s" => "Nelze navrátit: %s",
"success" => "úspěch",
"File %s was reverted to version %s" => "Soubor %s byl navrácen na verzi %s",
"failure" => "sehlhání",
"File %s could not be reverted to version %s" => "Soubor %s nemohl být navrácen na verzi %s",
"No old versions available" => "Nejsou dostupné žádné starší verze",
"No path specified" => "Nezadána cesta",
2012-09-23 04:04:41 +04:00
"History" => "Historie",
2013-02-09 03:14:08 +04:00
"Revert a file to a previous version by clicking on its revert button" => "Navraťte soubor do předchozí verze kliknutím na tlačítko navrátit",
2012-09-18 04:04:26 +04:00
"Files Versioning" => "Verzování souborů",
"Enable" => "Povolit"
2012-08-16 04:09:15 +04:00
);