server/apps/files_versions/l10n/cs_CZ.php

12 lines
597 B
PHP
Raw Normal View History

2012-08-16 00:09:15 +00:00
<?php $TRANSLATIONS = array(
2013-02-08 23:14:08 +00: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",
2013-02-28 23:07:02 +00:00
"Versions" => "Verze",
2013-02-27 23:05:40 +00: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-08-16 00:09:15 +00:00
);