server/apps/files_versions/l10n/cs_CZ.php

9 lines
358 B
PHP
Raw Normal View History

2012-08-16 00:09:15 +00:00
<?php $TRANSLATIONS = array(
2013-02-08 23:14:08 +00:00
"Could not revert: %s" => "Nelze navrátit: %s",
2013-07-28 05:58:28 +00:00
"Versions" => "Verze",
2013-07-30 05:57:50 +00: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 05:58:28 +00:00
"Restore" => "Obnovit"
2012-08-16 00:09:15 +00:00
);