server/apps/files_versions/l10n/cs_CZ.php

9 lines
336 B
PHP
Raw Normal View History

2012-08-16 00:09:15 +00:00
<?php $TRANSLATIONS = array(
2012-09-06 00:06:37 +00:00
"Expire all versions" => "Vypršet všechny verze",
2012-09-23 00:04:41 +00:00
"History" => "Historie",
2012-09-06 00:06:37 +00:00
"Versions" => "Verze",
2012-09-18 00:04:26 +00:00
"This will delete all existing backup versions of your files" => "Odstraní všechny existující zálohované verze Vašich souborů",
"Files Versioning" => "Verzování souborů",
"Enable" => "Povolit"
2012-08-16 00:09:15 +00:00
);