blob: bc6f4cf4a1980c8594b08a95786feed1ef626cd4 (
plain)
1
2
3
4
5
6
7
8
|
<?php $TRANSLATIONS = array(
"Could not revert: %s" => "Nelze navrátit: %s",
"Versions" => "Verze",
"Failed to revert {file} to revision {timestamp}." => "Selhalo navrácení souboru {file} na verzi {timestamp}.",
"More versions..." => "Více verzí...",
"No other versions available" => "Žádné další verze nejsou dostupné",
"Restore" => "Obnovit"
);
|