server/apps/files_versions/l10n/sk_SK.php

12 lines
599 B
PHP
Raw Normal View History

2012-09-24 00:04:10 +00:00
<?php $TRANSLATIONS = array(
2013-02-11 14:42:41 +00:00
"Could not revert: %s" => "Nemožno obnoviť: %s",
"success" => "úspech",
"File %s was reverted to version %s" => "Súbor %s bol obnovený na verziu %s",
2013-02-08 23:14:08 +00:00
"failure" => "chyba",
2013-02-11 14:42:41 +00:00
"File %s could not be reverted to version %s" => "Súbor %s nemohol byť obnovený na verziu %s",
2013-02-08 23:14:08 +00:00
"No old versions available" => "Nie sú dostupné žiadne staršie verzie",
"No path specified" => "Nevybrali ste cestu",
2013-02-28 23:07:02 +00:00
"Versions" => "Verzie",
2013-02-27 23:05:40 +00:00
"Revert a file to a previous version by clicking on its revert button" => "Obnovte súbor do predošlej verzie kliknutím na tlačítko obnoviť"
2012-09-24 00:04:10 +00:00
);