nextcloud/apps/files_versions/l10n/cs_CZ.php

9 lines
358 B
PHP

<?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"
);