nextcloud/apps/files_versions/l10n/cs_CZ.php

9 lines
358 B
PHP
Raw Normal View History

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",
2013-07-28 09:58:28 +04:00
"Versions" => "Verze",
2013-07-30 09:57:50 +04:00
"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é",
2013-07-28 09:58:28 +04:00
"Restore" => "Obnovit"
2012-08-16 04:09:15 +04:00
);