Blame view
sources/apps/files_versions/l10n/cs_CZ.php
597 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "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", "Versions" => "Verze", "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" ); |