nextcloud/apps/files_encryption/l10n/cs_CZ.php

8 lines
365 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
"Encryption" => "Šifrování",
2013-02-07 03:11:04 +04:00
"File encryption is enabled." => "Šifrování je povoleno.",
"The following file types will not be encrypted:" => "Následující typy souborů nebudou šifrovány:",
"Exclude the following file types from encryption:" => "Vyjmout následující typy souborů ze šifrování:",
2013-01-23 03:06:18 +04:00
"None" => "Žádné"
2012-08-16 04:09:15 +04:00
);