nextcloud/apps/files_versions/l10n/cs_CZ.php

9 lines
336 B
PHP
Raw Normal View History

2012-08-16 04:09:15 +04:00
<?php $TRANSLATIONS = array(
2012-09-06 04:06:37 +04:00
"Expire all versions" => "Vypršet všechny verze",
2012-09-23 04:04:41 +04:00
"History" => "Historie",
2012-09-06 04:06:37 +04:00
"Versions" => "Verze",
2012-09-18 04:04:26 +04: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 04:09:15 +04:00
);