nextcloud/apps/files_versions/l10n/cs_CZ.php

6 lines
242 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",
"Versions" => "Verze",
2012-09-17 04:07:23 +04:00
"This will delete all existing backup versions of your files" => "Odstraní všechny existující zálohované verze Vašich souborů"
2012-08-16 04:09:15 +04:00
);