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",
|
2013-03-01 03:07:02 +04:00
|
|
|
"Versions" => "Verze",
|
2013-02-28 03:05:40 +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-08-16 04:09:15 +04:00
|
|
|
);
|