nextcloud/apps/files_encryption/l10n/cs_CZ.php

7 lines
245 B
PHP
Raw Normal View History

2012-08-16 04:09:15 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Kryptování",
"Exclude the following file types from encryption" => "Při kryptování vynechat následující typy souborů",
"None" => "Žádný",
"Enable Encryption" => "Povolit kryptování"
);