Blame view
sources/apps/files_versions/l10n/sk_SK.php
599 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "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", "failure" => "chyba", "File %s could not be reverted to version %s" => "Súbor %s nemohol byť obnovený na verziu %s", "No old versions available" => "Nie sú dostupné žiadne staršie verzie", "No path specified" => "Nevybrali ste cestu", "Versions" => "Verzie", "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ť" ); |